/*
Theme Name: HealthFlex Child
Theme URI: http://plethorathemes.com/healthflex/
Description: Child theme for Health Flex (Plethora Themes)
Version: 1.0.0
Author: Plethora Themes
Author URI: http://plethorathemes.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, theme-options, translation-ready
Template: healthflex
*/
/* DO YOUR STUFF AFTER THIS !!  */

/*** ONLINE DEMO ONLY: MOVE HOTJAR BOX TO THE LEFT ***/
#_hj-f5b2a1eb-9b07_poll {
  left: 50px !important;
  right: inherit;
}

/*** TOP BAR: MORE DEMOS BUTTON ***/
.top_menu_container
  ul.top_menu
  > li:last-child:not(.lihasdropdown).more_demos_top_bar
  > a {
  color: #58a8ff;
}

.e-com .zip {
  font-size: 22px;
  text-align: right;
}

.e-com .code {
  font-size: 22px;
  text-align: right;
}
.e-com .code label,
.e-com .zip label {
  font-weight: normal;
}

.e-com .heading {
  font-size: 30px;
  text-align: center;
  padding-bottom: 3rem;
}

.e-com .form-control {
  min-height: 6rem;
}

.e-com p {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .e-com .center-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.para {
  font-size: 30px;
  text-align: center;
}

.thankyou .header-text {
  font-size: 30px;
  margin-bottom: 4rem;
  text-align: center;
}

.thankyou .options {
  display: flex;
  justify-content: center;
}

.thankyou .dcp {
  font-size: 18px;
}

.thankyou .income {
  font-size: 19px;
}

.thankyou .form-check {
  padding-left: 2rem;
  padding-top: 3px;
}

.thankyou .form-select {
  width: 100%;
  min-height: 5rem;
  background-size: 14px 14px;
}

.thankyou .center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 20px 0px;
}

.thankyou .button {
  margin-top: 3rem;
}

.thankyou .button .back-btn {
  margin-right: 0.7rem;
}

.testing-program {
  font-size: 30px;
  text-align: center;
}

/* order-complete-patient page design start*/
.kit-container {
  font-family: Arial, sans-serif;
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
}

.kit-header {
  font-weight: bold;
}

.kit-ref {
  font-weight: bold;
}

.kit-section-title {
  color: #000000;
  font-size: 18px;
  margin-top: 20px;
}

.kit-subtitle {
  font-weight: bold;
  margin-top: 15px;
}

.kit-link a {
  color: #0044cc;
  text-decoration: none;
}

.kit-highlight {
  color: #45aaff;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kit-options {
  margin: 10px 0;
  display: flex;
  gap: 15px;
  transition: all 0.3s ease;
}

.kit-options.hidden {
  display: none;
}

.kit-radio-label {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.2s ease;
}

.kit-radio-label input {
  accent-color: #0044cc;
}

.kit-radio-label.active {
  border-color: #0044cc;
}

.arrow-icon {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.arrow-icon.rotate {
  transform: rotate(90deg);
}

/* order-complete-patient page design end*/
.admin-page-container {
  font-family: Arial, sans-serif;
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
}

.admin-page-container h2 {
  font-size: 24px;
  margin-bottom: 5px;
}

.admin-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 15px;
}
.section-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 30px;
}

.kit-box {
  background: #f3f7ff;
  color: #111;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: bold;
  margin: 10px 0;
}

.specimen-list {
  margin-left: 20px;
}

.specimen-list li {
  margin-bottom: 5px;
}

.specimen-list li strong {
  font-weight: bold;
}

.action-buttons {
  margin-top: 20px;
}

.action-buttons .btn {
  display: inline-block;
  background: #2400aa;
  color: white;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 10px;
  transition: background 0.3s ease;
}

.action-buttons .btn:hover {
  background: #1b0085;
}

.btn .arrow {
  margin-left: 8px;
}
.mb-3 {
  margin-bottom: 1.3rem;
}
.eligibility-form,
.eligibility-form-2 {
  margin: 50px auto; /* Centering the container */
  font-family: Arial, sans-serif;
}
.eligibility-form-2 {
  width: 85%;
}
.eligibility-form {
  width: 85%;
}

.form-select.w-100 {
  width: 100%;
  min-height: 6rem;
}

.otp-container {
  width: 50%; /* Ensuring 50% width */
  margin: 50px auto; /* Centering the container */
  font-family: Arial, sans-serif;
}

.otp-container h2 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

.otp-container p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.input-group {
  display: flex;
  flex-direction: column;
}

.input-group label {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.input-group input {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.error-message {
  font-size: 12px;
  color: red;
  font-style: italic;
  margin-top: 2px;
}

.otp-button {
  background-color: #002f6c; /* Blue as in your screenshot */
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 15px;
}

.otp-button:hover {
  background-color: #001f4d;
}

.back-btn {
  background-color: #6c757d !important;
  border-radius: 5px;
  text-transform: inherit;
}

.back-btn:hover {
  background-color: #545b62 !important;
}

.otp-verification-container {
  width: 50%;
  margin: auto;
  font-family: Arial, sans-serif;
  text-align: left;
}

.otp-verification-container h2 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

.otp-input-group {
  margin-top: 15px;
}

.otp-boxes {
  display: flex;
  gap: 5px;
  margin-top: 10px;
  align-items: center;
}

.otp-input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#otpStatus {
  font-size: 24px;
  margin-left: 10px;
}

.otp-success {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: green;
  position: relative;
}

.otp-success::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 20px;
  border: solid white;
  border-width: 0 4px 4px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.otp-error {
  width: 30px;
  height: 30px;
  background-color: red;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}

.otp-error::before,
.otp-error::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 3px;
  background-color: white;
  transform: translate(-50%, -50%) rotate(45deg);
}

.otp-error::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.resend-text {
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}

.resend-text a {
  font-weight: bold;
  color: #0056b3;
  text-decoration: none;
}

#otpVerifyContinueBtn {
  background-color: gray;
  cursor: not-allowed;
  color: white;
  padding: 12px 20px;
  border: none;
  font-size: 16px;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}

#otpVerifyContinueBtn:enabled {
  background-color: #002f87;
  cursor: pointer;
}

.continue-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* Heading (Now outside the box) */
.personal-info-heading {
  width: 90%;
  margin: auto;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
}

/* Personal Info Form Container */
.personal-info-form {
  width: 50%;
  margin: auto;
  text-align: left;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Labels */
.personal-info-form label {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

/* Inputs & Select */
.personal-info-form input,
.personal-info-form select {
  width: 100%;
  padding: 10px !important;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

/* Optional Text */
.optional {
  font-size: 12px;
  color: #666;
}

/* Consent Text */
.consent-text {
  font-size: 14px;
  color: #555;
  margin-top: 15px;
}

/* Button Container (Now outside the form box) */
.button-container {
  text-align: center;
  margin-top: 20px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* Buttons - Styled exactly as in image */
.place-order-button,
.back-button {
  background-color: #002f87;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}

/* Back button same as in image */
.back-button {
  background-color: #666;
  margin-left: 10px;
}

/* Hover Effects */
.place-order-button:hover {
  background-color: #001f5b;
}

.back-button:hover {
  background-color: #444;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .personal-info-form,
  .button-container {
    width: 90%;
  }
  /* For buckeye eligibility foorm first page align label on left for mobile */
  .e-com .code, .e-com .zip{
    text-align: left;
  }
}

.loader {
  display: block;
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* d-none to properly hide elements */
.d-none {
  display: none !important;
}

/* Patient Test Recommendation Section */
.patient-test-recommendation {
  max-width: 700px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  color: #333;
}

.patient-test-recommendation h2 {
  color: #003366;
}

/* Test Kit Box */
.patient-test-recommendation .test-kit-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  margin: 15px 0;
  background-color: #f9f9f9;
}

.patient-test-recommendation .test-kit-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.patient-test-recommendation .test-kit-header img {
  width: 30px;
  height: 30px;
}

.patient-test-recommendation .test-kit-types {
  font-size: 16px;
  margin-top: 10px;
}

/* Patient Test List */
.patient-test-recommendation .patient-tested-for {
  font-weight: bold;
  margin-top: 10px;
}

.patient-test-recommendation .test-list,
.patient-test-recommendation .home-test-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.patient-test-recommendation .test-list .test-item,
.patient-test-recommendation .home-test-list .test-item {
  background-color: #e0f0ff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid #b0d0ff;
}

/* Recommended Test Timing */
.patient-test-recommendation .recommended-timing-container {
  margin-top: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  background-color: #f9f9f9;
}

.patient-test-recommendation .timing-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  gap: 10px;
  padding: 10px 0px;
}
.patient-test-recommendation .timing-header h3 {
  margin: 0px;
  margin-right: auto;
}

.patient-test-recommendation .toggle-timing {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.patient-test-recommendation .timing-content {
  display: none;
  margin-top: 10px;
}

.patient-test-recommendation .test-timing-list .test-timing-item {
  margin: 5px 0;
}

/* Buttons */
.patient-test-recommendation .buttons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.mlb-continue-btn {
  padding: 10px 20px;
  background-color: #45aaff;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.mlb-continue-btn:hover {
  background-color: #1293ff;
}

.mlb-back-btn {
  background-color: #555;
  padding: 5px 10px;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.mlb-btn-container {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.patient-test-recommendation .btn:hover {
  opacity: 0.8;
}

.patient-test-recommendation .timing-header img {
  width: 30px;
  height: 30px;
}

.vl-middle,
#submitTestForm.btn-primary svg {
  vertical-align: middle;
  margin-left: 5px;
}

.thankyou .dcp.clinician-heading {
  display: flex;
  align-items: center;
}
.ks-custom-radio-field {
  display: flex;
  gap: 8px;
  margin-left: 2rem;
}
.ks-custom-checkbox-field {
  margin-left: 0px;
}
.ks-custom-checkbox-field .form-check-inline {
  width: 100%;
  margin-bottom: 1rem;
  min-height: 6rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ks-custom-checkbox-field .form-check-inline .form-check-input {
  margin-top: 0px;
  margin-left: 10px;
}

.ks-custom-radio-field .form-check-inline {
  padding: 8px 12px 8px 8px;
  /* border: 1px solid #888; */
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  cursor: pointer;
  min-width: 120px;
}

.ks-custom-radio-field .form-check-inline.checked {
  border-color: #007bff;
  background-color: #edf5ff;
  box-shadow: 0 0 0 1px #007bff;
}

.ks-custom-radio-field .form-check-label {
  margin-bottom: 0px;
  font-weight: normal;
}

.custom-form-label {
  font-size: 24px;
  text-align: right;
}
.custom-form-sublabel {
  font-size: 20px;
  text-align: right;
}
.back-btn svg.vl-middle {
  transform: rotate(180deg);
  margin-right: 5px;
  margin-left: 0px;
}

.btn-align-center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

button.btn.btn-primary.back-btn.btn-align-center {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  margin-right: 10px;
}

.eligibility-form,
.eligibility-form-2 {
  width: 90%; /* Ensuring 50% width */
  margin: 50px auto; /* Centering the container */
  font-family: Arial, sans-serif;
}

.otp-container {
  width: 50%; /* Ensuring 50% width */
  margin: 50px auto; /* Centering the container */
  font-family: Arial, sans-serif;
}

.otp-container h2 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

.otp-container p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.input-group {
  display: flex;
  flex-direction: column;
}

.input-group label {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.input-group input {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.error-message {
  font-size: 12px;
  color: red;
  font-style: italic;
  margin-top: 2px;
}

.otp-button {
  background-color: #002f6c; /* Blue as in your screenshot */
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 15px;
}

.otp-button:hover {
  background-color: #001f4d;
}

.back-btn {
  background-color: #6c757d;
}

.back-btn:hover {
  background-color: #545b62;
}

.otp-verification-container {
  width: 50%;
  margin: auto;
  font-family: Arial, sans-serif;
  text-align: left;
}

.otp-verification-container h2 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

.otp-input-group {
  margin-top: 15px;
}

.otp-boxes {
  display: flex;
  gap: 5px;
  margin-top: 10px;
  align-items: center;
}

.otp-input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#otpStatus {
  font-size: 24px;
  margin-left: 10px;
}

.otp-success {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: green;
  position: relative;
}

.otp-success::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 20px;
  border: solid white;
  border-width: 0 4px 4px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.otp-error {
  width: 30px;
  height: 30px;
  background-color: red;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}

.otp-error::before,
.otp-error::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 3px;
  background-color: white;
  transform: translate(-50%, -50%) rotate(45deg);
}

.otp-error::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.resend-text {
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}

.resend-text a {
  font-weight: bold;
  color: #0056b3;
  text-decoration: none;
}

#otpVerifyContinueBtn {
  background-color: gray;
  cursor: not-allowed;
  color: white;
  padding: 12px 20px;
  border: none;
  font-size: 16px;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}

#otpVerifyContinueBtn:enabled {
  background-color: #002f87;
  cursor: pointer;
}

.continue-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* Heading (Now outside the box) */
.personal-info-heading {
  width: 50%;
  margin: auto;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin-bottom: 15px;
}

/* Personal Info Form Container */
.personal-info-form {
  width: 50%;
  margin: auto;
  text-align: left;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Labels */
.personal-info-form label {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

/* Inputs & Select */
.personal-info-form input,
.personal-info-form select {
  width: 100%;
  padding: 10px;
  margin-top: 9px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

/* Optional Text */
.optional {
  font-size: 12px;
  color: #666;
}

/* Consent Text */
.consent-text {
  font-size: 14px;
  color: #555;
  margin-top: 15px;
}

/* Button Container (Now outside the form box) */
.button-container {
  text-align: left;
  margin-top: 20px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* Buttons - Styled exactly as in image */
.place-order-button,
.back-button {
  background-color: #002f87;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}

/* Back button same as in image */
.back-button {
  background-color: #666;
  margin-left: 10px;
}

/* Hover Effects */
.place-order-button:hover {
  background-color: #001f5b;
}

.back-button:hover {
  background-color: #444;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .personal-info-form,
  .button-container {
    width: 90%;
  }
}

.loader {
  display: block;
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* d-none to properly hide elements */
.d-none {
  display: none !important;
}

/* Patient Test Recommendation Section */
.patient-test-recommendation {
  max-width: 700px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  color: #333;
}

.patient-test-recommendation h2 {
  color: #003366;
}

/* Test Kit Box */
.patient-test-recommendation .test-kit-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  margin: 15px 0;
  background-color: #f9f9f9;
}

.patient-test-recommendation .test-kit-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 18px;
}

.patient-test-recommendation .test-kit-header img {
  width: 30px;
  height: 30px;
}

.patient-test-recommendation .test-kit-types {
  font-size: 16px;
  margin-top: 10px;
}

/* Patient Test List */
.patient-test-recommendation .patient-tested-for {
  font-weight: bold;
  margin-top: 10px;
}

.patient-test-recommendation .test-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.patient-test-recommendation .test-list .test-item {
  background-color: #e0f0ff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid #b0d0ff;
}

/* Recommended Test Timing */
.patient-test-recommendation .recommended-timing-container {
  margin-top: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  background-color: #f9f9f9;
}

.patient-test-recommendation .timing-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}

.patient-test-recommendation .toggle-timing {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.patient-test-recommendation .timing-content {
  display: none;
  margin-top: 10px;
}

.patient-test-recommendation .test-timing-list .test-timing-item {
  margin: 5px 0;
}

/* Buttons */
.patient-test-recommendation .buttons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.patient-test-recommendation .btn {
  padding: 10px 20px;
  background-color: #003366;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.patient-test-recommendation .btn.back {
  background-color: #555;
}

.patient-test-recommendation .btn:hover {
  opacity: 0.8;
}

.patient-test-recommendation .timing-header img {
  width: 30px;
  height: 30px;
}

#first_name_counter,
#last_name_counter {
  font-size: 12px;
  color: #666;
  line-height: 1px;
}
.counter-class{
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.form-select {
  font-size: 20px;
}
.font-page-increase {
  font-size: 20px;
}
button.btn-primary {
  text-transform: inherit !important;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.personal-info-form label {
  margin-bottom: 0px !important;
}

.personal-info-form input,
.personal-info-form select {
  margin-top: 0px !important;
}

.flex-column {
  flex-direction: column;
}

@media (max-width: 768px) {
  .form-select,
  .custom-form-label {
    font-size: 18px;
  }
  .custom-form-label,
  .custom-form-sublabel {
    text-align: left;
  }
  .font-page-increase {
    font-size: 16px;
  }
  .eligibility-form,
  .eligibility-form-2 {
    margin: 0rem auto;
    width: 100%;
  }
  .ks-custom-radio-field {
    margin-left: 0px;
  }
  .button-container,
  .otp-verification-container,
  .otp-container {
    width: 100%;
  }
  .personal-info-heading {
    width: 90%;
  }
  .mt-mob-3 {
    margin-top: 1rem;
  }
}

/* 2fa entry (only for patients using app) */
.fa-entry h2{
  margin-top:0px;
font-weight: 700;
font-size: 34px;
}

.fa-entry .mobile-text{
  font-size: 23px;
font-weight: 500;
}

.fa-entry .text-muted {
  font-size: 17px;
  color: #323232;
}
.fa-entry form{
  margin-top:3rem;
}

.fa-entry input{
   margin-bottom: 2rem;
padding: var(--spacing-md, 10px) var(--spacing-lg, 14px);
border-radius: 5px;
  min-height: 5rem;
}

/* Patient Information Page – Patient Version - 9  */

.patient-version .form-select {
width: 100%;
min-height: 5rem;
background-size: 14px 14px;
border-radius: 5px;
}

.patient-version  h2{
  font-style: normal;
font-weight: 600;
line-height: 20px;
text-transform: none;
  font-size:18px;
margin-top: 0;
}

.patient-version .btn-order{
   text-transform: none;
font-size: 19px !important;
margin-top: 2rem;
}

.patient-version p{
    font-size: 17px;
color: #323232;
margin-top: 1.5rem;
}

/* Patient Information Page - Clinician Version */
.clinician-version .mb-3{
  margin-bottom:1rem;
}

.clinician-version .form-control{
  min-height: 5rem;
  border-radius: 5px;
padding: 7px 17px 6px 17px !important;
}

.clinician-version .form-select {
width: 100%;
min-height: 5rem;
background-size: 14px 14px;
}

.clinician-version .btn{
  margin-top:1rem;
}

.clinician-version h2{
  text-transform: none;
font-weight: 700;
font-size: 24px;
margin-top: 0;
margin-bottom: 2rem;
}

.clinician-version .name{
  display:flex;
  justify-content: space-between;
}

/* Order Complete Page - Patient Version - 11 */
.order-complete .form-select {
width: 100%;
min-height: 5rem;
background-size: 14px 14px;
border-radius: 5px;
}

.order-complete h2 {
font-style: normal;
font-weight: 600;
text-transform: none;
font-size: 28px;
margin-top: 0;
}
.order-complete .d-flex{
          display:flex;
margin-top: 3rem;
float: right;
}

.order-complete .text{
      border: 1px solid #0a5fa8;
border-radius: 5px;
padding: 10px;
}


.order-complete .email{
  border: 1px solid #00559e;
border-radius: 5px;
  padding: 10px;
padding-right: 50px;
margin-left: 1.5rem;
}

.order-complete .form-check-label{
  font-weight:normal;
  margin-bottom:0;
}

.order-complete .email .form-check-label:hover{
          cursor:pointer
}

.order-complete .text .form-check-label:hover{
          cursor:pointer
}

.order-complete hr{
      border-top: 1px solid #d6d6d6;
}
.order-complete h5{
  font-weight: 700;
text-transform: none;

}
.order-complete .accordion-body{
  margin-top:1rem;
}
.zip-code-intro h3{
  font-size: 37px;
  color: #45AAFF;
  font-weight: 800;
margin: 0;
}
.zip-code-intro p{
  margin-top: 2rem !important;
}
.logo a.brand img {
  max-height: 90px !important;
}
.form-control{
  font-size:27px !important
}

label.form-check.form-check-inline {
    font-weight: normal;
}

/* New York Page CSS */
.personal-info-main-heading-new-york {
  width: 100%;
  margin: auto;
  text-align: center !important;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin-bottom: 15px;
}
.personal-info-heading-new-york {
  width: 100%;
  margin: auto;
  text-align: center !important;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin-bottom: 15px;
}
.error{
  color:red;
  font-weight: 400;
}
.ui-datepicker-year{width:50% !important}
.kit-container{max-width:625px !important;}
.personal-info-form select{background-color:#fff;}

#buckeye-sex-options .form-check-inline {
  padding: 8px 15px 8px 15px;
  min-width: 116px !important;
}
.buckeye-patient-info-radio label
{
  display: flex;
  align-items: center;
  background:#fff;
}
.buckeye-patient-info-radio .form-check-inline{
  min-width: 90px !important;
}
.buckeye-patient-info-radio
{
  margin-left:0 !important
}

