

.form-group.funding-options710 input[type="radio"] {
  box-shadow: none;
  border: none;
  outline: none;
  height: 20px;
  width: 20px;
  margin-right: 4px;
 text-align: center;
 margin-top: 20px;
 
}

.startup-registration710 {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
  margin-top: 50px;
  margin-bottom: 50px;
  box-shadow: 0px 10px 30px rgba(133, 189, 215, 0.88); /* Adjusted */
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;

}

.steps-header710 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.step710 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #a0a0a0;
}

.circle710 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e0e0e0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 30px;
}

.step.active .circle710 {
  background-color: #28a745;
}

.step.active {
  color: #28a745;
}

.form-step710 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-step12710 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-left: 30px;
}

.form-group710 {
  display: flex;
  flex-direction: column;
}

.form-group710 label {
  margin-bottom: 5px;
  font-weight: 500;
}

.form-group710 input,
.form-group710 select,
.form-group710 textarea {
  padding: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 16px;
}

.form-group710 textarea {
  resize: vertical;
  height: 100px;
  width: 500px;
}

.funding-options710 label {
  margin-right: 10px;
}

.stage-options710 {
  display: flex;
  gap: 10px;
}

.stage-options710 button {
  padding: 5px 15px;
  border: 1px solid #0d6efd;
  background-color: #ffffff;
  color: #0d6efd;
  border-radius: 4px;
  cursor: pointer;
}

.stage-options710 button.selected {
  background-color: #0d6efd;
  color: #ffffff;
}

.buttons710 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.buttons710 button {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  border: none;
}

.buttons710 button:disabled {
  background-color: #e0e0e0;
  color: #a0a0a0;
  cursor: not-allowed;
}

.buttons710 button:not(:disabled) {
  background-color: #0d6efd;
  color: #ffffff;
}

.buttons710 button:hover:not(:disabled) {
  background-color: #0041c2;
}

.labtom1 label{
  display: block;
  margin: 15px;
}

.butsub710 button{
  height: fit-content;
  width: fit-content;
  font-size: 20px;
  margin-left: 40%;
  background-color: rgb(243, 119, 73);
  padding: 5px;
  border-radius:10px;
  border-style: none;
  cursor: pointer;

}



.maincont710 {
  background: linear-gradient(135deg, rgba(245, 245, 245, 0.9), rgba(255, 192, 203, 0.9));
 
  height: 100%;
  width: 100%;
  position:absolute ;
  top: 0;
  left: 0;
}
