img.kz_ai_img.kz_ai_slide_1_hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    min-height: 100vh;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #0a1f2f, #402a2a);
    color: white;
    font-family: 'Arial', sans-serif;
}

.kz_ai_slide_1_hero .kz_ai_hero_content {
    max-width: 500px;
}

.kz_ai_slide_1_hero .kz_ai_heading {
    font-size: 48px;
    margin-bottom: 20px;
}


.kz_ai_slide_1_hero .kz_ai_subtext {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.kz_ai_slide_1_hero .kz_ai_btn {
    display: inline-block;
    background-color: #1400FF;
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 30px;
}

.kz_ai_slide_1_hero .kz_ai_store_buttons {
    display: flex;
    gap: 10px;
}

.kz_ai_slide_1_hero .kz_ai_store_img {
    height: 50px;
    cursor: pointer;
}

.kz_ai_slide_1_hero .kz_ai_hero_image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kz_ai_slide_1_hero .kz_ai_phone_img {
    height: 600px;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(255, 92, 27, 0.8);
}



/* ===== General Section Styling ===== */
.kz_ai_slide_2_hero {
    background-color: #111111;
    padding: 60px 20px;
    color: #fff;
    font-family: 'Arial', sans-serif;
    text-align: center;
	height: 100vh;
}

.kz_ai_slide_2_hero .kz_ai_container {
    max-width: 960px;
    margin: 0 auto;
}

/* ===== Heading and Subtext ===== */
.kz_ai_slide_2_hero .kz_ai_heading {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.kz_ai_slide_2_hero .kz_ai_subtext {
    font-size: 18px;
    margin-bottom: 40px;
    color: #ccc;
}
.kz_ai_slide_2_hero .kz_ai_heading {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #FFF;
}
/* ===== Age Card Grid ===== */
.kz_ai_slide_2_hero .kz_ai_age_grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 20px;
	margin-bottom: 40px;
}

.kz_ai_slide_2_hero .kz_ai_age_card {
    background-color: #1a1a1a;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    padding: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.kz_ai_slide_2_hero .kz_ai_age_card:hover {
    border-color: #1400FF;
}

.kz_ai_slide_2_hero .kz_ai_selected {
    border-color: #1400FF;
    box-shadow: 0 0 12px #1400FF;
}

.kz_ai_slide_2_hero .kz_ai_age_img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.kz_ai_slide_2_hero .kz_ai_age_label {
    font-size: 16px;
    font-weight: bold;
}

/* ===== Checkboxes ===== */
.kz_ai_slide_2_hero .kz_ai_checkboxes {
    text-align: left;
    max-width: 720px;
    margin: 0 auto 30px auto;
    font-size: 14px;
    color: #ccc;
}

.kz_ai_slide_2_hero .kz_ai_checkbox_label {
    display: block;
    margin-bottom: 10px;
}

.kz_ai_slide_2_hero .kz_ai_checkbox {
    margin-right: 8px;
}

/* ===== Next Button ===== */
.kz_ai_slide_2_hero .kz_ai_btn {
    background-color: #1400FF;  
    border: none;
    padding: 12px 28px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 35%;
    float: none;
    margin: 0 auto;
    color: #fff;
}

.kz_ai_slide_2_hero .kz_ai_btn:hover {
    background-color: #1400FF;
}

/* ===== Disclaimer ===== */
.kz_ai_slide_2_hero .kz_ai_disclaimer {
    font-size: 13px;
    color: #777;
    margin-top: 20px;
}

/* ===== Responsive Tweaks ===== */
@media (max-width: 600px) {
    .kz_ai_slide_2_hero .kz_ai_heading {
        font-size: 28px;
    }

    .kz_ai_slide_2_hero .kz_ai_subtext {
        font-size: 16px;
    }
}


/**3**/
.kz_ai_slide_1_birthsex {
    background-color: #111111;
    color: #fff;
    padding: 40px;
    max-width: 100%;
    margin: auto;
    font-family: 'Arial', sans-serif;
    height: 100vh;
    max-height: 100%;
    position: initial; 
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
}
.kz_ai_slide_div_birthsex {
    /* width: 100%; */
    /* height: 100vh; */
    max-width: 600px;
    margin: 0 auto;
    float: none;
}
.kz_ai_title{
    color:#FFFFFF!important;
}
 .kz_ai_slide_1_birthsex .kz_ai_title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
  }

  .kz_ai_slide_1_birthsex .kz_ai_birthsex_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .kz_ai_slide_1_birthsex .kz_ai_birthsex_option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1c1c1c;
    padding: 20px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
  }

  .kz_ai_slide_1_birthsex .kz_ai_birthsex_option:hover {
    border-color: #1400FF;
  }

  .kz_ai_slide_1_birthsex .kz_ai_birthsex_option.selected {
    border-color: #1400FF;
  }

  .kz_ai_slide_1_birthsex .kz_ai_label {
    font-size: 18px;
    font-weight: bold;
  }

  .kz_ai_slide_1_birthsex .kz_ai_birthsex_option img {
    height: 100px;
  }

  .kz_ai_slide_1_birthsex .kz_ai_buttons {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }

  .kz_ai_slide_1_birthsex .kz_ai_btn {
    background-color: #1400FF;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
  }
  a#kz_ai_startprogram {
    cursor: pointer;
}
.kz_ai-alert {
      background-color: #1500FF;
      color: white;
      padding: 16px 24px;
      margin: 20px auto;
      width: fit-content;
      max-width: 90%;
      border-radius: 8px;
      font-family: Arial, sans-serif;
      font-size: 16px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .kz_ai-alert-icon {
      font-weight: bold;
      font-size: 18px;
    }
    
    .kz_ai-alert-age_input {
      background-color: #1500FF;
      color: white;
      padding: 16px 24px;
      margin: 20px auto;
      width: fit-content;
      max-width: 90%;
      border-radius: 8px;
      font-family: Arial, sans-serif;
      font-size: 16px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .kz_ai-alert-icon-age_input {
      font-weight: bold;
      font-size: 18px;
    }
	
	/*4**/
	
	h2.text-2xl.font-bold {
    color: #ffF!important;
}
	
	
/**
  .kz_ai_slide_4_weight button:hover {
    background-color: #cc3700;
  }
  
  .kz_ai_slider::-webkit-slider-thumb {
      background-color: #FF4500;
      cursor: pointer;
    }
    .kz_ai_slider::-webkit-slider-runnable-track {
      background-color: #8B0000;
      
    }
    .kz_ai_slider {
      accent-color: #FF4500;
    }/**/
	input#kz_ai_weight_slider {
    background-color:#1400FF!important;
    cursor: pointer;
    accent-color: #1400FF!important;
}

/**5*/

.kz_ai_slide_2_height {
    background-color: #111;
    color: #fff;
    padding: 40px;
    max-width: 100%;
    margin: auto;
    font-family: 'Arial', sans-serif;
    height: 100%;
}
.kz_ai_slide_div_height {
    max-width: 600px;
    margin: 0 auto;
    float: none;
}

.kz_ai_slide_2_height .kz_ai_title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.kz_ai_slide_2_height .kz_ai_height_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.kz_ai_slide_2_height .kz_ai_height_option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1c1c1c;
    padding: 20px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.kz_ai_slide_2_height .kz_ai_height_option:hover {
    border-color: #1400FF;
}

.kz_ai_slide_2_height .kz_ai_height_option.selected {
    border-color: #1400FF;
}

.kz_ai_slide_2_height .kz_ai_label {
    font-size: 18px;
    font-weight: bold;
}

.kz_ai_slide_2_height .kz_ai_height_option img {
    height: 100px;
}

.kz_ai_slide_2_height .kz_ai_buttons {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.kz_ai_slide_2_height .kz_ai_btn {
    background-color: #1400FF;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

a#kz_ai_startprogram {
    cursor: pointer;
}

.kz_ai-alert {
    background-color: #1500FF;
    color: white;
    padding: 16px 24px;
    margin: 20px auto;
    width: fit-content;
    max-width: 90%;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 10px;
}

.kz_ai-alert-icon {
    font-weight: bold;
    font-size: 18px;
}
/*6**/

.kz_ai_slide_pri_work_goal {
    background-color: #111;
    color: #fff;
    padding: 40px;
    max-width: 100%;
    margin: auto;
    font-family: 'Arial', sans-serif;
    height: 100%;
}
.kz_ai_slide_div_pri_work_goal {
    max-width: 600px;
    margin: 0 auto;
    float: none;
}
.kz_ai_slide_pri_work_goal .kz_ai_title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}
.kz_ai_slide_pri_work_goal .kz_ai_goal_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.kz_ai_slide_pri_work_goal .kz_ai_goal_option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1c1c1c;
    padding: 20px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}
.kz_ai_slide_pri_work_goal .kz_ai_goal_option:hover {
    border-color: #1400FF;
}
.kz_ai_slide_pri_work_goal .kz_ai_goal_option.selected {
    border-color: #1400FF;
}
.kz_ai_slide_pri_work_goal .kz_ai_label {
    font-size: 18px;
    font-weight: bold;
}
.kz_ai_slide_pri_work_goal .kz_ai_goal_option img {
    height: 100px;
}
.kz_ai_slide_pri_work_goal .kz_ai_buttons {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.kz_ai_slide_pri_work_goal .kz_ai_btn {
    background-color: #1400FF;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}
.kz_ai-alert {
    background-color: #1500FF;
    color: white;
    padding: 16px 24px;
    margin: 20px auto;
    width: fit-content;
    max-width: 90%;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 10px;
}
.kz_ai-alert-icon {
    font-weight: bold;
    font-size: 18px;
}

/**7*/


.kz_ai_slide_ideal_bodyg_goal {
    background-color: #111;
    color: #fff;
    padding: 40px;
    max-width: 100%;
    margin: auto;
    font-family: 'Arial', sans-serif;
      height: 100%;
	padding-bottom:10%;
}
.kz_ai_slide_div_ideal_bodyg_goal {
    max-width: 600px;
    margin: 0 auto;
    float: none;
}
.kz_ai_slide_ideal_bodyg_goal .kz_ai_title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}
.kz_ai_slide_ideal_bodyg_goal .kz_ai_bodygoal_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.kz_ai_slide_ideal_bodyg_goal .kz_ai_bodygoal_option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1c1c1c;
    padding: 20px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}
.kz_ai_slide_ideal_bodyg_goal .kz_ai_bodygoal_option:hover {
    border-color: #1400FF;
}
.kz_ai_slide_ideal_bodyg_goal .kz_ai_bodygoal_option.selected {
    border-color: #1400FF;
}
.kz_ai_slide_ideal_bodyg_goal .kz_ai_label {
    font-size: 18px;
    font-weight: bold;
}
.kz_ai_slide_ideal_bodyg_goal .kz_ai_bodygoal_option img {
    height: 100px;
}
.kz_ai_slide_ideal_bodyg_goal .kz_ai_buttons {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.kz_ai_slide_ideal_bodyg_goal .kz_ai_btn {
    background-color: #1400FF;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

input#kz_ai_bodyfat_slider {
    background-color: #1400FF!important;
    cursor: pointer;
    accent-color: #1400FF!important;
}
.kz_ai_slide_main_prob_area {
    background-color: #111;
    color: #fff;
    padding: 40px;
    max-width: 100%;
    margin: auto;
    font-family: 'Arial', sans-serif;
    height: 100%;
	padding-bottom:10%;
}
.kz_ai_slide_div_main_prob_area {
    max-width: 600px;
    margin: 0 auto;
    float: none;
}
.kz_ai_slide_main_prob_area .kz_ai_title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}
.kz_ai_slide_main_prob_area .kz_ai_problemarea_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.kz_ai_slide_main_prob_area .kz_ai_problemarea_option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1c1c1c;
    padding: 20px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}
.kz_ai_slide_main_prob_area .kz_ai_problemarea_option:hover {
    border-color: #1400FF;
}
.kz_ai_slide_main_prob_area .kz_ai_problemarea_option.selected {
    border-color: #1400FF;
}
.kz_ai_slide_main_prob_area .kz_ai_label {
    font-size: 18px;
    font-weight: bold;
}
.kz_ai_slide_main_prob_area .kz_ai_problemarea_option img {
    height: 100px;
}
.kz_ai_slide_main_prob_area .kz_ai_buttons {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.kz_ai_slide_main_prob_area .kz_ai_btn {
    background-color: #1400FF;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}


/******9**/

.kz_ai_slide_exercise_per_week {
    background-color: #111;
    color: #fff;
    padding: 40px;
    max-width: 100%;
    margin: auto;
    font-family: 'Arial', sans-serif;
    height: 100%;
}
.kz_ai_slide_div_exercise_per_week {
    max-width: 600px;
    margin: 0 auto;
    float: none;
}
.kz_ai_slide_exercise_per_week .kz_ai_title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}
.kz_ai_slide_exercise_per_week .kz_ai_exercise_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.kz_ai_slide_exercise_per_week .kz_ai_exercise_option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1c1c1c;
    padding: 20px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}
.kz_ai_slide_exercise_per_week .kz_ai_exercise_option:hover {
    border-color: #1400FF;
}
.kz_ai_slide_exercise_per_week .kz_ai_exercise_option.selected {
    border-color: #1400FF;
}
.kz_ai_slide_exercise_per_week .kz_ai_label {
    font-size: 18px;
    font-weight: bold;
}
.kz_ai_slide_exercise_per_week .kz_ai_exercise_option img {
    height: 100px;
}
.kz_ai_slide_exercise_per_week .kz_ai_buttons {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.kz_ai_slide_exercise_per_week .kz_ai_btn {
    background-color: #1400FF;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

/**10**/
.kz_ai_slide_avg_work_durration {
    background-color: #111;
    color: #fff;
    padding: 40px;
    max-width: 100%;
    margin: auto;
    font-family: 'Arial', sans-serif;
    height: 100%;
}

.kz_ai_slide_div_avg_work_duration {
    max-width: 600px;
    margin: 0 auto;
    float: none;
}

.kz_ai_slide_avg_work_durration .kz_ai_title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.kz_ai_slide_avg_work_durration .kz_ai_avg_duration_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.kz_ai_slide_avg_work_durration .kz_ai_avg_duration_option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1c1c1c;
    padding: 20px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.kz_ai_slide_avg_work_durration .kz_ai_avg_duration_option:hover {
    border-color: #1400FF;
}

.kz_ai_slide_avg_work_durration .kz_ai_avg_duration_option.selected {
    border-color: #1400FF;
}

.kz_ai_slide_avg_work_durration .kz_ai_label {
    font-size: 18px;
    font-weight: bold;
}

.kz_ai_slide_avg_work_durration .kz_ai_avg_duration_option img {
    height: 100px;
}

.kz_ai_slide_avg_work_durration .kz_ai_buttons {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.kz_ai_slide_avg_work_durration .kz_ai_btn {
    background-color: #1400FF;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}


.kz_ai_slide_pref_tra_sty {
    background-color: #111;
    color: #fff;
    padding: 40px;
    max-width: 100%;
    margin: auto;
    font-family: 'Arial', sans-serif;
    height: 100%;
}
.kz_ai_pref_style_option img {
    height: 100px!important;
}
.kz_ai_slide_div_pref_tra_sty {
    max-width: 600px;
    margin: 0 auto;
    float: none;
}

.kz_ai_slide_pref_tra_sty .kz_ai_title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.kz_ai_pref_style_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.kz_ai_pref_style_option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1c1c1c;
    padding: 40px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.kz_ai_pref_style_option:hover {
    border-color: #1400FF;
}

.kz_ai_pref_style_option.selected {
    border-color: #1400FF;
}

.kz_ai_slide_pref_tra_sty .kz_ai_label {
    font-size: 18px;
    font-weight: bold;
}

.kz_ai_pref_style_option img {
    height: 100px;
}

.kz_ai_slide_pref_tra_sty .kz_ai_buttons {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.kz_ai_slide_pref_tra_sty .kz_ai_btn {
    background-color: #1400FF;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.kz_ai_slide_equip_acces {
  background-color: #111;
  color: #fff;
  padding: 40px;
  max-width: 100%;
  margin: auto;
  font-family: 'Arial', sans-serif;
  height: 100%;
}

.kz_ai_slide_div_equip_acces {
  max-width: 600px;
  margin: 0 auto;
  float: none;
}

.kz_ai_slide_equip_acces .kz_ai_title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.kz_ai_slide_equip_acces .kz_ai_equip_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.kz_ai_slide_equip_acces .kz_ai_equip_option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1c1c1c;
  padding: 20px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.kz_ai_slide_equip_acces .kz_ai_equip_option:hover {
  border-color: #1400FF;
}

.kz_ai_slide_equip_acces .kz_ai_equip_option.selected {
  border-color: #1400FF;
}

.kz_ai_slide_equip_acces .kz_ai_label {
  font-size: 18px;
  font-weight: bold;
}

.kz_ai_slide_equip_acces .kz_ai_equip_option img {
  height: 100px;
}

.kz_ai_slide_equip_acces .kz_ai_buttons {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.kz_ai_slide_equip_acces .kz_ai_btn {
  background-color: #1400FF;
  border: none;
  padding: 12px 25px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

.kz_ai_slide_avt_lvl_out_work {
  background-color: #111;
  color: #fff;
  padding: 40px;
  max-width: 100%;
  margin: auto;
  font-family: 'Arial', sans-serif;
  height: 100%;
  
}

.kz_ai_slide_div_avt_lvl_out_work {
  max-width: 600px;
  margin: 0 auto;
  float: none;
}

.kz_ai_slide_avt_lvl_out_work .kz_ai_title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.kz_ai_slide_avt_lvl_out_work .kz_ai_activity_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.kz_ai_slide_avt_lvl_out_work .kz_ai_activity_option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1c1c1c;
  padding: 20px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.kz_ai_slide_avt_lvl_out_work .kz_ai_activity_option:hover {
  border-color: #1400FF;
}

.kz_ai_slide_avt_lvl_out_work .kz_ai_activity_option.selected {
  border-color: #1400FF;
}

.kz_ai_slide_avt_lvl_out_work .kz_ai_label {
  font-size: 18px;
  font-weight: bold;
}

.kz_ai_slide_avt_lvl_out_work .kz_ai_activity_option img {
  height: 100px;
}

.kz_ai_slide_avt_lvl_out_work .kz_ai_buttons {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.kz_ai_slide_avt_lvl_out_work .kz_ai_btn {
  background-color: #1400FF;
  border: none;
  padding: 12px 25px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}
.kz_ai_slide_avt_lvl_out_work {
  background-color: #111;
  color: #fff;
  padding: 40px;
  max-width: 100%;
  margin: auto;
  font-family: 'Arial', sans-serif;
  height: 100%;
}

.kz_ai_slide_div_avt_lvl_out_work {
  max-width: 600px;
  margin: 0 auto;
  float: none;
}

.kz_ai_slide_avt_lvl_out_work .kz_ai_title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.kz_ai_slide_avt_lvl_out_work .kz_ai_activity_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.kz_ai_slide_avt_lvl_out_work .kz_ai_activity_option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1c1c1c;
  padding: 20px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.kz_ai_slide_avt_lvl_out_work .kz_ai_activity_option:hover {
  border-color: #1400FF;
}

.kz_ai_slide_avt_lvl_out_work .kz_ai_activity_option.selected {
  border-color: #1400FF;
}

.kz_ai_slide_avt_lvl_out_work .kz_ai_label {
  font-size: 18px;
  font-weight: bold;
}

.kz_ai_slide_avt_lvl_out_work .kz_ai_activity_option img {
  height: 100px;
}

.kz_ai_slide_avt_lvl_out_work .kz_ai_buttons {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.kz_ai_slide_avt_lvl_out_work .kz_ai_btn {
  background-color: #1400FF;
  border: none;
  padding: 12px 25px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

/*

.kz_ai_slide_avg_work_durration,
.kz_ai_slide_pref_tra_sty,
.kz_ai_slide_equip_acces,
.kz_ai_slide_avt_lvl_out_work {
  background-color: #111;
  color: #fff;
  padding: 40px;
  max-width: 100%;
  margin: auto;
  font-family: 'Arial', sans-serif;
  height: 100vh;
}

.kz_ai_slide_div_avg_work_durration,
.kz_ai_slide_div_pref_tra_sty,
.kz_ai_slide_div_equip_acces,
.kz_ai_slide_div_avt_lvl_out_work {
  max-width: 600px;
  margin: 0 auto;
  float: none;
}

.kz_ai_title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.kz_ai_duration_list,
.kz_ai_trainstyle_list,
.kz_ai_equipment_list,
.kz_ai_activity_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.kz_ai_duration_option,
.kz_ai_trainstyle_option,
.kz_ai_equipment_option,
.kz_ai_activity_option {
  background-color: #1c1c1c;
  padding: 20px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.kz_ai_duration_option:hover,
.kz_ai_trainstyle_option:hover,
.kz_ai_equipment_option:hover,
.kz_ai_activity_option:hover {
  border-color: #1400FF;
}

.kz_ai_duration_option.selected,
.kz_ai_trainstyle_option.selected,
.kz_ai_equipment_option.selected,
.kz_ai_activity_option.selected {
  border-color: #1400FF;
}

.kz_ai_label {
  font-size: 18px;
  font-weight: bold;
}

.kz_ai_buttons {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.kz_ai_btn {
  background-color: #1400FF;
  border: none;
  padding: 12px 25px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}
*/
.kz_ai_slide_curr_nut_app {
  background-color: #111;
  color: #fff;
  padding: 40px;
  max-width: 100%;
  margin: auto;
  font-family: 'Arial', sans-serif;
  height: 100%;
}

.kz_ai_slide_div_curr_nut_app {
  max-width: 600px;
  margin: 0 auto;
  float: none;
}

.kz_ai_slide_curr_nut_app .kz_ai_title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.kz_ai_slide_curr_nut_app .kz_ai_nutrition_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.kz_ai_slide_curr_nut_app .kz_ai_nutrition_option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1c1c1c;
  padding: 20px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.kz_ai_slide_curr_nut_app .kz_ai_nutrition_option:hover {
  border-color: #1400FF;
}

.kz_ai_slide_curr_nut_app .kz_ai_nutrition_option.selected {
  border-color: #1400FF;
}

.kz_ai_slide_curr_nut_app .kz_ai_label {
  font-size: 18px;
  font-weight: bold;
}

.kz_ai_slide_curr_nut_app .kz_ai_nutrition_option img {
  height: 100px;
}

.kz_ai_slide_curr_nut_app .kz_ai_buttons {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.kz_ai_slide_curr_nut_app .kz_ai_btn {
  background-color: #1400FF;
  border: none;
  padding: 12px 25px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

.kz_ai_slide_avg_nig_slp {
  background-color: #111;
  color: #fff;
  padding: 40px;
  max-width: 100%;
  margin: auto;
  font-family: 'Arial', sans-serif;
  height: 100%;
}

.kz_ai_slide_div_avg_nig_slp {
  max-width: 600px;
  margin: 0 auto;
  float: none;
}

.kz_ai_slide_avg_nig_slp .kz_ai_title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.kz_ai_slide_avg_nig_slp .kz_ai_sleep_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.kz_ai_slide_avg_nig_slp .kz_ai_sleep_option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1c1c1c;
  padding: 20px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.kz_ai_slide_avg_nig_slp .kz_ai_sleep_option:hover {
  border-color: #1400FF;
}

.kz_ai_slide_avg_nig_slp .kz_ai_sleep_option.selected {
  border-color: #1400FF;
}

.kz_ai_slide_avg_nig_slp .kz_ai_label {
  font-size: 18px;
  font-weight: bold;
}

.kz_ai_slide_avg_nig_slp .kz_ai_sleep_option img {
  height: 100px;
}

.kz_ai_slide_avg_nig_slp .kz_ai_buttons {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.kz_ai_slide_avg_nig_slp .kz_ai_btn {
  background-color: #1400FF;
  border: none;
  padding: 12px 25px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}


.kz_ai_slide_week_str_lvl {
  background-color: #111;
  color: #fff;
  padding: 40px;
  max-width: 100%;
  margin: auto;
  font-family: 'Arial', sans-serif;
  height: 100%;
}

.kz_ai_slide_div_week_str_lvl {
  max-width: 600px;
  margin: 0 auto;
  float: none;
}

.kz_ai_slide_week_str_lvl .kz_ai_title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.kz_ai_slide_week_str_lvl .kz_ai_stress_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.kz_ai_slide_week_str_lvl .kz_ai_stress_option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1c1c1c;
  padding: 20px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.kz_ai_slide_week_str_lvl .kz_ai_stress_option:hover {
  border-color: #1400FF;
}

.kz_ai_slide_week_str_lvl .kz_ai_stress_option.selected {
  border-color: #1400FF;
}

.kz_ai_slide_week_str_lvl .kz_ai_label {
  font-size: 18px;
  font-weight: bold;
}

.kz_ai_slide_week_str_lvl .kz_ai_stress_option img {
  height: 100px;
}

.kz_ai_slide_week_str_lvl .kz_ai_buttons {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.kz_ai_slide_week_str_lvl .kz_ai_btn {
  background-color: #1400FF;
  border: none;
  padding: 12px 25px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

.kz_ai_slide_health_lim_aff_exe {
  background-color: #111;
  color: #fff;
  padding: 40px;
  max-width: 100%;
  margin: auto;
  font-family: 'Arial', sans-serif;
  height: 100%;
}

.kz_ai_slide_div_health_lim_aff_exe {
  max-width: 600px;
  margin: 0 auto;
  float: none;
}

.kz_ai_slide_health_lim_aff_exe .kz_ai_title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.kz_ai_slide_health_lim_aff_exe .kz_ai_limit_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.kz_ai_slide_health_lim_aff_exe .kz_ai_limit_option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1c1c1c;
  padding: 20px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.kz_ai_slide_health_lim_aff_exe .kz_ai_limit_option:hover {
  border-color: #1400FF;
}

.kz_ai_slide_health_lim_aff_exe .kz_ai_limit_option.selected {
  border-color: #1400FF;
}

.kz_ai_slide_health_lim_aff_exe .kz_ai_label {
  font-size: 18px;
  font-weight: bold;
}

.kz_ai_slide_health_lim_aff_exe .kz_ai_limit_option img {
  height: 100px;
}

.kz_ai_slide_health_lim_aff_exe .kz_ai_buttons {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.kz_ai_slide_health_lim_aff_exe .kz_ai_btn {
  background-color: #1400FF;
  border: none;
  padding: 12px 25px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}
div#kz_ai_continue_bodyfat{
    background:#1400FF!important;
}

.kz_ai_slide_time_noti_change {
  background-color: #111;
  color: #fff;
  padding: 40px;
  max-width: 100%;
  margin: auto;
  font-family: 'Arial', sans-serif;
  height: 100%;
}

.kz_ai_slide_div_time_noti_change {
  max-width: 600px;
  margin: 0 auto;
  float: none;
}

.kz_ai_slide_time_noti_change .kz_ai_title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.kz_ai_slide_time_noti_change .kz_ai_time_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.kz_ai_slide_time_noti_change .kz_ai_time_option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1c1c1c;
  padding: 20px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.kz_ai_slide_time_noti_change .kz_ai_time_option:hover {
  border-color: #1400FF;
}

.kz_ai_slide_time_noti_change .kz_ai_time_option.selected {
  border-color: #1400FF;
}

.kz_ai_slide_time_noti_change .kz_ai_label {
  font-size: 18px;
  font-weight: bold;
}

.kz_ai_slide_time_noti_change .kz_ai_time_option img {
  height: 100px;
}
/**/
.kz_ai_slide_time_noti_change .kz_ai_buttons {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}/**/

.kz_ai_slide_time_noti_change .kz_ai_btn {
  background-color: #1400FF;
  border: none;
  padding: 12px 25px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}
.kz_ai_slide_user_info {
  background-color: #111;
  color: #fff;
  padding: 40px;
  max-width: 100%;
  margin: auto;
  font-family: 'Arial', sans-serif;
  height: 100vh;
}

.kz_ai_slide_div_user_info {
  max-width: 600px;
  margin: 0 auto;
}

.kz_ai_slide_user_info .kz_ai_title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.kz_ai_form_group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.kz_ai_form_group label {
  font-size: 16px;
  margin-bottom: 5px;
}

.kz_ai_form_group input {
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  background-color: #1c1c1c;
  color: #fff;
}

.kz_ai_form_group input:focus {
  border-color: #1400FF;
  outline: none;
}

.kz_ai_slide_user_info .kz_ai_buttons {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.kz_ai_slide_user_info .kz_ai_btn {
  background-color: #1400FF;
  border: none;
  padding: 12px 25px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}
.kz_ai-container {
      display: flex;
      align-items: center;
      width: 100%;
    }
    .kz_ai-btn {
      background: #2e2e2e;
      color: white;
      border: none;
      padding: 10px;
      cursor: pointer;
      margin-right: 10px;
      font-size: 16px;
    }
    .kz_ai-btn:hover {
      background: #444;
    }
    .kz_ai-bar-wrapper {
      flex: 1;
      height: 4px;
      background: #333;
      position: relative;
      margin-right: 10px;
    }
    .kz_ai-bar {
      height: 100%;
      background: #1400FF;
      width: 5.26%;
    }
    .kz_ai-text {
      min-width: 40px;
      text-align: right;
	  color: #fff;
    }
	.kz_ai_main_parent {
    background: #111111;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}


div#kz_ai_prev_user {
  background-color: #1400FF;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
      font-weight: 400;
    font-family: 'Arial', sans-serif;
    text-transform: capitalize;
}
button.kz_ai_wtbut.tmt-6.px-6.py-2.bg-orange-600.hover\:bg-orange-700.text-white.font-semibold.rounded {
    background-color: #1400FF;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
    text-transform: capitalize;
}
.kz_ai_slide_div_user_info label {
    color: #FFFFFF!important;
}
.kz_ai_logo {
      float: left;
    width: 100%;
    text-align: center;
    /* margin: 0 auto; */
    /* left: 20%!important; */
    display: ruby;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
img.kz_ai_img {
    width: 110px;
    height: auto;
    /* float: left; */
}
div#kz_ai_prev_time {
     background-color: #1400FF;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
      font-weight: 400;
    font-family: 'Arial', sans-serif;
    text-transform: capitalize;
        height: 2%;
}
input#kz_ai_next_time {
    background-color: #1400FF;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    height: 2%;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
    text-transform: capitalize;
}
.kz_ai_bodyfat .kz_ai_logo,.kz_ai_slide_4_weight .kz_ai_logo {
    float: left!important;;
    width: 100%!important;;
    text-align: center!important;;
    
    display: ruby!important;;
    position: absolute!important;;
    top: 15%;
}

@media (min-width: 768px) and (max-width: 1024px) {
    div#kz_ai_weight_form {
    padding-top: 0px!important;
}
 img.kz_ai_img {
    width: 90px;
    height: auto;
   
    /* float: left; */
}
.kz_ai_slide_2_hero {
       
 top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
            padding-top: 20px;
}
.kz_ai_slide_1_birthsex {
 
     
    top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
   overflow: auto;
           padding-top: 20px;
   
}
div#kz_ai_prev_time {
    
    background-color: #1400FF;
        border: none;
        padding: 12px 25px;
        color: #fff;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
            height: 2%;
}
input#kz_ai_next_time {
    background-color: #1400FF!important;
    border: none!important;
    padding: 12px 25px!important;
    color: #fff!important;
    font-size: 16px!important;
    border-radius: 5px!important;
    cursor: pointer;
    height: auto!important;
    font-weight: 400!important;
    font-family: 'Arial', sans-serif!important;
    text-transform: capitalize!important;
}
.kz_ai_bodyfat .kz_ai_logo, .kz_ai_slide_4_weight .kz_ai_logo {
    
    top: 7%!important;
}
div#kz_ai_bodyfat_container {
    padding-top: 0px!important;
}
.kz_ai_slide_2_height,.kz_ai_slide_pri_work_goal,.kz_ai_slide_ideal_bodyg_goal,.kz_ai_slide_main_prob_area,.kz_ai_slide_exercise_per_week,.kz_ai_slide_avg_work_durration,.kz_ai_slide_pref_tra_sty,.kz_ai_slide_equip_acces,.kz_ai_slide_avt_lvl_out_work,.kz_ai_slide_curr_nut_app,.kz_ai_slide_avg_nig_slp,.kz_ai_slide_week_str_lvl,.kz_ai_slide_health_lim_aff_exe,.kz_ai_slide_time_noti_change{
     padding-top: 20px!important;
}
}

@media (max-width: 736px) {
     
img.kz_ai_img {
    width: 90px;
    height: auto;
    /* float: left; */
}
.kz_ai_slide_2_hero {
   top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  padding-top: 20px;
}
.kz_ai_slide_1_birthsex {
 
            padding-top: 20px;
    top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
   overflow: auto;
   
}
div#kz_ai_prev_time {
    
   background-color: #1400FF;
        border: none;
        padding: 12px 25px;
        color: #fff;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
            height: 2%;
}
input#kz_ai_next_time {
    background-color: #1400FF;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    height: auto;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
    text-transform: capitalize;
}
 div#kz_ai_weight_form {
    padding-top: 0px!important;
}
.kz_ai_bodyfat .kz_ai_logo, .kz_ai_slide_4_weight .kz_ai_logo {
    
    top: 7%!important;
}

div#kz_ai_bodyfat_container {
    padding-top: 0px!important;
}
.kz_ai_slide_2_height,.kz_ai_slide_pri_work_goal,.kz_ai_slide_ideal_bodyg_goal,.kz_ai_slide_main_prob_area,.kz_ai_slide_exercise_per_week,.kz_ai_slide_avg_work_durration,.kz_ai_slide_pref_tra_sty,.kz_ai_slide_equip_acces,.kz_ai_slide_avt_lvl_out_work,.kz_ai_slide_curr_nut_app,.kz_ai_slide_avg_nig_slp,.kz_ai_slide_week_str_lvl,.kz_ai_slide_health_lim_aff_exe,.kz_ai_slide_time_noti_change{
     padding-top: 20px!important;
}
}
@media (max-width: 768px) {
      div#kz_ai_weight_form {
    padding-top: 0px!important;
}
img.kz_ai_img {
    width: 90px;
    height: auto;
    /* float: left; */
}
.kz_ai_slide_2_hero {
           padding-top: 20px;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
}
.kz_ai_slide_1_birthsex {
           padding-top: 20px;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
   overflow: auto;
   
}
div#kz_ai_prev_time {
    
   background-color: #1400FF;
        border: none;
        padding: 12px 25px;
        color: #fff;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
            height: 2%;
    
}
input#kz_ai_next_time {
    background-color: #1400FF;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    height: auto;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
    text-transform: capitalize;
}
.kz_ai_bodyfat .kz_ai_logo, .kz_ai_slide_4_weight .kz_ai_logo {
    
    top: 7%!important;
}
div#kz_ai_bodyfat_container {
    padding-top: 0px!important;
}
.kz_ai_slide_2_height,.kz_ai_slide_pri_work_goal,.kz_ai_slide_ideal_bodyg_goal,.kz_ai_slide_main_prob_area,.kz_ai_slide_exercise_per_week,.kz_ai_slide_avg_work_durration,.kz_ai_slide_pref_tra_sty,.kz_ai_slide_equip_acces,.kz_ai_slide_avt_lvl_out_work,.kz_ai_slide_curr_nut_app,.kz_ai_slide_avg_nig_slp,.kz_ai_slide_week_str_lvl,.kz_ai_slide_health_lim_aff_exe,.kz_ai_slide_time_noti_change{
     padding-top: 20px!important;
}
}


@media (max-width: 1180px) {
      div#kz_ai_weight_form {
    padding-top: 0px!important;
}
  /* CSS rules for screens up to 1108px wide */
  .kz_ai_slide_1_birthsex {
             padding-top: 20px;
    top: 0;
    left: 0;
    width: 100vw;
   
    overflow: auto;
}
.kz_ai_bodyfat .kz_ai_logo, .kz_ai_slide_4_weight .kz_ai_logo {
    
    top: 7%!important;
}
div#kz_ai_bodyfat_container {
    padding-top: 0px!important;
}
.kz_ai_slide_2_height,.kz_ai_slide_pri_work_goal,.kz_ai_slide_ideal_bodyg_goal,.kz_ai_slide_main_prob_area,.kz_ai_slide_exercise_per_week,.kz_ai_slide_avg_work_durration,.kz_ai_slide_pref_tra_sty,.kz_ai_slide_equip_acces,.kz_ai_slide_avt_lvl_out_work,.kz_ai_slide_curr_nut_app,.kz_ai_slide_avg_nig_slp,.kz_ai_slide_week_str_lvl,.kz_ai_slide_health_lim_aff_exe,.kz_ai_slide_time_noti_change{
     padding-top: 20px!important;
}
}

button.kz_ai_wtbut_back.tmt-6.px-6.py-2.bg-orange-600.hover\:bg-orange-700.text-white.font-semibold.rounded {
    background-color: #1400FF;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
     font-weight: 400;
    font-family: 'Arial', sans-serif;
    text-transform: capitalize;
}
.kz_ai_wtbut_btn_all {
    float: left;
    width: 100%;
}
.kz_ai_wtbut_btn_all_lft {
    float: left;
    width: 50%;
}
.kz_ai_wtbut_btn_all_rght {
    float: right;
    width: 50%;
    text-align: right;
}
button.kz_ai_bodyfat_back.tmt-6.px-6.py-2.bg-orange-600.hover\:bg-orange-700.text-white.font-semibold.rounded {
    background-color: #1400FF;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
    text-transform: capitalize;
}
div#kz_ai_continue_bodyfat {
    background-color: #1400FF;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
      font-weight: 400;
    font-family: 'Arial', sans-serif;
    text-transform: capitalize;
}
.kz_ai_bodyfat_panel .kz_ai_wtbut_btn_all_rght {
    float: right;
    width: auto;
    text-align: right;
}

/* Main popup wrapper */
#ai_kz_popup {
 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex; /* this is overridden by !important above to prevent auto-show */
  justify-content: center;
  align-items: center;
}

/* Popup box */
#ai_kz_popup > div {
  background: #fff;
  padding: 30px 25px;
  border-radius: 10px;
  text-align: center;
  max-width: 90%;
  width: 400px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

/* Message above spinner */
#ai_kz_popup p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

/* Spinner style */
.spinner {
  border: 4px solid #eee;
  border-top: 4px solid #1400FF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

/* Dashboard message below spinner */
#dashboard_msg {
  margin: 20px 0;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* Button link styled like a button */
#go_to_dashboard_btn {
  padding: 10px 24px;
  background: #1400FF;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  transition: background 0.3s ease;
}

#go_to_dashboard_btn:hover {
  background: #1400FF;
}

/* Spinner animation */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Responsive */
@media (max-width: 480px) {
  #ai_kz_popup > div {
    width: 90%;
    padding: 20px;
  }

  #go_to_dashboard_btn {
    width: 100%;
    font-size: 15px;
  }
}
