@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");

:root {
  --theam-color: #272372;
  --light-theam-color: #2cae86;
  --white-color: #ffffff;
  --black-color: #000000;
  --transparent-white-color: #ffffffb3;
  --transparent-theam-color: #eef1fe;
  --button-bg: rgba(255, 255, 255, 0.24);
  --yellow-color: #fcb01c;
  --head-title-color: #141c45;
  --red-color: #eb624b;
  --blue-color: #0660f6;
  --green-color: #45a664;
  --gray-color: #a2a4a9;
  --font-color: #736f81;

  --border-radius: 10px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

body {
  /* background-color: #f6f7fb !important; */
}

body a {
  text-decoration: none;
}

body li {
  list-style: none;
}

.cursor-pointer {
  cursor: pointer;
}

.all-btn {
  border: none;
  outline: none;
  padding: 8px 12px;
  /* margin-top: -10px; */
  border-radius: var(--border-radius);
  color: var(--white-color);
  background-color: var(--button-bg);
  text-transform: capitalize;
}

.all-btn:hover {
  text-decoration: underline;
}

.all-btn-2 {
  border: none;
  outline: none;
  padding: 10px 15px;
  margin-top: -10px;
  font-weight: 700;
  color: var(--light-theam-color);
  background-color: var(--white-color);
  text-transform: capitalize;
  text-decoration: none;
}

.light-btn {
  border: none;
  outline: none;
  padding: 10px 15px;
  border-radius: var(--border-radius);
  /* margin-top: -10px; */
  font-weight: 700;
  color: var(--theam-color);
  background-color: #f1eff8;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 12px;
}

.light-btn:hover {
  background-color: #ebe8f5;
  transition: 0.5s ease;
  color: var(--theam-color);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

.dark-btn {
  border: none;
  outline: none;
  padding: 10px 15px;
  border-radius: var(--border-radius);
  /* margin-top: -10px; */
  font-weight: 700;
  font-size: 14px;

  color: #fff;
  background-color: var(--light-theam-color);
  text-transform: capitalize;
  text-decoration: none;
}

.form-check-input:checked {
  background-color: var(--light-theam-color) !important;
  border-color: var(--light-theam-color) !important;
}

.form-check-input:focus {
  border-color: var(--light-theam-color) !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(149, 132, 226, 0.244) !important;
}

input {
  outline: none;
  border: none !important;
}

input:focus {
  box-shadow: 0 0 0 0.25rem rgba(149, 132, 226, 0.244) !important;
  border-radius: var(--border-radius);
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--light-theam-color) !important;
}

.theam-color {
  color: var(--light-theam-color);
}
.text-gray {
  color: var(--font-color);
}

/* navbar page css */

.navbar {
  background-color: var(--theam-color);
  height: 75px;
}

.navbar .logo {
  width: 200px;
  margin-right: 2rem;
}

.header-2 .navbar-collapse {
  background-color: var(--white-color);
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.header-2 {
  box-shadow: 0px 1px 4px 0px #00000063;
}

.header-2 .nav-item .nav-link {
  color: var(--black-color) !important;
}

.header-2 .btn-group .all-btn {
  background-color: var(--theam-color);
}

.home-slider .owl-carousel button.owl-dot {
  background-color: #141c4561 !important;
  color: #000 !important;
  padding: 5px !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.home-slider .owl-carousel button.owl-dot.active {
  background-color: #141c45 !important;
}

.home-slider .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.navbar-collapse .navbar-nav .nav-item .nav-link {
  color: var(--transparent-white-color);
  margin: 0px 10px 0px 10px;
  font-size: 15px;
  font-weight: 500;
  padding: 0.3rem 0.7rem;
}

.header-2 .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: var(--black-color) !important;
}

.navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: var(--white-color) !important;
  border-bottom: 3px solid #fcb01c;
}

.navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: var(--white-color);
}

.navbar .download {
  border: 2px solid #fff;
  border-radius: var(--border-radius);
  padding: 6px 10px;
  cursor: pointer;
  display: none;
}

.border-center {
  background-color: var(--transparent-white-color);
  height: 45px;
  width: 1px;
  position: relative;
  left: 0px;
  right: 0px;
  /* top: 10px; */
  margin: auto;
}

.navbar .btn-group .dropdown-toggle {
  background-color: transparent;
  padding: 10px;
  /* margin-top: 20px; */
}

.navbar .btn-group .dropdown-toggle:hover {
  background-color: #ffffff14;
  border-radius: 10px;
}

.navbar .btn-group .dropdown-toggle .user-select h6 {
  text-align: left;
}

.navbar .btn-group .dropdown-toggle .user-select h6 {
  font-size: 13px;
  color: var(--white-color);
  text-transform: capitalize;
}

.navbar .btn-group .dropdown-toggle .user-select span {
  font-size: 13px;
  color: #c2bfcf;
  text-transform: capitalize;
}

.btn-group .dropdown-toggle::after {
  color: var(--white-color);
  margin-left: 15px !important;
  position: relative;
  top: 25px;
}

.btn-group .dropdown-menu {
  width: 14rem;
  border-radius: 10px !important;
}

.btn-group .dropdown-menu li a {
  padding: 10px;
  font-size: 13px;
}

.btn-group .dropdown-menu li div {
  padding: 5px;
}

.btn-group .dropdown-menu li h6 {
  text-transform: uppercase;
  font-size: 13px;
}

.btn-group .dropdown-menu li button {
  border: none;
  outline: none;
  font-size: 12px;
  background: transparent;
  color: #5e4da9;
  font-weight: 600;
  margin-top: -10px;
}

.btn-group .dropdown-menu li p {
  font-size: 10px;
  margin: 0;
  color: #808080;
}

/* footer page css */

html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1 0 auto;
}

footer {
  background-color: var(--theam-color);
  color: var(--white-color);
  padding: 15px 0px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
}

footer .terms-and-condition ul li {
  list-style: none;
  margin-right: 10px;
}

footer .terms-and-condition ul li a {
  color: var(--white-color);
  text-decoration: none;
}

footer .terms-and-condition ul li .footer-dot {
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: var(--white-color);
  vertical-align: middle;
}

/* index page css */
.home-slider {
  position: relative;
}

.home-slider .active .card {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.26);
  background-color: transparent;
  border-radius: var(--border-radius);
}

.home-slider .card img {
  height: auto;
  border-radius: var(--border-radius);
}

.owl-item {
  opacity: 30%;
}

.owl-item.active {
  opacity: 100%;
}

.home-slider .owl-stage {
  padding-bottom: 15px;
}

.home-slider .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 30px;
}

.home-slider .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 30px;
}

.home-slider .owl-nav :where(.owl-next, .owl-prev) span {
  font-size: 50px;
  color: var(--theam-color);
}

@media (max-width: 777px) {
  .home-slider .owl-nav :where(.owl-next, .owl-prev) span {
    color: var(--white-color);
  }
}

.new-courses-text nav .nav-tabs {
  background-color: #f3f2f8;
  border-radius: 10px 10px 0px 0px;
  padding: 10px 10px 1px;
}

.new-courses-text nav .nav-tabs .nav-link {
  font-size: 15px !important;
}

.new-courses-text .tab-content {
  background-color: #f3f2f8;
  max-height: 271px;
  overflow-y: scroll;
  padding: 10px 15px;
  min-height: 272px;
  border-radius: 0px 0px 6px 10px;
}

@media screen and (min-width: 1400px) {
  .new-courses-text .tab-content {
    min-height: 320px;
    max-height: 320px;
  }
}

.new-courses-text .notification-tab .noti i,
.new-courses-text .new-course-tab .new-cor i,
.new-courses-text .result-tab .res i {
  font-size: 11px;
}

.new-courses-text .notification-tab .noti p,
.new-courses-text .new-course-tab .new-cor p,
.new-courses-text .result-tab .res p {
  font-size: 12px;
  color: var(--font-color);
  font-weight: bold;
}

.home-new-courses .new-courses-slider .card {
  border-radius: var(--border-radius);
}

.home-new-courses .new-courses-slider .img img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}

.home-new-courses ::-webkit-scrollbar {
  background-color: #fff;
  height: 5px;
  width: 5px;
}

.home-new-courses ::-webkit-scrollbar {
  background-color: #fff !important;
  width: 5px !important;
  height: 5px !important;
}

.home-new-courses ::-webkit-scrollbar-thumb {
  background-color: #fff;
  /* border-radius: 10px; */
}

.home-new-courses ::-webkit-scrollbar-thumb {
  background-color: var(--yellow-color) !important;
  /* border-radius: 10px !important; */
  width: 3px !important;
}

.home-new-courses ::-webkit-scrollbar-track {
  background-color: #f3f2f8 !important;
  border-radius: 0px 0px 30px 0px !important;
}

.new {
  padding: 0px 5px 2px;
  font-size: 11px;
  border-radius: 5px;
  color: #fff;
  animation: new 0.5s infinite;
}

@keyframes new {
  0% {
    background-color: var(--yellow-color);
  }

  50% {
    background-color: var(--red-color);
  }

  100% {
    background-color: var(--yellow-color);
  }
}

.books-header {
  font-weight: bold;
  color: var(--light-theam-color);
  position: relative;
}

.books-header::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 1px;
  height: 4px;
  width: 13%;
  background-color: var(--yellow-color);
}

.home-courses {
  margin-top: 100px !important;
}

.home-courses .card {
  border-radius: var(--border-radius);
}

.home-courses .card img {
  border-radius: var(--border-radius);
}

.home-courses .card button {
  border: 2px solid var(--light-theam-color);
  color: var(--light-theam-color);
  background-color: transparent;
  transition: 0.6s ease;
}

.home-courses .card button:hover {
  color: var(--white-color);
  background-color: var(--light-theam-color);
}

.home-courses .card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-courses .card img {
  width: 250px;
  margin-top: 5px;
  height: 250px;
}

.courses-details .courses-details-img {
  width: 100%;
}

#more {
  display: none;
}

#home-courses.active {
  display: none;
}

#courses-details {
  display: none;
}

#courses-details.active {
  display: block;
}

.courses-details .course-details-img img {
  width: 100%;
  height: 300px;
  border-radius: var(--border-radius);
}

.courses-details .course-details-text .note h6 {
  color: var(--black-color);
  font-weight: 600;
}

.courses-details .course-details-text .book-des p {
  color: var(--font-color);
  font-weight: 500;
}

.courses-details .course-details-text .book-des button {
  border: 0;
  background-color: transparent;
  color: var(--light-theam-color);
  font-weight: 700;
  border-bottom: 3px solid var(--yellow-color);
}

.courses-details .course-details-text .test {
  color: var(--font-color);
}

.courses-details .course-details-text .test p {
  font-weight: 700;
  color: var(--black-color);
}

.courses-details .course-details-text .free h4 {
  text-transform: uppercase;
}

.courses-details .course-details-text .free button {
  width: 80%;
}

.courses-details .course-details-text .premium h4 span {
  font-weight: normal;
  font-size: 14px;
}

.courses-details .course-details-text .premium h4 span del {
  color: #ff0000;
  font-size: 18px;
  font-weight: 600;
}

.courses-details .course-details-text .premium button {
  border: 2px solid var(--red-color);
  background-color: transparent;
  color: var(--red-color);
  transition: 0.8s ease;
  width: 50%;
  padding: 8px;
}

.courses-details .course-details-text .premium button:hover {
  background-color: var(--red-color);
  color: white;
}

.courses-details .card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.courses-details .card img {
  width: 250px;
  margin-top: 5px;
  border-radius: var(--border-radius);
  height: 250px;
}

.courses-details .card .card-body button {
  border: 1px solid var(--light-theam-color);
  background-color: transparent;
  color: var(--light-theam-color);
  transition: 0.8s ease;
}

.courses-details .card .card-body button:hover {
  background-color: var(--light-theam-color);
  color: var(--white-color);
}

.testimonials .owl-stage .owl-item {
  padding: 10px;
}

.testimonials .card {
  border-radius: var(--border-radius);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.testimonials .card .coma img {
  width: 60px;
}

.wrapper .form-box {
  width: 100%;
  padding: 40px;
}

/* .wrapper.active .form-box.login {
  position: absolute;
  transform: translateX(-400px);
}
.wrapper .form-box.register {
  position: absolute;
  transform: translateX(400px);
}
.wrapper.active .form-box.register {
  position: absolute;
  transform: translateX(0px);
} */

.form-box h2 {
  font-size: 2em;
  text-align: center;
  color: var(--theam-color);
}

.input-box {
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 2px solid var(--theam-color);
  margin: 30px 0;
}

.input-box label {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  font-size: 1em;
  color: var(--theam-color);
  font-weight: 500;
  pointer-events: none;
  transition: 0.5s;
}

.input-box input:focus ~ label,
.input-box input:valid ~ label {
  top: -5px;
}

.input-box input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-size: 1em;
  color: var(--theam-color);
  font-weight: 600;
  padding: 0 35px 0 5px;
}

.input-box input:focus {
  box-shadow: none !important;
}

.input-box .icon {
  position: absolute;
  right: 8px;
  font-size: 1.2em;
  color: var(--theam-color);
  line-height: 57px;
}

.remember-forgot {
  font-size: 0.9em;
  color: var(--theam-color);
  font-weight: 500;
  margin: -15px 0 15px;
  display: flex;
  justify-content: space-between;
}

.remember-forgot label input {
  accent-color: var(--theam-color);
  margin-right: 3px;
}

.remember-forgot label input:focus {
  box-shadow: none !important;
}

.remember-forgot a {
  color: var(--theam-color);
  text-decoration: none;
}

.remember-forgot a:hover {
  text-decoration: underline;
  color: var(--theam-color);
}

/* .dark-btn {
  width: 100%;
  height: 45px;
  border: none;
  outline: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1em;
  color: #fff;
  font-weight: 500;
} */
.btn a {
  text-decoration: none;
  color: #fff;
}

.login-register {
  font-size: 1em;
  color: #fff;
  text-align: center;
  font: 500;
  margin: 25px 0 10px;
}

.login-register a {
  color: var(--theam-color);
  text-decoration: none;
  font-weight: 600;
  margin-left: 5px;
}

.login-register a:hover {
  text-decoration: underline;
  color: var(--theam-color);
}

.login-register p {
  color: var(--theam-color);
}

/* dashboard page css */

.main-dashboard .dashboard-header .dashboard-img img {
  width: 72px;
  height: 72px;
}

.main-dashboard .dashboard-header .dashboard-text {
  display: flex;
  align-items: center;
}

.main-dashboard .dashboard-header .dashboard-text h4 {
  font-size: 21px;
  color: var(--head-title-color);
  line-height: 28px;
}

.main-dashboard .dashboard-video-banner img {
  border-radius: var(--border-radius);
  cursor: pointer;
}

.main-dashboard .dashboard-video-banner .video-banner .modal-header {
  border: none !important;
}

.main-dashboard .dashboard-video-banner .video-banner .btn-close {
  fill: #fff !important;
}

.activities .activities-title h4,
.activities .learn-more-title h4 {
  font-size: 21px;
  font-weight: bold;
  color: var(--head-title-color);
  margin-bottom: 15px;
}

.activities .activities-left .img-bg {
  height: 83px;
  width: 64px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 15px;
  border-radius: 8px;
  background-color: rgb(246, 245, 250);
  cursor: pointer;
}

.activities .activities-left .card,
.activities .activities-right .card {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 10px 1px,
    rgba(0, 0, 0, 0.04) 0px 3px 14px 2px, rgba(0, 0, 0, 0.04) 0px 5px 5px -3px;
  border: none;
  border-radius: var(--border-radius);
  position: static !important;
}

.activities .activities-left img {
  width: 48px;
  height: 51px;
}

.activities .activities-left .card-title,
.activities .activities-right .card-title {
  font-size: 18px;
  color: var(--head-title-color);
}

.activities .activities-left .live-lessons h6 {
  font-size: 13px;
  color: var(--head-title-color);
  font-weight: 600;
}

.activities .activities-left .card-text,
.activities .activities-right .card-text {
  font-size: 12px;
  color: var(--font-color);
}

.activities .activities-right .card .card-img-top {
  border-top-right-radius: var(--border-radius);
  border-top-left-radius: var(--border-radius);
}

.activities .activities-left .live-class-card .card .live-class {
  display: flex;
  align-items: center;
}

.activities .activities-left .live-class-card .card .course-tag div {
  background: rgb(234, 236, 241);
  padding: 0px 8px 5px;
  border-radius: 6px;
}

.activities .activities-left .live-class-card .card .course-tag div span {
  color: var(--font-color);
  font-size: 11px;
}

.activities
  .activities-left
  .live-class-card
  .card
  .card-body
  :where(.teacher-1, .teacher-2, .teacher-3)
  img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.activities
  .activities-left
  .live-class-card
  .card
  .card-body
  :where(.teacher-1, .teacher-2, .teacher-3)
  p {
  color: var(--font-color);
  margin-bottom: 0;
  font-size: 12px;
  max-width: 72px;
}

.video-banner .modal {
  backdrop-filter: brightness(0.5) !important;
  box-shadow: none;
}

.video-banner .modal-content {
  background-color: transparent !important;
  border: none !important;
}

.video-banner .modal-content .close-btn {
  color: #fff;
  position: absolute;
  right: 25px;
  z-index: 9999;
  background: transparent;
  border: 0;
  font-size: 20px;
}

.your_profile .modal .modal-body .card {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 10px 1px,
    rgba(0, 0, 0, 0.04) 0px 3px 14px 2px, rgba(0, 0, 0, 0.04) 0px 5px 5px -3px;
  border: none;
  padding: 10px;
  border-radius: var(--border-radius);
}

.your_profile .modal .modal-body .modal-left.border-body :where(h5, p) {
  color: var(--font-color);
}

.your_profile .modal .modal-body .modal-left.border-body p {
  font-size: 15px;
}

.your_profile .modal .modal-body .modal-left h5 {
  min-width: 45px;
}

.your_profile .modal .modal-body .all-card .card.active {
  border: 1px solid var(--light-theam-color);
  background-color: #f3f2f8;
}

.your_profile .modal .modal-body .all-card span p {
  border-radius: var(--border-radius);
  font-size: 12px;
  color: var(--font-color);
}

#report .modal-body label {
  color: var(--font-color);
  font-size: 14px;
  font-weight: 600;
}

/* course page css  */
a.dark-btn:hover {
  color: #fff;
}

.courses .card {
  border-radius: var(--border-radius) !important;
}

.courses .card .course_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px 10px 0px 0px;

  background: transparent
    radial-gradient(closest-side at 50% 50%, #ffffff 0%, #d8cffb 100%) 0% 0%
    no-repeat padding-box !important;
}

.courses .card img {
  width: 166px;
  height: 166px;
}

/* test page css */

.previous-left .previous-left-header h6 {
  color: var(--font-color);
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
}

.previous-left .previous-left-body {
  width: 100%;
  border-radius: 10px;
  background-color: #f3f2f8;
}

.previous-left .previous-left-body button {
  border-radius: var(--border-radius);
  border: none;
  padding: 10px 15px;
}

.main-right-header .previous-right-header img {
  height: 90px;
}

.main-right-header .previous-right-body .body-first span[title] {
  border: none;
}

.main-right-header .previous-right-body .body-second p {
  color: var(--font-color);
  font-size: 12.5px;
  font-weight: 600;
  margin-right: 15px;
}

.main-right-header .previous-right-body .body-second h6 span {
  font-size: 13px;
}

.nav.nav-tabs .nav-link {
  color: var(--font-color);
  font-weight: 600;
}

.nav.nav-tabs .nav-link:hover {
  background-color: #f3f2f8;
  color: var(--black-color);
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active {
  border-color: #fff #fff #dee2e6 !important;
  position: relative;
  color: #000000 !important;
  font-weight: 700;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active::before {
  content: "";
  position: absolute;
  top: 35px;
  height: 5px;
  border-radius: 10px 10px 0px 0px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  background-color: var(--yellow-color);
}

.available .card {
  border-radius: var(--border-radius);
}

.available .card img,
.attempted .card img {
  width: 52px;
  height: 52px;
}

.available .card .card-body .ava-btn,
.attempted .card .card-body .att-btn {
  border: none;
  color: var(--theam-color);
  background-color: #f1eff8;
  padding: 10px 15px;
  border-radius: var(--border-radius);
  font-weight: 600;
  font-size: 14px;
}

.available .card .card-body .dang-btn,
.attempted .card .card-body .att-btn {
  border: none;
  color: black;
  background-color: #eb624b38;
  padding: 10px 15px;
  border-radius: var(--border-radius);
  font-weight: 600;
  font-size: 14px;
}

.available .card .card-body .ava-btn:hover {
  background-color: #e4dff3;
  transition: 0.5s ease;
}

.previous_papers .modal .modal-header img {
  height: 52px;
  width: 52px;
}

.previous_papers .modal .modal-header h5 {
  font-weight: bold;
  font-size: 17px;
}

.previous_papers .modal .modal-footer p {
  font-size: 13px;
  color: var(--font-color);
}

.previous_papers .modal .modal-body .modal-left-header p {
  font-size: 13px;
  color: var(--font-color);
}

.previous_papers .modal .modal-body {
  padding: 0 12px;
}

.modal .modal-body .row .modal-bg {
  background-color: #f5f7fa;
  padding: 10px 15px;
}

.previous_papers .modal .modal-body .modal-right-hrader {
  color: #150f2d;
  font-size: 13px;
}

.previous_papers .modal .modal-body .modal-right-body {
  color: #150f2d;
  font-size: 13px;
}

.previous_papers
  .modal
  .modal-body
  .modal-left-body
  .accordion
  :where(.accordion-button, h6) {
  font-size: 13px;
  color: var(--font-color);
}

.previous_papers
  .modal
  .modal-body
  .modal-left-body
  .accordion
  .accordion-body
  P {
  font-size: 13px;
  color: var(--font-color);
}

/* availabel test page css */
.main-timer i {
  color: var(--yellow-color);
}

.main-test-cards .all-cards-body .card:hover {
  transition: 0.3s ease;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.main-test-cards .all-cards-body .card .ans-dot .ansed-dot {
  background-color: var(--green-color);
  border-radius: 50%;
  height: 8px;
  width: 8px;
  margin-top: 7px;
  margin-right: 8px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.18);
}

.main-test-cards .all-cards-body .card .ans-dot .not-ans-dot {
  background-color: var(--red-color);
  border-radius: 50%;
  height: 8px;
  width: 8px;
  margin-top: 8px;
  margin-right: 8px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.18);
}

.main-test-cards .all-cards-body .ans-card {
  border: 2px solid var(--green-color);
  border-radius: var(--border-radius);
}

.main-test-cards .all-cards-body .ans-card :where(.card-header, .card-footer) {
  border-radius: var(--border-radius);
}

.main-test-cards
  .all-cards-body
  .no-ans-card
  :where(.card-header, .card-footer) {
  border-radius: var(--border-radius);
}

.main-test-cards .all-cards-body .no-ans-card {
  border: 2px solid var(--red-color);
  border-radius: var(--border-radius);
}

.main-test-cards .all-cards-body .plan-card :where(.card-header, .card-footer) {
  border-radius: var(--border-radius);
}

.main-test-cards .all-cards-body .plan-card {
  border-radius: var(--border-radius);
}

.mcq {
  background-color: #eaecf1;
  color: var(--font-color);
  display: flex;
  border-radius: 5px;
  padding: 2px 5px;
  align-items: center;
  gap: 5px;
}

.mcq p {
  /* margin: 0;
  margin-left: 10px;
  margin-top: 6px; */
  font-size: 12px;
}

.main-test-cards .all-cards-right .header-card-right .filter div {
  background-color: #eaecf1;
  padding: 0;
  border-radius: 50px;
  padding: 5px 10px;
  align-items: center;
}

.main-test-cards .all-cards-right .header-card-right .filter div p {
  margin: 0;
}

.main-test-cards
  .all-cards-right
  .header-card-right
  .filter
  .not-visited
  p:nth-child(1) {
  background-color: #808080;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  margin-right: 5px;
}

.main-test-cards
  .all-cards-right
  .header-card-right
  .filter
  .not-answered
  p:nth-child(1) {
  background-color: var(--red-color);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  margin-right: 5px;
}

.main-test-cards
  .all-cards-right
  .header-card-right
  .filter
  .answered
  p:nth-child(1) {
  background-color: var(--green-color);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  margin-right: 5px;
}

.main-test-cards
  .all-cards-right
  .header-card-right
  .filter
  .to-review
  p:nth-child(1) {
  background-color: #0864fe;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 5px;
}

.main-test-cards .all-cards-right .header-card-right .filter p:nth-child(2) {
  font-size: 13px;
  margin-top: 2px;
}

.main-test-cards
  .all-cards-right
  .header-card-right
  .filter
  .answered-to-review
  div {
  background: linear-gradient(
    130deg,
    var(--green-color) 50%,
    var(--blue-color) 50%
  );
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 5px;
}

/* fix card  start */
.main-test-cards .all-cards-body .card {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.main-test-cards .all-cards-body .card .card-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* fix card end */

.header-card-body .accordion-item .ans-que-number .number,
.header-card-body .ans-que-number .number {
  background-color: var(--green-color);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.header-card-body .accordion-item .ans-que-number .number p,
.header-card-body .ans-que-number .number p {
  margin-bottom: 0;
}

.header-card-body .accordion-item .no-ans-que-number .number,
.header-card-body .no-ans-que-number .number {
  background-color: var(--light-theam-color);
  width: 30px;
  height: 30px;
  color: #fff;
  padding: 3px 10px;
  border-radius: 50%;
  cursor: pointer;
}

.header-card-body .accordion-item .no-ans-que-number .number-2,
.header-card-body .no-ans-que-number .number-2 {
  background-color: var(--light-theam-color);
  width: 30px;
  height: 30px;
  color: #fff;
  padding: 3px 5px;
  border-radius: 50%;
}

.header-card-body .accordion-item .emty-ans-que-number .number-2,
.header-card-body .emty-ans-que-number .number-2 {
  background-color: #808080;
  width: 30px;
  height: 30px;
  color: #fff;
  padding: 3px 5px;
  border-radius: 50%;
}

.all-cards-body-details .all-card-header :where(i, p) {
  color: var(--light-theam-color);
}

.all-cards-body-details .card {
  border-radius: var(--border-radius) !important;
}

.all-cards-body-details .card .card-header {
  border-radius: var(--border-radius) !important;
}

.all-cards-body-details .card .card-footer {
  border-radius: var(--border-radius) !important;
}

.all-cards-body-details .left-title .mcq {
  height: 30px;
}

.all-cards-body-details .right-title {
  position: relative;
}

.all-cards-body-details .right-title .vertical:hover {
  cursor: pointer;
}

.all-cards-body-details .right-title .report-msg {
  display: none;
  border-radius: var(--border-radius);
  padding: 10px 10px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.36);
  cursor: pointer;
}

.all-cards-body-details .right-title .report-msg.active {
  display: block;
}

.all-cards-body-details .right-title .report-msg span i {
  font-size: 13px;
  margin-top: 2px;
  margin-right: 10px;
}

.all-cards-body-details .right-title .report-msg span p {
  font-size: 13px;
  margin-bottom: 0;
}

.all-cards-body-details
  .all-card-body
  .card-body
  .list-group
  :where(.option-1, .option-2, .option-3, .option-4)
  h5 {
  border: 1px solid #000;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
}

.card-body .list-group .list-group-item.active_check {
  background-color: #fbe1e1;
  border: none;
}

.card-body .list-group .list-group-item.active_check h5 {
  background-color: var(--red-color);
  color: #fff;
  border: 0;
}

.card-body .list-group .list-group-item.correct_check {
  background-color: #e1fbe1;
  border: none;
}

.card-body .list-group .list-group-item.correct_check h5 {
  background-color: var(--green-color);
  color: #fff;
  border: 0;
}

.card-body .list-group .list-group-item.active {
  background-color: #e3defc;
  border: none;
}

.card-body .list-group .list-group-item.active h5 {
  background-color: var(--theam-color);
  color: #fff;
  border: 0;
}

.all-cards-body-details
  .all-card-body
  .card-body
  .list-group
  :where(.option-1, .option-2, .option-3, .option-4)
  h4 {
  margin-top: 10px;
  font-size: 20px;
  color: #000;
}

.all-cards-body-details
  .all-card-body
  .card
  .card-footer
  :where(.left-btn, .right-btn)
  button {
  background-color: #f3f2f8;
  border-radius: var(--border-radius);
  color: var(--light-theam-color);
  padding: 10px 15px;
  font-size: 14px;
  border: 0;
  font-weight: bold;
}

#leave .modal-body .resume-later {
  font-size: 13px;
}

#leave .modal-body .remain-poused {
  font-size: 11px;
  color: var(--font-color);
}

#cards-body.active {
  display: none;
}

#cards-body-details {
  display: none;
}

#cards-body-details.active {
  display: block;
}

.main-chart {
  position: relative;
}

#myChart,
#myChart2,
#myChart3,
#myChart4 {
  width: 100% !important;
  height: 57% !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.list-group .list-group-item .not-visit {
  background-color: #a2a4a9;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 5px;
}

.list-group .list-group-item .rev {
  background-color: #6b60cd;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 5px;
}

.list-group .list-group-item .not-ans {
  background-color: var(--red-color);
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 5px;
}

.list-group .list-group-item .ans {
  background-color: var(--green-color);
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 5px;
}

.list-group .list-group-item .ans-rev {
  background-color: var(--yellow-color);
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 5px;
}

/* view report page css */

.calender {
  background: white;
  color: #000;
  padding: 5px 10px;
  border-radius: 10px;
}

.calender .month {
  text-transform: capitalize;
  font-weight: 600;
  color: var(--light-theam-color);
}

.test-modul-header .card .card-body i {
  margin-right: 12px;
  font-size: 24px;
}

.test-modul-header .card .card-body .dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: var(--transparent-theam-color) !important;
}

.test-modul-header .card {
  border-radius: var(--border-radius);
  border: none;
}

.test-modul-header .card .card-body .dropdown button {
  background-color: #f0f0f0;
  border: none;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
}

.test-modul-body
  .card-header
  .view-report-tab
  .nav-tabs
  .nav-item.show
  .nav-link,
.test-modul-body .nav-tabs .nav-link.active::before {
  top: 43px;
}

.test-modul-body .nav.nav-tabs .nav-link p {
  color: var(--font-color);
  font-weight: 500;
  font-size: 12px;
}

.test-modul-body .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active {
  border-color: #fff #fff #fff !important;
}

.test-modul-body .card-body .sidebar .all-link {
  display: flex;
  flex-direction: column;
  width: 90%;
}

.test-modul-body .card-body .sidebar .all-link a {
  color: #000;
  font-size: 13px;
  margin-bottom: 7px;
  margin: 3px 10px 3px 3px;
  padding: 10px 10px;
  text-transform: capitalize;
}

.test-modul-body .card-body .sidebar .all-link a:hover {
  background-color: #351c9008;
  border-radius: var(--border-radius);
}

.test-modul-body .card-body .sidebar .all-link a.active {
  background-color: #351c900f;
  border-radius: var(--border-radius);
}

.test-modul-body .overall .overall-header h4 {
  font-weight: 600;
}

.test-modul-body .overall .overall-body .card-header i {
  font-size: 24px;
  margin-right: 12px;
}

.test-modul-body .overall .overall-body .card-body h6 span {
  color: var(--font-color);
  font-size: 13px;
}

.test-modul-body .overall .overall-body .card {
  border-radius: var(--border-radius);
}

.test-modul-body .overall .overall-body .card .card-header {
  border-radius: var(--border-radius);
}

.test-modul-body
  .overall
  .overall-body
  .card-body
  .list-group
  .list-group-item
  .dot-1 {
  background-color: var(--green-color);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: flex;
  margin-right: 10px;
  margin-top: 6px;
}

.test-modul-body
  .overall
  .overall-body
  .card-body
  .list-group
  .list-group-item
  .dot-2 {
  background-color: var(--red-color);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 6px;
}

.test-modul-body
  .overall
  .overall-body
  .card-body
  .list-group
  .list-group-item
  .dot-3 {
  background-color: var(--gray-color);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 6px;
}

.test-modul-body
  .overall
  .overall-body
  .card-body
  .list-group
  .list-group-item
  p {
  color: var(--font-color);
  font-size: 13px;
}

.test-modul-body .chapter .chapter-header .dropdown button {
  background-color: #f0f0f0;
  border: none;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
}

.test-modul-body .chapter .chapter-body .table tbody tr:nth-child(odd) {
  background-color: #f5f7fa;
}

.test-modul-body .chapter .chapter-body .table thead tr th {
  font-size: 13px;
}

.test-modul-body .chapter .chapter-body .table tbody tr td:nth-child(1) {
  font-size: 12px;
}

.test-modul-body .chapter .chapter-body .table tbody tr td:nth-child(2) i {
  color: #fff;
  background-color: var(--green-color);
  border-radius: 50%;
  padding: 5px 6px;
  font-size: 10px;
  width: 20px;
  height: 20px;
}

.test-modul-body .chapter .chapter-body .table tbody tr td:nth-child(3) i {
  color: #fff;
  background-color: var(--red-color);
  border-radius: 50%;
  padding: 5px 6.5px;
  font-size: 10px;
  width: 20px;
  height: 20px;
}

.test-modul-body .chapter .chapter-body .table tbody tr td:nth-child(4) i {
  color: #fff;
  background-color: var(--gray-color);
  border-radius: 50%;
  padding: 5px;
  font-size: 10px;
  width: 20px;
  height: 20px;
}

.test-modul-body .chapter .chapter-body .table tbody tr td:nth-child(6) p {
  background-color: #808080;
  padding: 5px 10px;
  margin-bottom: 0;
  text-align: center;
  border-radius: 5px;
  width: 50px;
  font-weight: 600;
  font-size: 13px;
  color: white;
}

.test-modul-body
  .chapter
  .chapter-body
  .table
  tbody
  tr
  td:nth-child(6)
  p.half-score {
  background-color: var(--yellow-color);
  color: #000;
}

.test-modul-body
  .chapter
  .chapter-body
  .table
  tbody
  tr
  td:nth-child(6)
  p.bed-score {
  background-color: var(--red-color);
}

.test-modul-body
  .chapter
  .chapter-body
  .table
  tbody
  tr
  td:nth-child(6)
  p.full-score {
  background-color: var(--green-color);
}

.test-modul-body .chapter .chapter-body .table tfoot tr td button {
  background-color: #eaecf1;
  border: none;
  padding: 10px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: var(--border-radius);
}

.test-modul-body .chapter .chapter-body .table tfoot tr td button i {
  color: var(--gray-color);
  margin-left: 10px;
}

.test-modul-body
  .dificultu-lavel
  .dificultu-lavel-body
  .nav-tabs
  .nav-item.show
  .nav-link,
.dificultu-lavel-body .nav-tabs .nav-link.active::before {
  top: 35px;
}

.accuracy-card {
  background-color: #f5f7fa;
}

.dificultu-lavel .dificultu-lavel-header h5 {
  text-transform: capitalize;
  font-weight: 600;
}

.dificultu-lavel .dificultu-lavel-header p {
  font-size: 13px;
  margin-bottom: 10px;
  color: var(--font-color);
}

.question-type .question-type-body .card {
  border-radius: var(--border-radius);
}

.question-type .question-type-body .card .card-header {
  border-radius: 10px 10px 0 0;
}

.question-card,
.time-card {
  background-color: #f5f7fa;
}

.question-type .question-type-header h5 {
  text-transform: capitalize;
  font-weight: 600;
}

.question-type .question-type-header p {
  font-size: 13px;
  margin-bottom: 10px;
  color: var(--font-color);
}

.question-type .question-type-body .card {
  border-radius: var(--border-radius);
}

.question-type .question-type-body .card .card-header {
  border-radius: 10px 10px 0 0;
}

.test-modul-body
  .question-type
  .question-type-body
  .nav-tabs
  .nav-item.show
  .nav-link,
.question-type-body .nav-tabs .nav-link.active::before {
  top: 35px;
}

.answer-key .ans-key-header h5 {
  font-weight: 600;
}

.answer-key .ans-key-header .ans-type h6 {
  font-weight: bold;
}

.answer-key .ans-key-header .ans-type p {
  font-size: 12px;
  color: var(--font-color);
}

.answer-key .ans-key-header .ans-type .correct-ans p i {
  border-radius: 50%;
  color: var(--green-color);
  font-weight: bold;
  border: 2px solid var(--green-color);
  padding: 1px 2px;
}

.answer-key .ans-key-header .ans-type .incorrect-ans p i {
  border-radius: 50%;
  color: var(--red-color);
  font-weight: bold;
  border: 2px solid var(--red-color);
  padding: 1px 2px;
}

.answer-key .ans-key-header .ans-type .no-ans p i {
  border-radius: 50%;
  color: var(--gray-color);
  font-weight: bold;
  border: 2px solid var(--gray-color);
  padding: 2px;
}

.answer-key .ans-key-header .dropdown .dropdown-toggle {
  border: 0;
  background-color: #eaecf1;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 13px;
}

.answer-key .ans-key-header .dropdown li p {
  font-size: 12px;
}

.answer-key .ans-key-header .dropdown li label {
  font-weight: 600;
  font-size: 13px;
}

.answer-key .ans-key-header .dropdown li {
  padding: 0px 15px;
}

.answer-key .ans-key-header .dropdown li .dark-btn {
  margin-right: 10px;
}

.answer-key .ans-key-body {
  border-radius: var(--border-radius);
  background-color: #f5f7fa;
}

.ans-key-body
  :where(.ans-que-number, .incorrect-ans-que-number, .not-ans-que-number) {
  background-color: var(--green-color);
  width: 28px;
  height: 28px;
  color: #fff;
  /* padding: 3px 10px; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.ans-key-body
  :where(.ans-que-number, .incorrect-ans-que-number, .not-ans-que-number)
  p {
  font-size: 13px;
}

.ans-key-body .card {
  border-radius: var(--border-radius);
}

.ans-key-body .incorrect-ans-que-number {
  background-color: var(--red-color);
}

.ans-key-body .not-ans-que-number {
  background-color: var(--gray-color);
}

.ans-key-body :is(.ans-card, .no-ans-card, .plan-card) .card-header {
  border-radius: 10px 10px 0px 0px;
}

.ans-key-body :is(.ans-card, .no-ans-card, .plan-card) .card-footer {
  border-radius: 0px 0px 10px 10px;
}

.ans-key-body .ans-card {
  border: 2px solid var(--green-color);
  border-radius: var(--border-radius);
}

.ans-key-body .no-ans-card {
  border: 2px solid var(--red-color);
  border-radius: var(--border-radius);
}

.ans-key-body .ans-card .ans-dot .ansed-dot {
  background-color: var(--green-color);
  border-radius: 50%;
  height: 8px;
  width: 8px;
  margin-top: 7px;
  margin-right: 8px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.18);
}

.ans-key-body .no-ans-card .ans-dot .not-ansed-dot {
  background-color: var(--red-color);
  border-radius: 50%;
  height: 8px;
  width: 8px;
  margin-top: 7px;
  margin-right: 8px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.18);
}

.ans-question-details .card-body .list-group .list-group-item.active {
  background-color: #f0f8f3;
  border: none;
}

.ans-question-details .card-body .list-group .list-group-item.active h5 {
  background-color: var(--green-color);
  color: #fff;
  border: 0;
}

.ans-question-details .card-body .list-group .list-group-item.active h4 p {
  margin-bottom: 0 !important;
}

.ans-key-body .ans-all-card.active {
  display: none;
}

.ans-key-body .ans_question_details {
  display: none;
}

.ans-question-details
  .card-body
  .list-group
  .list-group-item.active
  .option-correct
  p
  i {
  color: var(--green-color);
  font-size: 12px;
}

.ans-question-details
  .card-body
  .list-group
  .list-group-item.active
  .option-correct
  p
  span {
  color: #000;
  font-size: 12px;
}

.ans-question-details .card-footer .card-footer-header i {
  font-size: 20px;
}

.card-footer .card-footer-body .wright-ans {
  background-color: #f0f8f3;
  border-radius: var(--border-radius);
  padding: 10px 15px;
}

.card-footer .card-footer-body .wright-ans h5 {
  background-color: var(--green-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.card-footer .card-footer-body .wright-ans h6 p {
  margin-bottom: 0 !important;
}

.card-footer .card-footer-body .option-correct p i {
  color: var(--green-color);
}

.card-footer .card-footer-body .option-correct p span {
  font-size: 13px;
}

/* practice page css */
.practice .parctice-left .previous-left-body button {
  border: none;
  width: 100%;
  padding: 8px 10px;
  text-align: start;
  border-radius: var(--border-radius);
  font-weight: 600;
  background-color: transparent;
}

.practice .parctice-left .previous-left-body button i {
  display: none;
}
.practice .parctice-left .previous-left-body button.active i {
  display: block;
}
.practice .parctice-left .previous-left-body button.active {
  background-color: #f5f5f5;
}

.practice .parctice-left .previous-left-body button.active::before {
  background-color: transparent;
}

.practice .parctice-left .parctice-side .nav-tabs {
  border-bottom: transparent;
}

.practice .parctice-left .previous-left-body button.active a {
  color: #000;
}

.practice .parctice-left .previous-left-body button a {
  color: var(--font-color);
}

/* .practice .practice-header {
  max-width: 736px;
  margin: auto;
} */

.practice .practice-header .practice-img img {
  height: 90px;
}

.practice .practice-header .practice-text h6 {
  font-weight: bold;
  font-size: 20px;
}

.practice .practice-header .practice-text p {
  color: var(--font-color);
  font-size: 18px;
}

.practice .practice-header .practice-text .dropdown .dropdown-toggle,
.practis-dropd {
  border: none;
  padding: 10px 15px;
  margin-top: 10px;
  background-color: #eaecf1;
  border-radius: var(--border-radius);
}

.practice .practice-header .practice-text .dropdown .dropdown-menu.show {
  border-radius: var(--border-radius);
  width: 42%;
}

.practice .practice-header .practice-text .dropdown .dropdown-toggle::after {
  margin-left: 2em;
  border-top: 0.3em solid var(--light-theam-color);
  border-bottom: 0 var(--light-theam-color);
}

.practice-tabing .nav-tabs .nav-item.show .nav-link,
.practice-tabing .nav-tabs .nav-link.active::before {
  content: "";
  position: absolute;
  top: 35px;
  height: 5px;
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  background-color: var(--light-theam-color);
}

.practice-tabing .nav-link {
  color: var(--font-color);
  font-weight: 600;
}

.practice-tabing .nav-link:hover {
  background-color: #f3f2f8;
  color: var(--black-color);
}

.practice-tabing .nav-tabs {
  border-bottom: none;
}

.practice-tabing .nav-tabs .nav-item.show .nav-link,
.practice-tabing .nav-tabs .nav-link.active {
  border-color: #fff #fff #dee2e6 !important;
  position: relative;
  color: #000000 !important;
  font-weight: 700;
}

.main-practice-body .card {
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
}

.main-practice-body .card .listing {
  background-color: #f5f7fa;
  padding: 20px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius);
  width: 60px;
  height: 60px;
}

.main-practice-body .card .listing h5 {
  margin: 0;
}

.main-practice-body .card {
  color: var(--black-color);
}

.main-practice-body :where(.psysics, .chemistry, .biology) .card-1 .card,
.main-practice-body :where(.psysics, .chemistry, .biology) .card-2 .card,
.main-practice-body :where(.psysics, .chemistry, .biology) .card-3 .card {
  border-radius: var(--border-radius);
}

.main-practice-body .card h5 :where(.in-progress, .resume) {
  font-size: 12px;
  background-color: #fff7dc;
  color: #150f2d;
  padding: 5px 10px;
  border-radius: 3px;
}

/* live class page css  */
.live_class .live_class-left p {
  font-size: 15px;
  color: var(--font-color);
  font-weight: 600;
}

.live_class .live_class-left .winning_edge-body {
  width: 100%;
}

.live_class .live_class-left button.active {
  width: 100%;
  border: none;
  text-align: start;
  padding: 10px 15px;
  margin-top: 10px;
  color: var(--black-color);
  background-color: #eaecf1;
  border-radius: var(--border-radius);
}

.live_class .live_class-left button.active:hover {
  background-color: #eaecf1;
}

.live_class .live_class-left button {
  width: 100%;
  border: none;
  text-align: start;
  padding: 10px 15px;
  margin-top: 10px;
  color: var(--black-color);
  background-color: transparent;
  border-radius: var(--border-radius);
}

.live_class .live_class-left button:hover {
  background-color: #f9f8fc;
}

.live_class .live_class-left button a {
  color: var(--black-color);
}

.live_class-right-header .upcomming {
  width: 100%;
  position: relative;
}

.live_class-right-header .upcomming .comming-soon {
  width: 30%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.live_class-right-header .upcomming .comming-soon p {
  color: var(--font-color);
  font-size: 13px;
}

.live_class-right-body .body-first p {
  color: var(--font-color);
  width: 90%;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.live_class-right-footer .nav-tabs .nav-item.show .nav-link,
.live_class-right-footer .nav-tabs .nav-link.active::before {
  content: "";
  position: absolute;
  top: 35px;
  height: 5px;
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  background-color: var(--light-theam-color);
}

.live_class-right-footer .nav-link {
  color: var(--font-color);
  font-weight: 600;
}

.live_class-right-footer .nav-link:hover {
  background-color: #f3f2f8;
  color: var(--black-color);
}

.live_class-right-footer .nav-tabs {
  border-bottom: none;
}

.live_class-right-footer .nav-tabs .nav-item.show .nav-link,
.live_class-right-footer .nav-tabs .nav-link.active {
  border-color: #fff #fff #dee2e6 !important;
  position: relative;
  color: #000000 !important;
  font-weight: 700;
}

.live_class-right-header .past_class .card-1 .card-body .date,
.live_class-right-header .past_class .card-2 .card-body .date {
  color: var(--light-theam-color);
  font-size: 14px;
}

.live_class-right-header .past_class .card-1 .card-body .class-win p,
.live_class-right-header .upcomming .card-1 .card-body .class-win p {
  background-color: #eaecf1;
  color: var(--font-color);
  font-size: 12px;
  padding: 1px 15px;
  border-radius: 4px;
}

.live_class-right-header .past_class .card-1 .card-body .wat-rac,
.live_class-right-header .past_class .card-2 .card-body .wat-rac {
  display: flex;
  align-items: center;
}

.live_class-right-header .past_class .card-1 .card-body img,
.live_class-right-header .upcomming .card-1 .card-body img {
  height: 100px;
  width: 100px;
  object-fit: cover;
}

.live_class-right-header .past_class .card-1 .card-footer .lesson p,
.live_class-right-header .past_class .card-2 .card-footer .lesson p {
  font-size: 13px;
  font-weight: 500;
}

.live_class-right-header .past_class .card-1 .card-footer .matarial a,
.live_class-right-header .past_class .card-2 .card-footer .material a {
  color: var(--light-theam-color);
  font-weight: 500;
}

.live_class-right-header .chapters span {
  background-color: #eaecf1;
  padding: 10px 25px;
  color: #000000;
  border-radius: 50px;
  cursor: pointer;
}

/* subscription page css */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
  border-radius: var(--border-radius) !important;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: var(--border-radius) !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: var(--border-radius) !important;
  background-color: #f5f5f5;
}

.accordion-button:not(.collapsed) {
  color: var(--light-theam-color) !important;
  background-color: #f5f5f5 !important;
  border-radius: var(--border-radius) !important;
}

.accordion-button::after {
  fill: var(--light-theam-color) !important;
}

/* blog page css */

.blog .card {
  border-radius: var(--border-radius);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.blog .card .card-body img {
  border-radius: var(--border-radius);
  width: 100%;
  height: auto;
}

.blog .card .card-body p.card-title {
  color: var(--theam-color);
  font-weight: 700;
}

.blog .card .card-body h5.card-title {
  color: var(--black-color);
  font-weight: 600;
}

.blog .card .card-body p.card-text {
  color: var(--font-color);
  font-size: 14px;
  font-weight: 400;
}

.blog .card .card-body p.card-text strong {
  color: var(--black-color);
}

/* blog details page css */
.content h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
span {
  font-family: "Heebo", sans-serif;
}

.img-bg {
  background-color: #f3f2f8;
  padding: 10px;
  border-radius: var(--border-radius);
}

.table-responsive-cck table {
  display: block;
  width: 100% !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.content img {
  max-width: 100% !important;
  height: auto !important;
  width: 100% !important;
}

.blog-detail .card {
  box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
  border-radius: var(--border-radius);
}

.blog-detail .card img {
  border-radius: var(--border-radius);
}

.blog-detail .card .main-blog-img img {
  border-radius: var(--border-radius);
  width: 100%;
  object-fit: cover;
}

/* .blog-detail .fiex-sidebar {
  --offsetHeight: -1856px;
} */

.blog-detail .fiex-sidebar {
  --offsetHeight: -1130px;
  position: sticky;
  top: calc(100vh + var(--offsetHeight));
}

.main-blogs img {
  width: 100% !important;
  height: 170px !important;
  object-fit: cover;
}

.blog-detail .card .card-body .card-title {
  color: var(--black-color);
  font-weight: 700;
}

.blog-detail .card .card-body .card-text {
  color: var(--font-color);
}

.blog-detail .card .card-body div h5 {
  color: var(--black-color);
  font-size: 16px;
}

.blog-detail label {
  width: 100px;
}

.blog-detail :where(input, select) {
  padding: 5px 7px;
  border-radius: var(--border-radius) !important;
  border: 1px solid var(--gray-color) !important;
}

.blog-detail input:focus-visible {
  border: none;
}

.blog-detail label {
  color: var(--black-color);
  font-weight: 600;
}

.blog-category {
  background-color: #f3f2f8;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.blog-category .nav-tabs .nav-link.active {
  background-color: #f3f2f8;
  border-color: #f3f2f8 !important;
}

.blog-category .nav-tabs {
  border-bottom: 0 !important;
}

.blog-category .card {
  box-shadow: 0px 0px 20px #000;
}

.blog-social a i {
  color: var(--theam-color);
  width: 20px;
}

.pagination-main .page-item:first-child .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-weight: 600;
  padding: 8px 20px;
}

.pagination-main .page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: 600;
  padding: 8px 20px;
}

.pagination-main .page-item.active .page-link {
  padding: 8px 20px;
}

.blog .page-item.active .page-link {
  z-index: 3;
  color: var(--white-color);
  background: var(--theam-color);
  border: 2px solid var(--theam-color-color);
  box-shadow: 0 11px 13px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0);
}

.blog .page-link {
  color: var(--black-color);
}

.blog .page-link:hover {
  z-index: 2;
  color: var(--white-color) !important;
  background-color: var(--theam-color);
  border-color: var(--theam-color);
}

/*cours page css */
.index-cours .course-left .course-left-header a {
  color: var(--light-theam-color);
  text-decoration: underline;
  font-weight: 700;
}

.index-cours .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: var(--border-radius) !important;
  background-color: #fff;
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232cae86'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg);
}

/* breadcrumb  css */
.breadcrumb li {
  color: var(--font-color);
  font-weight: 500;
}

.breadcrumb li a {
  color: var(--light-theam-color);
  font-weight: 600;
}

/* inqury Form  css */
.inqury-form .inq-bg {
  background-color: #f3f2f8;
  border-radius: var(--border-radius);
  padding: 15px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.inqury-form label {
  font-size: 14px;
  color: var(--gray-color);
}

.inqury-img img {
  border-radius: var(--border-radius);
}

.inqury-form :where(input, select) {
  padding: 10px;
  border-radius: var(--border-radius) !important;
  border: 2px solid #c6c8cc !important;
}
.inqury-form input:focus {
  box-shadow: none !important;
}

.inqury-form input:focus-visible {
  border: none;
}

.inqury-form label {
  color: var(--black-color);
  font-weight: 500;
}
.inqury-form input[type="number"]::-webkit-outer-spin-button,
.inqury-form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.inqury-form input[type="number"] {
  -moz-appearance: textfield;
}
.inqury-form .dark-btn {
  padding: 12px 20px;
  font-size: 0.875rem;
}

.theam-color {
  color: var(--theam-color) !important;
}

.fix-card {
  min-height: 180px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0px 5px 0px 10px !important;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 14px !important;
}

.dropdown-menu li:last-child hr {
  display: none;
}

.blog-detail p {
  font-size: 14px;
}

.blog-detail :where(h1, h2, h3) {
  font-weight: 600 !important;
  font-size: 20px;
}

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

.academy-bg {
  background-color: #f3f2f8;
  padding: 20px;
  border-radius: var(--border-radius);
}

.academy-bg img {
  border-radius: var(--border-radius);
}

/* .academy .col-md-12 .reports {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.academy .col-md-12 .reports :where(p , h2) {
  width: 50%;
} */

.blog-detail-fix {
  max-height: 1273px;
  overflow-y: scroll;
}

@media (max-width: 777px) {
}

/* book img
test img
note pen img
practice img
live class img
note previous img
stratege img
*/
.inqury-form input {
  /* outline: none;
  border: none !important; */
  color: #000 !important;
  /* font-weight: 600; */
}

.inqury-form .form-check-input,
.form-check-input {
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
}

.inqury-form .light-black-color {
  color: #000000b1;
}

.inqury-form input::placeholder {
  color: #000000b1 !important;
}

.all-cards-body-details .card-text span {
  font-size: 18px;
}

.mjx-chtml {
  display: inline-block !important;
}

.btn-check:checked + .btn-outline-success,
.btn-outline-success:hover {
  border: 1.5px solid var(--light-theam-color) !important;
  background-color: #2cae862e !important;
  color: #000 !important;
}

.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus {
  box-shadow: none !important;
}

.btn-outline-success {
  border: 1.5px solid #000 !important;
}

.per-que-time p {
  border: 1.5px solid var(--green-color);
  border-radius: 50%;
  padding: 4px;
  font-size: 16px;
}

/* / Circular countdown styles /  */
.circle {
  position: relative;
  width: 50px;
  height: 50px;
}

.circle svg {
  transform: rotate(-90deg);
  width: 50px;
  height: 50px;
}

.circle .progress-ring__circle {
  stroke: #4caf50;
  stroke-width: 3;
  fill: transparent;
  stroke-dasharray: 94.2;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s linear;
}

.countdown-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}

input.form-control {
  border: 1px solid #ced4da !important;
}

input.form-control:focus {
  border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  -o-border-radius: 0.25em;
}

.max-ques {
  background-color: #eff8ff;
  padding: 20px;
  border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  -o-border-radius: 0.25em;
}

.max-ques img {
  width: 40px;
  height: 40px;
}

.noto-sans p,
.noto-sans span {
  font-family: "Noto Sans Gujarati", sans-serif;
  font-weight: 500;
}

.chap-budge {
  padding: 8px 25px;
  background-color: var(--gray-color);
  color: #fff;
  font-size: 15px;
  border-radius: 10px;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.main-video .card,
.main-video .card .card-body {
  border: none;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.main-video .card .card-footer {
  border: none;
}

.main-video .video-desc-bg {
  background-color: #f0f0f0;
  padding: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.main-video .card .card-footer .card-text {
  font-weight: 600;
}

.main-video .scri-sec img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.main-video .scri-sec .lear-sta {
  font-size: 12px;
}

/* .big-video {
  width: 640px;
  height: 360px;
} */
.small-video {
  width: 202px;
  height: 40px;
}

.small-video .plyr__controls {
  display: none;
}

.small-video-main,
.small-video-main:hover {
  color: #000000;
}

.small-video-main .channal-name {
  font-size: 12px;
  color: var(--font-color);
  font-weight: 500;
}

.test-date {
  /* background-color: #f6f7f9; */
  border: 1.5px solid rgba(0, 0, 0, 0.125);
  width: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 70px;
}

.test-date .month {
  border-bottom: 3px solid var(--yellow-color);
  /*border-bottom: 3px solid var(--yellow-color);*/
  /*height: 90px;*/
  /*height: 90px;*/
  /*height: 90px;*/
}

.test-date .month {
  font-size: 13px;
}

.test-date .day {
  font-size: 12px;
}

h5.text-h5-main {
  font-size: 18px;
  text-transform: capitalize;
}

.available .available-span {
  font-size: 14px;
}

.available .available-span.bg-success {
  background-color: #f1eff8 !important;
  color: #000000;
  font-size: 12px;
}

.main-colla-p p {
  font-size: 14px;
}

.available .card-1 .card {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 1px 0px 0px;
}

.filter-body .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none;
}

.filter-body .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.home-courses .card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.box-course {
  /* border: 2px solid transparent; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}

.box-course img {
  border-radius: 8px;
  max-width: 90%;
}

.box-course h6 {
  font-size: 15px;
}

.col-md-6 .box-cour-img {
  max-width: 100%;
}

.box-course .box-cor-text {
  font-size: 14px;
  color: #808080;
}

.box-course .valid-till {
  font-size: 12px;
  color: #808080;
}

.box-course .border-end-box-cour {
  border-right: 1.5px solid #ccc;
}
.box-course .box-course-label {
  border: 2px solid transparent;
}
.box-course .btn-check:checked ~ .box-course-label {
  border: 2px solid var(--green-color) !important;
  border-radius: 10px;
  position: relative;
}

.box-course .btn-check:checked ~ .box-course-label::before {
  font-family: "Font Awesome 6 Free";
  /* or "Font Awesome 6 Free" if using version 6 */
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--green-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.box-course .dark-btn {
  padding: 8px 12px;
  font-weight: 600;
  font-size: 13px;
}

.off-width {
  width: 1000px !important;
}

.off-width .off-head-img {
  width: 45px;
}

.off-width .offcanvas-header {
  border-bottom: 1px solid;
}

.off-width .offcanvas-body ul li {
  list-style-type: decimal;
  margin-bottom: 10px;
  color: #333;
  font-size: 13px;
}

.ques-type-color {
  font-size: 13px;
}

.ques-type-color p {
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #808080;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #ffffff;
}

.ques-type-color.not-visit p {
  background-color: var(--gray-color);
}

.ques-type-color.not-ans p {
  background-color: var(--red-color);
}

.ques-type-color.ans p {
  background-color: var(--green-color);
}

.ques-type-color.mark-for-review p {
  background-color: var(--blue-color);
}

.ques-type-color.ans-mark-review p {
  background: linear-gradient(
    130deg,
    var(--green-color) 50%,
    var(--blue-color) 50%
  );
}

.home-slider .active .card {
  box-shadow: none !important;
}

.blue-back {
  background-color: #e3defc !important;
}

.blue-back h5 {
  background-color: var(--theam-color) !important;
  border-color: var(--theam-color) !important;
  color: #fff;
}

.psy-test-scroll {
  max-height: 480px;
  overflow-y: scroll;
}

.all-card-right-scroll {
  max-height: 100vh;
  overflow-y: scroll;
}

.all-card-left-scroll {
  max-height: 100vh;
  overflow-y: scroll;
}

.all-card-left-in-scroll {
  max-height: 100vh;
  overflow-y: scroll;
}

.ans-all-card-scroll {
  max-height: 100vh;
  overflow-y: scroll;
}

.ans-question-details-scroll {
  max-height: 100vh;
  overflow-y: scroll;
}

h4 p,
h6 p {
  margin-bottom: 0 !important;
}

.all-cards-body-details .card .card-footer.bg-white {
  border-radius: 0 !important;
}

.psy-test-scroll::-webkit-scrollbar,
.all-card-right-scroll::-webkit-scrollbar,
.all-card-left-scroll::-webkit-scrollbar,
.all-card-left-in-scroll::-webkit-scrollbar,
.ans-all-card-scroll::-webkit-scrollbar,
.ans-question-details-scroll::-webkit-scrollbar {
  background-color: #fafbfc !important;
  width: 4px !important;
  height: 4px !important;
}

.psy-test-scroll::-webkit-scrollbar-thumb,
.all-card-right-scroll::-webkit-scrollbar-thumb,
.all-card-left-scroll::-webkit-scrollbar-thumb,
.all-card-left-in-scroll::-webkit-scrollbar-thumb,
.ans-all-card-scroll::-webkit-scrollbar-thumb,
.ans-question-details-scroll::-webkit-scrollbar-thumb {
  background-color: #ccc !important;
  /* border-radius: 10px !important; */
  width: 4px !important;
}

.report-all-ans-card {
  height: 280px;
  overflow: hidden;
}

.two-border-color {
  border: 2px solid transparent !important;
  border-radius: var(--border-radius) !important;
  border-image: linear-gradient(142.8deg, blue 50%, red 50%) !important;
  border-image-slice: 1 !important;
}

.demo-main .demo-class {
  --offsetHeight: -45px;
  position: sticky;
  top: calc(10vh + var(--offsetHeight));
}

/* media screen css */
@media screen and (max-width: 1080px) {
  .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    border-bottom: none;
  }

  .navbar .download {
    display: block;
  }

  .border-center {
    height: 0;
    width: 0;
  }

  .test-modul-header .card .card-body i {
    font-size: 15px;
  }

  .test-modul-header .card .card-body h5 {
    font-size: 0.75rem;
  }

  .test-modul-body
    .overall
    .overall-body
    .card-body
    .list-group
    .list-group-item
    p {
    color: var(--font-color);
    font-size: 8px;
  }

  .overall-body .card-header h5 {
    font-size: 0.75rem;
  }

  .test-modul-body .overall .overall-body .card-header i {
    font-size: 15px;
  }

  .chapter .chapter-body {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 991px) {
  .navbar-collapse {
    box-shadow: 0px 2px 6px 1px #00000030;
  }
}

@media screen and (max-width: 777px) {
  .navbar .logo {
    width: 220px;
    float: left;
  }

  .available .card-body,
  .attempted .card-body {
    text-align: center;
  }

  .main-practice-body .card {
    width: 100%;
  }

  .test-modul-body .card-body .sidebar .all-link {
    width: 100%;
  }

  .test-modul-body .card-body .sidebar .all-link a {
    text-align: center;
  }

  .navbar .nav-item h5 {
    font-size: 1rem;
  }

  .navbar {
    background-color: var(--theam-color);
    height: 80px;
  }

  .test-modul-body .chapter .chapter-body .table tbody tr td:nth-child(1) {
    font-size: 9px;
  }

  .all-cards-body-details .left-title .mcq {
    margin-bottom: 5px;
  }

  .option-correct {
    display: none;
  }

  .answer-key .ans-key-header .dropdown .dropdown-toggle {
    margin-bottom: 10px;
  }

  :is(.ans-right-header, .ans-right-body) {
    margin-left: 10px;
  }

  .previous-right-body .border-start {
    border-left: 0 !important;
  }

  .live_class-right-header .upcomming .comming-soon {
    width: 80%;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
  }

  .navbar .download {
    margin-left: 10px;
  }

  .blog-detail-fix {
    max-height: 100%;
    overflow-y: hidden;
  }

  .box-course img {
    max-width: 100%;
  }

  .navbar-collapse {
    background-color: var(--theam-color);
    width: 100%;
    /* margin-bottom: 15px; */
    z-index: 999;
  }
}

@media screen and (max-width: 576px) {
  .navbar {
    height: 65px;
  }

  .navbar .logo {
    width: 180px;
    float: left;
  }

  .navbar button span svg {
    width: 28px !important;
  }

  .margin-top {
    margin-top: 75px;
  }
  .all-card-right-scroll {
    max-height: 100%;
    overflow-y: unset;
  }
  .all-card-left-scroll {
    max-height: 100%;
    overflow-y: unset;
  }
  .all-card-left-in-scroll {
    max-height: 100%;
    overflow-y: unset;
  }
  .box-course .border-end-box-cour {
    border-right: none;
  }
}

@media screen and (max-width: 380px) {
  .navbar .logo.me-5 {
    margin-right: 10px !important;
  }

  .navbar .download {
    margin-left: 0 !important;
    margin-right: 10px !important;
    padding: 4px 8px;
  }

  .navbar-collapse {
    z-index: 10;
  }

  .activities .activities-left .img-bg {
    position: relative;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
}

@media (max-width: 340px) {
  .navbar {
    background-color: var(--theam-color);
    height: 70px;
  }
}

/* scroll css */

::-webkit-scrollbar {
  background-color: #c2cfd6;
  height: 5px;
  width: 5px;
}

::-webkit-scrollbar {
  background-color: #fafbfc !important;
  width: 10px !important;
  height: 10px !important;
}

::-webkit-scrollbar-thumb {
  background-color: var(--light-theam-color);
  /* border-radius: 10px; */
}

::-webkit-scrollbar-thumb {
  background-color: var(--yellow-color) !important;
  /* border-radius: 10px !important; */
  width: 10px !important;
}

::-webkit-scrollbar-track {
  background-color: #c2cfd6;
  /* border-radius: 10px; */
}

::-webkit-scrollbar-track {
  background-color: #f3f2f8 !important;
  /* border-radius: 10px !important; */
}

/* last update */

.countdown-text p {
  font-size: 16px;
  font-weight: 700;
  color: rgb(150, 5, 5);
  width: 200px;
}

.input-box {
  position: relative;
  display: flex;
  align-items: center;
}

.input-box input {
  padding-right: 30px;
}

.toggle-password {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.list-group-item.active {
  color: #000 !important;
}

/* payment details */

.payment-card.card {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 10px 1px,
    rgba(0, 0, 0, 0.04) 0px 3px 14px 2px, rgba(0, 0, 0, 0.04) 0px 5px 5px -3px;
  border: none;
}

.payment-details .accordion-item {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 10px 1px,
    rgba(0, 0, 0, 0.04) 0px 3px 14px 2px, rgba(0, 0, 0, 0.04) 0px 5px 5px -3px;
  margin-bottom: 12px;
}

.payment-details .accordion-item:last-of-type .accordion-button.collapsed,
.payment-details .accordion-button:not(.collapsed) {
  background-color: #fff !important;
}

.payment-details .accordion-item .light-btn {
  /* border: 1px solid var(--theam-color); */
  padding: 10px 14px;
}

.payment-details .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.payment-details .accordion-button {
  font-weight: 600;
}

.payment-details .accordion-body {
  padding: 1rem;
}

.payment-details .accordion-collapse.collapse.show {
  border-top: 1.5px solid #dee2e6;
}

.payment-details .mail-femail-check,
.payment-details .mail-femail-check:hover {
  background-color: transparent;
  border: 1px solid #0b5ed7;
  color: #0b5ed7;
  padding: 4px 12px;
}

.payment-details .btn-check:active + .btn-primary,
.payment-details .btn-check:checked + .btn-primary,
.payment-details .btn-primary.active,
.payment-details .btn-primary:active,
.payment-details .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0b5ed7 !important;
  border-color: #0a58ca !important;
  box-shadow: none !important;
}

.payment-details input:focus {
  box-shadow: none !important;
  border-radius: var(--border-radius);
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  -ms-border-radius: var(--border-radius);
  -o-border-radius: var(--border-radius);
}

.payment-details input {
  border-radius: var(--border-radius);
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  -ms-border-radius: var(--border-radius);
  -o-border-radius: var(--border-radius);
  font-size: 14px;
}

.payment-details input[type="number"]::-webkit-inner-spin-button,
.payment-details input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.payment-details label {
  font-size: 14px;
  font-weight: 500;
}

.payment-details .payment-card .cors-name {
  font-size: 18px;
}

.payment-details .payment-card .class-year {
  color: #333;
  font-size: 13px;
}

.payment-details .payment-card .cor-lan,
.payment-details .payment-card .cor-st-date,
.payment-details .payment-card .grand-total p {
  color: #898c90;
  font-size: 14px;
  margin-bottom: 8px;
}

.payment-details .payment-card .cor-lan-1,
.payment-details .payment-card .cor-st-date-1 {
  font-size: 15px;
  margin-bottom: 8px;
}

.payment-details .payment-card .coupons-code input {
  border-radius: 0;
  width: 100%;
  font-size: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.payment-details .payment-card .coupons-code button {
  border: none;
  outline: none;
  background-color: transparent;
  color: #126ecc;
  font-weight: 600;
}

.payment-details .payment-card .cors-fee {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-bottom: 12px;
}

.payment-details .payment-card .final-fee p {
  font-size: 16px;
  font-weight: 600;
}
.subscription .subscription-details-p p {
  margin-bottom: 10px !important;
}

.profile .nav .nav-link {
  text-align: start;
  font-weight: 500;
  color: #000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.profile .nav-pills .nav-link.active {
  background-color: #f5f5f5;
  color: #000;
}
.profile .terms-use-link {
  padding: 8px 16px;
  color: #000;
  font-weight: 500;
  margin-top: 14px;
}
.order-detail-card .bg-fill-inactive {
  height: 7px;
  width: 7px;
  border-radius: 100%;
  background-color: #e6e6e6;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.order-detail-card .accordion-button {
  background-color: #fff !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.order-detail-card .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #000 !important;
}
.order-detail-card .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.card.profile-course-details-card {
  border: none;
  border-top: 1px solid #c7c8c9;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.card.profile-course-details-card .card-header {
  background-color: #fff;
  border-bottom: 0;
}
.card.profile-course-details-card .card-header h6 {
  font-weight: 600;
  font-size: 18px;
}
.card.profile-course-details-card .card-body .detail-title {
  font-size: 14px;
  color: #494a4a;
}
.card.profile-course-details-card .card-body .detail-text {
  font-size: 14px;
  font-weight: 600;
  color: #1e1e22;
}
.card.course-details-tab-card,
.card.payment-history-tab-card,
.card.order-details-tab-card {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.card.course-details-tab-card .fa-dot-circle {
  color: #35b58e;
  margin-top: 1px;
}
.card.course-details-tab-card .course-purchase-date {
  font-size: 16px;
  font-weight: 600;
  color: #757575;
}
.card.course-details-tab-card .badge {
  font-size: 18px;
  font-weight: 500;
}
.card.payment-history-tab-card table tr th,
.card.payment-history-tab-card table tr td {
  border-bottom-width: 2px;
  border-bottom-color: #eee !important;
}
.card.payment-history-tab-card table tr th,
.card.payment-history-tab-card table tr td.transection-id {
  font-size: 13px;
  color: #757575;
  font-weight: 700;
}
.card.payment-history-tab-card table tr td .activity-name {
  font-size: 14px;
  font-weight: 500;
  color: #1e1e22;
}
.card.payment-history-tab-card table tr td .activity-paid-date {
  color: #757575;
  font-size: 12px;
}
.card.payment-history-tab-card table tr td .activity-paid-date i {
  color: #067f5a;
  font-size: 12px;
}
.nav.nav-tabs.order-last-tabs .nav-link {
  font-weight: 600;
}
.nav.nav-tabs.order-last-tabs .nav-link:hover {
  background-color: #fff;
  color: var(--black-color);
  border-color: transparent transparent #e9ecef transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.order-details-tab-card .address-main {
  border: 1px dashed #c6c8cc;
  border-radius: 10px;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.order-details-tab-card .address-main .address-title {
  color: #757575;
  font-size: 13px;
  font-weight: 600;
}
.order-details-tab-card .address-main .address-text {
  color: #494a4a;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
}
.order-details-tab-card .fee-main {
  padding: 10px;
  background-color: #f1eff8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.order-details-tab-card .fee-main .fee-title {
  font-size: 13px;
  font-weight: 600;
}
.order-details-tab-card .fee-main .fee-amount {
  font-size: 14px;
  font-weight: 700;
}
.order-details-tab-card .btn.btn-outline-primary {
  border-color: #272372;
  color: #272372;
  border-radius: 10px;
  font-weight: 600;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.order-details-tab-card .btn.btn-outline-primary:hover {
  border-color: #272372;
  color: #272372;
  background-color: transparent;
}
.main-name-image .profile-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.main-name-image .profile-text h4 {
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.main-name-image .profile-text .class-course span {
  font-size: 16px;
}
.main-name-image .profile-text .badge.bg-light {
  color: #000;
  background-color: #ccc !important;
}
.personal-details-main .contact-details {
  margin-bottom: 10px;
}
.personal-details-main .main-details-title {
  font-size: 14px;
  color: #494a4a;
  margin-bottom: 10px;
}
.personal-details-main .contact-details a {
  font-size: 12px;
  font-weight: 600;
}
.personal-details-main .details-title {
  font-size: 13px;
  color: #494a4a;
}
.personal-details-main .details-text {
  font-size: 13px;
  font-weight: 500;
  color: #000;
}
.personal-details-main .card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 10px 1px,
    rgba(0, 0, 0, 0.04) 0px 3px 14px 2px, rgba(0, 0, 0, 0.04) 0px 5px 5px -3px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (min-width: 576px) {
  .modal-sm {
    max-width: 350px !important;
  }
}
#contact-details-edit .modal-content {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#contact-details-edit .modal-header h5 {
  font-size: 18px;
}
#contact-details-edit .modal-footer .dark-btn {
  padding: 6px 15px;
}
.modal-footer > * {
  margin: 0 !important;
}

.container-narrow {
  max-width: 980px;
}
.notif-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  transition: background 0.2s, box-shadow 0.2s;
}
.notif-card.unread {
  background: #eef2ff;
}
.notif-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  background: #e0e7ff;
  color: #1c2b6c;
  flex: 0 0 44px;
}
.notif-time {
  font-size: 0.82rem;
  color: #6b7280;
}
.notif-actions .btn {
  font-size: 0.8rem;
}
.toolbar .form-control {
  font-size: 0.9rem;
}
.page-title {
  font-weight: 800;
  color: #111827;
}
.subtle {
  color: #6b7280;
}
.filter-chip {
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.85rem;
  background: #fff;
  cursor: pointer;
}
.filter-chip.active {
  background: #111827;
  color: #fff;
  border-color: #111827;
}
.tag {
  font-size: 0.75rem;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 0.15rem 0.5rem;
  color: #374151;
}
