@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
  font-family: 'Kumbh Sans', sans-serif;
  position: relative;
}

.header-text {
  color: #ffffff;
  font-size: 0.743rem;
  line-height: 0.8;
  text-align: left;
}

main {
  padding-top: 0px;
  padding-bottom: 50px;
  min-height:94vh;
  background-image: url('../../assets/img/medical-bg.png');
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo {
  max-width: 168px;
  width: 100%;
  height: auto;
}

.heading-main {
  font-family: 'kumbh Sans', sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1em;
  color: #000000;
}

.model-wrapper {
  background-image: url("../../assets/img/BinaxNow.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
}

.sub-heading-text span {
  font-weight: 700;
}

.sub-heading-text {
  font-size: 30px;
  color: #37465a;
}

.step--pain-texts, #code-countdown-timer, #no-code-btn{
  display: none;
}

#code-countdown-timer{
  font-size: 14px;
}

#no-code{
  text-decoration: underline;
}

.btn-sign {
  background: #521f6d;
  color: #ffffff;
  font-size: 27px;
  font-family: 'Kumbh Sans';
  font-weight: 700;
  max-height: 75px;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}

.btn {
  cursor: pointer;
  text-align: center;
  transition: border .5s;
  border: 0;
  white-space: normal;
  vertical-align: middle;
  padding: 15px 20px;
}

/* .btn:hover {
  background-color: #1565c0;
  color: #ffffff;
} */

.btn-sign:hover{
  background-color: #1565c0;
  color: #ffffff;
}

.btn-wrapper {
  max-width: 390px;
  width: 100%;
}

.accordion.test-results{
  display: none;
}

.border-model {
  border-bottom: 8px solid #a3bac6;
}

.pain_text{
  text-transform: uppercase;
}

#steps{
  padding-top: 75px;
  /* padding-bottom: 75px; */
}

#steps h1 {
  font-size: 35px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #000000;
  line-height: 1.2;
}

#steps h1 span {
  font-weight: bold;
}

.mw-744 {
  max-width: 744px;
  width: 100%;
}

footer {
  background-color: #521f6d;
}

.footer-link {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
}

footer p {
  color: #ffffff;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 13px;
  line-height: 1.2;
}

#steps h3 span {
  font-weight: 800;
}

.img-model {
  position: absolute;
}

.form--container {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

select option {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.select-img {
  width: 100%;
  max-width: 50px;
  margin: 5px auto;
  transition: all ease-in-out .3s;
}

input.small-width-input, input#user_verification_code, #dob-input {
  max-width: 320px;
  margin: auto;
  text-align: center;
}

#main--form{
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0px 24px 72px -12px rgba(0,0,0,0.2);
  padding-top: 4rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border: 2px solid #521f6d;
  border-radius: 10px;
  margin-top: -40px;
}

input[type="radio"] {
  position: absolute;
  left: -99999px;
  opacity: 0;
}

.select-label-option_3 .box-option-title {
  font-weight: 600;
  font-size: 18px;;
  text-align: left;
  width: 100%;
}

.box-option-title {
  font-weight: 400;
  font-size: 18px;
  transition: all ease .1s;
}

.select-label-option:hover .box-option-title, .select-label-option_2:hover .box-option-title{
  font-weight: 600;
}

.select-box {
  height: 100%;
}

.range-label {
  margin: 0 auto;
  text-align: center;
  width: 200px;
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #656565;
}

.form-range {
  border: none;
}

.form-range:focus {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none !important;
}

.form-range::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  margin-top: -6px;
  -webkit-appearance: none;
  appearance: none;
}

.icon-forward {
  margin-bottom: 4px;
  margin-left: 6px;
}

#main--form .form-label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.submit-btn {
  width: 100% !important;
  max-width: 320px;
  font-weight: 600;
  color: #fff;
}

.submit-btn:disabled{
  color: #fff;
  pointer-events: none;
  background-color: #0066ff;
}

a {
  color: #0029ff;
}

.tcpa-text{
  text-align: justify;
  color: rgb(7, 7, 7); 
  font-size:14px;
  line-height: 1.3;
}

.form--steps {
  display: none;
  position: relative;
}

.form--steps.show {
  display: block;
  opacity: 0;
  animation: showStep .6s forwards;
}

@keyframes showStep {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.form--steps.hide-to-right {
  opacity: 1;
  animation: hideToRight .5s forwards;
}

@keyframes hideToRight {
  to {
    opacity: 0;
    transform: translateX(80px); /* Adjust this value based on your layout */
  }
}

.form--steps.hide-to-left {
  opacity: 1;
  animation: hideToLeft .5s forwards;
}

@keyframes hideToLeft {
  to {
    opacity: 0;
    transform: translateX(-80px); /* Adjust this value based on your layout */
  }
}


.additional-physicians{
    display:none;
}

button#add-physician-btn {
  padding: 5px !important;
  width: 200px !important;
  margin: auto !important;
}

.select-label-option {
  padding: 10px;
}

label.select-label-checkbox{
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: #873dae;
  border: 2px solid #471960;
  border-radius: 6px;
  transition: all ease .3s;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  padding: 12px 10px;
  justify-content: flex-start;
  color: #ffffff;
  display: flex;
}

.select-label-checkbox:hover {
  background-color: #471960;
  color:#ffffff;
}


.form-check-input:checked{
  background-color: #72418b;
}

#main--form .select-label-option_2 {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #692d88;
  border: 2px solid #d2c5d9;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  transition: all ease .3s;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  padding: 12px 10px;
  justify-content: center;
  color: #ffffff;
}

#main--form .select-label-option_3{
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #f8f9fa;
  border: 2px solid #471960;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  transition: all ease .3s;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  padding: 12px 10px;
  justify-content: center;
  color: #000000;
  font-weight: 800;
}

#main--form .select-label-option_3:hover {
  background-color: #471960;
  color:#ffffff;
}


#main--form .select-label-option_2:hover {
  background-color: #471960;
}

#main--form input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  /* animate: 0.2s;
  box-shadow: 0px 0px 0px #000000; */
  background: #e4e4e4;
  border-radius: 5px;
  border: 0px solid #ffffff;
}

#main--form input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 5px #818181;
  border: 1px solid #ebebeb;
  height: 25px;
  width: 25px;
  /* border-radius: 50px; */
  background: #0065fd;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9px;
}
/* End Range style */

.form--input-field-wrapper {
  max-width: 630px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 5px;
  padding-right: 5px;
}

.form--heading-1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
}

.form--heading-1 strong{

}

.form--range-label {
  font-weight: 700;
  color: #003566;
  justify-content: center;
  display: flex;
  margin-bottom: 20px;
  font-size: 20px !important;
  line-height: 30px;
  text-align: center;
}

.form--input-field-wrapper .form--range-text {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 30px;
}

.next-btn {
  transition: all ease .3s;
  background-color: #521f6d;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  max-width: 320px;
  width: 100%;
}

.next-btn:hover {
  background-color: #42165a;
  color: #fff;
}

.back-btn {
  font-size: 16px;
  cursor: pointer;
  color: #7a7a7a;
  font-weight: 400;
}

.form-check .form-check-input {
  float: none;
  position: relative;
  left: 0;
  opacity: 1;
  margin-left: 0;
  margin-right: 10px;
  border-color: #ba80d9;
  border-width: 2px;
  padding: 10px;
  margin-right: 10px;
  margin-top: 0;
}


.cta-box {
  border: 3px #61164a dashed;
  background-color: #ffffff;
}

.border-bottom-solid{
  border: 0;
  border-bottom: 1px solid #d3d3d3;
  border-radius: 0 !important;
  background-color: #ffffff !important;
  padding: 0 !important;
}

.border-bottom-solid:focus{
  border-color: #004cf1 !important;
  outline: 0 !important;
  box-shadow: 0px 2px 0 0rem #a3c8ff !important;
}

.separator{
  border-bottom: 1px dashed #333333;
}

span.fullname-text {
  text-transform: capitalize;
}

.beat-effect{
  box-shadow: 0 4px 8px rgba(20, 122, 255, 0.1);
  transition: box-shadow 0.3s ease;
  animation: beat .6s infinite alternate;
}

@keyframes beat {
  0% {
    box-shadow: 0px 0px 0px 0px #914784;
  }
  100% {
    box-shadow: 0 0 20px 5px #79315985;
  }
}

/* .back-btn:hover {
  color: #1271ff;
} */
/* Adjust z-index for modal and backdrop */
/* .modal {
  z-index: 1050; /* or higher if needed */
/* } */

.modal-backdrop {
  /* z-index: 1040;  */
} 

.modal-content {
  z-index: 1060; 
}

.modal-backdrop {
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.8;
}

#address-text-display {
  font-size: 14px;
  color: #333333;
  margin-right: 25px;
}

#address-container, #address-display{
  max-width: 600px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: none;
  padding-left: 5px;
  padding-right: 5px;
}

#edit-address-btn {
  border: 0;
  color: #454545;
  padding: 4px 14px;
  font-size: 14px;
  text-decoration: underline;
  background: white;
}

.pac-item {
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
}

.pac-item:hover {
  background-color: #cce8ff;
}

.pac-item-query {
  font-size: 16px;
}

#skip-error{
  background-color: #ff0000;
  color: #fff;
  transition: all ease .3s;
  text-align: center;
  padding: 10px;
  display: none;
  max-width: 630px;
  margin: auto;
  font-size: 14px;
}

label.error {
  color: #ff0000;
  font-size: 14px;
  transition: all ease .3s;
  margin: 10px auto;
  text-align: center;
  display: block;
  position: relative; 
}

label.error span{
  font-size: 18px;
  font-weight: 500;
  margin-right: 5px;
}

.form-nav-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 30px;
  margin-top: 10px;
}

#main--form .select-label-option {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #fff;
  padding: 0px 10px 14px;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  transition: all ease-in-out .3s;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
}

.select-label-option:hover,
.select-label-option_2:hover {
  background: #dfdfdf;
  border: 2px solid #8f8f8f;
  box-shadow: #888888 0px 6px 20px -5px
}

.q-highlighted{
  color: #003566;
  font-style: italic;
  font-weight: 600;
}

.form-control-lg, .form-select-lg {
  font-size: 17px;
  padding: 0.5rem 1rem;
  min-height: 40px;
  border-radius: 6px;
  background-color: #f5f5f5 !important;
  border: 1px solid #521f6d;
}


.form--progress-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #521f6d;
  border: 5px solid #521f6d;
  outline: #521f6d42 solid 5px;
  height: 80px;
  width: 80px;
  padding: 0px 5px;
  border-radius: 100%;
  z-index: 2;
}


#form--progress-text {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.form--complete-text {
  color: #ffffff;
  font-size: 12px;
}

.form--progress-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.form-select:focus, .form-control:focus {
  border-color: #521f6d;
  outline: 0;
  box-shadow: 0 0 4px 0.25rem #521f6d42;
}

section.bg-shaded{
  background-color: #f5f5f5;
  padding-bottom: 20px;
}


#lottie-animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* width: 100%;
  height: 100%; */
  /* z-index: -1; */
}

#insuranceField, #ssnField{
  display: none;
}

@media (max-width: 768px){

  .popup-box h4{
    font-size: 18px;
  }

  #steps{
    margin-top: 150px;
  }

  .section-fit{
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-main{
    font-size: 42px;
  }

  .sub-heading-text{
    font-size: 16px;
  }

  #steps h1{
    font-size: 22px;
  }

  #steps h2{
    font-size: 22px;
  }

  #steps h3{
    margin-bottom: 0!important;
    margin-left: 15px;
    font-size: 22px;
  }


  .select-label-option {
    padding: 20px;
  }

  .form-label {
    font-size: 14px;
  }

  .box-option-title {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
  }

  #main--form .select-label-option {
    /* min-height: 170px; */
    padding-bottom: 25px;
  }

  .next-btn {
    padding: 14px 25px;
  }

  /* .form--progress-container {
    height: 100px;
    width: 100px;
  } */

  #form--progress-text {
    font-size: 18px;
  }

  .form--complete-text {
    font-size: 12px;
  }

  .select-img {
    max-width: 60px;
    margin: 1rem auto;
  }

  /* .form--progress-wrapper {
    margin-top: -50px;
  } */

  .form--range-label {
    font-size: 24px !important;
  }

  .form-control-lg, .form-select-lg {
    font-size: 16px;
    padding: 0.8rem 1rem;
  }

  .form--heading-1 {
    line-height: 1.4;
    font-weight: 400;
  }



  .btn{
    font-size: 16px;
    padding: 8px 12px;
  }

  main{
    padding-top: 0px;
    padding-bottom: 50px;
  }
}

@media (max-width: 576px) {
  .heading-main{
    font-size: 35px;
  }

  .btn{
    font-size: 18px;
  }

  main{
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .form--progress-container{
    height: 70px;
    width: 70px;
  }

  .select-img {
    margin: 0rem auto;
  }

  .form--heading-1 {
    font-size: 20px;
  }

  #main--form{
    margin-top: -34px;
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #main--form .select-label-option_2{
    min-height: 50px;
  }
  

  .box-option-title {
    font-size: 16px;
  }

  #main--form .select-label-option {
    padding-bottom: 8px;
  }
}

#loading-step .loading-box {
  width: 180px;
  height: 180px;
  position: relative;
}

#loading-step .loading-box svg {
  width: 100%;
  height: 100%;
}

#loading-step .loading-box .loading-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#loading-step .loading-box .loading-text span{
  color: #00072B;
}