::-moz-selection {
  /* Code for Firefox */
  color: var(--bmiSecCl);
  background: var(--bmiPriCl); }

::selection {
  color: var(--bmiSecCl);
  background: var(--bmiPriCl); }

@media (max-width: 767px) {
  .page-bmi {
    overflow: hidden !important; } }

.page-bmi:before, .page-bmi:after {
  content: '';
  position: absolute; }

.page-bmi.tdee:before {
  bottom: 120px; }

.page-bmi.tdee.short:before {
  bottom: 0px; }

.modal-lg {
  min-height: initial;
  height: calc(100vh - 60px);
  overflow: hidden;
  max-width: 600px; }
  @media (min-width: 1200px) {
    .modal-lg {
      height: calc(100vh - 200px);
      margin: 100px auto; } }

.scroll_ico {
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: 10px;
  opacity: 1;
  transition: 0.3s all;
  background: linear-gradient(145deg, #ffffff 0%, #fffcf5 50%, #fffaef 100%);
  box-shadow: 0px 3px 5px 0px var(--bmiPriCl);
  width: 40px;
  height: 40px; }
  @media (max-width: 991px) {
    .scroll_ico {
      position: fixed;
      bottom: 60px; } }
  .scroll_ico svg {
    width: 24px;
    height: 24px;
    fill: var(--bmiPriCl); }
  .scroll_ico.min {
    opacity: 0;
    transform: translate(-50%, 20px);
    pointer-events: none; }

@media (max-width: 767px) {
  .f-14 {
    font-size: 14px; }
  .modal-lg {
    transform: translateY(calc(100% + 60px)) !important; }
  #bmiModal.show .modal-lg,
  #tdeeModal.show .modal-lg {
    transform: translateY(calc(60px)) !important; }
  .close_pop_pr {
    position: absolute;
    top: 0;
    height: 30px !important;
    width: 100% !important;
    background: transparent !important; }
    .close_pop_pr:before {
      content: '';
      width: 92px;
      height: 4px;
      position: absolute;
      left: 50%;
      top: 10px;
      transform: translateX(-50%);
      background: #A9C0A6;
      opacity: 0.5;
      border-radius: 10px; } }

.content_pop {
  max-width: 400px;
  margin: 0 auto; }

@media (max-width: 767px) {
  .mb-decor-top {
    pointer-events: none;
    right: 50px; }
    .mb-decor-top .small {
      position: absolute;
      width: 82px;
      height: 82px;
      right: -5px;
      top: 45px;
      opacity: 0.5;
      border: 1px solid #E0CDBE;
      border-radius: 99px; }
    .mb-decor-top .big {
      position: absolute;
      width: 177px;
      height: 177px;
      left: 90%;
      top: 25px;
      background: linear-gradient(180deg, #EDCA82 13.83%, rgba(237, 202, 130, 0) 100%);
      opacity: 0.5;
      transform: rotate(110.04deg);
      border-radius: 99px; }
  .mb-decor-bottom {
    pointer-events: none; }
    .mb-decor-bottom .small {
      position: absolute;
      width: 83.86px;
      height: 83.86px;
      left: 0;
      bottom: 10px;
      opacity: 0.7;
      border: 1px solid #E2F4E0;
      border-radius: 99px; }
    .mb-decor-bottom .big {
      position: absolute;
      width: 146.6px;
      height: 146.6px;
      left: -100px;
      bottom: -70px;
      background: linear-gradient(180deg, #E0CDBE 22.92%, rgba(224, 205, 190, 0) 93.95%);
      opacity: 0.3;
      transform: rotate(-70.71deg);
      border-radius: 99px; } }

.bmi-slider .bmi_prev, .bmi-slider .bmi_next {
  width: 48px;
  height: 48px; }
  .bmi-slider .bmi_prev svg, .bmi-slider .bmi_next svg {
    width: 20px;
    height: 20px;
    fill: var(--bmiPriCl); }

.bmi-slider .bmi_next {
  right: 5px !important; }

.bmi-slider .bmi_prev {
  left: 5px !important; }

@media (min-width: 992px) {
  .bmi-col-left {
    min-width: 46.5%;
    flex: 0 0 46.5%; } }

@media (max-width: 767px) {
  .bmi-col-left {
    order: 2; } }

.bmi-col-right {
  z-index: 2; }
  @media (min-width: 992px) {
    .bmi-col-right {
      min-width: calc(100% - 46.5%);
      flex: 0 0 calc(100% - 46.5%); } }
  @media (max-width: 767px) {
    .bmi-col-right {
      order: 1; } }

@media (max-width: 767px) {
  .bmi-col-main {
    order: 3; } }

.bmi-classify {
  border-radius: 10px;
  padding: 25px 20px;
  z-index: 1;
  position: relative;
  background: #fffdf9;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .bmi-classify {
      padding: 12px; } }
  .bmi-classify h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 15px;
    color: var(--bmiPriCl);
    text-align: center; }
    @media (max-width: 767px) {
      .bmi-classify h2 {
        font-size: 20px;
        color: var(--bmiPriCl);
        margin-bottom: 10px;
        text-align: left; } }
  .bmi-classify .tdee-title {
    margin-bottom: 10px; }
  .bmi-classify .bmi-classify-item {
    padding: 0 45px; }
    @media (max-width: 767px) {
      .bmi-classify .bmi-classify-item {
        padding: 0 20px; } }
    .bmi-classify .bmi-classify-item .title {
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-align: center;
      color: var(--bmiPriCl); }
      @media (max-width: 767px) {
        .bmi-classify .bmi-classify-item .title {
          font-size: 18px; } }
    .bmi-classify .bmi-classify-item h5 {
      font-size: 26px;
      font-weight: 600;
      line-height: 33px;
      letter-spacing: 0em;
      text-align: center;
      color: var(--bmiSecCl); }
      @media (max-width: 767px) {
        .bmi-classify .bmi-classify-item h5 {
          font-size: 24px; } }
    .bmi-classify .bmi-classify-item .img {
      flex: 0 0 50%;
      text-align: center;
      z-index: 1;
      min-height: 207px;
      filter: drop-shadow(4px 2px 5px rgba(0, 0, 0, 0.2)); }
    .bmi-classify .bmi-classify-item .bmi-bg {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      padding-left: 45%;
      min-height: 140px; }
    .bmi-classify .bmi-classify-item .detail {
      margin-top: 50px; }
      @media (max-width: 767px) {
        .bmi-classify .bmi-classify-item .detail {
          margin-top: 30px; } }
      .bmi-classify .bmi-classify-item .detail p:first-child {
        font-weight: 600; }
      .bmi-classify .bmi-classify-item .detail p {
        font-size: 14px;
        line-height: 18px; }
        @media (max-width: 767px) {
          .bmi-classify .bmi-classify-item .detail p {
            font-size: 13px;
            line-height: 15px; } }

.tdee-img {
  filter: drop-shadow(4px 2px 5px rgba(0, 0, 0, 0.2));
  border-radius: 20px; }

.tdee-rte {
  font-weight: 300;
  line-height: 20px; }
  @media (max-width: 767px) {
    .tdee-rte {
      font-size: 13px; } }
  .tdee-rte p {
    margin-bottom: 5px; }

@media (min-width: 1024px) {
  .bmi-calculator {
    padding-left: 20px; } }

@media (max-width: 767px) {
  .bmi-calculator {
    padding-left: 0; } }

.bmi-calculator h1 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
  color: var(--bmiPriCl);
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .bmi-calculator h1 {
      font-size: 20px;
      line-height: 27px;
      text-align: center;
      margin-bottom: 4px !important; } }

.bmi-calculator .sub-heading {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  color: var(--bmiPriCl); }
  @media (max-width: 767px) {
    .bmi-calculator .sub-heading {
      font-size: 16px;
      line-height: 15px;
      text-align: center; } }

.bmi-calculator .rte {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: var(--bmiBlack); }
  @media (max-width: 767px) {
    .bmi-calculator .rte {
      font-size: 13px;
      line-height: 15px; } }

.bmi-calculator .bmi-w-h {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .bmi-calculator .bmi-w-h {
      gap: 0px;
      margin-bottom: 30px; } }

@media (max-width: 767px) {
  .bmi-calculator .bmr-w-h-a {
    margin-bottom: 26px; } }

.bmi-bg {
  background-color: var(--bgHead);
  background-image: linear-gradient(145deg, var(--bmiBg1) 0%, var(--bmiBg2) 50%, var(--bmiBg3) 100%);
  border-radius: 10px; }

.bmi-height, .bmi-weight, .bmr-goal, .bmr-gender, .bmi-rate, .bmi-goal-weight, .bmi-speed {
  position: relative;
  padding: 9px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .bmi-height .title, .bmi-weight .title, .bmr-goal .title, .bmr-gender .title, .bmi-rate .title, .bmi-goal-weight .title, .bmi-speed .title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--bmiPriCl);
    z-index: auto; }
    @media (max-width: 767px) {
      .bmi-height .title, .bmi-weight .title, .bmr-goal .title, .bmr-gender .title, .bmi-rate .title, .bmi-goal-weight .title, .bmi-speed .title {
        font-size: 12px;
        line-height: 15px; } }
  .bmi-height .unit, .bmi-weight .unit, .bmr-goal .unit, .bmr-gender .unit, .bmi-rate .unit, .bmi-goal-weight .unit, .bmi-speed .unit {
    font-size: 12px;
    color: var(--bmiPriCl); }
    @media (max-width: 767px) {
      .bmi-height .unit, .bmi-weight .unit, .bmr-goal .unit, .bmr-gender .unit, .bmi-rate .unit, .bmi-goal-weight .unit, .bmi-speed .unit {
        font-size: 10px;
        line-height: 13px; } }

.bmr-goal-n-gender {
  gap: 24px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .bmr-goal-n-gender {
      gap: 0px;
      margin-bottom: 26px; } }
  .bmr-goal-n-gender .bmr-goal, .bmr-goal-n-gender .bmr-gender {
    justify-content: start;
    align-items: start; }
    .bmr-goal-n-gender .bmr-goal .title, .bmr-goal-n-gender .bmr-gender .title {
      margin-bottom: 15px; }
  .bmr-goal-n-gender .bmr-goal {
    min-width: 170px;
    flex: 0 0 170px; }
    @media (max-width: 767px) {
      .bmr-goal-n-gender .bmr-goal {
        min-width: 122px;
        flex: 0 0 122px; } }
    .bmr-goal-n-gender .bmr-goal select {
      -moz-appearance: none;
      /* Firefox */
      -webkit-appearance: none;
      /* Safari and Chrome */
      appearance: none;
      width: 100%;
      background: #fff no-repeat;
      background-size: cover;
      padding: 9px 5px;
      border: none;
      border-radius: 10px;
      color: var(--bmiBlack);
      transition: all 0.3s ease; }
      .bmr-goal-n-gender .bmr-goal select:active, .bmr-goal-n-gender .bmr-goal select:hover {
        background: var(--bmiPriCl);
        color: var(--bmiSecCl); }
      .bmr-goal-n-gender .bmr-goal select option {
        background: #fff; }
  .bmr-goal-n-gender .bmr-gender {
    min-width: calc(100% - 182px - 12px);
    flex: 0 0 calc(100% - 182px - 12px); }
    @media (max-width: 767px) {
      .bmr-goal-n-gender .bmr-gender {
        min-width: calc(100% - 122px);
        flex: 0 0 calc(100% - 122px); } }
    .bmr-goal-n-gender .bmr-gender .line_ver_right:before {
      content: '';
      width: 1px;
      height: 100%;
      position: absolute;
      background: var(--bmiPriCl);
      right: 0px; }
    .bmr-goal-n-gender .bmr-gender .line_ver_left:before {
      content: '';
      width: 1px;
      height: 100%;
      position: absolute;
      background: var(--bmiPriCl);
      left: 0px; }
    .bmr-goal-n-gender .bmr-gender label input + span {
      border: 2.5px solid #f9f9f3;
      display: block;
      font-size: 14px;
      font-weight: 300;
      line-height: 18px;
      padding: 8px 0;
      color: rgba(30, 30, 30, 0.5);
      background: linear-gradient(145deg, var(--bmiBg2) 0%, var(--bmiBg1) 50%, var(--bmiBg3) 100%);
      background-size: cover;
      background-position: center;
      transition: all 0.3s ease;
      border-radius: 10px 0 0 10px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .bmr-goal-n-gender .bmr-gender label input + span {
          padding: 4px 0; } }
    .bmr-goal-n-gender .bmr-gender label input:checked + span, .bmr-goal-n-gender .bmr-gender label input:hover + span {
      width: 100%;
      color: var(--bmiBlack);
      border: 2.5px solid var(--bmiPriCl);
      box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2); }
    .bmr-goal-n-gender .bmr-gender label + label input + span {
      border-radius: 0 10px 10px 0; }

.bmi-rate {
  align-items: start;
  text-align: left;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .bmi-rate {
      margin-bottom: 26px; } }
  .bmi-rate .title {
    margin-bottom: 15px; }
  .bmi-rate .title + .d-flex {
    gap: 10px; }
    @media (max-width: 767px) {
      .bmi-rate .title + .d-flex {
        gap: 4px; } }
  .bmi-rate .col-1of5 {
    min-width: calc(20% - 5px);
    flex: 0 0 calc(20% - 5px);
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .bmi-rate .col-1of5 {
        min-width: calc(20% - 2px);
        flex: 0 0 calc(20% - 2px); } }
    .bmi-rate .col-1of5 span {
      border-radius: 10px;
      padding: 8px 0;
      display: block;
      background-image: linear-gradient(145deg, var(--bmiBg2) 0%, var(--bmiBg1) 50%, var(--bmiBg3) 100%);
      background-repeat: no-repeat;
      background-size: 120% 120%;
      background-position: center;
      transition: all 0.3s ease; }
      @media (max-width: 767px) {
        .bmi-rate .col-1of5 span {
          padding: 4px 0; } }
    .bmi-rate .col-1of5 input {
      cursor: pointer; }
    .bmi-rate .col-1of5 input + span {
      border: 2.5px solid #f7f9f5;
      color: #9b9b9b;
      font-weight: 400;
      cursor: pointer; }
    .bmi-rate .col-1of5 input:checked + span, .bmi-rate .col-1of5 input:hover + span {
      width: 100%;
      color: var(--bmiBlack);
      border: 2.5px solid var(--bmiPriCl);
      box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2); }
  .bmi-rate .unit {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    align-self: center;
    color: var(--bmiSecCl); }
    @media (max-width: 767px) {
      .bmi-rate .unit {
        font-size: 13px;
        line-height: 15px; } }

.bmi-goal-weight, .bmi-speed {
  align-items: start;
  margin-bottom: 40px; }
  .bmi-goal-weight .title, .bmi-speed .title {
    margin-bottom: 15px; }
  @media (max-width: 349px) {
    .bmi-goal-weight, .bmi-speed {
      align-items: center;
      flex-direction: row; }
      .bmi-goal-weight .title, .bmi-speed .title {
        margin-bottom: 0;
        margin-right: 5px;
        min-width: 50%;
        text-align: left; } }

.bmi-goal-weight input {
  width: 100%;
  background-image: linear-gradient(145deg, var(--bmiBg2) 0%, var(--bmiBg1) 50%, var(--bmiBg3) 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 9px 5px;
  border: none;
  border-radius: 10px;
  color: var(--bmiBlack);
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  outline: none;
  border: 2.5px solid #fff;
  appearance: textfield; }
  @media (max-width: 767px) {
    .bmi-goal-weight input {
      font-size: 12px;
      line-height: 15px;
      padding: 7px 5px; } }
  .bmi-goal-weight input::-webkit-inner-spin-button, .bmi-goal-weight input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .bmi-goal-weight input:active, .bmi-goal-weight input:hover {
    border: 2.5px solid var(--bmiPriCl); }
  .bmi-goal-weight input:active {
    font-weight: 400; }
  .bmi-goal-weight input::-webkit-input-placeholder {
    /* Edge */
    font-weight: 400;
    color: var(--bmiBlack);
    opacity: 1; }
  .bmi-goal-weight input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: 400;
    color: var(--bmiBlack);
    opacity: 1; }
  .bmi-goal-weight input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-weight: 400;
    color: var(--bmiBlack);
    opacity: 1; }
  .bmi-goal-weight input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-weight: 400;
    color: var(--bmiBlack);
    opacity: 1; }
  .bmi-goal-weight input::placeholder {
    font-weight: 400;
    color: var(--bmiBlack);
    opacity: 1; }

.bmi-goal-weight .unit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  pointer-events: none; }

.bmi-quantity {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%; }
  .bmi-quantity input {
    border: none;
    font-size: 20px;
    font-weight: 700;
    max-width: 100px;
    color: var(--bmiBlack);
    background: transparent;
    outline: none;
    text-align: center;
    appearance: textfield;
    width: inherit; }
    @media (max-width: 767px) {
      .bmi-quantity input {
        font-size: 17px;
        line-height: 23px; } }
    .bmi-quantity input::-webkit-inner-spin-button, .bmi-quantity input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .bmi-quantity input::-webkit-input-placeholder {
      /* Edge */
      color: var(--bmiBlack);
      opacity: 1; }
    .bmi-quantity input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: var(--bmiBlack);
      opacity: 1; }
    .bmi-quantity input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: var(--bmiBlack);
      opacity: 1; }
    .bmi-quantity input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: var(--bmiBlack);
      opacity: 1; }
    .bmi-quantity input::placeholder {
      color: var(--bmiBlack);
      opacity: 1; }
  .bmi-quantity .plus, .bmi-quantity .minus {
    width: 27px;
    min-width: 27px;
    height: 27px;
    outline: none;
    border-radius: 99px;
    color: var(--bmiPriCl);
    font-weight: 700;
    transition: all 0.3s ease;
    font-size: 0;
    position: relative;
    will-change: transform;
    cursor: pointer; }
    @media (max-width: 767px) {
      .bmi-quantity .plus, .bmi-quantity .minus {
        width: 22px;
        min-width: 22px;
        height: 22px; } }
    .bmi-quantity .plus:before, .bmi-quantity .plus:after, .bmi-quantity .minus:before, .bmi-quantity .minus:after {
      content: '';
      position: absolute;
      width: 8px;
      height: 2px;
      background: var(--bmiPriCl);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      will-change: transform; }
    .bmi-quantity .plus:hover:before, .bmi-quantity .plus:hover:after, .bmi-quantity .minus:hover:before, .bmi-quantity .minus:hover:after {
      background: var(--bmiSecCl); }
  .bmi-quantity .minus {
    margin-right: auto;
    border: 1px solid var(--bmiSecCl);
    background: initial; }
    .bmi-quantity .minus:hover {
      border: 1px solid var(--bmiPriCl);
      background: var(--bmiPriCl);
      color: var(--bmiSecCl); }
  .bmi-quantity .plus {
    margin-left: auto;
    background: initial;
    border: 1px solid var(--bmiSecCl); }
    .bmi-quantity .plus:after {
      transform: translate(-50%, -50%) rotate(90deg); }
    .bmi-quantity .plus:hover {
      border: 1px solid var(--bmiPriCl);
      background: var(--bmiPriCl);
      color: var(--bmiSecCl); }

.bmi-button {
  clear: both;
  border: 2px solid var(--bmiPriCl);
  color: var(--bmiSecCl);
  padding: 10px 30px;
  font-size: 18px;
  background: var(--bmiPriCl);
  border-radius: 10px;
  text-transform: uppercase;
  margin-bottom: 35px;
  cursor: pointer;
  transition: all .3s; }
  @media (max-width: 767px) {
    .bmi-button {
      font-size: 16px;
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .bmi-button:hover {
      background: var(--bmiBg3);
      color: var(--bmiPriCl); } }

.bmi-notice {
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  color: var(--bmiBlack); }
  @media (max-width: 767px) {
    .bmi-notice {
      text-align: center; } }

#bmiModal, #tdeeModal {
  background: rgba(125, 125, 125, 0.5); }
  #bmiModal .modal-content:before, #tdeeModal .modal-content:before {
    content: '';
    background: linear-gradient(180deg, #fffefc 0%, rgba(243, 242, 238, 0) 100%);
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    border-radius: 10px 10px 0 0;
    pointer-events: none;
    top: 24px;
    z-index: 1; }
  #bmiModal .btn-close, #tdeeModal .btn-close {
    background: var(--bmiSecCl);
    color: var(--bmiPriCl);
    border-radius: 0 15px;
    width: 36px;
    height: 28px;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    top: 0;
    z-index: 1;
    right: 0; }
    @media (max-width: 991px) {
      #bmiModal .btn-close, #tdeeModal .btn-close {
        position: absolute !important;
        right: -5px;
        top: 0;
        width: 60px;
        height: 36px;
        border-radius: 0 40px 0 40px; } }
  #bmiModal button.btn-close:before, #tdeeModal button.btn-close:before {
    content: '';
    width: 12px;
    height: 2px;
    background: var(--bmiPriCl);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 2px;
    overflow: hidden; }
  #bmiModal button.btn-close:after, #tdeeModal button.btn-close:after {
    content: '';
    width: 12px;
    height: 2px;
    background: var(--bmiPriCl);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-radius: 2px;
    overflow: hidden; }
  #bmiModal .modal-content, #tdeeModal .modal-content {
    background: linear-gradient(145deg, #ffffff 0%, #fffcf5 50%, #fffaef 100%);
    background-size: cover;
    border-radius: 15px;
    height: 100%;
    border: none; }
    @media (max-width: 767px) {
      #bmiModal .modal-content, #tdeeModal .modal-content {
        border-radius: 40px 40px 0 0; } }
    #bmiModal .modal-content .modal-body, #tdeeModal .modal-content .modal-body {
      overflow: auto;
      height: 100%; }
      #bmiModal .modal-content .modal-body::-webkit-scrollbar-track, #tdeeModal .modal-content .modal-body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: #f7f7f7;
        border-radius: 10px; }
      #bmiModal .modal-content .modal-body::-webkit-scrollbar, #tdeeModal .modal-content .modal-body::-webkit-scrollbar {
        width: 0px;
        background-color: #f7f7f7; }
      #bmiModal .modal-content .modal-body::-webkit-scrollbar-thumb, #tdeeModal .modal-content .modal-body::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #FFF;
        background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(var(--bmiPriCl)), to(var(--bmiPriCl)), color-stop(0.6, var(--bmiPriCl))); }
    #bmiModal .modal-content .modal-header, #tdeeModal .modal-content .modal-header {
      top: 0; }
  #bmiModal .title, #tdeeModal .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: var(--bmiPriCl);
    margin: 0; }
  #bmiModal .title-time, #tdeeModal .title-time {
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    color: var(--bmiPriCl);
    margin-bottom: 4px; }
    #bmiModal .title-time b, #bmiModal .title-time strong, #tdeeModal .title-time b, #tdeeModal .title-time strong {
      font-weight: 700; }
  #bmiModal .stat, #tdeeModal .stat {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    color: var(--bmiSecCl);
    margin-bottom: 9px; }
    @media (max-width: 767px) {
      #bmiModal .stat, #tdeeModal .stat {
        margin-bottom: 4px; } }
  #bmiModal .time, #tdeeModal .time {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 4px; }
  #bmiModal .subtime, #tdeeModal .subtime {
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    color: var(--bmiBlack);
    margin-bottom: 35px; }
  #bmiModal .subtitle, #tdeeModal .subtitle {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    color: #1E1E1E;
    margin-bottom: 27px; }
  #bmiModal .advise, #bmiModal .advise-content, #tdeeModal .advise, #tdeeModal .advise-content {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    margin: 0; }
  #bmiModal .advise, #tdeeModal .advise {
    color: var(--bmiPriCl); }
  #bmiModal .advise-content, #tdeeModal .advise-content {
    font-weight: 300;
    margin-bottom: 30px; }
  #bmiModal .rte, #tdeeModal .rte {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #1E1E1E; }
    #bmiModal .rte a, #tdeeModal .rte a {
      color: var(--bmiPriCl);
      font-weight: 700;
      text-decoration: underline; }
  @media (max-width: 767px) {
    #bmiModal .modal-dialog, #tdeeModal .modal-dialog {
      margin: 0 auto; } }

#tdeeModal .rte {
  line-height: 18px; }

.bmi-note {
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  line-height: 18px;
  text-align: center; }

.bmr-calculator .bmi-w-h {
  gap: 0; }
  .bmr-calculator .bmi-w-h input::-webkit-input-placeholder {
    /* Edge */
    color: var(--bmiBlack);
    opacity: 1; }
  .bmr-calculator .bmi-w-h input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--bmiBlack);
    opacity: 1; }
  .bmr-calculator .bmi-w-h input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--bmiBlack);
    opacity: 1; }
  .bmr-calculator .bmi-w-h input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: var(--bmiBlack);
    opacity: 1; }
  .bmr-calculator .bmi-w-h input::placeholder {
    color: var(--bmiBlack);
    opacity: 1; }

.mew-select {
  position: relative; }
  .mew-select:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: var(--bmiSecCl) transparent transparent transparent;
    transition: border-color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    position: absolute;
    top: 18px;
    right: 15px; }
  .mew-select input {
    width: 100%;
    padding: 11px 5px;
    border: none;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    outline: none;
    background: var(--bmiPriCl);
    color: var(--bmiSecCl);
    cursor: pointer; }
    .mew-select input.js-tdee-goal {
      text-indent: 15px; }
      @media (max-width: 767px) {
        .mew-select input.js-tdee-goal {
          text-indent: 10px; } }
    .mew-select input.js-tdee-speed {
      background: linear-gradient(145deg, var(--bmiBg2) 0%, var(--bmiBg1) 50%, var(--bmiBg3) 100%), #fff;
      background-size: cover, 15px;
      color: var(--bmiBlack);
      font-weight: 400; }
    @media (max-width: 767px) {
      .mew-select input {
        text-indent: 10px;
        font-size: 12px;
        line-height: 15px;
        padding: 8.5px 5px;
        background: var(--bmiPriCl);
        background-size: 10px; }
        .mew-select input.js-tdee-speed {
          background: linear-gradient(145deg, var(--bmiBg2) 0%, var(--bmiBg1) 50%, var(--bmiBg3) 100%), #fff;
          background-size: cover, 10px; } }
  .mew-select ul {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transtion: all 0.3s ease;
    pointer-events: none;
    background: #fff; }
    .mew-select ul li {
      color: var(--bmiBlack);
      padding: 4px 0;
      font-size: 14px;
      line-height: 18px;
      cursor: pointer;
      transtion: all 0.3s ease; }
      .mew-select ul li:active, .mew-select ul li:hover {
        background: var(--bmiPriCl);
        color: var(--bmiSecCl); }
  .mew-select.active ul {
    z-index: 2;
    pointer-events: all;
    opacity: 1;
    visibility: visible; }

.text-underline {
  text-decoration: underline; }

@media (min-width: 350px) {
  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

#iframe-google-one-tap {
  display: none !important; }
