.sterHeader{
  background-color:var(--blackColor);
  padding:20px;
  margin-bottom: 70px;
}
.sterHeader p{
  color: var(--whiteColor);
}
.sterHeader p span{
  color: var(--secondaryColor);
}

.titleText {
  color: #f7c953;
}
.stepperContainer {
  position: relative;
  justify-content: space-between;
  margin-bottom: 40px;
}
/* Progress bar */
.progressBar {
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #fbfbfb;
  z-index: 1;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  overflow: hidden;
}

.progressBarFill {
  height: 16px;
  background-color:#ffc760;
}
.progressBar,
.progressBarFill {
  box-sizing: border-box;
}

.stepItem {
  z-index: 3;
  position: relative;
  width: 100%;  
  display: flex;
  flex-direction: column;
  height: auto;
}

/* Step circle */
.circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f8f9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 2px solid #dee2e6;
  font-size: 18px;
  margin-top: 20px;
}
.activeCircle {
  /* background-image:linear-gradient(to right, #e79d49, #ffff00, #ffff00, #e79d49); */
  background-color:var(--primaryColor);
  color: var(--whiteColor);
  border-color:var(--primaryColor);
}

.activeStep {
  color: var(--blackColor);
  /* font-weight: bold; */
}

/* List group item */
.listGroupItemActive {
  background-color: #ffba00;
  border-color: #ffba00;
  color: white;
}

/* Card body */
.cardBody {
  min-height: 200px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 20px;
}
.hiddenStep {
  display: none;
}
/* Button styles */
.btnSecondary {
  background-color: #6c757d;
  border-color: #6c757d;
}

.btnPrimary {
  background-color: #ffba00;
  border-color: #ffba00;
}
/* 
.custom-checkbox-input {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.custom-checkbox-input:checked::after {
  content: "✔";
  color: white;
  font-size: 14px;
  position: absolute;
  left: 3px;
  top: 1px;
}

.custom-checkbox-label {
  font-weight: bold;
} */
.customCheckboxInput {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%; /* Make it a circle */
  cursor: pointer;
  position: relative;
  outline: none; /* Remove default outline */
  background-color: transparent; /* Ensure transparent background */
}

.customCheckboxInput:checked::after {
  content: "✔";
  width: 12px;
  height: 12px;
  background-color: "#f7c953"; /* Yellow color */
  border-radius: 50%; /* Make it a circle */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); /* Center the circle */
}

.customCheckboxLabel {
  font-weight: bold;
}

.registerContainer {
  padding: 80px 50px;
  background-color: #fafafa;
  border: none;
}

.formGroup {
  margin-bottom: 1.5rem;
}

.formControl {
  border-radius: 30px;
  padding: 10px 20px;
}

.formControl::placeholder {
  color: #c4c4c4;
}

.textDanger {
  color: #ff0000;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.btnPrimary {
  background-color: #f7c953;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 1.25rem;
  color: #ffffff;
}

.btnPrimary:disabled {
  background-color: #f7c953;
  opacity: 0.6;
}

.errorMessage {
  background-color: #ffebeb;
  color: #ff0000;
  padding: 10px 20px;
  border-radius: 30px;
  margin-bottom: 1.5rem;
  text-align: center;
}

.inputIcon {
  position: relative;
}

.icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #c4c4c4;
}

.inputIcon input {
  padding-right: 40px;
}

.socialCircle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f0f0f0;
  border: 2px solid #ddd;
  font-size: 24px;
}
.socialLine {
  position: absolute;
  top: 50%;
  left: 60px;
  right: 60px;
  height: 2px;
  width: 80px;
  background-color: #ddd;
}

.staper-menu {
  height: 100%;
  padding: 105px 30px;
  background-color: var(--primaryColor);
  border-radius: 0;
  gap: 30px;
}
.staper-menu li span {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.card .titleText {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  margin-bottom: 50px;
}

.card p {
  font-size: 18px;
  line-height: 26px;
  color: var(--grey);
}

.card h2 {
  color: var(--blackColor);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px; 
}

.card form .form-control,
.card form .form-select {
  border: 1px solid #e4e4e4;
  height: 47px;
  border-radius: 50px;
  padding: 10px 20px;
}

.card form textarea.form-control{
  border-radius: 20px;
  min-height: 120px;
  padding: 13px 20px;
}

.ChooseFile .fill-Btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 46px;
  padding: 0;
  min-width: 114px;
  border-radius: 26px 0 0 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
