@charset "UTF-8";
.dojoMain {
  background: #f9fafb;
}

.dojoMain .overflow-y-auto {
  height: calc(100vh - 153px);
}

.dojoContentArea {
  width: 75%;
  margin: 50px auto 20px 50px;
}

form input,
form select,
form textarea {
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: stretch;
  padding: 10px 14px;
  font-size: 16px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  color: #000;
  resize: none;
  background-color: #fff;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
}

form input::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
  color: #667085;
  opacity: 1;
}

form input::placeholder,
form select::placeholder,
form textarea::placeholder {
  color: #667085;
  opacity: 1;
}

form input:-ms-input-placeholder,
form select:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #e6e6e6;
}

form input::-ms-input-placeholder,
form select::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  color: #e6e6e6;
}

.scope__sidebar {
  padding: 40px 40px 40px 60px;
  max-width: 300px;
}

.scope__sidebar h2 {
  font-size: 14px;
  line-height: 20px;
  color: #98a2b3;
  margin-bottom: 20px;
}

.scope__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
  color: #333;
}

.scope__list li .scopeState {
  position: relative;
  height: 40px;
  width: 40px;
  flex-shrink: 0;
}

.scope__list li span {
  font-size: 14px;
  line-height: 20px;
  color: #344054;
  font-weight: 500;
}

.scope__list li .scopeState:after {
  content: "";
  width: 2px;
  height: 36px;
  display: inline-block;
  background: #079455;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 49px;
  background: #d0d5dd;
}

.scope__list li:last-child .scopeState:after {
  display: none;
}

.scope__footer {
  padding: 24px;
  border-top: 1px solid #eaecf0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
}

.scope__footer__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.btn.btn-white {
  height: 40px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid #eaecf0;
  font-size: 14px;
  background-color: #ffffff;
  color: #6366f1;
  box-shadow: none;
  align-items: center;
  display: flex;
  font-weight: 500;
}

.scope__footer__shortcut .btn-shortcut {
  display: flex;
  gap: 10px;
  color: #475467;
  align-items: center;
}

.scope__footer__shortcut:hover .btn-shortcut {
  border-color: #333;
}

/*select selected*/
.custom-select {
  position: relative;
}

.custom-select i {
  position: absolute;
  top: 13px;
  right: 18px;
  pointer-events: none;
}

.custom-select.cutom-select-talent-role select {
  display: block;
}

.custom-select select {
  display: none;
}

.custom-select .select-selected {
  padding: 10px 34px 10px 14px;
  font-size: 16px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  color: #000;
  background-color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.custom-select .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  margin-top: 1px;
  padding: 4px 6px;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  background-color: #fff;
  color: #101828;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  max-height: 100px;
  overflow: scroll;
}

.custom-select .select-items div {
  padding: 8px 8px;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}

.custom-select .select-items div:hover {
  background-color: #f9fafb;
}

.custom-select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.select-hide {
  display: none;
}

.scope__main__ques,
.scope__main__subques {
  font-size: 14px;
  line-height: 28px;
  color: #182230;
  margin-bottom: 15px;
}

.scope__main__ansbox {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.scope__main__ansbox__info {
  font-size: 14px;
  line-height: 20px;
  color: #667085;
  margin-top: 5px;
}

textarea:focus-visible {
  border: 2px solid #2b6aff;
  outline: none;
}

/**/
.course__progress_container {
  text-align: center;
}

.course__progress_container .spiralImg {
  animation: moveUpDown 2s ease-in-out infinite;
  transform-box: fill-box;
  /* ensures transform works on shape */
  transform-origin: center;
  filter: invert(44%) sepia(93%) saturate(2026%) hue-rotate(227deg) brightness(95%) contrast(91%);
  /* keeps the element centered */
}

@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
    /* starting position */
  }
  50% {
    transform: translateY(-10px);
    /* move up */
  }
}
.course__progress_content_container {
  margin-top: 20px;
}

.course__progress_container span {
  display: block;
  margin-bottom: 10px;
}

.simulation_generation {
  height: calc(100vh - 223px);
  display: flex;
  justify-content: center;
  align-items: center;
}

/*added learning simulation*/
.learning-pathway-container {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 20px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

@media (max-width: 480px) {
  .learning-pathway-container {
    border-radius: 8px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
  }
}
.learning-pathway-content {
  padding: 50px 40px;
}

.learning-pathway-title {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 30px;
}

.learning-pathway-intro-section {
  margin-bottom: 30px;
}

.learning-pathway-intro-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  cursor: pointer;
  padding: 15px;
  border-radius: 15px;
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
  transition: all 0.3s ease;
}

.learning-pathway-intro-header:hover {
  background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.learning-pathway-intro-icon {
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #1e3a8a, #1e40af);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.learning-pathway-intro-icon::before {
  content: "✨";
  font-size: 14px;
  color: white;
}

.learning-pathway-intro-title {
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
  flex: 1;
  margin-left: 15px;
}

.learning-pathway-chevron {
  color: #6b7280;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.learning-pathway-intro-description {
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 15px;
}

.learning-pathway-activity-count {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}

.learning-pathway-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.learning-pathway-item {
  display: flex;
  align-items: center;
  padding: 20px;
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.learning-pathway-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.1), transparent);
  transition: left 0.5s ease;
}

.learning-pathway-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(99, 102, 241, 0.15);
  border-color: #c7d2fe;
}

.learning-pathway-item:hover::before {
  left: 100%;
}

.learning-pathway-item-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}

.learning-pathway-learning-icon {
  background: linear-gradient(135deg, #1e3a8a, #1e40af);
  box-shadow: 0 8px 20px rgba(30, 58, 138, 0.3);
}

.learning-pathway-encyclopedia-icon {
  background: linear-gradient(135deg, #1e3a8a, #1e40af);
  box-shadow: 0 8px 20px rgba(30, 58, 138, 0.3);
}

.learning-pathway-item-icon::before {
  font-size: 20px;
  color: white;
}

.learning-pathway-learning-icon::before {
  content: "🎯";
}

.learning-pathway-encyclopedia-icon::before {
  content: "📚";
}

.learning-pathway-item-content {
  flex: 1;
  position: relative;
  z-index: 1;
}

.learning-pathway-item-title {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 5px;
}

.learning-pathway-item-meta {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}

.learning-pathway-progress-line {
  position: absolute;
  left: 44px;
  top: 68px;
  width: 2px;
  height: 35px;
  background: linear-gradient(180deg, #e5e7eb, #d1d5db);
  border-radius: 1px;
}

.learning-pathway-item:last-child .learning-pathway-progress-line {
  display: none;
}

.learning-pathway-intro-content {
  padding-left: 15px;
  margin-top: 10px;
}

/* Animation for icons */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.learning-pathway-item-icon:hover {
  animation: pulse 0.6s ease-in-out;
}

/* Responsive design */
@media (max-width: 480px) {
  .learning-pathway-container {
    margin: 0;
    border-radius: 10;
    min-height: 100vh;
  }
  .learning-pathway-content {
    padding: 20px 15px;
  }
}
/* Glassmorphism effect */
.learning-pathway-glass-effect {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

/* Module and summary page */
.section-head {
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}

.chip--success {
  background: color-mix(in oklab, var(--success), #fff 90%);
  color: #0b5a3b;
  border-color: color-mix(in oklab, var(--success), #fff 70%);
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  font-weight: 600;
  font-size: var(--fs-14);
  cursor: pointer;
  transition: transform 0.12s ease;
}