@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Extra Condensed";
  src: url("../fonts/Sofia_Sans/SofiaSansExtraCondensed-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
}

p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-box-trim: trim-both;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

p:last-child {
  margin-bottom: 0;
}

.calorie_section .container-flex {
  gap: 16px;
}
@media (max-width: 767px) {
  .calorie_section .container-flex {
    padding-top: 17px;
  }
}
@media (max-width: 767px) {
  .calorie_section .container-flex .calorie_calculator > div {
    padding: 0 16px;
  }
}
.calorie_section .container-flex .calorie_calculator h1 {
  font-size: 28px;
  margin-bottom: 19px;
  color: #240036;
}
@media (max-width: 767px) {
  .calorie_section .container-flex .calorie_calculator h1 {
    margin-bottom: 32px;
  }
}
.calorie_section .container-flex .calorie_calculator h3 {
  color: #240036;
  margin-bottom: 22px;
  font-family: "IBM Plex Sans";
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.calorie_section .container-flex .calorie_calculator h4 {
  font-family: "Work Sans";
  color: #30505D;
  font-size: 21px;
  margin-top: 30px;
  margin-bottom: 16px;
}
.calorie_section .container-flex .calorie_calculator p {
  font-weight: 400;
  color: #30505D;
}
.calorie_section .container-flex .calorie_calculator b {
  font-weight: 400;
}
.calorie_section .container-flex .calorie_calculator form .form_container {
  background-color: transparent;
  border: 2px solid #E2E8F0;
  border-radius: 16px;
  padding: 28px 32px 25px 32px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .calorie_section .container-flex .calorie_calculator form .form_container:nth-child(1) {
    padding-bottom: 50px;
  }
}
.calorie_section .container-flex .calorie_calculator form .form_container:nth-child(2) {
  padding: 23px 32px 33px 32px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .calorie_section .container-flex .calorie_calculator form .form_container:nth-child(2) {
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .calorie_section .container-flex .calorie_calculator form .form_container {
    flex-direction: column;
    gap: 60px;
    padding: 20px 16px;
  }
  .calorie_section .container-flex .calorie_calculator form .form_container:nth-child(2) {
    padding: 20px 16px;
  }
  .calorie_section .container-flex .calorie_calculator form .form_container:nth-child(2) .btn_wrapper {
    margin-top: 24px !important;
  }
  .calorie_section .container-flex .calorie_calculator form .form_container:nth-child(2) .btn_wrapper a {
    margin-top: 0;
  }
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left {
  width: 100%;
  max-width: 504px;
}
@media (max-width: 1100px) {
  .calorie_section .container-flex .calorie_calculator form .form_container .form_left {
    max-width: 544px;
  }
}
@media (max-width: 767px) {
  .calorie_section .container-flex .calorie_calculator form .form_container .form_left {
    max-width: 100%;
  }
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left h3 {
  font-weight: 500;
  color: #240036;
  font-size: 24px;
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group:not(:last-of-type) {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group:not(:last-of-type) {
    margin-bottom: 14px;
  }
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group #condition_slider {
  height: 8px;
  position: relative;
  top: -21px;
}
@media (max-width: 991px) {
  .calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group #condition_slider {
    top: unset;
  }
}
@media (max-width: 767px) {
  .calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group #condition_slider {
    top: 0;
    margin-top: 20px;
  }
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group #condition_slider .noUi-handle {
  width: 16px !important;
  height: 16px !important;
  top: -4px;
  background-color: #6b21a8 !important;
  right: -8px !important;
  left: auto !important;
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group label {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #0F1112;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 11px;
  align-items: center;
  gap: 1px;
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group select {
  border: 1px solid #c084fc !important;
  width: 100%;
  max-width: 320px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM3NF8xOTUpIj4KPHBhdGggZD0iTTEyIDE2TDYgMTBIMThMMTIgMTZaIiBmaWxsPSIjOTMzM0VBIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzc0XzE5NSI+CjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K), #ffffff;
  background-repeat: no-repeat;
  background-position-x: right 10px;
  background-position-y: center;
  color: #0F1112;
}
@media (max-width: 767px) {
  .calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group select {
    max-width: 100%;
  }
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group .custom-dropdown {
  width: 100%;
  max-width: 320px;
}
@media (max-width: 767px) {
  .calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group .custom-dropdown {
    max-width: 100%;
  }
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group .input_wrap {
  position: relative;
  overflow: hidden;
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group .input_wrap input {
  border: 1px solid #c084fc;
  background-color: #ffffff;
  padding-top: 8px;
  padding-bottom: 9px;
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group .input_wrap input#current_weight_input {
  width: 100%;
  text-align: right;
  max-width: 124px;
  padding-right: 44px;
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group .input_wrap input#calories_input {
  padding-right: 89px;
  width: 100%;
  max-width: 187px;
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group .input_wrap span {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
  font-size: 18px;
  background-color: #F2F6F7;
  height: 90%;
  display: flex;
  align-items: center;
  padding: 14px 8px;
  border-top-right-radius: 30px;
  color: #424A4C;
  border-bottom-right-radius: 30px;
  font-family: "Work Sans";
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group div#condition_slider {
  width: 100%;
  max-width: 313px;
  border: unset !important;
}
@media (max-width: 767px) {
  .calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group div#condition_slider {
    max-width: 100%;
  }
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group div#condition_slider .noUi-connects {
  border: 1px solid #c084fc;
  background-color: #ffffff;
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group div#condition_slider .noUi-connects .noUi-connect {
  background-color: #e9d5ff;
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group div#condition_slider .noUi-marker-large {
  top: -2px;
  background-color: #c084fc;
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group div#condition_slider .noUi-value {
  color: #0F1112;
  font-size: 14px;
  font-weight: 500;
  font-family: "Work Sans";
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group #find_a_food {
  position: relative;
}
@media (max-width: 575px) {
  .calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group #find_a_food {
    width: 100%;
  }
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group #find_a_food_suggestions ul {
  position: absolute !important;
  content: "";
  top: 100% !important;
  background: white;
  z-index: 999;
  padding: 10px 16px;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group #find_a_food_suggestions ul li {
  font-family: "Work Sans";
  margin-bottom: 8px;
  cursor: pointer;
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group #find_a_food_input {
  position: relative;
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group #find_a_food_input img {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group #find_a_food_input img#search_delete {
  display: none;
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group #find_a_food_input input {
  border-color: #c084fc;
  height: 40px;
  color: #0F1112;
}
@media (max-width: 575px) {
  .calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group #find_a_food_input input {
    width: 100%;
  }
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_left .form_group #empty_message {
  display: none;
  position: absolute;
  content: "";
  background-color: #ffffff;
  padding: 10px 16px;
  font-family: "Work Sans";
  width: 100%;
  color: #9E1728;
  z-index: 99;
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_right {
  width: 100%;
  max-width: 404px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1100px) {
  .calorie_section .container-flex .calorie_calculator form .form_container .form_right {
    max-width: 364px;
  }
}
@media (max-width: 767px) {
  .calorie_section .container-flex .calorie_calculator form .form_container .form_right {
    max-width: 100%;
    display: none;
  }
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_right .result_box {
  margin: 0 auto;
  width: 100%;
  max-width: 275px;
  background-color: #9333ea;
  border-radius: 12px;
  padding: 10px 16px 0px 16px;
  color: #ffffff;
  text-align: center;
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_right .result_box p {
  margin-bottom: 5px;
  color: #ffffff;
}
.calorie_section .container-flex .calorie_calculator form .form_container .form_right .result_box .figure {
  font-size: 63px;
  font-family: "Sofia Sans Extra Condensed";
  text-align: center;
  color: #ffffff;
}
.calorie_section .container-flex .calorie_calculator form .form_container .btn_wrapper {
  display: none;
  margin-top: 35px;
}
.calorie_section .container-flex .calorie_calculator form .form_container .btn_wrapper a.btn {
  background-color: #B1E981;
  padding: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .calorie_section .container-flex .calorie_calculator form .form_container .btn_wrapper {
    display: block;
  }
}/*# sourceMappingURL=calorie_calculator.css.map */