.generate-treatementplan {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff4f8;
  height: 7.4rem;
  padding: 0.9rem 1.13rem;
  width: 100%;
  margin-top: 1.5rem;
  height: 8rem;
}

.generate-treatementplan > form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.generate-treatementplan > p {
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 0.68rem;
  color: #263238;
}

.generate-treatementplan > h2 {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 0.9rem;
  color: var(--brandClr);
  margin-bottom: 0.82rem;
}

.generate-treatementplan__button {
  width: 4.72rem;
  height: 1.45rem;
  font-size: 0.54rem;
  font-weight: 700;
  border-radius: 0.36rem;
  background-color: #d47fa1;
  color: #fff;
  border: none;
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 2px 0px #0000000d;
  padding: 0.27rem 0.54rem;
  margin-top: 0.4rem;
}

@media screen and (min-width: 768px) {
  .generate-treatementplan {
    height: 6.3rem;
  }
  .generate-treatementplan__button {
    margin-top: 0rem;
  }
}

.generate-treatementplan__typeofcancer__btn {
  width: 6.27rem;
  height: 1.45rem;
  border-radius: 0.36rem;
  padding: 0rem;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  outline: none;
  display: flex;

  color: #d47fa1;
  font-size: 0.54rem;
  font-weight: 700;
}
.generate-treatementplan__typeofcancer__btn > select {
  width: 100%;
  border: none;
  color: #d47fa1;
  font-size: 0.54rem;
  padding: 0.3rem;
  border-radius: 0.36rem;
  outline: none;
  font-weight: 700;
  background-color: #fff  !important;
}

.generate-treatementplan__typeofcancer__btn > select > option {
  color: #263238;
  font-weight: 500;
  font-size: 0.54rem;
}

.generate-treatmentplan-dialogBox {
  width: 100%;
  padding: 0.9rem 1.09rem;
  background-color: red;
}

.generate-treatmentplan-dialogBox {
  background-color: white;
  width: 100%;
  position: relative;
}
.generate-treatmentplan-dialogBox > button {
  border: none;
  outline: none;
  position: absolute;
  right: 0.8rem;
  background-color: transparent;
}
.generate-treatmentplan-dialogBox > button > img {
  width: 0.86rem;
  height: 0.81rem;
}

.generate-treatmentplan-dialogBox > h3 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--brandClr);
  line-height: 0.9rem;
  margin-top: 0.83rem;
}

.generate-treatmentplan-dialogBox > hr {
  width: 100%;
  border: solid 2px #f5d1df;
  margin-top: 0.65rem;
  border-radius: 0.02rems;
}
.generate-treatmentplan-dialogBox > p {
  font-size: 0.63rem;
  font-weight: 600;
  color: #d47fa1;
  margin-top: 0.4rem;
  text-decoration: underline;
}
.generate-treatmentplan-dialogBox > h5 {
  font-size: 0.63rem;
  font-weight: 600;
  color: #263238;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
}
.generate-treatmentplan-dialogBox > h5 > button {
  background-color: #d47fa1;
  width: 0.4rem;
  height: 0.38rem;
  border-radius: 50%;
  border: none;
  outline: none;
  font-size: 0.2rem;
  color: #fff;
  margin-right: 0.36rem;
}

.generate-treatmentplan-dialogBox > p {
  font-size: 0.63rem;
  font-weight: 600;
  color: #d47fa1;
}

.generate-treatmentplan-dialogBox > div > ul {
  padding: 0 1.54rem;
}

.generate-treatmentplan-dialogBox > div > ul:nth-child(2) {
  padding: 0 0.77rem;
  margin-top: 0.63rem;
}
.generate-treatmentplan-dialogBox > div > ul > li {
  font-size: 0.63rem;
  font-weight: 400;
  line-height: 0.8rem;
}
.brn-2{
  width : 3.86rem ;
}
.btn-3{
  width : 4.59rem ;
}

@media screen and (min-width: 768px) {
  .generate-treatementplan{
    height: 8.33rem;
    padding: 1.66rem 2.3rem;
  }
  .generate-treatementplan__typeofcancer__btn {
    width: 9.05rem;
    height: 1.66rem;
    border-radius: 1rem;
  }
  .brn-2{
    width: 6.90rem;
  }
  .btn-3{
    width: 5.49rem;
  }
  .generate-treatementplan__button {
    height: 1.66rem;
    width: 7.05rem;
  }
}
