:root {
  --primary: #007bff;
  --light-bg: #fff;
  --header-bg: #eaf2fc;
  --sub-header-bg: #F2FAFC;
  --danger: #d54c1a;
  --warning: #e8b11b;
  --success: #2ecc71;
  --text-color: #333;
  --text-yellow: #e8b11b;
  --text-80: #3A3A3B;
  --footer-bg: #F1F9FB;
  --font-family: "Archivo", sans-serif;
  --font-weight-400: 400;
  --font-weight-semibold: 500;
  --font-weight-bold: 700;
  --heading-color: #1B1A1A;
  --heading-size: 32px;
  --sub-heading-color: #1B1A1A;
  --sub-heading-size: 24px;
  --card-heading-size: 20px;
  --not-optimal-color: #d54c1a;
  --not-optimal-bg: #d54c1a;
  --optimal-color: #3c9084;
  --optimal-bg: #3c9084;
  --average-color: #e8b11b;
  --average-bg: #e8b11b;
  --text-grey: #7c7c7c;
  --font-size-12: 12px;
  --font-size-14: 14px;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-24: 24px;
  --font-size-26: 26px;
  --font-size-28: 28px;
  --font-size-30: 30px;
  --font-size-32: 32px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family);
  background-color: var(--light-bg);
  font-optical-sizing: auto;
  font-weight: var(--font-weight-400);
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: var(--text-grey);
  font-size: var(--font-size-16);
}
h1,h2,h3,h4,h5,h6{
  color: var(--heading-color);
}
.text-yellow{
  color: var(--text-yellow);
}
.text-gray{
  color: var(--text-grey);
}
.text-grey-90{
  color: #1B1A1A;
}
.text-80{
  color: var(--text-80);
}
.pra-10{
  line-height: 150%;
  font-size: 10px;
}
.pra-12{
  line-height: 150%;
  font-size: 12px;
}
.pra-14{
  line-height: 150%;
  font-size: 14px;
}
.pra-16{
  line-height: 150%;
  font-size: var(--font-size-16);
}
.pra-18{
  line-height: 150%;
  font-size: var(--font-size-18);
}
.pra-20{
  line-height: 150%;
  font-size: var(--font-size-20);
}
.pra-24{
  line-height: 150%;
  font-size: var(--font-size-24);
}
.pra-26{
  line-height: 150%;
  font-size: var(--font-size-26);
}
.pra-28{
  line-height: 150%;
  font-size: var(--font-size-28);
}
.pra-30{
  line-height: 150%;
  font-size: var(--font-size-30);
}
.pra-semibold-10{
  line-height: 150%;
  font-size: 10px;
  font-weight: var(--font-weight-semibold);
}
.pra-semibold-12{
  line-height: 150%;
  font-size: 12px;
  font-weight: var(--font-weight-semibold);
}
.pra-semibold-14{
  line-height: 150%;
  font-size: 14px;
  font-weight: var(--font-weight-semibold);
}
.pra-semibold-16{
  line-height: 150%;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-semibold);
}
.pra-semibold-18{
  line-height: 120%;
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-semibold);
}
.pra-semibold-20{
  line-height: 120%;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-semibold);
}
.pra-semibold-22{
  line-height: 120%;
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-semibold);
}
.pra-semibold-24{
  line-height: 120%;
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-semibold);
}
.pra-semibold-26{
  line-height: 120%;
  font-size: var(--font-size-26);
  font-weight: var(--font-weight-semibold);
}
.pra-semibold-28{
  line-height: 120%;
  font-size: var(--font-size-28);
  font-weight: var(--font-weight-semibold);
}
.pra-semibold-30{
  line-height: 120%;
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-semibold);
}
.pra-semibold-32{
  line-height: 120%;
  font-size: 32px;
  font-weight: var(--font-weight-semibold);
}
.mt32{
  margin-top: 32px;
}
.not-optimal-color{
  color: var(--not-optimal-color) !important;
  /* font-size: x-small; */
}
.not-optimal-bg, .not-optimal-dot:before{
  background-color: var(--not-optimal-bg) !important;
}
.optimal-color{
  color: var(--optimal-color) !important;
  /* font-size: x-small; */
}
.optimal-bg, .optimal-dot:before{
  background-color: var(--optimal-bg) !important;
}
.optimal-dot-gery:before{
  background-color: var(--text-grey) !important;
}
.optimal-gery{
  color: var(--text-grey) !important;
}
.average-color{
  color: var(--average-color) !important;
  /* font-size: x-small; */
}
.average-bg, .average-dot:before{
  background-color: var(--average-bg) !important;
}
.optimal-circle,.not-optimal-circle,.average-circle{
  width: 33px;
  height: 24px;
  padding: 2px 12px;
  text-align: center;
  font-size: 14px;
  font-weight: var(--font-weight-semibold);
  border-radius: 100px;
  display: inline-block;
  line-height: 150%;
  margin-left: 5px;
  position: relative;
  top: -2px;
  cursor: pointer;
}
.optimal-circle{
  background-color: #EDFFF7;
  color: var(--optimal-color);
}
.not-optimal-circle{
  background-color: #FFEDED;
  color: var(--not-optimal-color);
}
.average-circle{
  background-color: #FFF6ED;
  color: var(--average-color);
}
.sub-heading .optimal-circle,
.sub-heading .not-optimal-circle,
.sub-heading .average-circle{
  font-size: 16px;
}
.heading,.sub-heading, .card-heading{
  color: var(--heading-color);
  font-weight: var(--font-weight-semibold );
}
.heading{
  font-size: var(--heading-size);
}
.sub-heading{
  font-size: var(--sub-heading-size);
}
.card-heading{
  font-size: var(--card-heading-size);
}
.btn-theme-outline{
  border: 1px solid #0E133A;
  padding: 8px 16px;
  min-height: 40px;
  font-size: 14px;
  font-weight: var(--font-weight-semibold );
  color: #0E133A;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--light-bg);
  padding: 15px 0px;
}

.container {
  max-width: 1240px;
}

.hero {
  background-color: var(--sub-header-bg);
  padding: 20px 0px 0;
}
.bottom-hero {
    border-top: 1px solid #EBEBEB;
    margin-top: 10px;
    padding-top: 12px;
}
.user-info {
    padding: 0;
    list-style: none;
    display: inline-block;
}
.user-info li{
  display: inline-block;
  position: relative;
  padding-right: 18px;
}
.user-info li:before{
  content: "";
  height: 8px;
  width: 1px;
  background: #393939;
  opacity: 0.30;
  position: absolute;
  right: 5px;
  top: 7px;
}
.user-info li:last-child:before{
  display: none;
}
.tab-section{
  padding: 40px 0;
}
.nav-tabs.outline-tab {
    border: 0;
    gap: 8px;
}
.nav-tabs.outline-tab .nav-item .nav-link {
    margin: 0;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    padding: 16px;
    color: var(--text-grey);
    font-weight: var(--font-weight-semibold);
}
.nav-tabs.outline-tab .nav-item .nav-link.active{
  color: #ffffff;
  background: #0E133A;
}
.nav-tabs.outline-tab.bundleTestTab .nav-item .nav-link.active{
  background: #f2fafc;
  color: #000;
}

.support-results {
  margin-top: 40px;
}

.great-results {
  margin-top: 30px;
}

.results {
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); */
  gap: 20px;
}

.card {
    background: white;
    border-radius: 16px;
    padding: 15px;
    border: 1px solid #EBEBEB;
}
.card .chart-card {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.card .chart-card .canvasBox{
  max-width: 80px;
  min-width: 80px;
  padding: 10px 0px 0;
}
.chart-card ul {
    padding: 0;
}

.card h3 {
  font-size: 1rem;
}
.chart-card ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 0px;
}
.cart-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.progress-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 152px;
    justify-content: flex-end;
}
.accordionFlushDigestive .card .progress-wrapper{
  gap: 5px;
  min-width: 170px;
}
.accordionFlushDigestive .card .progress-wrapper .status.pra-semibold-12{
  font-size: 11px;
} 
.progress-wrapper .progress-container{
  margin-bottom: 0;
}
/*.status {
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 12px;
  margin-left: 6px;
  display: inline-block;
}

.danger .status {
  background: var(--danger);
  color: white;
}

.warning .status {
  background: var(--warning);
  color: black;
}

.success .status {
  background: var(--success);
  color: white;
}
*/
.card ul {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 0;
}

.card ul li {
  font-size: 0.9rem;
  margin: 4px 0;
}

.history {
  margin-top: 30px;
}

.SupportCardDiv {
  margin-top: 15px;
}

.footer {
  background: var(--footer-bg);
  margin-top: 40px;
  padding: 30px 0;
}
.progress-container {
  position: relative;
  width: 56px; /* Wider for better demo */
  height: 16px;
  border-radius: 100px;
  border: 1px solid #ccc;
/*  background: linear-gradient(to right, #FF999B, #FF7073, #FAE696, #6CF6E0, #41E8D0);*/
  background: linear-gradient(90.08deg, #FF999B 0.69%, #FF7073 30.5%, #FAE696 50.23%, #6CF6E0 74.5%, #41E8D0 100%);
    border: 0.5px solid #7780A7;
  margin-bottom: 10px;
}

.progress-bar {
  width: 100%;
  height: 100%;
  background: transparent;
}

.indicator {
  z-index: 9;
  position: absolute;
  top: -4px;
  width: 2px;
  height: 22px;
  background-color: #3A3A3B;
  border-radius: 3px;
  transition: left 0.2s ease;
}
.accordion-flush.accordion-flush-custom  .accordion-item .accordion-button {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #EBEBEB;
}
.accordion-flush.accordion-flush-custom .accordion-button:not(.collapsed),
.accordion-flush.accordion-flush-custom .accordion-button:focus,
.accordion-flush.accordion-flush-custom .accordion-button:active {
    color: currentColor;
    background-color: transparent;
    box-shadow: none;
    outline: none;
}
.accordion-flush.accordion-flush-custom .accordion-body{
  padding: 0;
  margin-top: 10px;
}
.table.history-table tr th,.table.history-table tr td{
  padding: 8px 16px;
}
.table.history-table thead tr th{
  color: var(--text-grey);
  font-size: var(--font-size-16);
  line-height: 150%;
  font-weight: var(--font-weight-400);
}
.table.history-table thead tr th .date{
  font-size: 14px;
}
.table.history-table thead tr th .date img{
    margin-left: 10px;
    position: relative;
    top: -3px;
}
.table.history-table tbody tr th:first-child{
  padding-left: 24px;
  font-size: 20px;
  line-height: 120%;
  color: #0E133A;
  font-weight: var(--font-weight-semibold);
  text-decoration: underline;
}
.table.history-table tbody tr td:first-child{
  padding-left: 40px;
  font-size: 14px;
  color: var(----heading-color);
}
.table.history-table tbody tr td{
  font-size: var(--font-size-16);
  color: var(----heading-color);
   font-weight: var(--font-weight-semibold);
}
.table.history-table tbody tr td .not-optimal-circle,
.table.history-table tbody tr td .optimal-circle,
.table.history-table tbody tr td .average-circle{
  width: auto;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 36px;
  line-height: 140%;
}
.table.history-table tbody tr td .not-optimal-circle img,
.table.history-table tbody tr td .optimal-circle img,
.table.history-table tbody tr td .average-circle img{
  margin-right: 3px;
}
.info-box {
    max-width: 800px;
}
.info-box h3{
  display: flex;
  justify-content: space-between;
}
.toggle-afil {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: sans-serif;
  font-size: var(--font-size-16);
}
.toggle-afil .label{
  font-size: var(--font-size-16);
  color: var(----heading-color);
  font-weight: var(--font-weight-semibold);
}
.toggle-afil .switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 22px;
}

.toggle-afil .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-afil .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0B0D30; /* navy/blackish color */
  transition: 0.4s;
  border-radius: 22px;
}

.toggle-afil .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.toggle-afil  input:checked + .slider:before {
  transform: translateX(20px);
}

.progress-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: conic-gradient(red 0% 0%, #eee 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-semibold);
  position: relative;
  transition: background 0.5s ease;
}

.progress-circle::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  background: white;
  border-radius: 50%;
  z-index: 1;
}

.progress-value {
  z-index: 2;
}
.foodItems {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.foodItems li {
  max-width: calc(25% - 16px);
  flex: 0 0 calc(25% - 16px);
}
.foodItems li .card{
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  height: 100%;
}
.foodItems li .card:hover{
  background: #F2FAFC;
}
.foodItems li .card p{
  margin: 0;
  line-height: 20px;
  width: calc(100% - 44px);
}
.bundle-test-tab .header-tab-box .btn-theme-outline{
  min-width: 135px;
}
.accordion-header .number {
    margin-right: 18px;
}
.accordion-header .count{
  margin-left: 8px;
}
.heading-with-icon{
  margin-bottom: 24px;
}
.accordion-flush.accordion-flush-custom .accordion-item .accordion-button.collapsed {
   border-bottom: 1px solid #EBEBEB;
}
.accordion-flush.accordion-flush-custom .accordion-item .accordion-button {
    border-bottom: 0;
}
.faq-text-box{
  max-width: 400px;
}
.faqSection{
  margin-top: 80px;
}
.status-bar{
  margin: 40px 0;
}
.toxicityTab{
  margin-bottom: 40px;
}
/*log progress bar*/
.progress-wrapper-long {
  width: 100%;
  max-width: 420px;
  border: 1px solid #D9D8D8;
  background: #F9F9F9;
  border-radius: 100px;
  padding: 5px;
  cursor: pointer;
}

.progress-container-long {
  position: relative;
  width: 100%;
  height: 20px;
  border-radius: 20px;
  background: linear-gradient(to right, #ff6b6b, #fbc531, #00d2d3);
}

.indicator-long,.av-indicator-long {
  position: absolute;
  top: -15px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: left 0.4s ease;
}

.indicator-long::before {
  content: "";
  font-size: 18px;
  color: #333;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6" viewBox="0 0 12 6" fill="none"><path d="M6 6L0 0H12L6 6Z" fill="%233A3A3B"/></svg>');
  width: 20px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 20px;
}
.indicator-long:after {
  content: "";
  font-size: 18px;
  color: #333;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6" viewBox="0 0 12 6" fill="none"><path d="M6 0L12 6H0L6 0Z" fill="%233A3A3B"/></svg>');
  width: 20px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  bottom: 0px;
}

.tooltip-long {
  background: #333;
  color: #fff;
  padding: 0px 8px;
  border-radius: 16px;
  font-size: 14px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
  margin-top: 20px;
}
.indicator-long:hover .tooltip-long {
  opacity: 1;
  transform: translateY(13px);
}

.label-long {
  font-size: 12px;
  color: #333;
  margin-top: 4px;
}
.av-indicator-long{
  top: 0;
}
.av-indicator-long .tooltip-long{
  opacity: 1;
  position: relative;
  top: 25px;
  padding: 0;
  background: transparent;
  color: #3A3A3B;
    margin-top: 0;
}
.av-indicator-long .tooltip-long:before {
  content: "";
  width: 2px;
  height: 30px;
  position: absolute;
  background: #3A3A3B;
  left: 50%;
  top: -40px;
}
.tag{
  width: auto;
}
.status-bar .tag {
    margin-left: 0;
    margin-bottom: 16px;
}
.accordion-flush.accordion-flush-custom.accordion-desabled .accordion-item {
    border: 0;
}
.accordion-flush.accordion-flush-custom.accordion-desabled button.accordion-button {
    border: 0 !important;
    cursor: not-allowed;
}
.accordion-flush.accordion-flush-custom.accordion-desabled button.accordion-button:after{
  display: none !important;
}
.accordion-flush.accordion-flush-custom.accordionFlushDigestive .foodItems li{
  min-width: 360px;
}
.accordion-flush.accordion-flush-custom.accordionFlushDigestive .foodItems li .card{
  justify-content: space-between;
}
.tabBundleTestContent .commonTable tr th{
  width: 33.333%;
}
.commonTable tr th{
  font-weight: var(--font-weight-400);
}
.commonTable tr th, .commonTable tr td{
  padding: 12px 8px;
  vertical-align: middle;
}
.commonTable tr td{
  padding: 8px 8px;
}
.commonTable tr th:first-child, .commonTable tr td:first-child{
  padding-left: 24px;
}

.bundle-test-tab .header-tab-box,
.bundle-test-tab .card-bg, 
.bundle-test-tab .nav-tabs,
.bundle-test-tab .tabBundleTestContent{
  max-width: 800px;
}
.bundle-test-tab .header-tab-box{
  max-width: 800px;
  justify-content: space-between;
}
.bundle-test-tab .header-tab-box>div:last-child{
  min-width: 105px;
}
.accordion-flush.accordion-flush-custom .accordion-body ul li {
  margin-bottom: 10px;
}

.act-comm{
  margin: 0;
  border-bottom: 1px solid hsl(0deg 1% 23% / 12%);
  margin-bottom: 32px;
}
.header-tab-box {
    display: flex;
    gap: 40px;
    margin: 45px 0 25px;
    max-width: 700px;
}
.header-tab-box div:first-child {
    min-width: 248px;
}
.action-plan-tab{
  margin-top: 45px;
}
.action-plan-tab>.row>.col-8{
  padding-right: 0px;
}
.action-plan-tab .header-tab-box{
  margin-top: 0;
}
.sideBar {
  border: 1px solid #EBEBEB;
  border-radius: 32px;
  padding: 24px;
  margin-left: 20px;
}
.sideBar img{
  margin-bottom: 32px;
  max-width: 100%;
}
.btn-full{
  width: 100%;
}
.btn.btn-primary{
  border-radius: 8px;
  padding: 16px 24px;
  color: #fff;
  background: #0E133A;
  border-color: #0E133A;
  font-size: 16px;
  font-weight: var(--font-weight-semibold);
}
.btn-outline-primary{
  border-color: #0E133A;
  font-weight: var(--font-weight-semibold);
  font-size: 16px;
  border-radius: 8px;
  padding: 16px 24px;
  color: var(--heading-color);
}
.btn-outline-primary:hover{
  color: #fff;
  background: var(--heading-color);
  border-color: #0E133A;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: inherit;
}
.shop-table{
  margin: 30px 0 40px;
}
.shop-table tr th:first-child{
  width: 24px;
}
.shop-table tr th{
  font-weight: var(--font-weight-400);
  padding: 12px 16px;
}
.shop-table tr th:first-child{
  padding-left: 16px;
}
.shop-table tr td{
  color: var(--heading-color);
  font-size: var(--font-size-16);
  padding: 12px 16px;
}
.shop-table tr td.tb-description{
  color: var(--text-grey);
  font-size: var(--font-size-14);
}
ul.calItems {
    padding: 0;
    list-style: none;
}
ul.calItems li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
ul.calItems li span:last-child {
    color: #1B1A1A;
    font-size: 16px;
}
ul.calItems li.tatalAmt span:last-child {
    font-size: 22px;
}
button.btn-primary.shop-btn-full {
  width: 100%;
  min-width: 285px;
  font-size: 20px;
}
.supplement-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 8px;
}
.supplement-name {
  color: var(--heading-color);
  font-size: var(--font-size-20);
}
.priceBox span.d-priceAmt {
  font-size: 14px;
  text-decoration: line-through;
  margin-right: 2px;
  color: red;
}
.supplement-category{
  color: var(--text-grey);
  font-size: var(--font-size-12);
}
.product-card img{
  margin-bottom: 20px;
  width: 100%;
}
.product-card .supplement-category{
  margin-bottom: 10px;
}
.product-card{
  margin-bottom: 30px;
}
.product-card .btn{
  margin-top: 15px;
}
.news .product-card h3{
  min-height: 88px;
}
.commonTable tr th{
  color: var(--text-grey);
  font-size: var(--font-size-16);
}
.commonTable tr td{
  color: var(--text-grey);
  font-size: var(--font-size-14);
}
.btn.btn-outline-white{
  border: 1px solid #0E133A;
  background: #fff;
  padding: 8px 15px;
  border-radius: 8px;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-semibold);
  margin-right: 8px;
}
.btn.btn-outline-white img{
  position: relative;
  top: 0px;
}
.btn.btn-action{
  padding: 8px 16px;
  border-radius: 8px;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-semibold);
}
.btn.btn-primary:hover {
  border: 1px solid #0E133A;
  /* padding: 8px 16px; */
  border-radius: 8px;
  /* font-size: 14px; */
}
.btn.btn-action img{
  margin-left: 8px;
}
.btn.btn-primary.view-your-personalized,
.btn.btn-primary.view-your-personalized:hover{
  padding: 12px 16px;
  font-size: 15px;
  cursor: pointer;
}
.text-right {
    text-align: right !important;
}
.card-bg{
  background-color: var(--sub-header-bg);
  min-width: 1220px;
  border-radius: 32px;
  padding: 24px;
}
.card-bg .btn{
  min-width: 170px;
  margin-top: 10px;
  font-size: 22px;
}
.card-bg .btn.btn-primary:hover {
  border: 1px solid #0E133A;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 22px;
}
.fs-test-card ul {
    list-style-type: none;
    padding: 0;
    padding-right: 20px;
}
.fs-test-card ul li {
    margin-bottom: 5px;
}
.card-bg img{
  max-width: 100%;
}
.unlockItems li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px !important;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  position: relative;
  padding-right: 55px;
}
span.unlockPrice {
  color: #1B1A1A;
  position: absolute;
  right: 10px;
  font-size: 18px;
  font-weight: 600;
}
.priceCross{
  text-decoration: line-through;
  color: red;
}
.testModal .modal-dialog{
  max-width: 842px;
}
.testModal .modal-dialog .modal-body h3{
  margin-top: 32px;
}
.testModal.show{
  overflow: hidden;
}
.testModal .modal-body{
  max-height: 80vh;
  overflow-x: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
}
.testModal .modal-header{
  padding-bottom: 0;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-flex-right{
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: end;
}
html,body{
  overflow-x: hidden;
}
.tab-content .footer{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -52vw;
}

.tab-section{
  padding-bottom: 0;
}
@media (max-width: 1024px){
  .results .row div[class*="col"] {
    margin-bottom: 25px;
  }
  .table.history-table {
      min-width: 960px;
  }
  .testModal .modal-dialog {
    max-width: 85%;
  }
  .nav-tabs.outline-tab .nav-item .nav-link{
    padding: 8px 12px;
  }
}
@media (max-width: 767px){
  .foodItems li {
    min-width: 47.50%;
    width: 47.50%;
  }
  .foodItems li .card{
    gap: 5px;
    padding: 10px 5px;
  }
  .progress-circle {
    width: 35px;
    height: 35px;
  }
  .progress-circle::before{
    width: 31px;
    height: 31px;
  }
  .testModal .modal-dialog {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .status-bar div[class*="col-"] {
    width: 100%;
  }
  .progress-wrapper-long{
    margin: 12px 0 50px;
  }
  .faqSection {
    margin-top: 50px;
  }
  .faqSection>div[class*="col-"] {
    width: 100%;
  }
  .user-info li{
    padding-right: 15px;
  }
  .hero {
    padding: 20px 0px 10px;
  }
  .tab-section {
      padding: 40px 0 0;
  }
  .fs-test-card ul {
    padding-right: 15px;
  }
}
/*miter with slider*/
.bar-wrapper {
  width: 100%;
  margin: 40px auto 35px;
  position: relative;
  border: 1px solid #D9D8D8;
  background: #F9F9F9;
  border-radius: 100px;
  padding: 5px;
}
.bar-with-text p{
  margin-bottom: 0;
}

.bar-wrapper .bar {
  height: 30px;
  background: linear-gradient(to right, #FF7073, #FF7070, #FF7067, #fae696, #fae690, #fae701, #6CF6C8, #2FEBAC, #6CF6C8, #6CF5C8, #fae701, #fae690, #fae696, #FF7067, #FF7070, #FF7073);
  border-radius: 15px;
  position: relative;
}

.bar-wrapper .AsBar {
  height: 30px;
  background: linear-gradient(to right, #6CF6C8, #6CF6C8, #6CF5C8, #fae701, #fae701, #fae701, #FF7073, #FF7073, #FF7073);
  border-radius: 15px;
  position: relative;
}

.bar-wrapper .neutral-zone {
  position: absolute;
  top: 0;
  height: 100%;
  left: 45%;
  width: 30%;
/*  background-image:url('data:image/svg+xml,<svg width="100" height="32" viewBox="0 0 49 32" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="0.5" y1="-2.18557e-08" x2="0.500001" y2="32" stroke="%236970D1"/><g clip-path="url(%23clip0_10129_59790)"><rect x="46.2344" y="-42.3643" width="0.5" height="83.5632" transform="rotate(43.2418 46.2344 -42.3643)" fill="%236970D1"/><rect x="48.0557" y="-40.6514" width="0.5" height="83.5632" transform="rotate(43.2418 48.0557 -40.6514)" fill="%236970D1"/><rect x="49.8767" y="-38.939" width="0.5" height="83.5632" transform="rotate(43.2418 49.8767 -38.939)" fill="%236970D1"/><rect x="51.698" y="-37.2261" width="0.5" height="83.5632" transform="rotate(43.2418 51.698 -37.2261)" fill="%236970D1"/><rect x="53.519" y="-35.5137" width="0.5" height="83.5632" transform="rotate(43.2418 53.519 -35.5137)" fill="%236970D1"/><rect x="55.3403" y="-33.8008" width="0.5" height="83.5632" transform="rotate(43.2418 55.3403 -33.8008)" fill="%236970D1"/><rect x="57.1614" y="-32.0879" width="0.5" height="83.5632" transform="rotate(43.2418 57.1614 -32.0879)" fill="%236970D1"/><rect x="58.9827" y="-30.3755" width="0.5" height="83.5632" transform="rotate(43.2418 58.9827 -30.3755)" fill="%236970D1"/><rect x="60.8037" y="-28.6626" width="0.5" height="83.5632" transform="rotate(43.2418 60.8037 -28.6626)" fill="%236970D1"/><rect x="62.625" y="-26.9502" width="0.5" height="83.5632" transform="rotate(43.2418 62.625 -26.9502)" fill="%236970D1"/><rect x="64.446" y="-25.2373" width="0.5" height="83.5632" transform="rotate(43.2418 64.446 -25.2373)" fill="%236970D1"/><rect x="66.2673" y="-23.5244" width="0.5" height="83.5632" transform="rotate(43.2418 66.2673 -23.5244)" fill="%236970D1"/><rect x="68.0884" y="-21.812" width="0.5" height="83.5632" transform="rotate(43.2418 68.0884 -21.812)" fill="%236970D1"/><rect x="69.9097" y="-20.0991" width="0.5" height="83.5632" transform="rotate(43.2418 69.9097 -20.0991)" fill="%236970D1"/><rect x="71.7307" y="-18.3867" width="0.5" height="83.5632" transform="rotate(43.2418 71.7307 -18.3867)" fill="%236970D1"/><rect x="73.552" y="-16.6738" width="0.5" height="83.5632" transform="rotate(43.2418 73.552 -16.6738)" fill="%236970D1"/><rect x="75.373" y="-14.9609" width="0.5" height="83.5632" transform="rotate(43.2418 75.373 -14.9609)" fill="%236970D1"/><rect x="77.1943" y="-13.2485" width="0.5" height="83.5632" transform="rotate(43.2418 77.1943 -13.2485)" fill="%236970D1"/><rect x="79.0154" y="-11.5356" width="0.5" height="83.5632" transform="rotate(43.2418 79.0154 -11.5356)" fill="%236970D1"/><rect x="80.8367" y="-9.82324" width="0.5" height="83.5632" transform="rotate(43.2418 80.8367 -9.82324)" fill="%236970D1"/><rect x="82.6577" y="-8.11035" width="0.5" height="83.5632" transform="rotate(43.2418 82.6577 -8.11035)" fill="%236970D1"/><rect x="84.479" y="-6.39746" width="0.5" height="83.5632" transform="rotate(43.2418 84.479 -6.39746)" fill="%236970D1"/><rect x="86.3003" y="-4.68506" width="0.5" height="83.5632" transform="rotate(43.2418 86.3003 -4.68506)" fill="%236970D1"/><rect x="88.1213" y="-2.97217" width="0.5" height="83.5632" transform="rotate(43.2418 88.1213 -2.97217)" fill="%236970D1"/><rect x="89.9426" y="-1.25977" width="0.5" height="83.5632" transform="rotate(43.2418 89.9426 -1.25977)" fill="%236970D1"/><rect x="91.7637" y="0.453125" width="0.5" height="83.5632" transform="rotate(43.2418 91.7637 0.453125)" fill="%236970D1"/><rect x="93.585" y="2.16602" width="0.5" height="83.5632" transform="rotate(43.2418 93.585 2.16602)" fill="%236970D1"/><rect x="95.406" y="3.87842" width="0.5" height="83.5632" transform="rotate(43.2418 95.406 3.87842)" fill="%236970D1"/><rect x="97.2273" y="5.59131" width="0.5" height="83.5632" transform="rotate(43.2418 97.2273 5.59131)" fill="%236970D1"/><rect x="99.0483" y="7.30371" width="0.5" height="83.5632" transform="rotate(43.2418 99.0483 7.30371)" fill="%236970D1"/><rect x="100.87" y="9.0166" width="0.5" height="83.5632" transform="rotate(43.2418 100.87 9.0166)" fill="%236970D1"/><rect x="102.691" y="10.7295" width="0.5" height="83.5632" transform="rotate(43.2418 102.691 10.7295)" fill="%236970D1"/><rect x="104.512" y="12.4419" width="0.5" height="83.5632" transform="rotate(43.2418 104.512 12.4419)" fill="%236970D1"/></g><line x1="48.5" y1="-2.18557e-08" x2="48.5" y2="32" stroke="%236970D1"/><defs><clipPath id="clip0_10129_59790"><rect width="48" height="20" fill="white" transform="translate(0 6)"/></clipPath></defs></svg>');*/
  opacity: 0.8;
  z-index: 2;
  background-repeat: no-repeat;
}

.bar-wrapper .neutral-zone-right {
  left: 10% !important;
}

.bar-wrapper .marker {
  position: absolute;
  top: -22px;
  width: 2px;
  height: 83px;
  background: transparent;
  margin-left: 0px;
}
.bar-wrapper .marker:before {
  content: "▼";
  font-size: 18px;
  color: #1B1A1A;
  left: -14px;
  position: relative;
}
.bar-wrapper .marker:after {
  content: "▼";
  font-size: 18px;
  color: #1B1A1A;
  transform: rotate(180deg);
  position: absolute;
  bottom: 10px;
  left: -14px;
}

.bar-wrapper .label{
  position: absolute;
  bottom: -50px;
  transform: translateX(-50%);
  background: #333;
  color: white;
  padding: 2px 6px;
  border-radius: 12px;
  font-size: 12px;
  z-index: 3;
  opacity: 0;
  transition: all eas-in-out 0.3s;
}
.bar-wrapper:hover .label{
  bottom: -40px;
  opacity: 1;
}

.bar-wrapper .percent-labels {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #1B1A1A;
  margin-top: 10px;
  position: absolute;
  top: -42px;
  padding-left: 0px;
  padding-right: 5px;
}
.multiMitterWrap {
    display: flex;
    align-items: center;
    border: 1px solid #EBEBEB;
    border-radius: 24px;
    overflow: hidden;
    gap: 48px;
    padding: 10px 24px 15px;
    margin-bottom: 20px;
}
.multiMitterWrap .bar-with-text{
  width: 100%;
}
canvas {
  background: #fff;
}
.multiMitterWrap .gauge-container p{
  font-weight: 600;
  color: #1B1A1A;
  text-align: center;
}
.multiMitterWrap .gauge-container p span{
  font-weight: 400;
}
.neutral-zone span.nspan{
  position: absolute;
  bottom: -32px;
  color: #1B1A1A;
  font-size: 14px;
  left: 2px;
}
.logo{
  /* position: absolute; */
  left: 0;
  right: 0;
  top: 35px;
  text-align: center;
}
.click-here-text{
  text-align: center;
  margin-top: 45px;
  margin-bottom: 0;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.information-icon{
  width: 18px;
  margin-left: 5px;
  margin-top: -5px;
  cursor: pointer;
}
.status-bar>div.col-12>p {
  display: inline-block;
}
.contactInfo {
  margin-bottom: 20px;
}
.contactInfo h4 {
  font-size: 24px;
  font-weight: 600;

}
.contactInfo ul {
  padding-left: 0;
}
.contactInfo ul li{
  margin-bottom: 15px;
  display: flex;
}
.contactInfo ul li a {
  color: #7c7c7c;
  font-size: 18px;
}
.contactInfo ul li svg {
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 15px;
}
/*.custom-checkbox input[type="checkbox"] {
  display: none;
}*/
.custom-checkbox{
  height: 24px;
}
.custom-checkbox label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  height: 24px;
  cursor: pointer;
}

.custom-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #0E133A;
  border-radius: 4px;
  background-color: white;
}
.custom-checkbox input{
  position: absolute;
  z-index: 99;
  app-region: no-drag;
  border: 0;
  width: 21px;
  height: 24px;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox input[type="checkbox"]:checked + label::before {
  background-color: #0E133A;
  background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M13.485 1.929L6.43 8.984l-3.63-3.63L1.07 7.07l5.36 5.36 8.07-8.07-1.014-1.014z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
}
.supplement-desc {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-size: 15px;
}
.supplement-desc img{
  width: 16px;
  margin-top: -2px;
}
.bundle-test-tab .card-bg{
  margin-top: 40px;
  min-width: 100%;
  max-width: 100%;
}
/*.summaryTab{
  margin-bottom: 60px;
}*/
.shop-table tr .itemDetails>div:hover{
  background: #F2FAFC;
  border-radius: 8px;
  cursor: pointer;
}
.anti-flame-content strong {
    color: var(--heading-color);
}
.anti-flame-content ul{
  margin-bottom: 20px;
}
.anti-flame-content ul li {
  margin-bottom: 5px;
}
.premium_pdf img, .bundle_pdf img{
  width: 18px;
  margin-left: 5px;
}
.hero .logo img {
    max-width: 300px;
}
.bundle-test-tab .nav-tabs{
  max-width: 100%;
}
.chart-card ul li{
  font-size: 14px;
}

.custom-loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: hsl(0deg 0% 0% / 98%);
  justify-content: center;
  z-index: 99;
  color: #fff;
}
 .loader-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.loader-container .spinner {
  font-size: 2rem;
  margin-bottom: 20px;
  height: 2rem;
  overflow: hidden;
}

.loader-container .spinner span {
  display: block;
  animation: spinItems 3s steps(8) infinite;
}

@keyframes spinItems {
  0% { transform: translateY(0); }
  12.5% { transform: translateY(-2rem); }
  25% { transform: translateY(-4rem); }
  37.5% { transform: translateY(-6rem); }
  50% { transform: translateY(-8rem); }
  62.5% { transform: translateY(-10rem); }
  75% { transform: translateY(-12rem); }
  87.5% { transform: translateY(-14rem); }
  100% { transform: translateY(-16rem); }
}

.loader-container .message {
  font-size: 1.1rem;
  max-width: 400px;
  margin: 0 auto;
}

.loader-container .highlight {
  font-weight: bold;
  color: #157a6e;
}

.loader-wrapper {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  text-align: center;
}

.loader-wrapper .afil-logo {
  margin-bottom: 30px;
}

.loader-wrapper .spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #c8e6dc;
  border-top: 6px solid #157a6e;
  border-radius: 50%;
  margin: 0 auto 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.loader-wrapper .headline {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.loader-wrapper .subtext {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a6760;
}
.h-text{
  position: absolute;
  bottom: -25px;
  color: #1B1A1A;
  font-size: 14px;
  font-weight: 600;
}
.multiMitterWrap .bar-with-text>div{
  position: relative;
}
.score-text {
  background: var(--sub-header-bg);
  display: inline-block;
  padding: 5px 10px;
  margin-top: 10px;
  border-radius: 4px;
}
.next-step-box {
  border-radius: 10px;
  padding: 30px;
  margin: 20px auto 40px;
  text-align: center;
  max-width: 520px;
  background: #f2fafc;
}
.pdf-report-box .next-step-box{
    padding: 20px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.understandingResultsModal .modal-dialog{
  max-width: 800px;
}
.understandingResultsModal button.close {
  display: inline-block;
  position: absolute;
  right: 0;
  background: #0E133A;
  color: #fff;
  font-size: 28px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 16px;
  border-bottom-left-radius: 10px;
  border: oldlace;
}
.form-action-box {
  background: #f2fafc;
  padding: 20px 15px;
  border-radius: 10px;
  margin-bottom: 30px;
}
ul.face-icon {
  list-style: none;
  padding: 0;
}
ul.face-icon li {
  display: inline-block;
  margin-right: 10px;
  border: 2px solid transparent;
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
}
ul.face-icon li.active{
  border: 2px solid #0e133a;
}
ul.face-icon li svg {
  width: 45px;
  height: 45px;
}
.form-action-box label{
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
}
.form-action-box .choices__list--dropdown .choices__item, 
.form-action-box .choices__list[aria-expanded] .choices__item{
  font-size: 16px;
}
.form-action-box .form-group {
  margin-bottom: 15px;
}
.form-action-box .form-check label{
  font-weight: 400;
  color: var(--text-grey);
}
.form-action-box .btn.btn-action{
  min-width: 220px;
  font-size: 18px;
}
.form-action-box .choices__list--multiple .choices__item {
  background-color: #f2fafc;
  border: 1px solid #f2fafc;
  color: #000;
  padding: 2px 10px;
}
.form-action-box .choices__inner,
.form-action-box .choices[data-type*=select-one] .choices__inner {
  background-color: #ffffff;
  min-height: 38px;
  border-radius: 5px;
  padding: 4px 10px;
}
.form-action-box .choices__placeholder{
  opacity: 1;
}
.form-action-box .choices__input{
  height: 28px;
  margin-bottom: 0;
  background: transparent;
}
.form-action-box .choices[data-type*=select-multiple] .choices__button, 
.form-action-box .choices[data-type*=text] .choices__button{
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==');
}
.form-action-box .choices__list--dropdown .choices__item--selectable.is-highlighted, 
.form-action-box .choices__list[aria-expanded] .choices__item--selectable.is-highlighted{
    background-color: #f2fafc;
}
/* Add arrow icon for multi-select like single-select */
.form-action-box .choices[data-type*="select-multiple"] .choices__inner {
  position: relative;
  padding-right: 2rem; /* space for arrow */
}

.form-action-box .choices[data-type*="select-multiple"] .choices__inner::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

/* Rotate arrow when dropdown is open */
.form-action-box .choices[data-type*="select-multiple"].is-open .choices__inner::after {
  transform: translateY(-50%) rotate(-180deg);
}
.form-action-box .row>*{
  padding-left: 10px;
  padding-right: 10px;
}
.regards-box {
  display: flex;
  gap: 20px;
  align-items: center;
}
.regards-box img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.regards-box p.text {
  margin-bottom: 0;
  font-weight: 500;
  color: #000;
  font-size: 20px;
}
.intro-content ul{
    padding-left: 20px;
}
.intro-content ul li {
  margin-bottom: 18px;
}
h4.dietary-heading-tb {
    margin-top: 50px;
}
table.table.level-table{
    margin-top: 15px;
}
table.table.level-table tr {
  background: #f1f9fb;
}
table.table.level-table tr td {
  padding: 10px 18px;
}
table.table.level-table {
  border-radius: 10px;
  overflow: hidden;
}
table.table.level-table tr td.red {
  color: #d54c1a;
}
table.table.level-table tr td.yellow {
  color: #e8b11b;
}
table.table.level-table tr td.green {
  color: #3c9084;
}
table.table.level-table tr td.grey {
  color: #7c7c7c;
}
.disclamer-footer {
  margin-top: 20px;
}
section.intro-content {
  max-width: 922px;
}
.disclamer-footer p.pra-12 {
  margin-bottom: 0;
}
.supplement-content ul li {
  margin-bottom: 6px;
  color: #1B1A1A;
}
.shop-table-box .calItems li {
  margin-top: 10px;
}
.bundleTestTable.commonTable td.focus, 
.bundleTestTable.commonTable tr th{
  font-weight: 600;
  width: 100px;
  max-width: 100px;
  color:#000;
}
.bundleTestTable.commonTable tr td{
  vertical-align: top;
}
.anti-flame-content img {
  max-width: 450px;
}
.top-card-bar .dietary-card .SupportCardDiv {
  flex: 0 0 auto;
  width: 100%;
}
.top-card-bar .dietary-card{
  margin-top: 35px;
}
.top-card-bar .dietary-card .card .chart-card{
  align-items: center;
}
.top-card-bar .dietary-card .card .chart-card .canvasBox{
  min-width: 130px !important;
  max-width: 130px !important;
}
.top-card-bar .dietary-card .card{
  min-height: 260px;
}
.top-card-bar .dietary-card .card .chart-card .canvasBox canvas{
  width: 110px !important;
  height: 110px !important;
}
.top-card-bar table.table.level-table tr td.red {
    color: #d54c1a;
}
.top-card-bar .chart-card ul li,
.top-card-bar .chart-card ul li span {
    font-size: 18px;
}
.supplement-routine.card {
  text-align: center;
  padding: 30px;
  margin: 0px 0;
  max-width: 1000px;
}
.supplement-routine .show-suggested-supplements{
  margin-bottom: 20px;
}
.supplement-routine .btn{
  margin-bottom: 20px;
  min-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.loader-card .loader-wrapper{
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.supplement-routine .btn.btn-primary:hover{
  padding: 16px 24px;
}
/* Hide table header */
.shop-table-box .shop-table{
  border: 0;
}
.shop-table-box .shop-table thead {
  display: none;
}

/* Convert tbody into 2-column grid */
.shop-table-box .shop-table tbody {
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  flex-wrap: wrap;
}

/* Make each row a card */
.shop-table-box .shop-table tbody tr {
  display: block;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 0px;
  background: #fff;
  max-width: calc(33.333% - 20px);
  flex: 0 0 calc(33.333% - 20px);
  overflow: hidden;
  position: relative;
}

/* Stack content inside card */
.shop-table-box .shop-table tbody tr td {
  display: block;
  border: none;
  padding: 0;
}

/* Checkbox alignment */
.shop-table-box .shop-table tbody tr td:first-child {
  margin-bottom: 12px;
}

/* Item details spacing */
.shop-table-box .shop-table tbody tr .itemDetails {
  margin-bottom: 12px;
}
.shop-table-box .shop-table tbody tr .itemDetails>div{
  flex-direction: column;
  align-items: flex-start !important;
}
.shop-table-box .shop-table tbody tr .itemDetails>div:hover{
  background-color: transparent;
}
.shop-table-box .shop-table tbody tr .itemDetails>div>img {
    width: 100%;
    background: #F2FAFC;
    margin: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 20px;
    margin-bottom: 15px !important;
    padding-top: 15px;
    height: 200px;
    object-fit: contain;
}
.shop-table-box .shop-table tbody tr td:first-child{
  position: absolute;
  left: 15px;
  top: 15px;
}
/* Price styling */
.shop-table-box .shop-table tbody tr td:last-child {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  text-align: right;
  margin-top: 10px;
}
.shop-table-box .shop-table tbody tr .itemDetails>div>div {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.shop-table-box .supplement-name {
    display: flex;
    justify-content: space-between;
}
.shop-table-box .shop-table tbody tr td:last-child {
  padding-right: 15px;
  padding-bottom: 15px;
}
/* ul.calItems{
  max-width: 600px;
  margin-left: auto;
} */
 .btn.btn-primary.popup-readmore,
 .btn.btn-primary.popup-readmore:hover {
    padding: 10px 24px;
    margin: 0 auto;
    display: block;
    max-width: 150px;
}
/* Mobile: single column */
@media (max-width: 768px) {
  .shop-table-box .shop-table tbody {
    grid-template-columns: 1fr;
  }
}

/*bundel test tab design*/
@media (max-width:1024px){
  .disclamer-footer {
      padding-right: 0;
      padding-left: 0;
      margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .bundleTestTabWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .bundleTestTabWrap .bundleTestTab {
    width: 20%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-right: 50px;
  }
  .bundleTestTabWrap .bundleTestTab li .nav-link {
    width: 100%;
    text-align: left;
  }
  .bundleTestTabWrap .tab-content {
    width: calc(80% - 50px);
    max-width: 100%;
  }

}
@media (max-width: 480px) {
  .loader-wrapper .headline {
    font-size: 1.1rem;
  }

  .loader-wrapper .subtext {
    font-size: 0.95rem;
  }
}


/*responsive*/
@media (max-width: 767px){
  .top-card-bar .col-6{
    width: 100%;
  }
  .top-card-bar .dietary-card .card .chart-card .canvasBox{
    min-width: 96px !important;
    max-width: 96px !important;
  }
  .top-card-bar .dietary-card .card .chart-card .canvasBox canvas {
    width: 85px !important;
    height: 85px !important;
  }
  .top-card-bar .chart-card ul li, .top-card-bar .chart-card ul li span {
    font-size: 16px;
  }
  table.table.level-table tr td {
    padding: 10px 12px;
    font-size: 15px;
  }
  .top-card-bar .dietary-card .card {
    min-height: 215px;
  }
  .supplement-routine .btn{
    margin-bottom: 20px;
    min-width: 100%;
  }
  .supplement-routine.card{
    text-align: center;
    padding: 30px 15px;
  }
  .shop-table-box .shop-table tbody tr{
    max-width: 100%;
    flex: 0 0 100%;
  }
  .btn.btn-primary.popup-readmore, .btn.btn-primary.popup-readmore:hover{
    margin: 0;
    margin-left: 15px;
  }
  .supplements-tab .col-9{
    width: 100%;
  }
  section.support-results.wellness-summary>div>div {
      width: 100%;
  }
  table.table.level-table {
      margin-top: 20px;
  }
  .logo-heading{
    margin-top: 65px;
  }
  .logo {
    position: absolute;
    top: 0;
    margin-bottom: 0;
    text-align: left;
    top: 20px;
    left: 12px;
  }
  .footer .text-right .footernextlink {
    margin-bottom: 15px;
    display: inline-block;
  }
  .footer .text-right .footernextlink .btn{
    margin-right: 0 !important;
    min-width: 170px;
  }
  .card .chart-card .canvasBox{
    padding: 12px 0px 0;
    max-width: 60px;
    min-width: 60px;
  }
  .SupportCardDiv .card {
    padding: 10px;
  }
  .top-card-bar>.row>div {
    width: 100%;
  }
  .click-here-text {
    margin-bottom: 30px;
  }
  .footer .col-4.col-sm-6 {
    width: 94px;
    padding: 0;
  }
  .footer .col-8.col-sm-6 {
    width: calc(100% - 95px);
    padding: 0;
  }
  .foodItems{
    gap: 8px;
  }
  .foodItems li {
    max-width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }
  .accordion-header .number {
    margin-right: 20px;
  }
  .foodItems li .card p {
    font-size: 14px;
  }
  .accordion-flush.accordion-flush-custom .accordion-item .accordion-button {
    font-size: 18px;
  }
  .accordion-flush.accordion-flush-custom .accordion-item .accordion-button span:last-child {
    min-width: 108px;
  }
  .accordion-header .count{
    margin-left: 0;
  }
  .bundle-test-tab .header-tab-box {
    flex-wrap: wrap;
    gap: 10px;
  }
  .accordion-flush.accordion-flush-custom .accordion-body {
    overflow-x: auto;
  }
  .commonTable {
    min-width: 500px;
  }
  .top-hero .heading {
    font-size: 25px;
  }
  .top-hero .sub-heading {
    font-size: 20px;
  }
  .card .chart-card{
    gap: 10px;
  }
  .action-plan-tab .header-tab-box {
    flex-wrap: wrap;
  }
  .action-plan-tab .row>div {
    width: 100%;
  }
  .sideBar {
    margin: 30px 0 0;
  }
  .shop-table {
    min-width: 100px;
  }
  .hero .logo img{
    max-width: 250px;
  }
  .bundle-test-tab .card-bg {
    min-width: 100%;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .bundle-test-tab .card-bg .row>div {
    width: 100%;
  }
  .bundle-test-tab .card-bg img{
    margin-top: 30px;
  }
  .top-hero .btn-flex-right {
    justify-content: flex-start;
    margin: 15px 0;
  }
  .bottom-hero .text-end{
    text-align: left !important;
  }
  .accordion-flush.accordion-flush-custom.accordionFlushDigestive .foodItems li {
    min-width: 100%;
  }
  .status-bar {
    margin: 40px 0 10px;
  }
  .action-plan-tab>.row>.col-8{
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
  .shop-table tr th {
      padding: 8px 8px;
  }
  .shop-table tr th:first-child {
      padding-left: 8px;
  }
  .shop-table tr td {
      color: var(--heading-color);
      font-size: var(--font-size-14);
      padding: 8px 8px;
  }
  .supplement-desc {
      font-size: var(--font-size-14);
  }
  .desk-breack span.mob-hide{
    display: none;
  }
  .bundle-test-tab .nav-tabs {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #EBEBEB;
  }
  .multiMitterWrap{
    padding: 10px 15px 15px;
  }
  .regards-box p.text{
    font-size: 18px;
  }
  .tab-section .nav-tabs.outline-tab{
    border: 0;
    gap: 5px;
    row-gap: 15px;
  }
  .tab-section .nav-tabs.outline-tab>.nav-item{
    width: calc(33.333% - 4px);
  }
  .tab-section .nav-tabs.outline-tab .nav-item .nav-link{
    padding: 8px 4px;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    min-height: 58px;
  }
  .nav.nav-tabs.bundleTestTab {
    border-top: 1px solid #ddd;
  }
  
}

.notopimaltext{
  font-size: medium;
}

/*form steper*/
/* Progress bar */
.progress-form-wrap {
  background: var(--sub-header-bg);
  border-radius: 10px;
  padding: 20px;
  margin: 40px 0;
  max-width: 980px;
  position: relative;
  z-index: 2;
}
.progress-form-wrap .progress-container {
  background: #ffffff;
  border-radius: 8px;
  height: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
  border: 0.5px solid #469a9e;
}
.progress-form-wrap .progress-bar {
 background: #469a9e;
  height: 100%;
  width: 0%;
  transition: width 0.3s ease;
}

.progress-form-wrap .stepper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.progress-form-wrap .step {
  flex: 1;
  text-align: center;
  position: relative;
  font-size: 14px;
}
.progress-form-wrap .step:before {
  content: attr(data-step);
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #ddd;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 6px;
  position: relative;
  z-index: 2;
}
.progress-form-wrap .step.active:before {
  background: #469a9e;
  color: #fff;
  font-weight: bold;
}
.progress-form-wrap .step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #e0e2e2;
  z-index: 1;
}
.progress-form-wrap .step.active::after {
  background: #469a9e;
}
.progress-form-wrap .form-step {
  display: none;
}
.progress-form-wrap .form-step.active {
  display: block;
  animation: fadeIn 0.4s ease;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}
.progress-form-wrap input, .progress-form-wrap select {
  width: 100%;
  padding: 8px 10px;
  margin: 2px 0 0;
  border-radius: 6px;
}
.progress-form-wrap .btns {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
/*.progress-form-wrap button {
  background: #3498db;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
}*/
.progress-form-wrap button[disabled] {
  background: #ccc;
  cursor: not-allowed;
}
.progress-form-wrap .btns .btn-primary{
  padding: 8px 16px;
  border-radius: 8px;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-semibold);
}
.progress-form-wrap .form-group{
  margin-bottom: 15px;
}
.progress-form-wrap .form-group label{
  font-weight: 600;
}

.btn.btn-action-apply{
  padding: 8px 16px;
  border-radius: 8px;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-semibold);
}
.btn.btn-action-apply img{
  margin-left: 8px;
}

.apply-box .btn-primary.btn-action-apply,
.applied-box .btn-primary.btn-action-apply {
  padding-left: 85px;
  padding-right: 40px;
  font-size: 20px;
  position: relative;
}
.apply-box .btn-primary.btn-action-apply span,
.applied-box .btn-primary.btn-action-apply span {
  display: inline-block;
  margin-right: 15px;
  padding-right: 7px;
  position: absolute;
  height: calc(100% + 2px);
  top: -1px;
  line-height: 40px;
  left: -1px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #6b6b6b;
}
.apply-box .btn-primary.btn-action-apply span{
  background: #fe0000;
}
ul.your-well-items {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
ul.your-well-items li {
  list-style: none;
  border: 1px solid #ddd;
  padding: 15px;
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  border-radius: 15px;
}
ul.your-well-items li strong {
  display: block;
  margin-bottom: 8px;
}
ul.your-well-items li strong:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  background: currentColor;
  margin-right: 10px;
  vertical-align: text-top;
}

@media (max-width: 767px){
  ul.your-well-items li{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .apply-box .btn-primary.btn-action-apply, .applied-box .btn-primary.btn-action-apply{
    padding-left: 60px;
    padding-right: 15px;
    font-size: 16px;
  }
  .shop-table-box .shop-table tbody tr .itemDetails>div>div{
    padding-left: 12px;
    padding-right: 12px;
  }
  .top-card-bar .dietary-card .card .cart-top .progress-wrapper span.status{
    font-size: 15px;
  }
  .pdf-report-box .next-step-box{
    flex-wrap: wrap;
    justify-content: center;
  }
}