@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

:root {
  --primary-color: #339989;
  --primary-color-one: #c4d8d5;
  --color-white: #fff;
  --btn-one: rgba(1, 1, 1, 0.25);
  --secondary-color-one: #aa64e0;
  --secondary-color-two: #ec93ff;
  --input-color: #f0f8ff;
  --typography-color: #393b45;
}

.primary-color {
  color: #339989;
}
.bg-primary-color {
  background-color: #339989;
}
body {
  font-family: "Poppins", sans-serif;
  /* background-color: #f1f5ff;
  color: #000; */
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
.pagination {
  margin-bottom: 0 !important;
}

a {
  text-decoration: none !important;
}

ul {
  list-style-type: none;
  padding-left: 0!important;
}

button {
  border: none;
  background-color: transparent;
}
.butOne {
  color: var(--color-white);
  font-size: 16px;
}
input:focus {
  outline: none;
}
.btnOutline {
  background: #fffafb;
  box-shadow: -1px -2px 4px 0px rgba(0, 0, 0, 0.25) inset,
    1px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
  font-size: 13px;
  color: #339989;
}
.cancel-btn {
  border-radius: 10px;
  border: 1px solid #339989;
  background: #fffafb;
  font-size: 17px;
  color: #000;
  font-weight: 500;
  width: 120px;
}
.yes-btn {
  border-radius: 10px;
  background: #339989;
  border: none;
  font-size: 17px;
  color: #fff;
  width: 120px;
}
.btnTwo{
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
/* ---------- Pegination Styling Start Here--------- */
.pagination {
  --bs-pagination-color: #000 !important;
  --bs-pagination-border-color: none !important;
}

.page-active {
  background-color: #b7b7b7 !important;
  color: #fff !important;
  border-radius: 2px !important;
}

.page-navigator {
  border: 1px solid #d0d6db !important;
  color: var(--primary-color) !important;
}
/* ---------- Pegination Styling End Here--------- */

/* input type number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.scrollable-container::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

/* ---------------------  Scrollbar Modification Start ------------- */
/* WebKit-based browsers (Chrome, Safari) */
.modal-body::-webkit-scrollbar {
  width: 5px; /* Adjust width of the scrollbar */
}

.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track background color */
}

.modal-body::-webkit-scrollbar-thumb {
  background: #888; /* Thumb color */
}

.modal-body::-webkit-scrollbar-thumb:hover {
  background: #555; /* Thumb color on hover */
}
/* ---------------------  Scrollbar Modification End ------------- */
/* ---------------------  carousel Css start Here ------------- */

/* Style for carousel indicators */
.carousel-indicators button {
    background-color: transparent !important;
    width: 5px !important;
    height: 5px !important;
    border-radius: 50%;
    border: 2px solid #FFF !important;
    transition: background-color 0.3s ease;
}

.carousel-indicators .active {
    background-color: #FFF !important;
    /* Color of the active indicator */
}

.carousel-indicators button:hover {
    background-color: #e4e0e0;
    /* Color on hover */
}
/* ---------------------  carousel Css End Here ------------- */



/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* hide Scroll bar  */
.scrollable-div::-webkit-scrollbar {
  display: none;
  /* For Chrome, Safari, and Opera */
}


.inputOne {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.2) inset,
    0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  border: none;
  padding: 8px 10px;
  font-style: 5px;
}

.inputTwo{
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 10px;
  font-style: 5px;
}

.btnOne{
  background-color: var(--primary-color);
  color: #FFF;
}

/* ----- table Css start here */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.table {
  min-width: 700px;
  font-size: 13px;
  font-weight: 500;
}

.custom-table .dropdown-toggle {
  padding: 0;
  border: 0;
}
.custom-table th,
.custom-table thead .btn {
  color: #0d685f !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.custom-table thead tr th {
  background-color: #d2e9e6 !important;
}
.custom-table .dropdown-menu label {
  font-size: 13px;
}
.custom-table tbody tr td,
.custom-table tbody tr th,
.custom-table thead tr th {
  text-align: center;
}
.custom-table tbody tr th {
  width: 7px;
}
.action_Icon i {
  color: #000;
  font-weight: 700;
  cursor: pointer;
}
.radioBox {
  display: flex;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 4px 10px;
}
.radioBox p {
  font-size: 14px;
}
/* ----- table Css end here */

/* Heading Style Start Here */
/* ---------------------------------   header Style Start Here ------------------------------- */
header ul li a {
  color: var(--primary-color, #339989);
  color: #339989;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}
header button {
  color: var(--color-white);
  font-size: 15px;
}
header i {
  color: var(--primary-color) !important;
}
/* ----------------------------- sidebar Section Css Start Here --------------------------- */
.sidebar {
  border-radius: 10px;
  background: linear-gradient(
    0deg,
    #339989 80.26%,
    #83b4bc 116.24%,
    #e2d4f7 143.39%
  );
  height: 100vh;
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 0;
}
.sidebarLogo {
  height: 40px;
  width: 100px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 15px;
}
.sidebar-links {
  display: flex;
  width: 100%;
  justify-content: center;
}
.sidebarLogo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sidebar ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #479f95;
  padding: 9px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 300 !important;
}
.sidebar ul li img {
  height: 19px;
}
.sidebar ul li:hover {
  background-color: #339989;
}
.sidebar ul li:hover a {
  color: #fff;
}
.sidebar ul li:hover img {
  filter: brightness(0) invert(1);
}
.sidebar ul {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap:20px;
  width: 90%;
  cursor: pointer;
}
.sidebar ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}
/* ----------------------------- sidebar Section Css End Here --------------------------- */
/* ----------------------------- Header Section Css End Here --------------------------- */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 55px;
  font-size: 12px;
  font-weight: 500;
  position: sticky;
  z-index: 10;
  top: 0;
}
.search-box {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 300px;
  display: flex;
  align-items: center;
}
.search-box input {
  border: none;
  width: 100%;
}
.profilePicture {
  height: 35px;
  width: 35px;
  overflow: hidden;
  cursor: pointer;
}
.profilePicture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* ----------------------------- header Section Css End Here --------------------------- */

/* ---------------------------------   header Style End Here ------------------------------- */

/* ---------------------------------   Footer Style Start Here ------------------------------- */
footer {
  position: relative;
  margin-top: 140px;
}
.upgradeSkill {
  position: absolute;
  left: 13%;
  top: -100px;
  background-color: var(--color-white);
}
.upgradeSkill h4 {
  font-size: 18px;
  font-weight: 600;
}
.footer-section{
  padding-top: 100px;
}
footer ul li a {
  color: var(--color-white);
  font-size: 13px;
  font-weight: 400;
}
.footer-link .address{
  font-size: 12px;
}
.footer-link ul li .heading {
  font-size: 18px;
  color: var(--color-white) !important;
}
/* ---------------------------------   Footer Style End Here ------------------------------- */

/* ---------------------------------   Carousel Style Start Here ------------------------------- */
.blog-new-section{
  scrollbar-width: thin;
}
.hero-section{
  max-width: 1350px;
  margin: auto;
}
.hero-section .carousel-item {
  height: 350px;
}
.blog-section .carousel-inner {
  width: 100%;
}
.blog-section .carousel-item {
  width: 94% !important;
}
.blog-section .carousel-item img,
.blog-section .carousel-item svg {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-section .carousel-control-next-icon {
  background-color: rgb(20, 20, 19);
  position: relative;
  right: -40px;
}

/* ---------------------------------   Carousel Style End Here ------------------------------- */

/* ---------------------------------   Exam Card Style Start Here ------------------------------- */

.exam-name {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  border-radius: 40px;
  border-radius: 200px;
  background: linear-gradient(270deg, #7de2d1 0%, #457c73 100%);
  height: 250px;
  padding: 29px;
  /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
}
.exam-name-mob {
  background: linear-gradient(270deg, #7de2d1 0%, #457c73 100%);
  text-align: center;
  font-size: 18px;
}
.exam-card-describtion-box {
  display: flex;
  align-items: center;
  background-color: var(--primary-color-one);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  font-size: 14px;
}
.exam-describtion {
  max-width: 550px;
}
/* ---------------------------------   examCard Style Start Here ------------------------------- */

/* ---------------------------------   blogSection  Style Start Here ------------------------------- */
.blog-box{
  max-width: 1150px;
  margin: auto;
  padding: 1rem;
}
.blog-section h4 {
  font-weight: 700;
  font-size: 23px;
}
.blog-section p {
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

/* --blog card */
.blog-card {
  width: 300px;
  border-radius: 8px;
  border: 1px solid #e1e4ed;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
}
.blog-card .image-box {
  height:200px;
  width:270px;
  overflow: hidden;
}
.blog-card .image-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-card h6 {
  color: #19213d;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.blog-card .tag {
  background-color: #7de2d1;
  color: var(--primary-color);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  padding: 5px;
}

.blog-card .date {
  color: #19213d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
/* ---------------------------------   blogSection Style End Here     --------------------------- */

/* ---------------------------------   joinUsSection Style Start Here --------------------------- */

.join-us {
  background-color: var(--primary-color-one);
}
.join-us .image-box {
  height: 250px;
  width: 330px;
}
.join-us .image-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.join-us .describtion {
  max-width: 370px;
}
.join-us .describtion h4 {
  font-size: 26px;
  font-weight: 700;
}
.join-us .describtion p {
  font-size: 13px;
  font-weight: 500;
}
.join-us .describtion button {
  background-color: var(--primary-color);
  color: white;
  font-size: 12px;
  font-weight: 400;
  border-radius: 5px;
}
/* -------------------------------  joinUsSection Style End Here   ----------------------------- */

/* -------------------------------  login CSS Start Here           ----------------------------- */
/* .modal-header{
  border-bottom: 0!important;
} */
#loginModal .modal-body,
 #signUPModal .modal-body {
  /* height: 500px; */
  overflow: auto;
}
#loginModal .modal-content,
 #signUPModal .modal-content{

 }
 #loginModal .modal-dialog,
 #signUPModal .modal-dialog{
 display: flex;
 align-items: center;
 justify-content: center;
 max-width:450px;
 }
.login-heading {
  font-size: 17px;
  font-weight: 500;
}
.inputOne {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
  padding: 10px;
}
.inputOne::placeholder {
  font-size: 12px;
  color: #818181;
}
.inputTwo {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#loginModal button {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
}
.forgetPass-box {
  font-size: 10px;
  font-size: 10px;
  font-weight: 500;
}
.forget-pass {
  text-decoration: underline;
  color: var(--primary-color);
  cursor: pointer;

}
.login-options h4 {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}
.underline {
  text-decoration: underline;
}
.redirect-link {
  font-weight: 600;
  font-size: 18px;
}
.redirect-link span {
  color: var(--primary-color);
  text-decoration: underline;
  cursor: pointer;
}
/* line container */
.line-container {
  display: flex;
  align-items: center;
  text-align: center;
}
.error {
  font-size: 12px;
  font-weight: 500;
}
.line {
  flex: 1;
  border-bottom: 1px solid #e6e6e6;
}
.or {
  font-size: 13px;
  padding: 0 10px;
  color: #777777;
}
.social-icon {
  height: 50px;
  width: 50px;
  border: 0.909px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  padding: 10px;
  overflow: hidden;
}
.social-icon img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#learnerDetailsModal .tag {
  border-radius: 8px;
  background: rgba(125, 226, 209, 0.2);
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  cursor: pointer;
}
#learnerDetailsModal p {
  font-size: 14px;
  font-weight: 500;
}
.activeTag {
  background-color: var(--primary-color) !important;
  color: white !important;
}
/* ---------------------------------- login CSS End Here --------------------- */


/* ------------------------------ Profile Image  CSS Start Here --------------------- */
.leftImageBox{
  height: 90px;
  width: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #D9D9D9;

}
.leftImageBox img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.edit-profile-pencil{
  position:relative;
  top:60px;
  right:20px;
  padding:1px 3px;
  background-color: #FFF;
  border-radius: 5px;
  height: fit-content;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.profileLeft{
  width: 300px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  border:1px solid rgba(0, 0, 0, 0.1);
  border-radius:10px;
  height: calc(100vh - 55px);
  position: sticky;
  top: 0;
  top: 55px;
}
.profileLeft ul li i{
  margin-right:10px;
}
.profileLeft ul li a.active {
  color: #339989 !important;
}

.profileRight{
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius:10px;
  padding: 20px;
}
.profileRight label{
  font-weight:600;
}
.profileRight .tag{
  padding:15px 20px;
  cursor: pointer;
}
.profileLeft ul li a{
  color: #000;
  font-weight:500;
}
.profileLeft ul li a:hover{
  color:var(--primary-color);
}
.maxw-m{
  max-width:700px;
}
.rightImageBox{
  height: 90px;
  width: 90px;
  border-radius: 50%;
  overflow: hidden;
}
.rightImageBox img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.editProfile label{
  width: 150px;
}
.table-bordered td, .table-bordered th {
  border: 1px solid rgba(0, 0, 0, 0.3); /* Blue border for all cells */
  text-align: center;
}
.table-bordered th{
  font-size:16px;
  font-weight:600;
  background-color: #B9F1E8!important;
}
.table-bordered td{
  font-weight:500;
}
.table-bordered td .bi-download{
  cursor: pointer;
}
.faq-section .nav-pills{
  gap: 20px;
}
.faq-section .nav-pills .nav-link{
  width:130px;
  padding: 10px;
  color: #000;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.faq-section .nav-pills .nav-item{
  --bs-nav-pills-link-active-bg:#339989
}
.faq-section .nav-pills .nav-link.active{
  border: none;
}
.faq-section .tab-content{
  width: 600px;
}
.faq-section .accordion-button{
  font-weight:500;
}
.faq-section .accordion-button:not(.collapsed){
  color: #339989;
  background-color: transparent;
}
.accordion{
  --bs-accordion-border-width:none;
  --bs-accordion-border-color:#FFF!important
}
.accordion-item{
  border-bottom: 1px solid rgba(0, 0, 0, 0.2)!important;
}
/* ------------------------------ Profile Image  CSS End Here --------------------- */



/* ------------------------------ Tests Image  CSS Start Here --------------------- */
.faq-section .nav-pills{
  gap: 20px;
}
.text-page .nav-pills .nav-link{
  padding: 10px 25px;
  min-width:200px;
  color: #000;
  font-weight: 400;
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
}
.text-page .nav-pills .nav-item{
  --bs-nav-pills-link-active-bg:#339989
}
.faq-section .nav-pills .nav-link.active{
  border: none;
}
.faq-section .tab-content{
  width: 600px;
}
.faq-section .accordion-button{
  font-weight:500;
}
.cardThree{
  display: flex;
  background-color: lightblue;
  align-items: center;
  padding:9px 10px;
  gap: 14px;
  border-radius: 7px;
}
.cardThree .imgBox{
 height: 40px;
 width: 40px;
 border-radius: 50%;
 overflow: hidden;
}

.cardThree .imgBox img{
  height: 100%;
  width: 100%;
  object-fit: cover;

}
.practice-left{
  width:400px;
}
.practice-tab{
  width: 100%;
}
.practice-tab .nav-pills .nav-item{
    --bs-nav-pills-link-active-bg:transparent
    color:#000
  }
  .practice-tab .nav-pills{
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .practice-tab .nav-pills .nav-link.active{
    color: #000;
    font-weight:500;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 0;
  }
  .practice-tab .nav-pills .nav-link{
    min-width: fit-content;
  }
/* ------------------------------ Tests  CSS End Here ----------------------- */


/* ------------------------------ testQs  CSS Start Here ----------------------- */
.ans_Status{
  width: 230px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding:18px;
}
.ans_Status p{
  font-weight: 500;
}
.ansC{
  border: 1px solid black;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  font-size: 13px;
  font-weight: 500;
}
.review{
  background-color: #362511;
  color: #FFF;
  border: none;
}
.answered{
  background-color: var(--primary-color);
  color: #FFF;
  border: none;
}
.skipped{
  background-color: #E6E6E6;
  border: none;
}
.testSection .imgBox{
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width:500px;
  height: 400px;
} 
.testSection .imgBox img{
  height:300px; 
}
.qsBox{
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px;
  max-width: 530px;
}
.qsBox p{
  font-size: 14px;
  font-weight:500;
}
.instruction{
  display: flex;
  flex-direction: column;
  gap:7px;
}
.instruction h6{
  font-size: 12px;
}
.instruction button{
  font-size:14px;
}
.dot{
  height: 10px;
  width: 10px;
  border-radius: 50%;
  font-weight: 500;
}
.cal , .que{
  background-color: var(--primary-color);
  border-radius: 50%;
  height:30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timer{
  color: var(--primary-color);
}
.nextBoxDiv{
 width: fit-content; 
 margin: auto;
 margin-top: 30px; 
 position: relative;
}
.nextBoxDiv .levelNoBox{
  position: relative;
}

.nextBoxDiv .levelNoBox .levelNo{
  position: absolute;
  right:12px;
  bottom:2px;
  color:#7DE2D1;
}
.nextBoxDiv .levelNoBox .levelLast{
  position: absolute;
  left: 10px;
  bottom:30px;
}
.nextBoxDiv p{
  position: absolute;
  right:35%;
  bottom: 10px;
  color: #67AEA5;
  font-size:10px;
  font-weight:700;
}

.next-box .levelNoBox:hover , .next-box .box:hover{
 cursor: pointer;
 transform: scale(1.2);
 transition: transform 0.4s ease;
}
.optionDefault{
  cursor: pointer;
}
.selectedCon{
  transform: scale(1.2);
}
/* ------------------------------ testQs  CSS End Here ----------------------- */

/* ------------------------------ score  CSS End Here ----------------------- */
.testSection{
 width:350px ;
  /* background:linear-gradient(135deg , var(--primary-color) , var(--primary-color-one)); */
  border-radius: 15px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.testSection h6{
  /* color: #FFF; */
  font-size: 14px;
}
.scoreCircle{
  background-color: #FFF;
  color: var(--primary-color);
  height:110px;
  width:110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  margin-top: 20px;
  

}
.scoreCircle h4{
  font-weight:700;
}
.scoreCircle h5{
  font-size: 15px;
}
.testSection .timeTaken{
 background-color: #449c92;
 color: #FFF;
 font-size: 11px;
 letter-spacing:0.2px;
 padding: 10px;
 margin-top: 20px;
}
.testSection .share{
  height: 35px;
  width: 35px;
  background-color: var(--primary-color);
  border-radius: 50%;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center
}
.testSection .shareBox{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom:50px;
  right: 10px;

}
.circle{
  border-radius: 50%;
  height:15px;
  width:15px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.circle.right{
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.circle.wrong{
  border: 1px solid red;
  color: red;
}
.circle.skipped{
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #FFF;
}
.result-details i{
  font-size: 13px;
}
.result-details h6{
  font-weight:600;
  font-size:14px;
}

.result-details p{
  font-size: 13px;
  font-weight:500;
  margin-top:4px;
}
/* ------------------------------ score  CSS End Here ----------------------- */

/* ------------------------------ Courses Page CSS Start Here --------------- */
.course-section{
  min-height:60vh;
  margin: auto;

}
.course-card{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width:15rem;
  max-width:15rem;
  align-items: center;
  justify-content: center;
  padding:2rem 1rem;
  border-radius:15px;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.course-section-box{
  display: flex;
  flex-wrap: wrap; 
  /* justify-content: space-between; */
  gap: 3rem;
}
.course-card h3{
   color:var(--primary-color);
}
.course-card img{
  height:6rem;
}
.course-card a{
  text-decoration: underline!important;
  font-weight: 500;
}
/* ------------------------------ Courses Page CSS End Here --------------- */

/* ------------------------------ About Us Page CSS Start Here --------------- */
.about-img-box{
  margin: 2rem 0;
  width: 100%;
  height: 400px;
}
.about-img-box img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* Our team  */
.our-team p{
 font-size: 15px;
}
.team-card{
  padding:1rem;
  border-radius: 7px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.team-card h6{
  margin: 13px 0;
  color: var(--primary-color);
  font-weight:600;
  font-size: 15px;
}
.team-card .team-img{
  height:7rem;
  width:140px;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.team-card .team-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* ------------------------------ About Us Page CSS End Here --------------- */

/* ------------------------------ Blog Details CSS Start Here --------------- */
.blog-details .banner{
  height: 450px;
}
.blog-details .banner img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.date{
  color: #897E7E;

}
/* ------------------------------ Blog Details CSS Start End Here --------------- */


/* ------------------------------ MediaQuerry Start Here --------------- */
.header-mob{
  display: none;
}
.header-mob-rev{
  display: flex;
}
@media (max-width:900px){
  .header-mob{
    display: flex;
  }
  .header-mob-rev{
    display: none;
  }
  .overallScore{
    flex-direction: column-reverse;
  }
  .trend-chart{
    flex-direction: column;
  }
}

@media (max-width:766px){
  .course-section-box{
    gap: 0rem;
    justify-content: center;
  }
  .about-img-box{
    height:300px;
  }
  .team-card .team-img{
    /* width: 300px;
    height:200px; */
  }
  .profileLeft{
    width: 100%;
  }
  .ans_Status{
    width: 100%;
  }
  .instruction{
    flex-direction: row;
    margin: 20px 0;
    gap: 20px;
  }
  .faq-section .tab-content{
    width:100%;
  }
}

@media (max-width:650px){
  .upcommingSection{
    width:100%!important;
  }
  .headCard{
    width: 100%!important;
  }
  .box-chapterWise{
    padding:15px 10px!important;
  }
  .chapter-card{
    width: 100%!important;
  }
}

/* ---------------------------class style start here------------- */
.class-card{
  display: flex;
  justify-content: space-between;
  align-items: center ;
  max-width: 1000px;
}
.class-img{
  width: 300px;
  height: 130px;
  overflow: hidden;
}
.class-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px ;
}
.class-card .date-time{
  display: flex;
  gap: 10px;
}

.class-card .date-time p{
  color:#628cbd;
  font-size:14px;
}
.class-card .details{
  display: flex;
  flex-direction: column;
  gap:7px;
}
.class-card .details p{
  font-size:15px;
}


.details-modal .date-t{
  font-size:14px;
}
.details-modal ul{
  list-style:disc;
  margin-left: 20px;
}
.details-modal ul li{
  font-size: 13px;
  font-weight: 500;
}

#filterModal .box{
  border: 1px solid #929292;
  border-radius:7px;
  padding: 10px;
}

.videoD p{
    font-size: 14px;
    font-weight:500;
}
.videoD button{
  font-size:12px;
}

.qs-options{
  display: flex;
  margin-top:20px;
}
.qs-options .selectOp{
  height: 30px!important;
  width:30px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  border: 1px solid #979595;
}
.selectOp{
  cursor: pointer;
}

.qs-options.selected .selectOp{
    background-color: #339989;
    border: none;
    color: white;
}

.solutionBox-ans ul li{
  font-size:13px;
  margin-top:8px;
}



/* --------------------- plansBenifits css start here ---------- */
#plansBenifit .nav-link{
  max-width: 600px!important;
  color: #000;
}
#plansBenifit .nav-link .check{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 17px;
  width: 17px;
  border: 1px solid #747474;
  border-radius:50%;
}
#plansBenifit .nav-link .check i{
  font-size:13px;
  display: none;
}
#plansBenifit .nav-link.active{
  background-color: rgba(0, 0, 0, 0.29)!important;
  border: 1px solid #339989;
}
#plansBenifit .nav-link.active .check{
  background-color: #339989;
  border: none;
}
#plansBenifit .nav-link.active .check i{
  display: block;
  color: white;
}
.planBox{
  display:flex ;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  background-color: #EAF1F0;
  padding:30px;
}
.planBox .plan{
  display: flex;
  align-items: center;
  gap: 10px;
}
.planBox .discount{
  text-align: center;
  color: #339989;
}
.planBox .plan p{
  color: #8688AD;
  font-size: 13px;
}
.planBox .plan h6{
  color: #339989;
}
.amountBox{
  display: flex;
  flex-direction: column;
  gap:12px;
  max-width:400px;
  margin: auto;
  border: 1px solid #339989;
  padding:20px;
  border-radius: 10px;
}



/* ------------- helpSupport css start here ------------ */
#helpSupport #accordionExample{
  display: flex;
  flex-direction: column;
  gap:13px;
  border-radius: 20px!important;
  
}
#helpSupport #accordionExample .accordion-item{
  border: 1px solid #A7A7A7;
}

#contactUs{
  border: 1px solid #868181;
  border-radius:15px;
  max-width: 500px;
  margin: auto;
}

/* partner_Card */
.partner_Card{
  padding: 15px;
  border: 1px solid #b4b1b1;
  width:fit-content;
  border-radius:7px;
  display: flex;
  gap:15px;
  max-width:380px;
}
.partner_Card .img-box{
  height: 100px;
  width:150px;
  overflow: hidden;
}
.partner_Card .img-box img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.partner_Card p{
  color: var(--primary-color);
  font-size:14px;
  font-weight:500;
}


/* ------------------------------  Dashboard Style Css start here ---------------------- */
#dashboard{
  padding: 20px;
}
.headCard{
  display: flex;
  align-items: center;
  padding: 10px;
  width: fit-content;
  gap:10px;
  border: 1px solid #339989;
  border-radius:10px;
}
.headCard .img{
background-color: #8CBEB969;
padding:8px 10px;
}
.headCard .img i{
  color: #339989;
}
.headCard p{
  font-size:10px;
}
.upcommingSection{
  width: 400px;
  margin-top: 50px;
}
.upcommingSection .cardTwo{
  border: 1px solid #339989;
  padding:6px 20px;
  border-radius:15px;
  display: flex;
  flex-direction: column;
  gap:5px;
}
.upcommingSection .cardTwo .head{
  font-weight: 500;
  font-size:12px;
}
.upcommingSection .cardTwo .time{
  padding-left: 10px;
  font-size: 14px;
}
.upcommingSection .cardTwo .teach{
  display: flex;
  font-size: 14px;
  gap: 10px;
}

.upcommingSection .header{
  border-bottom: 1px solid var(--primary-color);
  margin-bottom: 10px;
  padding-bottom:7px;
}
.upcommingSection .header button{
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 4px 10px;
  font-size: 11px;

}

.upcommingSection .cardFour{
  border: 1px solid var(--primary-color);
  padding:10px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.upcommingSection .cardFour .head{
  font-weight:500;
}
.upcommingSection .cardFour .des {
  font-size: 13px;
}
.upcommingSection .cardFour .time{
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}


/* -- recent QnA Section -- */
.QnA,
.feedback {
  border: 1px solid rgba(43, 44, 40, 0.2);
}
.qnaCard-box,
.feedbackCard-box {
  max-height: 450px;
  overflow-y: auto;
}
.viewAll {
  border: 0;
  background-color: transparent;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.viewAll a {
  color: #000;
}
.qnaCard {
  display: flex;
  flex-direction: column;
  padding: 2px;
}

.qnaCard .chatImg {
  border-radius: 50%;
  height: 24px;
}
.qnaCard .chatImgTwo {
  height: 60px;
}
.qnaCard h5 {
  font-size: 14px;
}
.qnaCard h6 {
  color: #555555;
  font-size: 13px;
}
.qnaCard p {
  color: #8c94a3;
  font-size: 12px;
  font-weight: 400;
}
.qnaCardTwo p {
  color: #4f7396;
  font-weight: 500;
}
.replay-qs-box {
  margin: auto;
  gap: 20px;
}
.replay-qs {
  border: 1px solid #000;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.replay-qs input {
  border: none;
}
.replay-qs-box select {
  width: fit-content;
}
.feedbackCard {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.feedbackCard h5 {
  font-size: 15px;
  font-weight: 600;
}
.feedbackCard h6 {
  font-size: 13px;
  color: #555;
}
.feedbackCard p {
  font-size: 14px;
  color: #555;
}
.feedbackCard .time {
  color: #555;
  font-size: 14px;
  font-weight: 500;
}
.feedbackCard .faceImg img {
  height: 40px;
  border-radius: 50%;
}
.feedbackCard .replay {
  font-size: 13px;
  font-weight: 500;
}
.live-class-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.live-class-table p {
  font-size: 14px;
  color: rgba(57, 59, 69, 0.8);
}
.pi-box{
  border: 1px solid #1EA699;
  border-radius: 7px;
  padding: 10px;
}
.pi-box p{
  font-size: 13px;
}
.tm{
  border: 1px solid var(--primary-color);
  border-radius:9px;
  padding: 15px;
}


/*  */
.box-chapterWise{
  border: 1px solid #e9e6e6;
  border-radius: 30px;
  padding: 40px;
}
.box-chapterWise select{
  width: fit-content;
  font-size:15px;
}
.chapter-card{
  display: flex;
  padding: 13px 18px;
  gap: 10px;
  align-items: center;
  background-color: #E7FAF7;
  width: fit-content;
  min-width:240px;
}
.chapter-card p{
  color: rgba(0, 0, 0, 0.4);
  font-size:13px;
}
.chapter-card .icon-box{
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color)!important;
}


/* --- My Qustion style css start here ---- */

.myQs{
  border: 1px solid #339989;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  min-height:80px;
  position:relative;
  align-items: start;
}
.myQs.pending{
  border: 1px solid #D74346;

}
.myQs p{
  font-size:13px;
}
.myQs select{
  width: fit-content;
}
.qsFeed{
  display: flex;
  gap: 10px;
  position: absolute;
  right: 40px;
  bottom:-12px;
  background-color: #FFF;
  padding: 0 15px;
  align-items: center;
}
.gFeedback{
  font-weight: 500;
  font-size:13px;
}
.gFeedback i{
margin-right:7px;
}
.qsFeed .date{
  color: #0C1E33;
  font-size: 11px;
}
.qsFeed .status{
  font-size:12px;
  font-weight:400;
}
.myQs.pending .qsFeed .status{
 color: #D74346;
}

.videoDetails{
  display: flex;
  gap:8px;
  font-weight: 600;
  font-size:14px;
}
.videoline p:hover{
  color: var(--primary-color);
  cursor: pointer;
}



.qsOptionBox {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 9px;
}

.qsOptionBox .qs-options {
  display: flex;
  gap: 10px;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  word-break: break-all;
}

.qsOptionBox .qs-options:hover {
  background-color: #f5f5f5;
}

.testContainer {
  display: flex;
  gap: 50px;
}

.answerStatus {
  width: 250px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  position: relative;
}

.instruction {
  position: absolute;
  bottom: 20px;
}

.answerStatus .optionSelect {
  max-height: 65vh;
  overflow-y: scroll;
}

.ansC {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #e0e0e0;
  font-size: 12px;
  cursor: pointer;
}

.answered {
  background-color: #339989;
  color: white;
}

.skipped {
  background-color: #E6E6E6;
  color: #000;
}

.nextBoxDiv {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  justify-content: center;
}

.selected-letter {
  background-color: #339989;
  /* Blue background */
  color: white !important;
  border-radius: 50%;
  padding: 5px 10px;
  border: none !important;
}

p{
    margin-bottom: 0;
}

.chat-container {
    display: flex;
    width: 100%;
    height: 90%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    flex-direction: column;
}

.chat-box {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.chat-messages {
    flex-grow: 1;
    padding: 20px;
    overflow-y: auto;
    background-color: #f7f9fa;
    min-height: 380px;
    max-height: 380px;
    overflow-y: scroll;
    /* Set a min-height for the chat body */
}

.message {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px;
    max-width: 70%;
    word-wrap: break-word;
}

.message.sent {
    text-align: right;
    background-color: #339989;
    /* Background color for sent messages */
    color: #FFF;
    /* Sent message text color */
    margin-left: auto;
    /* Align right */
}

.message.received {
    text-align: left;
    background-color: #f0f0f0;
    /* Background color for received messages */
    color: #333;
    /* Received message text color */
}

.chat-input {
    display: flex;
    padding: 20px;
    background-color: #ededed;
    border-top: 1px solid #dddddd;
}

.chat-input input {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-right: 10px;
    padding-right: 58px;
}

.chat-input button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.chat-input button:hover {
    background-color: #0056b3;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .chat-container {
        flex-direction: column;
        height: 100%;
    }

    .chat-box {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .chat-header {
        text-align: center;
        padding: 15px;
    }

    .chat-input {
        padding: 15px;
    }

    .chat-input input {
        margin-right: 0;
        width: 80%;
    }

    .chat-input button {
        padding: 10px 15px;
        width: 15%;
    }
}

#couponMessage.success {
  color: green;
  font-weight: bold;
}

#couponMessage.error {
  color: red;
  font-weight: bold;
}

