#resp-table-body {
  display: none;
}

.test-form .select-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  margin-top: 24px;
}

.select-row .Select {
  width: 24%;
}

.table-responsive h2 {
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 800;
  margin-bottom: 0px;
  margin-top: 0px;
}

.table-responsive .label-underline {
  margin: 9px 0 0;
  width: 80px;
}

.dosageSec .table-body-cell:first-child {text-align: inherit;max-width: 100px;}

.dosageSec .table-body-cell {
  text-align: left;
  padding: 14px;
  vertical-align: middle;
  width:90px;
}

.table>tbody {
  background-color: white !important;
  word-wrap: break-word;
}

.disabledBtn {
  pointer-events: none;
  opacity: .5;
}

.select-row .Select label {
  font-weight: normal;
  color: #333;
  font-size: 18px;
  line-height: 28px;
}

.selectBox .selectBtn {
  border: 1px solid #999999;
  border-radius: 7px;
  font-size: 16px;
  line-height: 32px;
  padding: 3px 10px;
}

.dosageSec> :not(:last-child)> :last-child>* {
  border-top: 2px solid #75227C;
  border-top-width: initial;
  border-bottom-width: 0;
  border-bottom-color: #fff;
  font-size: 18px;
  line-height: 1.62em;
  font-weight: bold;
  vertical-align: middle;
}

div.select-row>div:nth-child(2)>div>div.selectDropdown {
  max-height: 300px;
  overflow-y: scroll;
}

.selectBox .selectBtn+.selectDropdown {
  padding: 3px 0;
  outline: #999999 solid 1px;
  border-top: none;
  border-radius: 7px;
  width: 100%;
  background: #fff;
  z-index: 99;
  position: absolute;
}

.test-form .selectDropdown .option {
  padding: 3px 10px;
  cursor: pointer;
}

.location_disable {
  opacity: 0.5;
  pointer-events: none;
}

.dosageSec th,
.dosageSec td {
  margin-right: 4px;
  margin-bottom: 4px;
}

.test-form .selectBox {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='34' viewBox='0 0 24 24' width='35' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  font-weight: normal;
  color: #666;
  position: relative;
  margin-top: 14px;
}

#resp-table-body {
  border: none;
}

.resp-table-row {
  flex-direction: row;
}

#resp-table-body .caption {
  padding-top: 24px;
  text-align: inherit;
}

.resp-table-row {
  flex-direction: row;
}

.tableHeader> :not(:last-child)> :last-child>* {
  border-top: 2px solid #75227c;
  border-top-width: initial;
  border-bottom-color: #fff;
}

.resp-table-row:first-child>div {
  font-weight: 700;
  color: #0e0552;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.resp-table-row .table-body-cell:nth-child(2) {
   position: relative;
   width:19%;
}
.resp-table-row .table-body-cell:nth-child(2) div:first-child {
  width: 80%;
}


.resp-table-row .table-body-cell:nth-child(3),
.resp-table-row .table-body-cell:nth-child(4) {
  position: relative;
}

.inf0-content {
  width: 100%;
  float: left;
}


.resp-table-row .table-body-cell>.info_popup {
  position: absolute;
  background: #fff;
  z-index: 99;
  padding: 25px 34px 25px 23px;
  width: 864px;
  border: 0.5px solid #0F0551;
  text-align: left;
  border-radius: 0px 16px 16px 16px;
  display: none;
  width: 335%;
  -webkit-box-shadow: 0px 2px 2px #0F0551;
  -moz-box-shadow: 0px 2px 2px #0F0551;
  box-shadow: 0px 2px 2px #0F0551;
  pointer-events: none;
}

.table > tbody .table-body-cell:first-child {
  text-align: inherit;
  vertical-align: middle;
}

.resp-table-row .table-body-cell>.info_popup p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

.resp-table-row .table-body-cell>.info_popup:before {
  background: url(../images/tooltip.png) left center/14px no-repeat;
  padding-left: 2.5%;
  content: "";
  right: 0;
  width: 29px;
  height: 22px;
  position: absolute;
  left: 14px;
  top: -17px;
}

@media screen and (max-width: 767px) {
  .resp-table-row {
    width: 300%;
  }

  .resp-table-row .table-body-cell>.info_popup:before {
    left: 47.5%;
  }

  .dosageSec> :not(:last-child)> :last-child>* {
    font-size: 12px;
    line-height: 2em;
  }
}

.info_div {
  background: url("../images/info_icon.png") left center/14px no-repeat;
  content: "";
  right: 3px;
  width: 14px;
  height: 14px;
  position: absolute;
  cursor: pointer;
  top: 56px;
}

.info_div {
  cursor: pointer;
  margin: 0 5px;
  display: block;
  border-radius: 50%;
}

@media screen and (max-width: 1300px) {
  .resp-table-row .table-body-cell>.info_popup {
    width: 335%;
  }
}

@media screen and (max-width: 400px) {
  .resp-table-row .table-body-cell>.info_popup {
    width: 280%;
  }
}

.resp-table-row:nth-child(5) .table-body-cell>.info_popup .info_popup_inner p,
.test_list li,
.resp-table-row:nth-child(5) .table-body-cell>.info_popup .info_popup_inner a {
  color: #333;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 0px;
}

.submit-btn-2 {
  margin: 30px 0px;
  text-align: right;
}

#resp-table .caption h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 14px;
}

#resp-table .caption ul {
  padding-left: 1rem;
}

#questionnaire_btn,
#tests_btn {
  background: #0e0552;
  color: #fff;
  padding: 7px 70px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 3px;
  border: 1px solid #0e0552;
}

#questionnaire_btn,
#tests_btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}

#error-msg {
  color: red;
  margin-left: 20px;
  display: contents;
}

.table-body-cell .options input {
  cursor: pointer;
  width: auto;

}

.dosageSec {
  border-collapse: separate;
  width: 100%;
  border-spacing: 4px;
  margin-bottom: 0px;
  margin-top: 24px;

}

.table-responsive {
  overflow-x: inherit !important;
  overflow-y: visible !important;
  padding: 0px 0px;
  background-color: inherit;
}

.table>thead {
  vertical-align: bottom;
  background: #DCD8D8;
}

.test-form .btnLink {
  margin-top: 24px;
}



#resp-table-body .dosageSec> :not(:last-child)> :last-child>* {  
  border-top: 2px solid #0F0551;
}


.dosageSec th {
  color: inherit;
  padding: 1rem;
}

.dosageSec td {
  border: 2px solid #f5f5f5;
  font-size: 16px;
  line-height: 1.75em;
  color: inherit;
}

.table> :not(caption)>*>* {
  padding: 0.5rem;
}

.tableHeader {
  border: 1px solid #f5f5f5;
  background: #dcd8d8;
}

.disclaimer-popup .modal-dialog {
  max-width: 900px;
}

.disclaimer-popup .modal-body {
  display: flex;
  padding: 40px 40px 10px;
}

.logoContainer {
  vertical-align: middle;
  align-items: center;
  display: flex;
}

.disclaimer-popup .descriptionContainer {
  padding: 10px 30px 0px 85px;
}

.disclaimer-popup .modal-body h3 {
  font-size: 32px;
  line-height: 28px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
}

.disclaimer-popup p {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 0px;
  font-weight: 500;
}

.disclaimer-popup .modal-footer {
  border: none;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.disclaimer-popup p:first-of-type {
  color: #0e0552;
}

.disclaimer-popup .continueBtn {
  background: #0671b8;
  color: #fff;
  padding: 7px 60px;
  border: #0671b8;
}

.disclaimer-popup .backBtn {
  background: #fff;
  color: #0671b8;
  padding: 7px 60px;
  border: 1px solid #0671b8;
}

.popup_anchor {
  text-decoration: underline;
  color: #9b2429;
}

.agree_btn {
  text-align: center;
}

.agree_btn a {
  padding: 6px 20px;
  border-radius: 5px;
}

.agree_btn a,
.coupon_button .btn-v2 a {
  font-size: 12px;
  cursor: pointer;
  background: #0e0552;
  color: #fff;
}

.close_agree {
  position: absolute;
  top: 10px;
  right: 26px;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
}

.disclaimer-popup {
  overflow-x: hidden;
  overflow-y: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 1300px) {
  .disclaimer-popup {
    max-width: 95%;
  }

  .disclaimer-popup p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .test-form .select-row .Select {
    margin-bottom: 20px;
    flex-basis: 47%;
    flex-grow: 0;
    flex-shrink: 0;
  }

  #resp-table-body .table-responsive {
    overflow-x: auto !important;
  }

  .info_div {
    bottom: 0px;
  }

  
  .table-responsive h2 {
    font-size: 18px;
    line-height: 1.14em;
  }

  .dosageSec .table-body-cell {
    text-align: left;
    padding: 10px 6px;
    font-size: 10px !important;
    line-height: 15px;
  }

  .test-form .select-row {
    display: flext;
    justify-content: space-between;
    padding: 0px;
    flex-wrap: wrap;
    gap: 20px;
  }

  .table-responsive>div {
    overflow-x: auto !important;
    overflow-y: visible !important;

  }

  .tableInfo {
    margin: 12px 0px !important;
  }
}

.tableInfo {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 16px;
  margin: 24px 0px !important;
}

.tableInfo p {

  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.62em;
}