.footer-i{
  font-size: 25px;
}

fz15, fz12,  fz10, fz8, fz20{
  display:block;
  margin:0;
  padding:0;
  border:0;
  color: inherit;
}

fz20{
  font-size: 20px;
  display: inline-flex;
}

fz15{
  font-size: 15px;
}

fz12{
  display:inline-flex;
  justify-content:center;
  font-size: 12px;
}

fz10{
  font-size: 10px;
}

fz8{
  font-size: 8px;
  padding: 0.2em;
}

#t-m{
  font-weight: 600;
}

.t-eb{
  font-weight: 800;
}

*{
  padding: 0;
  margin: 0;
  font-family: nunito;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

a{
  text-decoration: none !important;
  display: block;
}

.container{
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
}

.header{
  display: flex;
  position: fixed;
  justify-content: space-between;
  height: 43px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.header-title{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: auto auto;
  padding-left: 11px;
}

.header-title-plus{
  font-size: 15px;
  font-weight: 400;
}

.header-cog{
  position: absolute;
  margin: 10px 0px;
  right: 17px;
  font-size: 18px;
}

.header-trophy{
  position: absolute;
  margin: 10px 0px;
  left: 17px;
  font-size: 17px;
}

.body-block-first{
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 45px;
  justify-content: space-between;
}

.body-title{
  font-size: 20px;
  font-weight: 800;
  margin: auto auto;
}

.add-circle{
  position: absolute;
  width: 25px;
  height: 25px;
  font-weight: 900;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  border-radius: 100px;
  margin: 17px 0px;
  right: 15px;
}

.body-block, .body-summ-block{
  display: flex;
  text-align: center;
  height: auto;
  font-size: 15px;
  padding: 10px 0;
  transition: all 0.3s ease 0s;
}

.body-summ-block{
  height: 65px;
  border-bottom: none;
  font-weight: 800;
}

.body-block-col-1, .body-block-summ-col-1{
  margin: auto 0px;
  line-height: 19px;
}

.body-block-col-2, .body-block-summ-col-2{
  line-height: 57px;
  margin: auto 0px;
}

.body-block-summ-col-2{
  line-height: 36.5px;
}


.body-block-col-3, .body-block-summ-col-3{
  margin: auto 0px;
  display: flex;
  justify-content: center;
}

.body-summ-block > *,
.body-block > *,
.body-block-summ-col-3 > *,
.body-block-col-3 > * {
  flex-basis: 100%;
}

.body-block-protein, .body-block-fat ,.body-block-hibo{
  display: flex;
  flex-direction: column;
  line-height: 30px;
}


.body-block-summ-protein, .body-block-summ-fat ,.body-block-summ-hibo{
  display: flex;
  flex-direction: column;
  line-height: 18px;
}


.input-text-container, .input-text-container-doble{
  margin-top: 20px;
}

.input-title{
  display: block;
  width: 95%;
  margin: 0px auto;
  transition: all 0.5s;
}

.input{
  padding: 0px 10px;
  display: block;
  font-size: 15px;
  font-weight: normal;
  width: 95%;
  height: 33px;
  margin: 0px auto;
  background-color: transparent;
  outline: none;
  transition: all 0.5s;
}

.add-button{
  display: flex;
  width: 95%;
  margin: 0px auto;
  margin-top: 55px;
  font-size: 15px;
  font-weight: 700;
  background-color: transparent;
  line-height: 43px;
  justify-content: center;
  outline: none;
}

.footer{
  display: flex;
  position: fixed;
  bottom: 0px;
  height: 61px;
  width: 100%;
  margin-top: -61px;
  left: 0;
  z-index: 10;
}

.footer-link{
  position: absolute;
  width: 100%;
  height: 100%;
}

.footer-col-1, .footer-col-2, .footer-col-3{
  width: 33.33%;
  text-align: center;
  position: relative;
}

.footer-col-1{

}

.footer-col-2{
  font-weight: 900;
  font-size: 23px;
  line-height: 19px;
}

.footer-col-3{

}

#footer-col-container-1{
  margin-top: 13px;
}
#footer-col-container-2{
  line-height: 18px;
  margin: 15px;
}
#footer-col-container-3{
}

.footer-col-container{
  margin: 11px;
  line-height: 20px;
}

.hint{
  text-align: center;
  margin-top: 10px;
  padding: 0 2.5% 10px 2.5%;
  width: 100%;
  font-size: 13px;
}

.double-option-container{
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}
