::selection {
  background: #ffcd04 !important;
  color: #000 !important;
  text-shadow: none !important;
}
.consulting-form-wrapper {
  width: 100%;
  background: #EEE;
  padding: 120px 0;
}

.consulting-form-inner {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.consulting-form-inner form {
  padding: 40px;
  background: #fff;
}

.form-intro {
  margin-bottom: 43px;
}

.form-intro h1 {
  color: #000;
  font-family: Teko;
  font-size: 52px;
  font-weight: 500;
  line-height: 110%;
  margin: 0;
}

.form-intro h1 span {
  color: #FFCD04;
}

.form-intro p {
  color: var(--222, #222);
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}
.pf-basic-info-sec {
    width: 100%;
}
.bdiscipline-form form {
    padding: 0;
}
.bdis-field[data-field-key="plans"] {
  display: none;
}
.consulting-form-inner h2, .pf-basic-info-sec h2 {
  color: #000;
  font-family: Teko;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  margin: 30px 0 0;
}

.consulting-form-inner form>section:first-child h2 {
  margin: 0;
}

.consulting-form-inner h3{
  color: #000;
  font-family: Teko;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  margin: 30px 0 0;
}

.pf-seperator {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 30px 0 0;
}

.hide {
  display: none;
}

.consulting-form-wrapper .hide {
  display: none !important;
}
.show {
  display: block;
}
.small-txt{
  color: #777;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

/* input-elements */

.pf-input-group {
  margin-top: 30px;
  position: relative;
}

.pf-input-group .pf-input, .bdiscipline-form .bdis-input, .bdis-select {
  border: 1px solid #CCC;
  background: #FFF;
  display: block;
  padding: 10px 15px;
  height: 46px;
  transition: 0.3s ease-in-out;
  width: 100%;
  font-size: 14px;
  font-family: arial;
  color: #000;
}

.pf-input-group .pf-input::-moz-placeholder, .bdiscipline-form .bdis-input::-moz-placeholder {
  color: #777;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.pf-input-group .pf-input::placeholder, .bdiscipline-form .bdis-input::placeholder {
  color: #777;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.pf-input-group .pf-input:focus, .bdiscipline-form .bdis-input:focus {
  border: 1px solid #FFCD04;
}

.pf-input-group .pf-input:focus-visible, .bdiscipline-form .bdis-input:focus-visible {
  outline: 0;
}

.pf-input-group .pf-input__icon {
  position: relative;
}
.pf-input-group .pf-input__icon  input{
  /* background: transparent; */
  z-index: 1;
  position: relative;
}

.pf-input-group .pf-input__icon .icon {
  position: absolute;
  top: 11px;
  right: 15px;
  z-index: 1;
}

.pf-input-group .pf-textarea, .pf-medical_condition_description {
  border: 1px solid #CCC;
  background: #FFF;
  display: block;
  padding: 10px 15px;
  transition: 0.3s ease-in-out;
  width: 100%;
  font-size: 14px;
  resize: none;
    color: #000 !important;
}
textarea {
    color: #000 !important;
}
.pf-input-group .pf-textarea::-moz-placeholder, .pf-medical_condition_description::-moz-placeholder {
  color: #777;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
    color: #000; !important
}

.pf-input-group .pf-textarea::placeholder, .pf-medical_condition_description::placeholder {
  color: #777;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.pf-input-group .pf-textarea:focus {
  border: 1px solid #FFCD04;
}

.pf-input-group .pf-textarea:focus-visible {
  outline: 0;
}

.pf-input-group label {
  color: #000;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding-bottom: 12px;
  display: block;
  margin-bottom: 0;
}

.pf-input-group label .required {
  color: #EA4336;
}

.pf-input-group label.label--large {
  font-size: 20px;
  line-height: 26px;
}

.pf-input-group input.button, .bdis-submit {
    color: #000 !important;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-weight: 700 !important;
    padding: 15px !important;
    background: #FFCD04 !important;
    border: 0 !important;
    width: 100%;
    max-width: 198px;
    cursor: pointer !important;
}

.pf-input-group ul.error {
  list-style: none;
}

.pf-input-group ul.error li {
  color: #999;
  font-size: 16px;
}

.pf-input-group ul.error li .ren-active-text {
  color: #222;
}

.pf-input-group ul.error>li:not(:last-child) {
  margin-bottom: 10px;
}

.pf-input-group.pf-input--with-bg {
  padding: 10px;
  background: rgba(0, 211, 59, 0.15);
}

.has-error .pf-input {
  border: 1px solid #F00;
}

.error, .error-message {
  color: #F00;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  margin: 15px 0 0;
}

.pf-check-group {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.pf-checkbox input[type=checkbox] {
  display: none;
}

.pf-checkbox input[type=checkbox]:checked+.pf-check-label svg {
  display: block;
}

.pf-checkbox input[type=checkbox]:checked+.pf-check-label .pf-label-check-box {
  border-color: #FFCD04;
  background: #FFCD04;
}

.pf-checkbox .pf-label-check-box {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  line-height: 28px;
  text-align: center;
  transition: background-color 0.3s, border-color 0.3s;
}

.pf-checkbox .pf-label-check-box svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.pf-checkbox .pf-check-label {
  display: flex;
  gap: 0 10px;
  /* align-items: center; */
  cursor: pointer;
}

.pf-checkbox .pf-check-label p {
   width: 93%;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 0;
}

.pf-checkbox .error {
  display: block;
}

.pf-checkbox .error.hide {
  display: none;
}

.radio-group {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.radio-btn label {
  display: inline-block;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  padding: 0;
}

.radio-btn label input[type=radio]:checked+.custom-radio {
  border: 4px solid #FFCD04;
}

.radio-btn label p {
  font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-family: arial;
    margin-top: 0;
}

.radio-btn .custom-radio {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  position: relative;
  flex-shrink: 0;
}

.pf-input.pf-input--select {
  cursor: pointer;
  position:relative;
  z-index: 1;
  background: transparent;
  border-radius: 0 !important;
  background: #fff;
}
.pf-input--select-wrap label{
  cursor: auto;
}

ul.options {
  position: absolute;
  list-style: none;
  background: #fff;
  width: 100%;
  padding: 10px 12px;
  margin-top: 5px;
  z-index: 10;
  box-sizing: border-box;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1);
}

ul.options.active {
  display: block;
}

ul.options li {
  padding: 10px 12px;
  color: #222;
  font-size: 14px;
  line-height: 100%;
  cursor: pointer;
  font-family: Arial;
}

ul.options li:hover {
  background-color: #FFFAE6;
  color: #FFCD04;
}

ul.options li a {
  color: inherit;
}

ul.options::-webkit-scrollbar {
  width: 4px;
}

ul.options::-webkit-scrollbar-track {
  background: transparent;
}

ul.options::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.07);
}

ul.options::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.07);
}

.upload-area {
  border: 1px dashed #ccc;
  padding: 13px 15px;
  text-align: center;
  position: relative;
  background: #fff;
}

.upload-area .pf-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}

.upload-area p {
  padding: 10px 0 0;
  margin-bottom: 0;
  color: #777;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.upload-area .button {
  position: relative;
  z-index: 20;
}

.upload-area:has(input:focus),
.upload-area:has(input:active) {
  border-color: #FFCD04;
}

#overlay{ 
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
/****Quize page css start**/
.consulting-form-inner.quiz-form-sec {
  max-width: 970px;
}
.consulting-form-wrapper.quiz-wrapper {
  background: #fff;
}
.quize-section {
  text-align: center;
}
section.quiz-inner label {
  color: var(--000, #000);
  font-family: Teko;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  gap:10px;
  padding-bottom: 20px;
}

.radio-group-quize .radio-btn label{
  padding: 14px 20px;
  border: 1px solid #ccc;
}

.radio-group-quize > .radio-btn:not(:last-child) {
  margin-bottom: 20px;
}

.radio-group-quize .radio-btn .custom-radio {
  width: 20px !important;
  height: 20px !important;
}
.radio-group-quize .radio-btn label p{
  font-size:20px;
  text-transform:initial;
}

.radio-group-quize .radio-btn label input[type=radio]:checked+.custom-radio {
  border-width: 6px;
}
.radio-group-quize .radio-btn label:has(input[type=radio]:checked){
  border:1px solid #FFCD04;
  background: rgba(255, 205, 4, 0.20);
}

.quiz-inner-result, .quiz-inner-level {
  display: flex;
  gap: 40px;
}
.quiz-content-section p, .quiz-left-level p, .quiz-left-level ul li {
  color: #222;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.quiz-content-section h2, .quiz-left-level h2 {
  margin: 10px 0 0;
}
.quiz-step1 .pf-seperator {
  margin: 60px 0;
}
.quiz-inner-level >div {
  width: 50%;
}
.quiz-right-level-sec img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.quiz-left-level ul {
  padding-left: 30px;
  margin-bottom: 0;
}
.quiz-left-level ul>li:not(:last-child) {
  margin-bottom: 10px !important;
}
.quiz-left-level .actions{
  padding-top:10px;
}
.quiz-left-level p, .quiz-content-section p{
  margin-bottom: 0;
}
ul.pf-age-ultext {
  list-style: none;
}
.pf-basic-info-sec h4 {
  color: #000;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.pf-age-ultext li {
  color: #000;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
/**alert css**/
.pf-alert {
  border-radius: 4px 4px 0px 0px;
  border: var(--stroke-weight-1, 1px) solid rgba(255, 205, 4, 0.30);
  background: rgba(255, 205, 4, 0.10);
  margin-top: 12px;
  padding: 10px 15px;
}
.pf-alert .d-flex {
  gap: 10px;
  display: flex  ;
  align-items: center;
}
.d-none {
    display: none !important;
}
.pf-alert-txt p {
  color: #DFA000;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}
/****Quize page css end**/
section.pf-age-text-seciton h4 {
  margin: 20px 0 10px;
}
ul.pf-age-ultext li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.pf-basic-info-sec >p {
  font-size: 14px;
  font-family: arial;
  color: #222;
}
ul.pf-age-ultext {
  padding:0;
}
ul.pf-age-ultext li svg {
  margin-right: 8px;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}


.pf-inputphone-div {
  display: flex;
}
.pf-inputphone-div select {
width: 82px;
    border: 1px solid #CCC;
    border-right: 0;
    text-align: center;
    background: #fff;
    color: #777;
    border-radius: 0;
    height: 46px;
}
.pf-inputphone-div select:focus-visible {
  outline: unset;
}

/***pf-your-plan***/
.pf-your-plan label {
  padding: 15px 10px;
  border: 1px solid #CCCCCC;
  align-items: flex-start;
  gap: 10px;
}
.pf-your-plan label:has(input[type=radio]:checked){
  border-color: #FFCD04;
}
.pf-your-plan .d-flex {
  gap: 10px;
  align-items: flex-start;
}
.pf-your-plan .d-flex div p:first-child {
  color: #000;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
.pf-your-plan .radio-group{
  align-items: unset;
}
.pf-your-plan .radio-group .radio-btn{
  flex: 1;
}
.bdiscipline-form {
    width: 100% !important;
}

.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 40px;
}

button {
  margin-top: 10px;
  padding: 10px 20px;
  cursor: pointer;
}

#loader {
  width: 40px;
  height: 40px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-top: 20px;
}

.hidden {
  display: none !important;
}

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

.state-loader {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background: rgb(147 147 147 / 12%);
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pf_loader_container {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(51 51 51 / 60%);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
.pf-fitness-levels h3 {
  margin-bottom: 20px;
}
.age-restriction-message {
    color: #000;
}
#country-search, #state-search {
  position: sticky;
  top: 0;
  background: #fff;
}

/**onboarding**/

.job-shifts p {
  color: #000;
  font-family: Arial;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.job-shifts .row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap !important;
}

.job-shifts .row .col {
  padding: 0 15px;
}

.job-shifts .row .col p {
  margin: 0;
}

.flex-label {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.flex-label .blue-txt{
  color: var(--Blue, #0565F4);
  text-align: right;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
/**onboarding alert text*/
.onboarding-alrt-section {
  border: 1px solid rgba(255, 205, 4, 0.30);
  background: rgba(255, 205, 4, 0.10);
  padding: 16px;
  margin-top: 30px;
}
.onboarding-alrt-inner-sec {
  display: flex;
  gap: 10px;
  align-items: center;
}
#alert-customer-id .onboarding-text-sec {
  color: #DFA000;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.onboarding-text-sec {
  color: #DFA000;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}


/**popup css start*/
.popup {
  display: none;  
  position: fixed;
  z-index: 99999;  
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);  
  padding-top: 60px;
  overflow: auto;
}
#MeasurePopup .popup-header{
  align-items: start;
}
#MeasurePopup  .image-row {
  justify-content: inherit;
}
.popupTextSec p {
  color: #222;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

/* Popup content styles */
.popup-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 40px;
  border: 1px solid #888;
  width: 80%;  
  max-width: 900px; 
}
.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.popup-title {
  color: #000;
  font-family: Teko;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px !important;
  margin-bottom: 0;
}
 
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

 
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.closebtn {
  cursor: pointer;
}
 
.image-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin: 30px 0;
}

 
.image-item {
  width: 30%;  
  text-align: center;
}

.image-item img {
  width: 100%;  
  height: auto;
}

.image-title {
  margin-top: 10px;
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
}

.pf-popup-btn .button {
  width: 195px;
    padding: 15px;
    background: #FFCD04;
    border: 0;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
/**popup css end*/

/**image previwer css start**/
.preview-area {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}
.preview-container img {
  width: 124px;
  height: 138px;
}
button.remove-button {
  position: absolute;
  top: 0px;
  text-align: right;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  display: block;
}
/**image previwer css end**/
 /***input tag css start*/
 /* .tag-wrapper {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  min-height: 45px;
}

.tag {
  background: #e9ecef;
  padding: 5px 10px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.tag span {
  font-size: 14px;
}

.tag .close {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  font-size: 16px;
  padding: 0 2px;
}

.tag .close:hover {
  color: #ff0000;
}

.pf-input {
  border: none;
  outline: none;
  padding: 5px;
  flex: 1;
  min-width: 120px;
} */
 /***input tag css end*/
 #calorie-form-section .row, .consulting-form-wrapper .row {
  display: flex;
  flex-wrap: wrap;
}
#calorie-form-section .row .col-lg-6, .consulting-form-wrapper .row .col-lg-6 {
  width: 50%;
}

/**bmr calculator**/
.bmr-note{
  color: #333;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin:20px 0 0 !important;
}
.pf-input-group input.button-reset {
  color: #000;
  font-family: Arial;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  padding: 18px;
  background: transparent;
  border: 0;
  width: auto;
  max-width: none;
  cursor: pointer;
  margin-left: 10px;
  transition: 0.3s ease-in-out;
}
.pf-input-group input.button.bmr-calc-btn{
  padding: 18px 24px;
  font-size: 20px;
  width: auto;
  max-width: none;
}
.pf-input-group input.button-reset:hover, .bdis-submit:hover{
  background: #ffcd04;
}
/**bmr-tooltip**/
.bmr-flex{
  display: flex;
  align-items: center;
  gap: 7px;
}
.bmr-tooltip {
  position: relative;
  display: inline-block;
  top: 2px;
}
.bmr-tooltip .bmr-tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 300px;
  background-color: #000;
  color: #fff;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transition: opacity .6s;
  bottom: 125%;
  left: 50%;
  padding: 12px;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  transform: translateX(-50%);
}
.bmr-tooltip:hover .bmr-tooltiptext {
  visibility: visible;
  opacity: 1;
}
.bmr-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
/**bmr-chart**/
#chart{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* #chart::after {
  content: "Macros";
  position: absolute;
  color: #fff;
  width: 100%;
  max-width: 225px;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-family: 'teko';
  font-size: 26px;
} */
.macros-select-box {
  display: flex;
  gap: 10px;
  margin: 15px 0 20px;
} 
.macros-select-box .pf-input-group{
  margin-top: 0;
}
.macros-select-box .pf-input-group .pf-input__icon input{
  background: #222;
  border-color: #222;
  color: #fff;
}
.macros-select-box .pf-input-group .pf-input__icon input::placeholder{
  color: #fff;
}
.macros-select-box .pf-input-group .pf-input__icon:hover input::placeholder{
  color: #000;
}
.macros-select-box .pf-input-group .pf-input__icon:hover input{
  background: #ffcd04;
  color: #000;
}
.macros-select-box .pf-input-group .pf-input__icon:hover .icon svg path{
  stroke: #000;
}
#chart .apexcharts-legend {
  top: 50% !important;
  transform: translateY(-50%);
}
#chart .apexcharts-legend-text {
  position: relative;
  font-family: Arial !important;
  font-size: 16px !important;
  padding-left:20px;
}
#chart g.apexcharts-datalabels-group text.apexcharts-text.apexcharts-datalabel-value {
  display: none;
}
#chart g.apexcharts-datalabels-group {
  transform: translate(0, 15px) !important;
}

/***holi campaign css starts**/
.page-id-1183  #screnning-form {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/* .page-id-1183  #screnning-form:before{
  content: url(https://staging.punjabifitness.com/wp-content/uploads/2025/02/holi-top.svg);
  position: absolute;
  left: 0;
  top:-2px;
  width:100%;
  z-index: -1;

}
.page-id-1183  #screnning-form:after{
  content: url(https://staging.punjabifitness.com/wp-content/uploads/2025/02/holi-bottom.svg);
  position: absolute;
  left: 0;
  bottom: -1%;
  width: 100%;
  z-index: -2;
} */

/***holi campaign css ends**/

 
.button.calorie-download-btn {
    color: #000 !important;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-weight: 700 !important;
    padding: 15px !important;
    background: #FFCD04 !important;
    border: 0 !important;
    width: 100%;
    max-width: 198px;
    cursor: pointer !important;
}
/***media query**/
@media screen and (max-width:991px){
  .consulting-form-wrapper{
    padding: 80px 0;
  }
  .image-row{
    gap: initial;
  }
  #MeasurePopup .image-row {
    gap: 18px;
}
}
@media screen and (max-width:768px){
  #chart .apexcharts-legend {
    top: unset !important;
    transform: translateY(-50%);
    bottom: -30px;
  }
}
@media screen and (max-width:767px){
  #calorie-form-section .row .col-lg-6, .consulting-form-wrapper .row .col-lg-6 {
    width:100%;
}
  .consulting-form-wrapper{
    padding: 60px 0;
  }
  .consulting-form-inner form {
    padding: 20px;
  }
  .quiz-inner-level {
    flex-direction: column;
  }
  
  .quiz-inner-level>div {
      width: 100%;
  }
  .quiz-right-level-sec img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }
  .pf-your-plan .radio-group .radio-btn{
    flex: unset;
    width: 100%;
  }
  .image-item {
      width: 48%;  
  }

}
@media screen and (max-width: 766px){
  /* #chart::after {
    content: "Macros";
    max-width: 65px;
    left: 50%;
    top: 38%;
} */
}
@media screen and (max-width:575px){
  .quiz-inner-result{
    flex-direction: column;
    gap: 20px;
  }
  .quiz-step1 .pf-seperator {
    margin: 30px 0;
  }
  .flex-label{
     display: block !important;
  }
  .job-shifts .row {
    flex-wrap: wrap !important;
    gap: 10px 0;
}
  .job-shifts .row .col{
    width: 100% !important;
  }
  .onboarding-alrt-inner-sec{
    display: block;
  }
}
@media screen and (max-width:560px){
  .bmr-note{
    font-size: 16px;
    line-height: 26px;
    margin: 30px 0 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .image-item {
      width: 100%;  
  }
  /* .bmr-tooltip .bmr-tooltiptext{
    width: 250px;
  } */
  .bmr-formula .radio-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  /* #chart::after {
    content: "Macros";
    max-width: 65px;
    left: 50%;
    top: 32%;
  } */
  .macros-select-box{
    flex-direction: column;
  }
}
@media screen and (max-width: 400px){
  .quiz-right-level-sec img{
    max-width: 100%;
  }
}
@media screen and (max-width:348px){
  .pf-input-group input.button-reset{
    margin: 10px 0 0;
  }
}