.consent_container {
  margin: 0 auto;
  max-width: 1000px;
  /*  Change this according to the requirement */
}
.consentStep {
  display: flex;
  align-items: center;
  gap: 10px;
}
.consentStep_Indication {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #c7baba;
  border-radius: 10px;
}
.consentStep_Indication.selected {
  background-color: #0f0;
}
.consent_boxHeader {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.consent_boxHeader h6 {
  color: rgb(255, 0, 0);
  display: none;
  margin: 26px 0 16px;
}
.accordion {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.accordion-item {
  border: 1px solid #000;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  user-select: none;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.accordion-item.active .accordion-content {
  max-height: 400px;
  /* Adjust the max height as needed */
}
.accordion-content p {
  margin: 0;
  padding: 10px;
}
.accordion-header .icon {
  transition: transform 0.3s ease-out;
  font-size: 20px;
  color: #1a8dbd;
  font-family: sans-serif;
  font-weight: bold;
}
.accordion-item.active .accordion-header .icon {
  transform: rotate(-180deg);
}
/* Style for radio buttons */
.radio-group {
  display: flex;
  justify-content: space-around;
  margin: 10px;
  flex-direction: column;
}
.radio-group label {
  display: flex;
  align-items: center;
}
.radio-group input {
  margin-right: 5px;
}
.radio-group.error input[type='radio']:after {
  border-color: rgb(255, 0, 0);
  border-width: 2px;
}
/* Scrollbar Styling */
/* .consent_box .accordion-content { */
  /* padding-right: 0; */
/* } */
.consent_box .scroller {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 40px 0 0;
  margin-bottom: 40px;
}
.consent_box .scroller::-webkit-scrollbar {
  width: 30px;
}
.consent_box .scroller::-webkit-scrollbar-track {
  background-color: #fff;
  border-left: 1px solid #979797;
  -webkit-border-radius: 10px;
  border-radius: 0px;
}
.consent_box .scroller::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 0px;
  background: #0071CE;
}
@media screen and (max-width: 767px) {
  .consent_boxHeader h6 {
    margin: 20px 0;
  }
}
/* Amjevita form consent css */
#sampleformId .consent_container-mainHeading {
  font-family: 'Gotham-Medium';
  font-size: 1rem;
  color: #000;
  opacity: 0.8;
  margin-bottom: 0;
}
#sampleformId .consentStep {
  margin: 26px 0 16px;
}
#sampleformId .consentStep h5 {
  color: #0063c3;
  font-size: 1rem;
  font-family: 'Gotham-Medium';
  line-height: 1.56;
}
#sampleformId .consentStep_Indication {
  width: 15px;
  height: 15px;
  border: solid 1px #979797;
  background-color: #d8d8d8;
}
#sampleformId .consentStep_Indication.selected {
  background-color: #0f0;
}
#sampleformId .accordion {
  box-shadow: none;
}
#sampleformId .accordion-item {
  border: solid 1px #979797;
}
#sampleformId .accordion-header {
  color: #000;
  opacity: 0.8;
  font-family: 'Gotham-Bold';
  font-weight: bold;
  font-size: 14px;
  padding: 20px 36px;
  align-items: center;
  position: relative;
}
#sampleformId .accordion-header .icon {
  /* transition: transform 0.3s ease-out; */
  font-size: 40px;
  color: #0063C3;
  font-family: "NunitoSans-Bold", sans-serif;
  line-height: 1;
}
#sampleformId .accordion-item .accordion-header .icon:before {
  content: "+";
  color: #0063C3;
  font-family: "NunitoSans-Bold", sans-serif;
}
#sampleformId .accordion-item.active .accordion-header .icon {
  transform: rotate(-180deg);
}

#sampleformId .accordion-item.active .accordion-header .icon:before {
  content: "-";
}
#sampleformId .accordion-content p {
  padding: 0;
}
#sampleformId .consent_container p {
  font-family: 'Gotham-Book';
  font-size: 12px;
  line-height: 1.5;
  color: #000;
  opacity: 0.8;
}
#sampleformId .consent_container .ft-medium {
  font-family: 'Gotham-Medium';
}
#sampleformId .consent_container .mb-0 {
  margin-bottom: 0;
}
#sampleformId .consent_container a {
  text-decoration: underline;
}
#sampleformId .accordion-item .accordion-content {
  padding-left: 36px;
  padding-right: 36px;
}
#sampleformId .accordion-item.active .accordion-content {
  max-height: unset;
  padding-bottom: 40px;
}
#sampleformId .accordion-content p {
  margin-bottom: 10px;
}
#sampleformId .consent_container ul {
  margin-bottom: 10px;
}
#sampleformId .consent_container li {
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.8;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sampleformId .radio-group .error-txt {
  padding-left: 0;
  color: #ff0000;
  line-height: 1.4;
  font-size: 12px;
  font-family: 'Gotham-Book';
}

#sampleformId .consent_box-additional_disclosure {
  padding: 32px 45px 36px 36px;
  border: solid 1px #979797;
  margin-top: 33px;
  background-color: #fff;
}
#sampleformId .consent_box-additional_disclosure h4 {
  font-family: 'Gotham-Bold';
  font-size: 14px;
  color: #000;
  opacity: 0.8;
  font-weight: bold;
  margin: 0 0 22px;
}
#sampleformId .consent_box-additional_disclosure p {
  margin-bottom: 0;
}
#sampleformId .radio-group {
  gap: 20px;
  margin: 20px 0 0;
}
#sampleformId .radio-group label {
  color: #000;
  opacity: 0.8;
  line-height: 1.5;
}
#sampleformId .radio-group input[type="radio"] {
  width: 30px;
  height: 30px;
}
#sampleformId .radio-group input[type='radio']:after {
  top: 0;
}
#sampleformId .radio-group.error input[type='radio']:after {
  border-color: rgb(255, 0, 0);
  border-width: 2px;
}
/* #sampleformId .btn-disabled a#enrollment-submit-btn {
  cursor: not-allowed;
} */
#sampleformId .btn-disabled a.submit-btn:hover {
  background-color: #0072CE;
}
@media screen and (max-width: 767px) {
  #sampleformId .accordion-header {
    padding: 16px 15px;
  }
  #sampleformId .consent_box-additional_disclosure {
    padding: 19px 11px 28px;
    margin-bottom: 29px;
    margin-top: 20px;
  }
  #sampleformId .consentStep {
    margin: 20px 0;
  }
  #sampleformId .accordion-item .accordion-header:after {
    right: 5px;
  }
  #sampleformId .accordion-header {
    padding: 16px 35px 16px 15px;
  }
  #sampleformId .accordion-item .accordion-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #sampleformId .consent_box .accordion-content {
    padding-right: 0;
  }
  #sampleformId .accordion-item.active .accordion-content {
    padding-bottom: 23px;
  }  
}