.disabled-plan {
  opacity: 0.5;
  cursor: not-allowed;
}
/* Full-Screen Overlay Style */
#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black */
  z-index: 9999; /* Ensure it's on top of other content */
  display: none; /* Initially hidden */
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Loading Spinner Style */
.spinner {
  border: 4px solid #f3f3f3; /* Light gray */
  border-top: 4px solid #0c43b8; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Loading message style */
#loading-message p {
  color: white;
  font-size: 20px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
}

.coupon-row {
  margin-top: 20px;
}
#cpnBtn {
  background-color: #4caf50;
  color: white;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}
#cpnBtn.applied {
  background-color: #ccc;
  cursor: not-allowed;
}

.modal-body.quiz_pop_body {
  padding: 20px 20px;
  border: 1px solid #0c43b8;
  background-color: #dee9ff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 20px;
}
.modal-body.quiz_pop_body:before {
  display: none;
}
.quiz_content_popup {
  text-align: center;
}
.quiz_content_popup .nav-tabs {
  display: block;
  border-bottom: 0;
}
.quiz_content_popup .nav-tabs {
  display: block;
  border-bottom: 0;
}
.quiz_content_popup .nav-tabs .nav-item {
  width: 47%;
  margin: 1%;
  display: inline-flex;
}
.plan-contact {
  float: left;
}
.nav-link.active.plan-colm:before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  /* top: -17px; */
  /* left: 50%; */
  background: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 2px solid #0c43b8;
  display: flex;
  color: #000;
  align-items: center;
  justify-content: center;
  top: 0%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -62%);
}
.plan-contact h6 {
  white-space: nowrap;
  background: rgb(31 85 209);
  border-radius: 103px;
  color: #fff;
  padding: 3px 13px;
  width: fit-content;
  margin-bottom: 15px;
}
.plan-contact span {
  white-space: nowrap;
  border: 1px dashed #000;
  padding: 4px 12px;
  color: #000;
}
.plan-contact p {
  color: #000;
  font-size: 12px;
  margin-top: 11px;
  line-height: 1;
}
.bd-pric h2 {
  margin: 0;
  color: #333;
  line-height: 1;
}
.bd-pric del {
  color: #333;
  font-size: 12px;
  text-align: end;
}
.del-end {
  text-align: right;
  line-height: 11px;
}
.bd-pric {
  text-align: right;
}
.bd-pric p {
  font-size: 12px;
}
.coupon-row {
  display: flex;
  align-items: center;
  margin: 10px auto;
  width: fit-content;
}
#cpnCode {
  border: 1px dashed #0c43b8;
  padding: 10px 20px;
  border-right: 0;
}
#cpnBtn {
  border: 1px solid #0c43b8;
  background: #0c43b8;
  padding: 10px 20px;
  color: #ffffff;
  cursor: pointer;
}
.Features-colm h2 {
  font-size: 18px;
  background: #ff0707;
  color: #fff;
  text-align: center;
  padding: 6px 24px;
  width: fit-content;
}
.Features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2px 15px;
}
.Features-colm ul li {
  display: block;
  font-size: 16px;
  position: relative;
  line-height: 30px;
}
.Features-colm ul li:before {
  content: url(assets/img/right-arrow.png);
  position: absolute;
  left: -23px;
}
.product_view .modal-dialog .modal-content {
  overflow-y: scroll;
  height: 95vh;
}
a.apply-btn {
  width: 100%;
  left: 0;
  bottom: 0;
  position: relative;
  background: #0c43b8;
  color: #fff;
  text-align: center;
  padding: 14px;
  display: flex;
  justify-content: center;
}
.nav-link.active.plan-colm {
  background: #0c43b8;
}
li.Prime-bler-r {
  position: relative;
}
.trending-list-exams li:hover:hover a.Prime-btn {
  filter: unset;
  display: block;
}
.Prime-colm span.fet_colms-app {
  top: -30px;
}
.app_quiz_clos a.close_pop {
  background: #0c43b8;
}
.quiz_content_popup {
  padding: 0;
}
.plan-colm.active {
  background: rgb(31 85 209);
}
.active .plan-contact h6 {
  background: #fff700;
  color: #000;
}
.active .plan-contact span {
  border: 1px dashed #fff;
  color: #fff;
}
.active .plan-contact p {
  color: #fff;
}
.active .bd-pric h2 {
  color: #fff;
}
.active .bd-pric del {
  color: #eee;
}
.active .bd-pric p {
  color: #fff;
}
.plan-colm {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
  background: #fff;
  padding: 18px 20px 4px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 10px !important;
  text-align: start;
  width: 100%;
}
.ei-testimonial-section {
  padding-top: 50px;
}
.prime-listing:hover {
  background-color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.prime-listing {
  margin-bottom: 25px;
  display: block;
  text-align: center;
  padding: 15px 15px 15px;
  background: #ffff;
  box-shadow: 0px 16px 20px 0px rgba(43, 1, 68, 0.11);
  border-radius: 20px;
  border: 1px solid #e9ecf7;
}
.prime-listing .prime-imag-box {
  width: 100%;
  border-radius: 7px 7px 0 0;
}
.prime-listing .prime-headline {
  width: 100%;
  padding-top: 18px;
}
.prime-headline h4 {
  font-size: 18px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 0 !important;
  padding-bottom: 5px;
  color: #000;
}
.prime-listing .prime-imag-box img {
  border-radius: 15px;
}
.eight-feature-box.inner-featur_box {
  padding: 0;
  background: #fff;
  text-align: center;
}
.eight-feature-content {
  padding: 50px 0;
}
