@font-face {
  font-family: "sofia-pro";
  src: url("/static_assets/fonts/SofiaProRegular.woff");
  font-display: swap;
  font-style: normal;
}

:root {
  --progress-bg: rgb(204, 204, 204);
  --progress-bg-goal: rgb(178, 178, 178);
  --progress-bar1: rgb(28, 49, 74);
  --progress-bar2: rgb(39, 66, 95);
  --text-color-black: rgb(0, 0, 0);
  --text-color-black1: rgb(3, 3, 3);
  --text-color-default1: rgb(66, 66, 66);
  --text-color-default2: rgb(68, 68, 68);
  --text-color-white: rgb(255, 255, 255);
  --text-color-lt: rgb(156, 156, 156);
  --text-color-lt2: rgb(115, 115, 115);
  --text-color-lt3: rgb(87, 90, 92);
  --text-color-lt4: rgb(72, 72, 72);
  --text-color-md3: rgb(79, 145, 220);
  --text-color-md2: rgb(79, 100, 145);
  --text-color-md: rgb(54, 119, 180);
  --text-color-dr: rgb(34, 84, 138);
  --text-color-dr2: rgb(33, 84, 138);
  --border-color-black: rgb(0, 0, 0);
  --border-color-lt1: rgb(156, 156, 156);
  --border-color-lt2: rgba(54, 119, 180, 0.42);
  --border-color-md: rgb(54, 119, 180);
  --border-color-dr: rgb(34, 84, 138);
  --border-img-color: rgba(54, 119, 180, 0.42);
  --current-day-lt: rgb(156, 156, 156);
  --current-day-md: rgb(54, 119, 180);
  --current-day-dr: rgb(34, 84, 138);
  --previous-day-bg-color: rgb(255, 141, 141);
  --current-day-bg-color: rgb(255, 255, 255);
  --future-day-bg-color: rgb(255, 255, 255);
  --bg-color-dr: rgb(54, 119, 180);
  --bg-color-dr2: rgba(54, 119, 180, 0.502);
  --bg-color-md: rgb(34, 84, 138);
  --bg-color-lt: rgb(238, 246, 255);
  --bg-color-default: rgb(255, 255, 255);
  --consult-card-text-color: rgb(37, 64, 120);
  --consult-card-bg: linear-gradient(180deg, rgb(113, 155, 201) 0%, rgb(34, 84, 138) 100%);
  --content-lib-text-color: rgb(37, 64, 120);
  --content-lib-bg: rgb(236, 236, 228);
  --content-lib-button-bg: rgb(38, 89, 143);
  --community-text-color: rgb(37, 64, 120);
  --community-text-color-lt: rgb(108, 108, 108);
  --community-lib-bg: rgb(225, 239, 248);
  --community-text-color: rgb(37, 64, 120);
  --schedule-appoint-bg: rgb(16, 45, 82);
  --loader-bg: rgba(255, 255, 255, 0.302);
  --loader-border-lt: rgb(243, 243, 243);
  --loader-border-color: rgb(52, 152, 219);
  --upload-text-color: rgb(15, 30, 61);
  --upload-bg-color: rgb(37, 64, 120);
  --onborad-text-color: rgb(15, 30, 61);
  --onborad-bg-color: rgb(37, 64, 120);
  --onborad-text-color: rgb(15, 30, 61);
  --log-bg-color: rgba(74, 144, 218, 0.1);
  --log-text-color: rgb(74, 144, 218);
  --watch-video-bg-white: rgb(236, 236, 228);
  --watch-video-text-color: rgb(37, 64, 120);
  --watch-video-bg-color: rgb(37, 64, 120);
}

html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "sofia-pro";
  color: var(--text-color-black1);
  font-size: 1.1rem !important;
  max-width: 400px;
  margin: auto;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

.w-80 {
  width: 80%;
}

.w-50 {
  width: 50%;
}

.loader,
.loader2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--loader-bg);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader .spinner,
.loader2 .spinner {
  border: 16px solid var(--loader-border-lt);
  /* Light grey */
  border-top: 16px solid var(--loader-border-color);
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

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

  100% {
    transform: rotate(360deg);
  }
}

/* START ------CSS CHANGES FOR REWARD PAGE-------  */
.habit_tacker_reward_main {
  padding: 30px;
}

.habit_tacker_reward_title {
  text-align: center;
  color: var(--text-color-md);
  font-weight: 600;
  font-size: 30px;
}

.habit_tacker_reward_subtitle {
  color: var(--text-color-md);
  opacity: 0.6;
  font-weight: 500;
  font-size: 18px;
}

.habit_tacker_reward_amount {
  color: var(--text-color-md);
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}

.habit_tacker_reward_amount_action {
  text-align: center;
  color: var(--text-color-lt3);
  font-weight: 400;
  font-size: 20px;
}

/* END ------CSS CHANGES FOR REWARD PAGE-------  */


/* START ------CSS CHANGES FOR PROGRESS PAGE-------  */
.habit_tacker_main {
  padding: 10px 15px;
}

.ht_body_container {
  border: 2px solid var(--border-color-dr);
  border-radius: 16px;
}

.ht_your_progress_container {
  padding: 5px 8px 8px;
}

.ht_your_progress_small_card_container {
  padding: 0px 8px 10px;
}

.ht_your_progress_small_card_container_title {
  font-size: 12px;
}

.ht_your_progress_small_card_container_body {
  /* display: flex; */
  justify-content: space-between;
  background: var(--bg-color-lt);
  color: var(--border-color-md);
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 15px;
}

#htRewardModal .modal-dialog,
#htLevelModal .modal-dialog {
  position: absolute;
  bottom: 0px;
  margin: 0;
  width: 100%;
}

#htRewardModal .modal-content,
#htLevelModal .modal-content {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}

#htRewardModal .modal-header,
#htLevelModal .modal-header {
  padding: 20px 20px 5px 30px;
  border: none;
}

#htRewardModal .modal-title,
#htLevelModal .modal-title {
  color: var(--text-color-dr);
  font-size: 24px;
  font-weight: 700;
}

#htRewardModal .modal-body,
#htLevelModal .modal-body {
  padding: 10px 20px 20px 30px;
}

.htRewardModal_title {
  color: var(--text-color-dr);
  font-weight: 600;
  font-size: 20px;
}

.htRewardModal_subtitle {
  color: var(--text-color-lt2);
  font-weight: 500;
  font-size: 16px;
}

.ht_header_title {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  color: var(--text-color-md2);
}

.ht_header_day {
  font-weight: 600;
  font-size: 58px;
  line-height: 150%;
  color: var(--text-color-md);
}

.ht_header_dayText {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: var(--text-color-md);
  opacity: 0.5;
  padding-left: 10px;
}

.ht_header_day_container {
  display: flex;
}

.ht_header_post_21_days {
  font-size: 24px;
  font-weight: 500;
  color: var(--text-color-dr2);
  margin-top: 0;
  margin-bottom: 5px;
}

.ht_your_progress_title {
  font-weight: 700;
  font-size: 23px;
  line-height: 24px;
  align-items: center;
  color: var(--text-color-dr);
}

.ht_your_progress_logtext,
.logs_back_btn {
  background: var(--bg-color-md);
  color: var(--text-color-white);
  padding: 4px 14px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  width: max-content;
}

.ht_your_progress_logtext img {
  width: 13px;
  margin-right: 5px;
}

.ht_your_progress_subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 153%;
  align-items: center;
  color: var(--text-color-md);
}

.ht_your_progress_small_card_1 {
  flex: 45%;
  margin: 5px;
}

.ht_your_progress_small_card_2 {
  flex: 55%;
  margin: 5px;
}

.ht_your_progress_small_card_title {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  align-items: center;
  color: var(--text-color-lt4);
}

.ht_your_progress_small_card_body {
  color: var(--text-color-md3);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  padding: 5px;
  background: var(--bg-color-lt);
  border-radius: 6px;
}

.ht_your_progress_calender_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-color-dr);
  padding: 0px 15px 10px 15px;
}

.fas.fa-caret-left.prevDays {
  color: var(--text-color-dr);
}

.ht_your_progress_calender_days {
  padding: 0px 5px 10px 5px;
  align-items: center;
}

.ht_your_progress_calender_day {
  font-size: 14px;
  border-radius: 50%;
  color: var(--text-color-md);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
  border: 1px solid var(--text-color-black);
  border-color: var(--text-color-md);
}

.ht_your_progress_calender_day.active .dateSelected {
  display: block;
  color: var(--text-color-dr2);
}

.ht_your_progress_calender_day::after {
  content: "";
  border-bottom: 2px solid var(--border-color-black);
  position: absolute;
  width: 30px;
  top: 50%;
  z-index: -1;
}

.ht_your_progress_calender_day:last-child::after {
  width: 0px;
}

.ht_your_progress_calender_day .dateSelected {
  display: none;
}

.ht_your_progress_calender_body {
  background: var(--bg-color-lt);
  background-clip: content-box;
  margin-top: 10px;
  border-radius: 16px;
  position: relative;
}

.ht_your_progress_calender_body_title_text {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: var(--text-color-default1);
  padding: 15px 15px 0px 15px;
}

.ht_your_progress_calender_body_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: var(--text-color-md);
}

.ht_your_progress_calender_body_subtitle {
  color: var(--text-color-md);
  opacity: 0.7;
  font-weight: 600;
  font-size: 15px;
  line-height: 150%;
  padding: 0px 15px 0 15px;
}

.ht_your_progress_calender_body_task {
  padding: 20px 0px 10px;
}

.ht_your_progress_calender_body_task_icon {
  flex: 30%;
  text-align: center;
  position: relative;
  border-color: var(--border-img-color);
}

.ht_your_progress_calender_body_task_title {
  flex: 55%;
}

.ht_your_progress_calender_body_task_title1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-color-md);
}

.ht_your_progress_calender_body_task_container.active .readMoreIcon {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

.ht_your_progress_calender_body_task_more_info {
  display: none;
}

.ht_your_progress_calender_body_task_more_info_text {
  padding: 5px 20px;
}

.ht_your_progress_calender_body_task_container.active .ht_your_progress_calender_body_task_more_info {
  display: block;
}

.ht_your_progress_calender_body_task_container.active .ht_your_progress_calender_body_task_btn,
.ht_your_progress_calender_body_task_container.active .ht_your_progress_calender_body_task_span {
  display: none;
}

.ht_your_progress_calender_body_task_title1 .readMoreIcon {
  transition: all 0.3s ease-in-out;
}

.ht_your_progress_calender_body_task_title .ht_your_progress_calender_body_task_btn {
  outline: none;
}

.ht_your_progress_calender_body_task_title2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-color-default2);
}

.ht_your_progress_calender_body_task_btn {
  border: none;
  background: var(--bg-color-md);
  border-radius: 8px;
  color: var(--text-color-white);
  font-size: 14px;
  padding: 5px 20px;
  width: fit-content;
  outline: none;
}

.ht_your_progress_calender_body_task_more_btn {
  text-align: center;
  padding: 10px 20px;
}

.ht_your_progress_calender_body_task_more_btn button {
  width: 100%;
  background: var(--bg-color-md);
  color: var(--text-color-white);
  border: none;
  border-radius: 8px;
  padding: 5px;
  font-size: 14px;
  outline: none;
}

.tasks_disabled button,
.disableBtn {
  pointer-events: none;
  background: var(--bg-color-md);
  opacity: 0.5;
}

img.tasks_disabled {
  pointer-events: none;
}

.options {
  overflow: hidden;
  overflow-x: scroll;
}

.options img {
  border-radius: 50%;
  padding: 1px;
  width: 75px;
  margin-bottom: 2px;
}

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

.option_value.tasks_disabled,
.option_input_value.tasks_disabled {
  pointer-events: none;
}

.options .radio_option {
  border: 2px solid var(--border-color-dr);
  border-radius: 20px;
  margin-bottom: 8px;
  padding: 6px;
  font-size: 15px;
}

.options label {
  margin: 0;
}

.progress-bg {
  margin: 0 auto;
  width: 100%;
  height: 17px;
  border-radius: 10px;
  text-align: center;
  -moz-box-shadow: inset 0 0 10px var(--progress-bg);
  -webkit-box-shadow: inset 0 0 10px var(--progress-bg);
  box-shadow: inset 0 0 10px var(--progress-bg);
}

.progress-bar {
  height: 17px;
  border-radius: 10px;
  float: left;
  width: 100%;
  /* fallback */
  background-color: var(--progress-bar1);

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(var(--progress-bar1)), to(var(--progress-bar2)));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, var(--progress-bar1), var(--progress-bar2));

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, var(--progress-bar1), var(--progress-bar2));

  /* IE 10 */
  background: -ms-linear-gradient(top, var(--progress-bar1), var(--progress-bar2));

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, var(--progress-bar1), var(--progress-bar2));
}

.progress-bg h3.goal,
.progress-bg h3.raised {
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 78px;
  margin: 0;
  padding: 5px;
  text-align: center;
  display: inline;
}


.progress-bg h3.raised {
  color: var(--text-color-white);
  margin: 0px 25px 0 50px;
  padding: 0 25px 0 0;
}

.progress-bg h3.goal {
  color: var(--progress-bg-goal);
  text-align: center;
}

body .progress-bg h3.raised {
  -webkit-animation: fadein 4s;
  /* Safari and Chrome */
  -moz-animation: fadein 4s;
  /* Firefox */
  -ms-animation: fadein 4s;
  /* Internet Explorer */
  -o-animation: fadein 4s;
  /* Opera */
  animation: fadein 4s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Opera */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

​ .progress-bg h3.goal {
  float: right;
  display: inline;
  padding: 0 25px 0 0;
  text-align: center;
}

body .progress-bg div {
  -webkit-animation: progress-bar 2s ease forwards;
  -moz-animation: progress-bar 2s ease forwards;
  -o-animation: progress-bar 2s ease forwards;
  animation: progress-bar 2s ease forwards;
}

.concernCard {
  background: var(--consult-card-bg);
  padding: 10px 15px;
  margin: 10px 0px;
  border-radius: 14px;
  position: relative;
}

.concernCard button,
.productDayCard button {
  font-size: 14px;
  background: var(--bg-color-default);
  outline: none;
  padding: 5px 20px;
  color: var(--consult-card-text-color);
  width: fit-content;
  border-radius: 10.5793px;
}

.concernCard button {
  border: none;
}

#horoscope .row {
  overflow: hidden;
  margin: 0;
}

#horoscope .horoscope_block {
  background: var(--bg-color-lt);
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 10px;
}

.horoscope_label {
  color: #fff;
  background: var(--bg-color-md);
  padding: 5px 15px;
  font-size: 15px;
  text-transform: capitalize;
}

.horoscope_text {
  color: var(--text-color-lt3);
  margin: 0;
  padding: 0 15px 5px;
  font-size: 14px;
}

.horoscope_submit_btn {
  padding: 5px 10px 10px;
  display: none;
}

.horoscope_submit_btn button {
  border: none;
  background: var(--bg-color-md);
  border-radius: 8px;
  color: white;
  font-size: 14px;
  padding: 5px 20px;
  width: fit-content;
  outline: none;
}

.horoscope_submit_btn.tasks_disabled {
  pointer-events: none;
}

.emotions,
.emotion_after_select {
  display: flex;
}

.emotion img,
.emotion_after_select img {
  max-width: 100px;
}

/* END ------CSS CHANGES FOR PROGRESS PAGE-------  */


/* ======= START ONBOARD CSS ======= */

#onboard_skip_back {
  color: var(--onborad-text-color);
  opacity: 0.6;
}

#onboard_next_btn {
  display: none;
  bottom: 10px;
  left: 5%;
  border-radius: 0;
  padding: 15px;
  width: 90%;
  background: var(--onborad-bg-color);
  border-radius: 16px;
  border-color: var(--border-color-dr);
}

#onboard_skip_back {
  cursor: pointer;
}

.onboard_images {
  height: 90vw;
  width: auto;
  margin: auto;
}

/* ======= END ONBOARD CSS ======= */


/* ======= START UPLOAD IMAGE CSS ======= */
#upload {
  padding: 20px 10px;
}

.upload_title {
  color: var(--text-color-black);
  font-size: 22px;
}

.upload_subTitle {
  color: var(--upload-text-color);
  opacity: 0.4;
  clear: both;
  font-size: 16px;
  max-width: 250px;
}

.upload_back_btn {
  background: transparent;
  border-color: var(--border-color-md);
  color: var(--text-color-md);
  border-radius: 16px;
  padding: 5px 25px;
  font-size: 14px;
}

.take_photo {
  bottom: 0;
  /* position: fixed; */
  width: 100%;
  padding: 12px;
  left: 0;
}

#imageResult1,
#imageResult2 {
  height: 40vh;
  width: auto;
  margin: auto;
  display: flex;
}

label.uploadBtn {
  margin: 0;
}

.uploaded_images {
  max-height: 200px;
  border-radius: 12px;
  overflow: hidden;
}

.bottomBtns {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
  /* box-shadow: 0px 9px 5px #888, 0px -5px 5px #888; */
  background: var(--bg-color-default);
  z-index: 1;
}

.uploadBtn {
  background: var(--upload-bg-color);
  color: var(--text-color-white);
  border-radius: 16px;
  width: 100%;
  border: 0;
  padding: 10px 0;
  display: inline-block;
}

.uploadBtn:focus {
  color: var(--text-color-white);
}

.add_notes {
  border: none;
  border-bottom: 1px solid var(--border-color-black);
  margin-bottom: 20px;
}

/* ======= END UPLOAD IMAGE CSS ======= */

/* ======= START BMI TRACKER CSS ======= */
#bmiAlert {
  display: none;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  max-width: 85%;
  font-size: 14px;
}

#BMItracker {
  /* width: 920px; */
  margin: 0px auto;
  background: #F5F9FD;
  border: #D8DAD9 1px solid;
  border-radius: 10px;
  /* padding: 25px 15px; */
}

#BMItracker select {
  font-size: 15px;
}

#BMItracker label {
  margin-bottom: 0.2rem;
}

#BMItracker .form-group {
  margin-bottom: 0.5rem;
}

.gender-tab ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.gender-tab li label span {
  display: block;
  border-radius: 50%;
  border: #F5F9FD 2px solid;
  overflow: hidden;
}

.active-gender span {
  border: #054D88 2px solid !important;
}

.gender-tab li label i {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4B4B4B;
  font-style: normal;
  display: block;
  text-align: center;
  padding-top: 7px;
}

.active-gender i {
  color: #054D88 !important;
}

.gender-tab li label input {
  position: absolute;
  opacity: 0;
}

.diclmr-box {
  margin: 0px auto;
  font-size: 11px;
  line-height: 14px;
  color: #666666;
  font-weight: 400;
  text-align: center;
}

#calculatedBmiResult {
  margin-top: 15px;
  text-align: center;
  display: none;
}

.wrapper {
  display: table;
  margin: 0 auto;
  padding: 20px 0px 10px;
  border-radius: 6px;
}

.gauge {
  background: #e7e7e7;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.09), 0 0 35px 5px rgba(255, 255, 255, 0.29);
  width: 200px;
  height: 100px;
  border-radius: 100px 100px 0 0;
  position: relative;
  overflow: hidden;
  /* safari fix */
  -webkit-transform-style: flat;
  -webkit-transform: translateZ(0px);
}

.gauge.min-scaled {
  transform: scale(0.5);
}

.gauge-center {
  content: "";
  color: #fff;
  width: 60%;
  height: 60%;
  background: #15222E;
  border-radius: 100px 100px 0 0;
  position: absolute;
  box-shadow: 0 -13px 15px -10px rgba(0, 0, 0, 0.28);
  right: 21%;
  bottom: 0;
  color: #fff;
}

.gauge-center::before {
  content: "0.0";
  font-size: 1.5em;
  width: 100%;
  padding: 5px 0 0 0;
  text-align: center;
  float: left;
  -webkit-font-smoothing: antialiased;
}

.gauge-center::after {
  content: "BMI";
  width: 100%;
  float: left;
  opacitY: 0.6;
  text-align: center;
  top: -10px;
  position: relative;
}

.needle {
  width: 78px;
  height: 7px;
  background: #15222E;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 100%;
  border-top-right-radius: 5px;
  position: absolute;
  bottom: 4px;
  left: 20px;
  transform-origin: 100% 4px;
  /* 30 75 115 154 */
  transform: rotate(0deg);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.38);
}

.slice-colors .st {
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 0;
  border-bottom: 80px solid #000;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.slice-colors .st.slice-item:nth-child(1) {
  border-bottom-color: #1e8eaa;
  left: -2px;
}

.slice-colors .st.slice-item:nth-child(2) {
  border-bottom-color: #1eaa59;
  transform: rotate(130deg);
  transform-origin: right;
  top: 20px;
  left: -44px;
  width: 75px;
}

.slice-colors .st.slice-item:nth-child(3) {
  border-bottom-color: #1eaa59;
  transform: rotate(179deg);
  transform-origin: right;
  top: 0px;
  left: -20px;
  border-bottom-width: 90px;
  border-left-width: 45px;
  border-right-width: 45px;
  width: 18px;
}

.slice-colors .st.slice-item:nth-child(4) {
  border-bottom-color: #e67e22;
  transform: rotate(216deg);
  transform-origin: right;
  top: -7px;
  left: 56px;
  width: 65px;
}

.slice-colors .st.slice-item:nth-child(5) {
  border-bottom-color: #E84C3D;
  transform: rotate(240deg);
  transform-origin: right;
  right: 39px;
}

#changeUnit {
  margin-left: auto !important;
  float: right;
  padding: 2px 0px;
}

#bmi_childInCm,
#bmi_childInInch,
#bmi_childInFeet {
  display: none;
}

.community_card {
  padding: 10px 15px;
  background: #E1EFF8;
  border-radius: 15px 15px 15px 15px;
  position: relative
}

.community_card .bannerText {
  color: #254078;
  opacity: 0.8;
  font-size: 10px;
  font-weight: 600;
}

.community_card .title {
  color: #254078;
  font-weight: 400;
  font-size: 25px;
}

.community_card .subText {
  color: #6C6C6C;
  font-weight: 300;
  font-size: 15px;
}

.community_card img {
  top: 0;
  right: 0;
}

.concernCard {
  background: var(--consult-card-bg);
  padding: 10px 15px;
  margin: 10px 0px;
  border-radius: 14px;
  position: relative;
}

.concernCard .title {
  color: white;
  font-size: 25px;
  font-weight: 300;
}

.concernCard .subText {
  padding: 0px 0px 5px;
  color: white;
  width: 70%;
  font-size: 16px;
  opacity: 0.8;
}

.concernCard button {
  font-size: 14px;
  background: white;
  border: none;
  outline: none;
  padding: 5px 20px;
  color: #254078;
  width: fit-content;
  border-radius: 10.5793px;
}

.concernCard img {
  right: 0;
  bottom: 0px;
  border-radius: 14px;
  max-width: 150px;
  max-height: 100%;
}

ul#fullNameDropdown {
  background: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 0;
  overflow: hidden;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  transition: .4s height;
  padding: 0;
  margin-top: -5px;
  position: absolute;
  z-index: 1;
  width: 92%;
}

ul#fullNameDropdown li {
  font-size: 13px;
  padding: 10px 10px;
  list-style: none;
  border-top: 1px solid #ddd;
  padding-left: 10px;
}

#fullNameDropdown li.match {
  font-weight: 600;
  color: green;
}

/* ======= END BMI TRACKER CSS ======= */

/* ======= START BMI LOGS CSS ======= */
.logCards {
  display: none;
  justify-content: space-between;
  align-items: center;
  background-color: #25c51c;
  padding: 20px 20px 16px;
  border-radius: 24px;
  color: white;
  margin-top: 12px;
  min-height: 100px;
}

.logCards h4 {
  margin-bottom: 0;
}

.bmiRating {
  text-align: left;
}

.logDetail.userDetail {
  text-align: right;
  margin-right: 16px;
}

.bmiRating>h4 {
  font-weight: 800;
}

.userDetail>h4 {
  font-weight: 300;
  font-size: 1.1rem;
}

.userBmiName {
  font-size: 1rem;
}

.userBmiValue {
  font-size: 1.8rem;
}

.userBmiText {
  font-size: 1rem;
}

.logDetail {
  margin: 0 4px;
}

.logCards>i.fa-angle-right:before {
  font-weight: 400;
}

#selectDropdown {
  min-width: 35%;
  list-style-type: none;
  border-radius: 8px;
  border: 1px solid black;
  overflow: hidden;
  padding: 6px;
  appearance: none;
  background: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.1018 8C5.02785 8 4.45387 9.2649 5.16108 10.0731L10.6829 16.3838C11.3801 17.1806 12.6197 17.1806 13.3169 16.3838L18.8388 10.0731C19.5459 9.2649 18.972 8 17.898 8H6.1018Z' fill='%23212121'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  padding: 0.25em 1.25em 0.25em 0.25em;
}

#chartSwitchButton>div {
  line-height: initial;
  width: 100%;
  max-width: 100px;
  text-align: center;
}

.chartButtonActive {
  background-color: #17a2b8;
  color: #f3f3f3;
  border: none !important;
}

/* ======= END BMI LOGS CSS ======= */

/* ======= START LOGS CSS ======= */

#logs {
  padding: 10px 15px;
}

.logs_title {
  color: var(--text-color-dr);
  font-size: 24px;
}

.logs_days {
  color: var(--text-color-dr);
  font-size: 50px;
}

.logs_days_title {
  color: var(--text-color-md);
  font-weight: 500;
  padding-left: 5px;
}

.log_cards {
  border: 2px solid var(--border-color-dr);
  border-radius: 16px;
  padding: 15px 15px;
}

.log_card {
  box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
  padding: 5px;
}

.logs_back_btn:hover {
  color: var(--text-color-white);
}

.logs_back_btn img {
  width: 10px;
  margin-right: 5px;
}

#logs .remarks {
  color: var(--log-text-color);
  background: var(--log-bg-color);
  padding: 5px 25px;
  border-radius: 16px;
  text-transform: capitalize;
}

#logs .date {
  color: var(--text-color-dr);
  opacity: 0.7;
  padding: 5px 0px;
  font-size: 15px;
}

#logs .images {
  clear: both;
  display: flex;
}

#logs .images img {
  width: 50%;
  padding: 0px 3px;
}

#logs .desc {
  font-size: 14px;
  color: var(--text-color-black1);
  opacity: 0.6;
}

/* ======= END LOGS CSS ======= */

/* ======= START WATCHVIDEO CSS ======= */

.watchVideo {
  background: var(--watch-video-bg-white);
  padding: 15px;
  margin: 16px 0px;
  border-radius: 14px;
  position: relative;
}

.watchVideo_title {
  color: var(--watch-video-text-color);
  font-size: 24px;
  font-weight: 300;
  margin-left: auto;
  width: 60%;
}

.watchVideo_subTitle {
  padding: 0px 0px 5px;
  color: var(--watch-video-text-color);
  width: 60%;
  font-size: 14px;
  opacity: 0.8;
  font-weight: 300;
  margin-left: auto;
}

.watchVideo_btn {
  background: var(--watch-video-bg-color);
  padding: 10px 20px;
  width: fit-content;
  border-radius: 10.5793px;
  margin-left: auto;
  width: 61%;
  display: block;
  text-align: center;
  margin-top: 6px;
}

.watchVideo_btn>button {
  font-size: 14px;
  outline: none;
  border: none;
  color: var(--text-color-white);
  background: inherit;
}

.watchVideo_img {
  position: absolute;
  left: 0;
  bottom: 0px;
  border-radius: 14px;
}

/* ======= END WATCHVIDEO CSS ======= */


/* ======= START QUIZ PAGE ======= */
.quizGame {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: linear-gradient(45deg, crimson, #0390c8); */
  background: #0083bb;
}

#addChildToListBtn {
  font-size: 14px;
  padding: 5px;
}

.selectChildNames {
  padding: 10px;
  height: 82%;
}

.selectChildNames .childNamesList {
  text-decoration: none;
  list-style-type: none;
  padding: 0;
  width: 100%;
  text-align: center;
  margin: auto;
  height: 100%;
  max-height: 100%;
  min-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.selectChildNames .childName {
  padding: 8px 10px;
  padding-right: 16px;
  border-radius: .25rem;
  margin-bottom: 6px;
  max-height: fit-content;
  border: 2px solid gainsboro;
}

.childName .userName {
  font-size: 22px;
}

.childName .userAge {
  font-size: 18px;
  font-weight: 400;
  color: rgb(162, 162, 162);
}

.selectChildNames .childName:hover .userAge,
.selectChildNames .childName.active .userAge {
  color: var(--text-color-white);
}

.selectChildNames .childName:hover,
.selectChildNames .childName.active {
  background-color: #0091ff;
  color: var(--text-color-white);
  border: none;
}

.quizGame .quiz-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 96%;
  height: auto;
  max-height: 95vh;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s ease;
}

.quizGame .quiz-container header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 65px;
  padding: 0 10px;
  box-shadow: 0 0 10px 2px #00000030;
}

.quizGame .quiz-container header p {
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 4px;
  margin: 0;
}

.quizGame .quiz-container header .timer {
  font-size: 1.2rem;
  font-weight: 600;
  background: #dc143ca1;
  padding: 5px 10px;
  color: #222;
  border-radius: 3px;
}

.quizGame .quiz-container .question-box {
  display: flex;
  align-self: flex-start;
  padding: 15px 0;
  padding-bottom: 0;
  transition: transform 0.2s ease;
  width: 100%;
}

.quizGame .defaultQ {
  padding: 1rem 4%;
}

.quizGame .quizSubtitle {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 3px;
  margin-bottom: .3rem;
}

.question-box .section {
  min-width: 100%;
  max-width: 100%;
  padding: 0 1rem;
}

.question-box .section .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 1rem;
}

.question-box .section div {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: #5dbffc2a;
  border: 2px solid #005eff19;
  margin: 7px 0;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}

.question-box .section div span {
  display: none;
  opacity: 0;
  pointer-events: none;
}

.question-box .section div i {
  position: absolute;
  right: 15px;
  height: 26px;
  width: 26px;
  border: 2px solid transparent;
  border-radius: 50%;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.4rem;
  pointer-events: none;
}

.question-box .section div i.fa-check {
  color: #23903c;
  border-color: #23903c;
  background: #d4edda;
}

.question-box .section div i.fa-times {
  color: #a42834;
  background: #f8d7da;
  border-color: #a42834;
}

.question-box .section div:hover {
  background: #cce5ff;
  color: #004085;
  border: 2px solid #b8daff;
}

.question-box .section div.selected {
  background: #009dff50;
  border: 2px solid #009dff50;
}

.question-box .section div.correct {
  background: #00ff0050;
  border: 2px solid #00ff0050;
}

.question-box .section div.wrong {
  background-color: #ff000030;
  border: 2px solid #ff000030;
}

.quizGame .quiz-container footer {
  margin: 5px;
  margin-bottom: 10px;
  text-align: center;
}

.quizGame .quiz-container footer button {
  padding: 7px 15px;
  background-color: #0091ff;
  color: var(--text-color-white);
  border: none;
  outline: none;
  border-radius: 3px;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 10px;
  cursor: pointer;
}

.result-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  background: #fff;
  border-radius: 5px;
  padding: 1rem 0;
  transition: 0.3s ease;
}

.result-box .num-div {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1rem;
}

.quizGame .num-div p {
  color: blue;
  margin: 0 10px;
  font-weight: 1000;
}

.result-box button {
  background-color: #0091ff;
  color: #222;
  border: none;
  outline: none;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 1000;
  margin: 1rem 0.3rem;
  padding: 8px;
  cursor: pointer;
}

.quizGame button {
  transition: 0.2s ease-out;
  letter-spacing: 1px;
}

.quizGame button:hover {
  transform: scale(1.03);
  filter: brightness(1.2);
}

/* hide class */
.quizGame .hide {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.9);
  transition: 0s;
  z-index: -999;
}

#QuizAlert {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  max-width: 85%;
  font-size: 14px;
}

/* ======= END QUIZ PAGE ======= */

/* ======= START REWARDS SNIPPET ======= */
.earn_reward {
  padding: 30px;
  background-color: white;
  height: 100%;
}

.earn_reward_title {
  text-align: center;
  color: var(--text-color-md);
  font-weight: 600;
  font-size: 30px;
}

.earn_reward_subtitle,
.earn_reward_wrong,
.earn_reward_correct {
  color: var(--text-color-md);
  opacity: 0.6;
  font-weight: 500;
  font-size: 18px;
}

.earn_reward_descTitle,
.earn_reward_desc {
  font-weight: 500;
  font-size: 18px;
  color: var(--text-color-black1);
}

.earn_reward_desc {
  font-size: 16px;
}

.earn_reward_image {
  margin-top: 20px;
}

.earn_reward_amount {
  color: var(--text-color-md);
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}

.earn_reward_bottomBtns {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
  /* box-shadow: 0px 9px 5px #888, 0px -5px 5px #888; */
  background: #fff;
  z-index: 1;
}

.earn_reward_Btns {
  background: #254078;
  color: #fff;
  border-radius: 16px;
  width: 100%;
  border: 0;
  padding: 10px 0;
  display: inline-block;
}

/* ======= END REWARDS SNIPPET ======= */

/* ======= START RECHARGE WALLET PAGE CSS ======= */
.rechargePage {
  /* padding-bottom: 70px; */
  max-width: inherit;
}

.pageTop {
  justify-content: space-between;
  align-items: center;
}

.pageTopTitle,
.paymentProcessTitle {
  font-size: 22px;
}

.walletBalance {
  min-width: 20%;
  align-items: center;
  background-color: #c5e0ff;
}

.walletBalance>i {
  font-size: 20px;
}

.walletBalance>div {
  font-size: 16px;
}

.bestOffers,
.userAmount,
.applyPromocode {
  justify-content: center;
  align-items: start;
  flex-direction: column;
  padding-bottom: 14px;
}

.bestOffersTitle,
.userAmountTitle,
.applyPromocodeTitle {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}

.userAmountTitle,
.applyPromocodeTitle {
  padding-left: 0;
}

.bestOffersCards {
  min-width: 100%;
  max-width: 100%;
}

.bestOffersCards .slick-track {
  display: flex;
  width: max-content !important;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.bestOffersCards .slick-list {
  max-width: fit-content;
}

.bestOffersCards.slick-slider {
  max-width: fit-content;
  margin: 0;
}

.offersCard {
  border: 1px solid var(--border-color-dr);
  border-radius: 12px;
  width: auto !important;
  min-width: 110px;
  max-width: 110px;
  min-height: 110px !important;
}

.offersCard>div {
  line-height: initial;
  font-size: 14px;
  padding: 6px 4px;
  min-width: 100%;
}

.offersCard .bestTitle {
  color: var(--text-color-white);
  background-color: var(--bg-color-dr);
}

.offerAmount {
  margin-top: auto;
  font-size: 20px;
}

.offerDesc {
  background: var(--bg-color-dr);
  color: var(--text-color-white);
  font-size: 12px !important;
}

.rechargeInputBox {
  background-color: #a4a4a41a;
  border: 1px solid var(--border-color-dr);
  border-radius: 12px;
  padding: 2px 6px 2px 12px;
  min-width: 100%;
  font-size: 14px;
  min-height: 40px;
}

.rechargeInputSpan {
  min-height: 40px;
  display: inline-flex;
  width: 55%;
}

.rechargeInput {
  width: -webkit-fill-available;
  background-color: transparent;
  font-size: 16px;
}

input[type="number"].rechargeInput::-webkit-outer-spin-button,
input[type="number"].rechargeInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"].rechargeInput {
  -moz-appearance: textfield;
}

input.rechargeInput::-webkit-input-placeholder {
  opacity: 0.5;
}

input.rechargeInput::-moz-placeholder {
  opacity: 0.5;
}

input.rechargeInput:-ms-input-placeholder {
  opacity: 0.5;
}

input.rechargeInput:-moz-placeholder {
  opacity: 0.5;
}

.rechargeInputButton {
  background-color: transparent;
  font-size: 18px;
  right: 0;
  top: 0;
  bottom: 0;
  height: fit-content;
  opacity: .3;
}

.proceedPage {
  position: fixed;
  bottom: 0;
  background-color: white;
  border-top: 2px solid var(--bg-color-dr2);
  padding: 12px 18px;
  width: 100%;
  max-width: 400px;
  font-size: 16px;
  align-items: center;
  justify-content: space-between;
  margin-left: -.5rem;
  min-height: 70px;
}

.proceedPageTitle {
  font-size: inherit;
  /* opacity: .5; */
  text-align: center;
  width: 100%;
  color: var(--text-color-dr);
}

.submitBtn,
#rechargePage .downloadApp {
  padding: 10px;
  min-width: 140px;
  color: var(--text-color-white);
  background-color: #76aae6;
  border-radius: 12px;
}

.submitBtn.active {
  background-color: var(--bg-color-md);
}

#paymentSuccessfull,
#paymentProcess,
#paymentFailed {
  margin-left: -0.5rem;
  bottom: 0;
  z-index: 0;
  max-width: inherit;
  background-color: white;
}

#paymentProcess {
  background-color: #03030347;
}

#paymentProcess>div {
  bottom: 0;
  border-radius: 24px 24px 0 0;
}

.payMethodTitle {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  line-height: initial;
}

.payMethodText {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 175, 147, 1);
  margin-top: 6px;
  line-height: initial;
}

.paymentProcessBG {
  background-color: white;
  height: max-content;
}

.payWithImg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.chevron {
  rotate: 180deg;
  transition: all .3s;
}

.chevron.rotate {
  rotate: 0deg;
}

#googlePay .payWithImgCon {
  border-radius: 4px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  border: 1px solid rgb(227, 227, 227);
}

.payWithTitle,
.payButton {
  font-size: 16px;
}

.backToPageButton,
.payButton {
  margin: auto;
  padding: 10px;
  color: var(--text-color-white);
  background-color: var(--bg-color-md);
  border-radius: 12px;
}

.backToPageButton:hover {
  text-decoration: none;
  color: var(--text-color-white);
}

.payWithMethodCon {
  overflow: hidden;
  transition: height .3s;
}

#rechargeAlert {
  display: none;
  position: absolute;
  z-index: 15;
  top: 18px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  max-width: 85%;
  font-size: 14px;
}

/* ======= END RECHARGE WALLET PAGE CSS ======= */



/* ======= START OF AI-STORYBOOK PAGE CSS ===== */
.ai-storybook-generatestory {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ai-storybook-generatestory .header-container {
  background-color: transparent;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  padding: 20px 4px 15px 4px;
  box-shadow: 0px 1px 4px 0px #00000029;
  font-family: Balsamiq Sans;
  margin-bottom: 20px;
}

.ai-storybook-generatestory .header-container .back--button,
.ai-storybook-generatestory .header-container .favourite-stories--button {
  border: none;
  background-color: transparent;
  width: 10%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-storybook-generatestory .header-container .back--button img,
.ai-storybook-generatestory .header-container .favourite-stories--button img {
  width: 25px;
  height: 25px;
}

.ai-storybook-generatestory .header-container .title {
  width: 80%;
  text-align: justify;
  padding-left: 16px;
  font-family: Balsamiq Sans;
  box-sizing: border-box;
  font-size: 24px;
}

.ai-storybook-generatestory .generatestory--body {
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.ai-storybook-generatestory .ageComponent--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.ai-storybook-generatestory .ageComponent--container .left--container {
  width: 60%;
  font-size: 16px;
  text-align: justify;
}

.ai-storybook-generatestory .ageComponent--container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  width: 30%;
  background-position-x: 100%;
  background-position-y: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  padding: 1rem;
  padding-right: 2rem;
  border: 1px solid rgb(165, 165, 165);
  outline: none;
}

.ai-storybook-generatestory .ageComponent--container select option {
  padding: 10px;
  background-color: red;
}


.ai-storybook-generatestory .characters--container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.ai-storybook-generatestory .characters--container .character-card--container {
  width: 30%;
  margin: 10px auto;
  box-shadow: 0px 0px 5px 0px #00000029;
  border-radius: 6px;
  border: none;
  aspect-ratio: 1;
  background-color: white;
  position: relative;
  opacity: 1;
}

.ai-storybook-generatestory .characters--container .character-card--container .add-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 24px;
  aspect-ratio: 1;
}

.ai-storybook-generatestory .characters--container .character-card--container:active {
  animation-name: characterCardClickEffect;
  animation-duration: 1s;
}

@keyframes characterCardClickEffect {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
    box-shadow: 2px 2px 5px 2px #0029;
  }

  to {
    opacity: 1;
  }
}

.ai-storybook-generatestory .selectedCharacters {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0;
}

.ai-storybook-generatestory .selectedCharacter--container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ai-storybook-generatestory .selectedCharacter--container .top--container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  box-sizing: border-box;
}

.ai-storybook-generatestory .top--container .remove-icon--container {
  cursor: pointer;
  width: 15%;
}

.ai-storybook-generatestory .top--container .remove-icon--container img {
  width: 20px;
  aspect-ratio: 1;
}

.ai-storybook-generatestory .character-info--container {
  width: 85%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.ai-storybook-generatestory .character-image--container {
  width: 30%;
  box-shadow: 0px 0px 5.444462776184082px 0px #00000029;
  border-radius: 6px;
  border: none;
  aspect-ratio: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-storybook-generatestory .character-image--container img {
  width: 80%;
}

.ai-storybook-generatestory .auto-generate-name--container img {
  width: 80%;
}

.ai-storybook-generatestory p {
  margin: 0;
}

.ai-storybook-generatestory .characters--container .character-card--container img {
  width: 80%;
  aspect-ratio: 1;
}

.ai-storybook-generatestory .selectedCharacter--container .top--container p {
  margin-left: 20px;
}

.ai-storybook-generatestory .selectedCharacter--container .bottom--container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0;
  box-sizing: border-box;
  padding-left: 15%;
}

.ai-storybook-generatestory .selectedCharacter--container .bottom--container input {
  width: 70%;
  border: 1px solid rgb(164, 162, 162);
}

.ai-storybook-generatestory .selectedCharacter--container .bottom--container .auto-generate-name--container {
  width: 10%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ai-storybook-generatestory .selectedCharacter--container .bottom--container .auto-generate-name--container p {
  font-size: 14px;
  margin-top: 1px;
}


/* Styles for Moral Component inside AI-STORYBOOk */

.ai-storybook-generatestory .moral--container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px 0;
  box-sizing: border-box;
}

.ai-storybook-generatestory .moral--input {
  height: 48px;
  padding: 10px 18px;
  border: 1px solid rgb(170, 170, 170);
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  border-radius: 6px;
}

.ai-storybook-generatestory .moral-chips--container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.ai-storybook-generatestory .moral-chip {
  width: max-content;
  padding: 4px 16px;
  margin: 10px;
  border-radius: 16px;
  border: 1px solid gray;
  background-color: white;
  height: 32px;
  line-height: 24px;
  outline: none;
  font-size: 14px;
}

.ai-storybook-generatestory .generateStory--container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ai-storybook-generatestory .generateStory--body {
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.ai-storybook-generatestory .generatestory--body .generateStory--button {
  background-color: #2F815C;
  width: 100%;
  height: 44px;
  padding: 10px 36px;
  border-radius: 8px;
  border: none;
  color: white;
  font-weight: 700;
}

.ai-storybook-generatestory .story--container {
  font-size: 18px;
  text-align: justify;
  letter-spacing: 1px;
  padding: 0 10px;
}

.contest-onboarding-body{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.limitedaccess{
  min-width: 7rem;
  /* height: 2rem; */
  background-color: var( --primary-color1);
  z-index: 1; 
  position: absolute;
  margin-top: 8rem;
  border-radius: 7px;
}

.limitedaccess::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
        120deg,
        rgba(255,255,255, 0) 30%,
        rgba(255,255,255, .5),
        rgba(255,255,255, 0) 70%
    );
    top: 0;
    left: -100px;
    animation: shine 4s infinite linear;
}

@keyframes shine {
  0% {left: -100px}
  20% {left: 100%}
  100% {left: 100%}
}



.limitedaccess h2{
  font-size: 13px;
  padding: 10px;
  /* padding-left: 13px; */
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0px;
}

.contest-onboarding-image{
  width: 100%;
}

.challenge-details{
  color: var( --primary-color1);
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -1rem;
}

.challenge-name{
  width: 17rem;
  border-radius: 10px;
  border: var( --primary-color1) 2.5px solid;
  text-align: center;
  margin-top: 4rem;
  background-color: #ffffff;
}

.challenge-name h1{
  font-size: 20px;
  padding: 8px;
  padding-top: 20px;
  font-weight: 700;
}

.challenge-period{
  width: 100px;
  border-radius: 100px;
  border: var( --primary-color1) 2.5px solid;
  text-align: center;
  height: 30px;
  background-color: #ffffff;
}

.challenge-period h1{
  font-size: 15px;
  font-weight: 700;
  padding-top: 4px;
}

.challenge-subtitle{
  /* margin-top: 1rem; */
}

.challenge-subtitle h1{
  font-size: 27px;
  text-align: center;
  padding: 12px;
  font-weight: 700;
}

@media screen and (max-width: 375px){
  .onboarding-image{
    width: 370px;
  }

}

/* (min-width: 30em) and (max-width: 80em) */
/* .prize-pool{
  margin-top: -1rem;
} */

.prize-pool h1{
  font-size: 18px;
}

.prize-amount{
  width: 110px;
  height: 55px;
  background-color: var( --secondary-color1);
  border-radius: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 400;
  border: 1.5px solid var( --primary-color1);
  margin-top: -4.3rem;
}

.prize-amount h3{
  font-size: 13px;
  font-weight: 700;
  line-height: 7px;
  padding-top: 5px;
}

.prize-amount h4{
  font-size: 17px;
  font-weight: 700;
  line-height: 10px;
}

.dot {
  position: absolute;
  z-index: 1;
  height: 7px;
  width: 7px;
  background-color: var( --primary-color1);
  border-radius: 50%;
  display: inline-block;
  margin-right: 6.7rem;
}

.dot2 {
  position: absolute;
  z-index: 1;
  height: 7px;
  width: 7px;
  background-color: var( --primary-color1);
  border-radius: 50%;
  display: inline-block;
  margin-left: 6.7rem;
}

.dot3 {
  position: absolute;
  z-index: 1;
  height: 9px;
  width: 7px;
  background-color: var( --primary-color1);
  border-radius: 50%;
  display: inline-block;
  margin-top: 2.4rem;
  margin-left: -.25rem;
}

.dot4 {
  position: absolute;
  z-index: 1;
  height: 9px;
  width: 7px;
  background-color: var(--current-day-dr);
  border-radius: 50%;
  display: inline-block;
  margin-top: 2.4rem;
  margin-left: 13.4rem;
}


.prize-pool img{
  width: 45px;
}

.prize-arrows{
  background-color: #ffffff;
  width: 220px;
  height: 70px;
  border: var( --primary-color1) 1.5px solid;
  border-radius: 20px 20px 0 0;
  border-bottom: none;
}

.prize-types{
  margin-top: 5rem;
}

.accordion {
  background-color: #efefef;
  color: #000000;
  cursor: pointer;
  padding: 16px;
  width: 330px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: 700;
  transition: 0.4s;
  border-radius: 5px;
}

.accordian-img{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var( --primary-color1);
  width: 50px;
  height: 50px;
  border-radius: 10rem;
  margin: 10px 10px 0 0 ;
}

.one{
  flex: .33 1;
}

.two{
  flex: 1.5 1;
}

/* .active, .accordion:hover {
  background-color: #dedede; 
} */

.panel {
  width: 330px;
  padding: 0 18px;
  display: none;
  background-color: #efefef;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
}

.panel p {
  font-size: 14px;
  font-weight: 400;
}


.challenge-button-container{
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 9px 35px;
}

.challenge-button-container h1{
  font-size: 20px;
  line-height: 17px;
}

.challenge-button-container button{
  background-color: var( --primary-color1);
  width: 100%;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  padding: 13px 28px;
  margin-top: -1rem;
}


.leaderboard-body{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.leaderboard-title h1{
  font-size: 20px;
  text-align: right;
  color: #ffffff;
  margin-top: .8rem;
  margin-right: -104%;
}

.leaderboard-title{
  position: absolute;
  z-index: 1;
  
}

.leaderboard-image{
  width: 100%;
}

.rank-header{
  width: 100%;
  height: 90px;
  background-color: var( --primary-color1);
  display: flex;
  align-items: center;
  justify-content: space-between;

}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.rank-subheader{
  margin: 1.5rem;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
}

.rank-subheader span{
  font-size: 15px;
  font-weight: 400;
}

.leaderboard-table{
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 5rem;
}

.leaderboard-table h1{
  font-size: 17px;
  color: #8c8c8c;
}

.table-header{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  /* background-color: #004085; */
  
}

.table-subheader{
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


hr.leaderboard-separator{
  margin-top: .5rem;
  margin: 1px 0 1px 0;
  width: 100%;
  align-self: center;
}

.logged-in-user{
  background: var(--background-gradient);
  background: linear-gradient(90deg, var(--primary-gradient) 0%, var(--secondary-gradient) 2%, rgba(9,9,121,0) 63%);
}

.user-ranking-card{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 0 7px 0;

}

.user-ranking-profile{
  height: 100%;
  padding-top: -50px ;
  padding-bottom: 5rem;
}

.rank-div {
  flex: 1 1 0;
  
}

.rank-number{
  margin-left: 30%;
}

.rank-div img{
  width: 25px;
  margin-left: 2rem;
  margin-top: -10px;
}

.name-div {
  flex: 1.5 1 0;
  margin-left: -2rem;
  display: flex;
}

.name-div h1{
  font-size: 15px;
  color: #000000;
  font-weight: 400;
}

.other-ranks{
  font-size: 10px;
  background-color: var( --secondary-color1);
  width: 60px;
  height: 22px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -.2rem;
  margin-left: .3rem;
}


.points-div {
  flex: .8 1 0;
}

.points-div h1{
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  text-align: right;
  margin-right: 22px;
}

.faq-button-container{
  margin-left: 71.5%;
  position: sticky;
  /* height: 100px; */
  bottom: 5rem;
  /* width: 95%; */
  /* justify-content: flex-end; */
}

.faq-button-container button{
  background-color: var( --secondary-color1);
  width: 90px;
  border: none;
  border-radius: 10px;
  color: #000000;
  padding: 13px;
  height: 50px;
}

@media screen and (max-width: 414px){
  .faq-button-container{
    margin-left: 71%;
  }
}

@media screen and (max-width: 375px){
  .faq-button-container{
    margin-left: 70%;
  }
}

@media screen and (max-width: 360px){
  /* .rank-subheader span{
    font-size: 10px;
  } */

  .limitedaccess h2{
    /* font-size: 9px; */
    text-align: center;
  }

  /* .rank-subheader{
    font-size: 12px;
  } */

  #join-challenge-button{
    font-size: 14px;
    text-align: center;
  }

  .faq-button-container{
    margin-left: 68.5%;
  }

}

/* Add Animation */
@-webkit-keyframes animatebottom {
  from {bottom: -300px; opacity:0} 
  to {bottom:0; opacity:1}
}

@keyframes animatebottom {
  from {bottom: -300px; opacity:0}
  to {bottom:0; opacity:1}
}


.faq-accordion {
  background-color: #ffffff;
  outline: none;
  color: #000;
  cursor: pointer;
  margin-left: 10px;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
}

.faq-accordion:focus{
  outline: none;
}

.faq-accordion h1{
  font-size: 15px;
  font-weight: 700;
  margin-left: -1rem;
}

.faq-accordion button :focus{
  outline: none;
}

/* .active, .faq-accordion:hover {
  background-color: #ccc;
} */

.faq-panel {
  outline: none;
  padding: 0 15px;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.faq-panel p{
  font-size: 14px;
}

.faq-questions{
  outline: none;
  width: 100%;
}


.leaderboard-sticky-button-container{
  position: sticky;
  height: 75px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: white;
  z-index: 100;
}


.leaderboard-sticky-button-container button{
  background-color: var( --primary-color1);
  border: none;
  border-radius: 10px;
  color: #ffffff;
  padding: 13px;
  height: 50px;
  width: 350px;
}

/* @media screen and (min-width: 414px){
  .faq-button-container{
    margin-left: 71%;
  }

} */

#leaderboard-button-container{
  width: 400px;
  position: fixed;
    bottom: 0;
    margin: auto;
    left: 50%;
    transform: translate(-50%, 0);
}

#cross{
  width: 20px;
    height: 20px;
    background: #eee7e7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5px;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    left: 80px;
}


.prizeContainer{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly ;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
  padding: 0px 20px;
  width: 100%;
}

.prize{
  display: flex;
    gap: 15px;
    max-width: 250px;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.prizeTextContainer{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.prizeTextContainer p{
  margin-bottom: 0;
}

.prizeText2{
font-size: 24px;
font-weight: 700;
line-height: 28px;
}

.prizeText1{
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.banner{
  width: 95%;
  text-align: center;
  background-color: #FFD699;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 14px;
  margin-bottom: 15px;
}

#myRank{
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
}

.buttonContainer {
  border-radius: 8px 8px 0px 0px;
  border: 1px;
  background: #fff;
  padding: 5px 10px 10px;
  width: 100%;
  position: fixed;
  bottom: 0;
  margin: auto;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  z-index: 99;
}
.buttonContainer button {
  outline: none;
  padding: 8px 16px;
  border: 1px solid var(--category-primary-color);
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  background: var(--category-primary-color);
  color: #FFFFFF;
  width: 100%;
  min-height: 57px;
}
