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

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

#nutrition {
  height: 100%;
}

#nutrition .food-img-wrapper {
  background-size: 66%;
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
  height: 50vw;
  /* z-index: -100; */
}

#nutrition .header-title {
  position: relative;
  left: 41%;
  top: 45%;
  transform: translate(-50%, -50%);
  color: #ffb600;
  background-color: rgba(255, 255, 255, 86%);
  backdrop-filter: blur(3px);
  padding: 1vw;
  width: 73vw;
  text-align: center;
}

#nutrition .header-title h1 {
  font-size: 11vw;
  margin: 0;
  height: 13vw;
  letter-spacing: 3px;
  font-weight: bold;
}

#nutrition .header-title p {
  font-size: 6vw;
  margin: 0;
  letter-spacing: 6.5px;
}

.main-container {
  background-color: white;
  margin-top: -3.65vw;
  height: auto;
  box-shadow: rgba(215 215 215 / 35%) 0px -13px 13px;
  border-radius: 25px 25px 0 0 !important;
  padding: 4.5vw 4.5vw;
}

#energy-pie-container {
  background-color: #ffb7001f;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 4.5vw;
}

.energy-pie-title,
.food-labels-title,
.meals-labels-title {
  font-size: 4vw;
  margin: 3.9vw 5vw 0vw;
  font-weight: 600;
}

.title {
  font-weight: bold;
  font-size: 6vw;
}

.title-portions,
.food-labels-portions {
  font-size: 15px;
  float: right;
  margin-top: 12px;
  color: #626262;
}

.subtitle {
  color: #626262;
  font-size: 4vw;
}

.food-labels-container {
  background-color: #fafafa;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 3.65vw;
}

.food-labels-portions {
  margin-top: 5px;
  font-size: 12px;
}

.food-labels-table {
  font-size: 2.8vw;
}

.food-labels-table th {
  text-transform: uppercase;
}

.food-label-th {
  text-align: center;
  font-size: 2vw;
}

.food-labels-tbody td {
  padding: 0.75vw 1.3vw;
}

.food-label-icon-wrapper {
  padding: 6px 9px;
  border-radius: 10px;
  margin-right: 5px;
  display: inline-block;
  background-color: #fafafa;
}

.food-label-icon {
  width: 20px;
}

.food-label-icon-energy {
  background-color: #7c7c7c1a;
}

.food-label-name {
  font-weight: 600;
  display: flex;
  padding: 2.43vw 2.19vw !important;
}

.food-label-name p {
  margin-bottom: 0px !important;
  align-self: center;
}

.food-label-per-servings,
.food-label-ri {
  text-align: center;
  padding: 10px 1px;
}

.food-label-per-servings {
  background-color: #ffb7001f;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.food-label-ri {
  background-color: #ffb600;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.food-labels-alergens p {
  font-weight: 600;
  font-size: 3.5vw;
  margin-bottom: 2.43vw;
}

.food-labels-alergens-icons {
  display: flex;
  gap: 3vw;
}

.food-labels-alergens-icon-item-container {
  padding: 1.5vw;
  border-radius: 50%;
  width: 9.71vw;
  height: 9.71vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1vw;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.grey {
  background-color: rgb(242, 242, 242);
}

.fibre {
  background-color: rgb(131, 82, 82);
}

.nuts {
  background-color: rgb(90, 214, 102);
}

.milk {
  background-color: rgb(205, 80, 80);
}

.eggs {
  background-color: rgb(255, 216, 12);
}

.fish {
  background-color: rgb(8, 188, 245);
}

.soy {
  background-color: rgb(245, 137, 8);
}

.dietary {
  background-color: green;
}

.food-labels-alergens-icon-item-fa {
  color: white;
  font-size: 4.85vw;
  align-self: center;
}

.food-labels-alergens-icon-item-ti {
  font-size: 6.1vw;
  align-self: center;
  margin-left: 2.43vw;
  color: white;
}

@keyframes append-animate {
  from {
    /* transform: scale(0); */
    opacity: 0;
  }
  to {
    /* transform: scale(1); */
    opacity: 1;
  }
}

.food-label-alergens-names-container {
  background-color: #424242;
  color: white;
  padding: 0.5vw 2vw;
  font-size: 2.3vw;
  text-align: center;
  border-radius: 3px;
  /* position: absolute; */
  animation: append-animate 0.5s;
}

.pdf-btn {
  margin: 2vw 0vw;
  border-radius: 3.5vw;
  width: 100%;
}

.meals-btn-container {
  background-color: #ffb7001f;
  border-radius: 20px;
  padding: 1vw;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 1vw;
}

.meals-list-div {
  padding: 0vw 3vw;
}

.meals-btns {
  font-weight: 600;
  background-color: white;
  /* border-radius: 20px; */
  border-radius: 45px;
  font-size: 3.4vw;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  margin: 11px 0px;
  padding: 1vw 1vw;
  color: black;
  text-decoration: none;
  position: relative;
}

.meals-img {
  /* width: 50px; */
  width: 45px;
  border-radius: 50%;
  height: 40px;
  /* position: relative;
    left: -26px; */
}

.meals-btns p {
  align-self: center;
  margin-bottom: 0px !important;
  width: 100%;
  text-align: left;
  /* margin-left: -13px; */
  padding-left: 5px;
}

.meals-btns:active {
  color: black !important;
}

.meals-arrow-icon {
  background-color: white;
  color: #ffb600;
  /* position: relative;
    right: -23px; */
  /* display: inline-block; */
  border-radius: 10px;
  width: 35px;
  /* height: 30px; */
  margin: auto 0;
  padding: 8px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
  margin-right: -11px;
}

.meals-icons {
  font-size: 5vw;
  background-color: cornsilk;
  border-radius: 50%;
}

/* .nutrional-icon {
    padding: 15px 13px;
} */

/* Extra extra small devices (phones, 600px and down) */
@media only screen and (max-width: 378px) {
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
}

/* * Small devices (portrait tablets and large phones, 600px and up) * */
@media only screen and (min-width: 600px) {
}

/* * Medium devices (landscape tablets, 768px and up) * */
@media only screen and (min-width: 768px) {
  .back-btn {
    font-size: 3.5vw;
  }

  #nutrition .food-img-wrapper {
    height: 40vw;
  }

  #nutrition .header-title {
    top: 15%;
  }

  #nutrition .header-title h1 {
    font-size: 10vw !important;
    height: 12vw !important;
  }

  #nutrition .header-title p {
    font-size: 4.8vw !important;
  }

  .subtitle {
    font-size: 3vw;
  }

  .food-labels-table {
    font-size: 2.4vw;
  }

  .food-label-name {
    padding: 1.43vw 2.19vw !important;
  }

  .food-labels-tbody td {
    padding: 0.5vw 1.3vw;
  }

  .food-labels-alergens-icon-item-container {
    width: 7.71vw;
    height: 7.71vw;
  }

  .food-labels-alergens-icon-item-fa {
    font-size: 3.85vw !important;
  }

  .food-labels-alergens-icon-item-ti {
    font-size: 5.1vw;
    margin-left: 2.1vw;
  }

  .food-label-alergens-names-container {
    padding: 0.5vw 1vw;
    font-size: 2.4vw;
  }

  .meals-labels-title {
    margin: 3.9vw 4vw 0vw;
  }

  .meals-list-div h6 {
    font-size: 3vw !important;
  }

  .meals-btns {
    font-size: 2.4vw !important;
    padding: 2vw 1vw !important;
  }

  .meals-arrow-icon {
    margin-right: -19px !important;
  }

  .font-size-small {
    font-size: 2.4vw;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* * Extra large devices (large laptops and desktops, 1200px and up) * */
@media only screen and (min-width: 1025px) {
  #nutrition {
    display: flex !important;
    width: 100%;
    overflow: hidden !important;
  }

  #nutrition .food-img-wrapper {
    background-image: url("/images/header-bg4.jpg") !important;
    background-size: 90% !important;
    background-position: center 17vw !important;
    width: 50% !important;
    z-index: unset !important;
    height: 100%;
  }

  #nutrition-main {
    width: 58vw;
    padding: 4.5vw 2.5vw !important;
    position: sticky;
    overflow-y: scroll;
    padding-bottom: 0.5vw !important;
  }

  #nutrition .header-title {
    /* left: 22% !important;
        top: 38% !important; */
    padding: 1vw !important;
    width: 100%;
    margin: 0 auto;
    padding-top: 162px !important;
    position: unset;
    transform: unset;
  }

  #nutrition .header-title h1 {
    font-size: 5vw !important;
    height: 5vw !important;
  }

  .subtitle {
    font-size: 1.6vw !important;
  }

  #nutri-summary-tbody,
  #meals-tbody {
    font-size: 1.4vw !important;
  }

  .meals-labels-title,
  .food-labels-title {
    font-size: 1.5vw !important;
    margin: 0.9vw 1vw 0vw !important;
  }

  .meals-list-div {
    padding: 0vw 1vw;
  }

  .meals-btns {
    font-size: 1.4vw !important;
    padding: 1vw 1vw !important;
  }

  .food-label-th {
    font-size: 1vw !important;
  }

  #nutri-summary-tbody .food-label-name,
  #meals-tbody .food-label-name {
    padding: 0.8vw 0vw !important;
  }

  .food-labels-table-wrapper {
    padding: 1vw;
  }

  .food-labels-alergens p {
    font-size: 1.5vw !important;
    margin-bottom: 1.43vw;
  }

  .food-labels-alergens {
    width: 47vw !important;
    height: 12vw !important;
  }

  .food-labels-alergens-icons {
    display: flex !important;
    gap: 1vw !important;
  }

  .food-labels-alergens-icon-item-container {
    width: 4vw !important;
    height: 4vw !important;
    margin-bottom: 0.5vw;
  }

  .food-labels-alergens-icon-item-fa {
    font-size: 2vw !important;
  }

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

  .food-label-alergens-names-container {
    font-size: 1vw !important;
    padding: 0.3vw 1vw;
  }

  .meals-list-div h6 {
    font-size: 1.6vw !important;
  }

  .meals-arrow-icon {
    /* right: -51px !important; */
    width: 35px !important;
    height: 38px !important;
    padding: 9px 0px !important;
  }
}

@media only screen and (min-width: 1200px) {
}
