.welcome-box .ms-3 {
  margin-left: 0 !important;
  margin-right: 0.7rem !important;
}

.welcome-box .gap-xxl-5 {
  gap: 1.5rem !important;
}

.welcome-box .border-bottom {
  border-color: #757dff !important;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.welcome-box.style-two {
  background: linear-gradient(81deg, #605dff 3.39%, #9747ff 93.3%);
}

.welcome-box.style-two .welcome-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
}

.welcome-box.style-two p {
  color: #f6f7f9 !important;
}

.welcome-box .welcome-status-item i {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 7px;
  background-color: #ecf0ff;
  color: #605dff;
  position: relative;
  top: -8px;
  font-size: 24px;
}

.welcome-box .welcome-status-item i.icon-bg {
  background-color: #ffe8d4;
  color: #fd5812;
}

.welcome-box .welcome-status-item.style-two i {
  background-color: #ffc8c0;
  color: #ee3e08;
}

.welcome-box .welcome-status-item.style-two i.icon-bg.two {
  background-color: #d8ffc8;
  color: #25b003;
}

.welcome-box .stats-box .count {
  background-color: #ffe1dd;
  color: #fd5812;
  border: 1px solid #ffcea9;
  display: inline-block;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  width: 52px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-left: 7px;
}

.welcome-box .stats-box .count.up {
  background-color: #d8ffc8;
  border-color: #82fc5a;
  color: #1e8308;
}

.welcome-box .stats-box .stats-list li {
  margin-bottom: 6px;
}

.welcome-box .stats-box .stats-list li .title {
  position: relative;
  padding-left: 30px;
}

.welcome-box .stats-box .stats-list li .title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 5px;
  background-color: #605dff;
  border-radius: 50px;
}

.welcome-box .stats-box .stats-list li:last-child {
  margin-bottom: 0;
}

.welcome-box .stats-box .stats-list li:last-child .title::before {
  background-color: #c2cdff;
}

.welcome-box .chart-position {
  top: -5px;
  right: 15px;
  max-width: 120px;
  position: absolute;
}

.welcome-box .congratulations {
  bottom: 12px;
  right: 7px;
}

.welcome-box .welcome-img {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .welcome-box .border-bottom {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome-box .stats-box.style-three .p-4 {
    padding: 10px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .welcome-box .stats-box.style-three .p-4 {
    padding: 10px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .welcome-box .stats-box.style-three .p-4 {
    padding: 10px !important;
  }

  .welcome-box.style-two .welcome-2 {
    width: 185px;
  }
}

.stat-box {
  border-radius: 14px;
}

.stat-icon {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}

.stat-box h3 {
  line-height: 1.2;
}


.select2-container--disabled {
  pointer-events: none !important;
}

.subsidiary-bg::before,
.subsidiary-bg::after {
  content: "";
  position: fixed;
  z-index: -1;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  opacity: 0.12;
  filter: blur(2px);
}

.subsidiary-bg::before {
  top: -80px;
  right: -80px;
  background: linear-gradient(135deg, #ff5757, #ff8a8a);
}

.subsidiary-bg::after {
  bottom: -80px;
  left: -80px;
  background: linear-gradient(135deg, #3a86ff, #6ea8ff);
}

.question-step .card {
  transition: all 0.3s ease;
}

.question-step.answered .card {
  border-left: 5px solid #28a745;
}

#examProgress {
  font-weight: bold;
  color: #fff;
  text-align: center;
}