/* Loader styles */
.ielts-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

.ielts-loader .spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #7749f8;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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

/* Pagination styles */
.ielts-test-group--wrapper-left-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 10px 0;
}

.pagination-indicator {
  font-size: 14px;
  color: #666;
}

/* Completed item styles */
.ielts-test-group--wrapper-left-item.completed .completed-icon {
  display: inline-block;
}

.ielts-test-group--wrapper-left-item .completed-icon {
  display: none;
}

.ielts-test-group--wrapper-left-item.active {
  background-color: #7749f8;
  color: white;
}

.ielts-test-group--wrapper-left-item.active.completed .completed-icon svg path {
  fill: white;
}
.ielts-test-group--wrapper.blur-loader {
  filter: blur(10px);
}
/* 
.ielts-loaders {
  width: 120px;
  height: 22px;
  border-radius: 20px;
  color: #514b82;
  border: 2px solid;
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(50%, 50%);
}
.ielts-loaders::before {
  content: "";
  position: absolute;
  margin: 2px;
  inset: 0 100% 0 0;
  border-radius: inherit;
  background: currentColor;
  animation: l6 2s infinite;
}
@keyframes l6 {
  100% {
    inset: 0;
  }
} */

.loader-overlay,
.landing_module_loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255); /* Optional light background */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 998;
}

/* Your existing loader styles */
.ielts-loaders {
  z-index: 9999;
  width: 120px;
  height: 22px;
  border-radius: 20px;
  color: #7950e2;
  border: 2px solid;
  position: relative;
}

.ielts-loaders::before {
  content: "";
  position: absolute;
  margin: 2px;
  inset: 0 100% 0 0;
  border-radius: inherit;
  background: currentColor;
  animation: l6 2s infinite;
}

@keyframes l6 {
  100% {
    inset: 0;
  }
}

.course-tag.mega-course-label.me-3.mt-0 {
  background: #7950e2;
  color: white;
}
