body {
  margin: 0;
  font-family: Poppins !important;
}

#mealsDiv {
  height: 100%;
  overflow-y: scroll;
}

#meals .food-img-wrapper {
  display: flex;
  justify-content: center;
  /* padding-top: 5vw; */
  /* background-color: rgb(255, 255, 255); */
  background-color: #ffb600;
  /* height: 12vh; */
  height: 50px;
}

/* #meals .meal-image {
    background-size: cover;
    background-position: -4px -3px;
    background-repeat: no-repeat;
    width: 67vw;
    height: 69vw;
    z-index: 100;
    border-radius: 50%;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    background-color: #cecece;
} */

#meals .title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#meals .title {
  font-size: 5.8vw;
  /* width: 306px; */
}

#meals .main-container {
  background-color: white;
  /* margin-top: -19.65vw; */
  margin-top: -19px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 25px 25px 0 0 !important;
  padding: 4.5vw 4.5vw;
  z-index: 100;
  position: relative;
}

.food-labels-alergens {
  width: 85vw;
  height: 26.1vw;
  display: flex;
  flex-direction: column;
  align-self: center;
  margin-bottom: 0vw;
  border-radius: 10px;
  padding: 0px;
}

.meal-round-img-div {
  width: 100px;
  height: 100px;
  /* border: 1px solid black; */
  /* position: absolute; */
  /* left: 310px; */
  /* top: 15px; */
  /* top: -33px;
    right: 54px; */
  border-radius: 50%;
  background-size: 111px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 105;
  margin-top: -50px;
  /* background-image: url("../images/header-bg4.jpg"); */
  /* background-color: transparent; */
}

@media only screen and (min-width: 760px) {
  /* #meals .main-container {
        margin-top: -11.65vw;
    } */

  /* #meals .title {
        font-size: 3.8vw !important;
        width: 500px !important;
    } */

  /* .meal-round-img-div {
        left: 80vw;
        top: 7vw;
    } */

  .pdf-btn {
    font-size: 3vw;
  }
}

@media only screen and (min-width: 1025px) {
  #meals {
    width: 100%;
  }

  #meals .title {
    /* width: 100% !important; */
    font-size: 2vw !important;
  }

  #meals .food-label-per-servings,
  .food-label-ri {
    text-align: center;
    padding: 10px 0px !important;
  }

  /* #meals .food-img-wrapper {
        height: 30vh !important;
    } */

  /* .meal-round-img-div {
        right: 323px !important;
        top: 54px !important;
        left: unset !important;
    } */

  #energy-meals-summary {
    display: flex;
    gap: 10px;
    height: 70vh;
    justify-content: center;
  }

  #energy-pie-container {
    width: 50%;
    justify-content: start !important;
  }

  .energy-pie-title {
    font-size: 1.8vw !important;
    margin: 0.9vw 1vw 0vw !important;
  }

  .meals-container {
    height: auto;
    overflow-y: scroll !important;
    position: sticky;
    overflow-x: hidden;
  }

  #meals-tbody {
    font-size: 1vw !important;
  }

  #meals-summary .food-labels-alergens {
    width: 42vw !important;
    padding: 0px 1vw !important;
  }

  #meals-summary .food-labels-alergens-icon-item-container {
    width: 4.71vw !important;
    height: 4.71vw !important;
  }

  #meals-summary .food-labels-alergens-icon-item-fa {
    font-size: 2.5vw !important;
  }

  #meals-summary .food-labels-alergens-icon-item-ti {
    font-size: 3vw !important;
    margin-left: 1.2vw !important;
  }

  #energy-pie-container {
    margin-bottom: 0px !important;
  }

  #meals .main-container {
    padding: 2.5vw 2.5vw !important;
  }

  #meals .back-btn {
    font-size: 1.5vw !important;
  }

  #meals .food-labels-container {
    margin-bottom: 0.5vw;
  }
}
