/* poppins-latin-ext-400-normal */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/fonts/vendor/@fontsource/poppins/files/poppins-latin-ext-400-normal.woff2?6f94f40f848d79872444873b1edb4343) format("woff2"), url(/fonts/vendor/@fontsource/poppins/files/poppins-latin-ext-400-normal.woff?cf7e1ed83eb19f7b1ea674c6c1c42841) format("woff");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* poppins-latin-400-normal */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/fonts/vendor/@fontsource/poppins/files/poppins-latin-400-normal.woff2?405055dd680fa1dcdfa2b35019b3849f) format("woff2"), url(/fonts/vendor/@fontsource/poppins/files/poppins-latin-400-normal.woff?1458587c0aa7cd06b82bff30c89e6ce5) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
  box-sizing: border-box;
}
*:not(h1, h2, h3, h4, h5, h6, p) {
  padding: 0;
  margin: 0;
}

html {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  scroll-behavior: smooth;
}

.main-div {
  overflow-x: hidden;
  overflow-y: visible;
  min-height: 100vh;
}

section,
.top-container {
  width: 90%;
  max-width: 1300px;
  min-width: 300px;
  margin: 0 auto 25px auto;
}

a:visited {
  color: unset;
}

footer.layout-footer {
  width: 100%;
  margin: 100px 0 0 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgb(20, 20, 20);
  color: #fff;
}
footer.layout-footer .footer-menu {
  border-top: 5px solid rgb(255, 241, 41);
  padding-top: 20px;
}
footer.layout-footer .footer-menu .navigation {
  width: 100%;
  margin: unset;
}
footer.layout-footer .footer-menu .navigation .user-greetz {
  visibility: hidden;
}
footer.layout-footer .disclaim-section {
  margin-top: 100px;
}
footer.layout-footer .disclaim-section .disclaim-menu {
  display: flex;
  list-style: none;
  margin: auto 0 0 0;
}
footer.layout-footer .disclaim-section .disclaim-menu li:not(:first-child) {
  margin: 0 0 0 10px;
}
footer.layout-footer .disclaim-section .disclaim-menu a {
  color: #fff;
}

.errors {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(209, 2, 2);
  color: #fff;
  border: 1px solid rgb(95, 3, 3);
  border-radius: 10px;
  padding: 10px;
  margin: 0 0 25px 0;
  cursor: pointer;
}
.errors-label {
  font-weight: bold;
}

.status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(35, 226, 86);
  border: 1px solid rgb(11, 119, 40);
  border-radius: 10px;
  padding: 10px;
  margin: 0 0 25px 0;
  font-weight: bold;
  cursor: pointer;
}

.button {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: rgb(41, 40, 40);
  color: #ffffff;
  transition: 200ms ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-none {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: none;
  background: none;
  border: none;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bolder;
  font-size: 1.1rem;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.small-txt {
  font-size: 0.8rem;
  font-weight: 500;
}

.required {
  color: rgb(95, 3, 3);
}

.flex-items {
  display: flex;
  align-items: center;
}

.btn-add {
  width: 25px;
  height: 25px;
  position: relative;
  margin: 0 0 0 10px;
}
.btn-add::before, .btn-add::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.btn-add::before {
  width: 5px;
  height: 80%;
}
.btn-add::after {
  width: 80%;
  height: 5px;
}

.btn-fd {
  background-color: rgb(35, 226, 86);
  box-shadow: 0 0 0 2px hsl(0deg, 0%, 100%), 0 0 0 4px rgb(35, 226, 86);
}

.btn-exc {
  background-color: rgb(51, 145, 217);
  box-shadow: 0 0 0 2px hsl(0deg, 0%, 100%), 0 0 0 4px rgb(51, 145, 217);
}

.btn-delete {
  background-color: rgb(209, 2, 2);
}

.btn-new-contrib {
  color: black;
  margin: 10px auto 50px;
}

.spinner {
  position: relative;
  color: rgba(0, 0, 0, 0) !important;
}
.spinner:before {
  content: "";
  position: absolute;
  transform: translate(-50% -50%);
  width: 10px;
  height: 10px;
  border: 4px dotted #424242;
  border-radius: 50% 50%;
  animation: spinner 2s;
  animation-iteration-count: infinite;
}

.btn-align-left-6 {
  margin: 0 0 0 -6px;
}
.btn-align-left-6.spinner:before {
  border: 4px dotted #fff;
  left: 50%;
}

.hidden {
  display: none;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.pagination li {
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
}
.pagination li > * {
  display: inline-block;
  background-color: rgb(35, 226, 86);
  padding: 5px 10px;
  color: black;
  font-weight: 600;
  text-decoration: none;
}
.pagination li.active > * {
  background-color: #000;
  color: #fff;
}
.pagination li:first-of-type > * {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow-x: hidden;
  min-width: 42px;
}
.pagination li:last-of-type > * {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow-x: hidden;
  min-width: 42px;
}
.pagination li:last-of-type.spinner::before {
  right: -30px;
  top: 8px;
}

.form-group {
  display: flex;
  gap: 10px;
  margin: 0 0 5px 0;
}

.label,
.input {
  width: 50%;
}

.input,
.button {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}

.input {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.label {
  font-weight: bold;
}

.button {
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .section-forgot-pw .form-group,
.section-login .form-group,
.section-register .form-group,
.section-reset-pw .form-group,
.user-details .form-group,
.user-email .form-group,
.user-password .form-group {
    flex-direction: column;
  }
  .section-forgot-pw .label,
.section-forgot-pw .input,
.section-login .label,
.section-login .input,
.section-register .label,
.section-register .input,
.section-reset-pw .label,
.section-reset-pw .input,
.user-details .label,
.user-details .input,
.user-email .label,
.user-email .input,
.user-password .label,
.user-password .input {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .input:not([type=date]),
select:not([type=date]) {
    padding: 10px;
  }
}
.nav {
  height: 50px;
  background-color: rgb(20, 20, 20);
  margin: 0 0 0 0;
}

.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 90%;
  max-width: 1300px;
  min-width: 300px;
  margin: auto;
  color: rgb(255, 255, 255);
}
.navigation-items {
  display: flex;
  font-weight: bold;
}
.navigation .navigation-item {
  display: flex;
  margin: 0 0 0 15px;
  transition: all 75ms ease-in-out;
}
.navigation .navigation-item:hover {
  border-bottom: 2px dashed rgb(255, 241, 41);
  padding-bottom: 2px;
}
.navigation .navigation-item-guest {
  margin: 0 0 0 15px;
}
.navigation .navigation-item.active {
  border-bottom: 2px dashed rgb(255, 241, 41);
}
@media only screen and (max-width: 700px) {
  .navigation .navigation-item.active {
    padding-bottom: 5px;
  }
}
.navigation .navigation-item-wrap {
  display: flex;
  align-items: center;
}
.navigation .navigation-item-icon, .navigation .navigation-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation .navigation-item-icon {
  width: 15px;
  margin: 0 5px 0 0;
}
.navigation .navigation-item-icon svg {
  width: 100%;
  height: 100%;
}
.navigation .navigation-item-icon svg.fa-user {
  width: 90%;
  height: 90%;
}
@media only screen and (max-width: 800px) {
  .navigation .navigation-item-icon {
    width: 25px;
  }
  .navigation .navigation-item-label {
    display: none;
  }
}
.navigation a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.logo {
  width: 200px;
}
.logo svg {
  width: 100%;
}
.logo svg .st0 {
  fill: rgb(255, 241, 41);
}
@media only screen and (max-width: 500px) {
  .logo {
    width: 150px;
  }
  .logo g {
    display: none;
  }
}

.drop-down {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 0 15px;
}
.drop-down .drop-arrow {
  cursor: pointer;
}
.drop-down .drop-list {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
  display: none;
  width: 150px;
  background-color: rgb(20, 20, 20);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
  transition-delay: 2000ms;
  padding: 15px 15px;
}
.drop-down .drop-list .navigation-item-wrap {
  margin: 20px 0;
}
@media only screen and (max-width: 800px) {
  .drop-down .drop-list {
    top: 25px;
  }
  .drop-down .drop-list .navigation-item-icon {
    width: 25px;
  }
  .drop-down .drop-list .navigation-item-label {
    display: block;
  }
}
.drop-down:hover .drop-list, .drop-down:focus .drop-list, .drop-down:focus-within .drop-list {
  display: block;
  opacity: 1;
}

.top-section.landing {
  position: relative;
  clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
  background: url(/images/landingBG.jpg?928318f3f3c8e8ab223a336f194a40a8) top right no-repeat fixed;
  background-size: cover;
}
.top-section.landing::before {
  display: block;
  position: absolute;
  content: "";
  background: url(/images/landingBGPattern.png?4a2d37f339178d30dc6a43b1df061981) top center no-repeat fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}
.top-section.landing::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(41, 40, 40, 0.99), rgba(41, 40, 40, 0.93));
  z-index: -1;
}

.top-container.hero {
  margin: 50px auto 25px auto;
  padding-bottom: 150px;
}
@media only screen and (max-width: 360px) {
  .top-container.hero {
    margin: 15px auto 25px auto;
  }
}

.intro {
  display: flex;
  align-items: center;
}
.intro article {
  width: 40%;
  min-width: 320px;
}
.intro article h1 {
  font-size: 3rem;
}
@media only screen and (max-width: 360px) {
  .intro article h1 {
    margin: 0;
  }
}
.intro-txt {
  margin: 0 0 35px 0;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 1px;
}
.intro-cta {
  display: block;
  padding: 10px;
  background-color: rgb(20, 20, 20);
  color: #fff;
  font-size: 1.3rem;
  font-weight: bolder;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 10px;
  box-shadow: 5px 6px 0px rgb(255, 241, 41);
  min-width: 342px;
  width: 50%;
}
.intro-cta:visited {
  color: #fff;
}
@media only screen and (max-width: 360px) {
  .intro-cta {
    font-size: 1.2rem;
  }
}
.intro-login {
  padding: 10px;
  font-size: 0.9rem;
}
.intro-login a.btn-login {
  font-size: 1rem;
  font-weight: bolder;
  color: white;
}
.intro figure {
  width: 60%;
}
.intro figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro figure figcaption {
  text-align: center;
  font-size: 0.8rem;
}
@media only screen and (max-width: 800px) {
  .intro {
    flex-wrap: wrap;
    justify-content: center;
  }
  .intro article {
    width: 90%;
  }
  .intro-cta {
    min-width: 320px;
  }
  .intro figure {
    width: 100%;
    margin: 25px 0 0 0;
  }
}

.triplets {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}
.triplets article {
  text-align: center;
  width: 25%;
  min-width: 255px;
  margin: 0 0 75px 0;
}
.triplets article span {
  font-size: 0.75rem;
}
.triplets article h2 {
  position: relative;
  max-width: 300px;
  margin: 0 auto 15px auto;
}
.triplets article h2::after {
  content: "";
  position: absolute;
  height: 80%;
  top: 10px;
  z-index: -1;
}
.triplets-food::after {
  width: 160px;
  left: 75px;
  background-color: rgb(35, 226, 86);
}
.triplets-workout::after {
  width: 205px;
  left: 50px;
  background-color: rgb(51, 145, 217);
}
.triplets-learn::after {
  width: 255px;
  left: 25px;
  background-color: rgb(209, 2, 2);
}
@media only screen and (max-width: 850px) {
  .triplets article {
    width: 100%;
  }
}

.mid-cta {
  display: flex;
  align-items: center;
  justify-content: center;
}

.entries-header {
  display: flex;
  justify-content: space-between;
}

.entry-item {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.entries-section {
  margin-bottom: 75px;
}

.entries-footer {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.entries-footer a {
  text-decoration: none;
  color: #000;
}

.alert-no-records {
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
  width: 50%;
  margin: 25px auto;
}
@media only screen and (max-width: 700px) {
  .alert-no-records {
    width: 100%;
  }
}

.fd-header-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 20%;
}
@media only screen and (max-width: 400px) {
  .fd-header-item {
    width: 25%;
  }
}
.fd-header .daily {
  margin: 0 50px 0 0;
}

article.fd-item-wrapper {
  background-color: rgba(35, 226, 86, 0.05);
  padding: 5px 0;
}
article.fd-item-wrapper:nth-child(odd) {
  background-color: rgba(35, 226, 86, 0.15);
}

.fd-item {
  width: 10%;
  padding: 5px 0;
  display: flex;
}
.fd-item.daily {
  width: 10%;
}
.fd-item.daily-spacer {
  width: 50px;
}

.fd-totals {
  width: 100%;
  font-weight: bold;
}

.fd-thumb {
  width: 50px;
}

.fd-img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.fd-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fd-nrs-wrap,
.fd-header-item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.fd-data-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 10px;
  width: 100%;
}

.fd-nrs,
.fd-lbl-amt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 20%;
}

.fd-value.fd-amt {
  width: 100%;
}

@media only screen and (max-width: 760px) {
  .fd-lbl-amt {
    align-items: flex-start;
  }
}

.fd-label {
  position: relative;
  width: 100%;
  font-weight: bold;
  word-break: break-word;
  cursor: pointer;
}
.fd-label .fr-more-info {
  position: absolute;
  top: -5px;
  right: -15px;
  width: 15px;
}
.fd-label .fr-more-info svg {
  width: 100%;
}
@media only screen and (max-width: 760px) {
  .fd-label {
    width: calc(70% - 150px);
    min-width: 110px;
  }
}
@media only screen and (max-width: 360px) {
  .fd-label .fr-more-info {
    position: unset;
  }
}

.foodicon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid rgb(35, 226, 86);
  z-index: -1;
  opacity: 0.25;
}
.foodicon-svg {
  width: 50px;
  height: 50px;
}
.foodicon-svg path {
  fill: rgb(35, 226, 86);
}
@media only screen and (max-width: 760px) {
  .foodicon {
    border: 3px solid rgb(11, 119, 40);
  }
  .foodicon-svg path {
    fill: rgb(11, 119, 40);
  }
}

.fd-footer {
  border-top: 1px solid rgb(35, 226, 86);
}
.fd-footer .action-form--container {
  width: 72%;
  max-height: 0;
  transition: ease-in-out 350ms;
  overflow: hidden;
}
.fd-footer .action-form--container.open {
  max-height: 150px;
}
@media only screen and (max-width: 550px) {
  .fd-footer .action-form--container {
    width: 150px;
  }
  .fd-footer .action-form--container.open {
    max-height: 150px;
  }
}
.fd-footer .fd-copy-form {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 7px;
}
@media only screen and (max-width: 550px) {
  .fd-footer .fd-copy-form {
    flex-direction: column-reverse;
    margin-top: 10px;
  }
}
.fd-footer .fd-copy-form .form-group.hidden {
  display: none;
}
.fd-footer .fd-copy-form .form-group.relative {
  flex-direction: column;
  margin: 0 50px 10px 0;
}
@media only screen and (max-width: 500px) {
  .fd-footer .fd-copy-form .form-group.relative {
    margin: 5px 0px 10px 0px;
    width: 100%;
  }
}
.fd-footer .date-required {
  top: 100%;
  color: red;
  font-size: 12px;
  margin: 0 0 10px 0;
}
.fd-footer .copy-date {
  width: 100%;
  margin: 0 10px 0 0;
}
.fd-footer #submit-copy-btn.spinner::before {
  top: 5px;
}
.fd-footer .btn-add-copy {
  width: 25px;
  margin: 0 0 0 15px;
  background-color: rgb(51, 145, 217);
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgb(51, 145, 217);
}
@media only screen and (max-width: 550px) {
  .fd-footer {
    min-height: 85px;
  }
}

.food-info-modal {
  opacity: 0;
  visibility: hidden;
  transition: 350ms ease-in-out;
  cursor: pointer;
}
.food-info-modal.show {
  opacity: 1;
  visibility: visible;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.food-info-wrapper {
  background-color: white;
  height: 80%;
  width: 80%;
  max-width: 500px;
  border-radius: 5px;
  cursor: default;
}
.food-info-header {
  position: relative;
}
.food-info-header .close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 50px;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.food-info-header .close-btn svg {
  width: 95%;
}
.food-info-title {
  padding: 15px;
  border-bottom: 2px solid rgb(41, 40, 40);
}
.food-info-title h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 500px;
}
.food-info-body:not(.spinner) {
  height: calc(100% - 110px);
  overflow-y: scroll;
  scrollbar-width: none;
}
.food-info-body.spinner::before {
  width: 50px;
  height: 50px;
  top: 150px;
  right: 50%;
  left: 50%;
  overflow-y: hidden;
}
.food-info-body > div,
.food-info-body > h2 {
  padding: 0 15px;
}
.food-info-body > div:not(:last-of-type) {
  background-color: rgba(35, 226, 86, 0.05);
  padding: 10px 15px;
}
.food-info-body > div:not(:last-of-type):nth-of-type(even) {
  background-color: rgba(35, 226, 86, 0.15);
}
.food-info-img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.food-info-label {
  display: inline-block;
  font-weight: 700;
  width: 65%;
}

header.fd-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgb(35, 226, 86);
  padding: 0 0 15px 0;
}
header.fd-header .item-controls {
  margin-left: 15px;
  width: 75px;
}
header.fd-header .fd-label {
  width: unset;
}
header.fd-header .foodicon {
  position: relative;
  overflow: hidden;
  opacity: 1;
}
header.fd-header .foodicon-svg {
  width: 75%;
}
header.fd-header .percent-disp {
  height: 21px;
  font-weight: bold;
}
header.fd-header .fd-percent {
  background-color: rgba(35, 226, 86, 0.43);
  width: 100%;
  height: 0%;
  transition: height 1000ms cubic-bezier(0.59, -1.22, 0.39, 2.08);
  position: absolute;
  z-index: -1;
  bottom: 0;
}
header.fd-header svg.fa-hamburger {
  max-width: 50px;
}
header.fd-header svg.fa-hamburger path {
  fill: rgb(35, 226, 86);
}
@media only screen and (max-width: 760px) {
  header.fd-header .item-controls {
    display: none;
  }
  header.fd-header .foodicon {
    border: 3px solid rgb(35, 226, 86);
  }
  header.fd-header .foodicon-svg path {
    fill: rgb(35, 226, 86);
  }
}

.item-controls {
  display: flex;
}
.item-controls .btn-edit,
.item-controls .btn-delete,
.item-controls .btn-copy {
  width: 30px;
  height: 30px;
}
.item-controls .btn-copy {
  background-color: rgb(51, 145, 217);
}
.item-controls .btn-copy.copy-selected {
  background-color: rgb(7, 67, 113);
}
.item-controls .edit svg,
.item-controls .delete svg {
  width: 15px;
}
.item-controls .copy {
  margin: 0 15px 0 0;
}
.item-controls .delete {
  margin: 0 0 0 15px;
}

.edit-form {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8117647059);
}
.edit-form .btn-cancel {
  background-color: rgb(209, 2, 2);
  font-size: 1.2rem;
  margin: 0 0 0 25px;
}
.edit-form .edit-fd-form {
  display: flex;
  color: white;
  gap: 15px;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.edit-form .edit-fd-form .form-group {
  width: 250px;
  margin: unset;
}
.edit-form .edit-fd-form .input {
  width: 100%;
  padding: 8px;
  margin: unset;
}
.edit-form .edit-fd-form label.label {
  display: none;
}
@media only screen and (max-width: 850px) {
  .edit-form .edit-fd-form {
    flex-direction: column;
    height: unset;
  }
  .edit-form .edit-fd-form .input {
    padding: 15px;
  }
}
@media only screen and (max-width: 850px) {
  .edit-form .edit-fd-form {
    margin: -100px 0 0 0;
  }
}
@media only screen and (max-width: 850px) {
  .edit-form {
    flex-direction: column;
    position: fixed;
    z-index: 1;
  }
  .edit-form .button {
    width: 250px;
  }
  .edit-form .btn-cancel {
    margin: 15px 0 0 0;
  }
}

.fd-delete-wrap {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8117647059);
  transition: 500ms ease-in-out;
  opacity: 0;
}
.fd-delete-wrap .button {
  width: 150px;
}

.fd-delete-form {
  display: flex;
  justify-content: flex-end;
  margin: 4px;
}
.fd-delete-form .btn-delete {
  padding: 16px 0;
  background-color: unset;
  color: #000;
  border: unset;
  padding: unset;
}
.fd-delete-form .btn-delete svg {
  background-color: rgb(209, 2, 2);
  height: 30px;
  width: 30px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  margin: 0 0 0 15px;
}
.fd-delete-form .btn-delete svg path {
  fill: #fff;
}
.fd-delete-form .fd-btn-delete {
  padding: 5px;
  background-color: rgb(209, 2, 2);
  color: #fff;
  height: 41px;
}
.fd-delete-form .fd-btn-delete svg {
  background-color: rgb(209, 2, 2);
  height: 30px;
  width: 30px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  margin: 0 0 0 15px;
}
.fd-delete-form .fd-btn-delete svg path {
  fill: #fff;
}
.fd-delete-form .fd-btn-delete.ldr.spinner {
  color: rgba(0, 0, 0, 0);
}
.fd-delete-form .fd-btn-delete.ldr.spinner::before {
  border: 4px dotted #fff;
}

.button.btn-edit-fd.ldr.spinner::before {
  border: 4px dotted #fcfcfc;
  left: 50%;
}

.button.btn-delete.ldr.spinner {
  color: #fff;
}
@media only screen and (max-width: 760px) {
  .fd-header .daily {
    display: none;
  }
  .fd-header-item-wrapper {
    justify-content: space-between;
    font-size: 0.8rem;
    text-align: center;
  }

  article.fd-item-wrapper {
    height: auto;
    padding: 5px 0;
    cursor: pointer;
    transition: 200ms ease-in-out;
  }
  article.fd-item-wrapper::after {
    content: url(/images/chevron-down-solid.svg?a4f409dd60b89c8a341c1d9830ae0043);
    position: absolute;
    height: 10px;
    width: 10px;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%);
    opacity: 0.5;
  }
  article.fd-item-wrapper.showing {
    padding-bottom: 20px;
  }
  article.fd-item-wrapper.showing::after {
    transform: rotate(180deg);
    bottom: 0px;
  }

  .item-controls {
    position: absolute;
    right: 0;
  }

  .fd-data-wrap {
    flex-direction: column;
  }

  .fd-lbl-amt {
    width: 100%;
  }

  .fd-nrs {
    width: 25%;
  }

  .fd-nrs-wrap {
    justify-content: space-between;
    font-size: 0.8rem;
    font-weight: 600;
    margin: 5px 0 0 0;
    display: none;
  }
  .fd-nrs-wrap .fd-value {
    text-align: center;
  }
  .fd-nrs-wrap .foodicon {
    position: unset;
    border: none;
    opacity: unset;
    width: 25px;
    height: 25px;
  }
}
.fit-header {
  height: 90px;
  border-bottom: 1px solid rgb(51, 145, 217);
}
.fit-header-item {
  font-weight: bold;
  width: 25%;
}
.fit-header-item span {
  min-width: 147px;
  display: inline-block;
}
.fit-header-item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.fit-header-item-wrapper .fit-header-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0;
  min-width: 150px;
}
@media only screen and (max-width: 982px) {
  .fit-header-item-wrapper {
    flex-direction: column;
    align-items: flex-end;
  }
  .fit-header-item-wrapper .fit-header-item {
    margin: unset;
    justify-content: flex-start;
  }
}
.fit-header-img {
  width: 50px;
  transform: rotate(-25deg);
}

.exc-thumb figure {
  width: 50px;
}
.exc-name {
  font-size: 1.1rem;
  font-weight: 900;
}
.exc-type {
  margin: 0 0 15px 0;
}
.exc-note {
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
  height: 25px;
  max-height: 25px;
  max-width: 200px;
  position: relative;
}
.exc-note__text {
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  overflow: hidden;
  transition: height 350ms ease-in-out;
}
.exc-note__text.show-content {
  position: absolute;
  background-color: white;
  padding: 15px;
  overflow: unset;
  top: -160%;
  height: unset;
  max-height: unset;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  z-index: 69;
}
.exc-note svg {
  width: 13px;
  height: 13px;
  margin: 0 20px 0 0;
}
.exc-note svg path {
  fill: rgb(51, 145, 217);
}

.fit-item-wrapper {
  align-items: center;
  border-bottom: 1px solid rgb(51, 145, 217);
  padding: 10px 0;
}
.fit-item-wrapper .fd-data-wrap {
  justify-content: space-evenly;
}
.fit-item-wrapper .fd-data-wrap > div {
  width: 25%;
}
@media only screen and (max-width: 700px) {
  .fit-item-wrapper {
    align-items: flex-start;
  }
  .fit-item-wrapper .fd-data-wrap {
    align-items: flex-start;
    justify-content: space-evenly;
  }
  .fit-item-wrapper .fd-data-wrap > div {
    width: 50%;
  }
}

#fit-section .edit-form .form-group {
  align-items: center;
}
#fit-section .edit-form .form-group .form-group.col {
  margin: 0;
}
#fit-section .edit-form .form-group.col {
  flex-direction: column;
}
#fit-section .edit-form .form-group.col label.label {
  display: block;
  margin-right: auto;
}
#fit-section .edit-form .btn-edit-fd,
#fit-section .edit-form .button.btn-cancel.btn-toggle-edit {
  margin-top: 25px;
}
@media only screen and (max-width: 850px) {
  #fit-section .edit-form {
    position: fixed;
    flex-direction: column;
    z-index: 1;
  }
  #fit-section .edit-form .edit-fd-form {
    flex-direction: column;
    height: unset;
  }
  #fit-section .edit-form .button.btn-cancel.btn-toggle-edit {
    margin: 15px 0 0 0;
  }
}

.bd-header {
  border-bottom: 1px solid rgb(209, 2, 2);
  height: 100px;
}
.bd-header-item span {
  font-weight: bold;
}

.bd-item-wrapper {
  border-bottom: 1px solid rgb(209, 2, 2);
  height: 50px;
  background-color: rgba(226, 74, 74, 0.09);
}
.bd-item-wrapper form {
  display: flex;
  align-items: center;
}
.bd-item-wrapper form .input {
  width: 150px;
  margin: 0 0 0 20px;
  padding: 5px;
}
.bd-item-wrapper form .body-btn.spinner:before {
  border: 4px dotted #fff;
  left: 50%;
}
.bd-item-wrapper .fd-data-wrap {
  width: unset;
  flex-direction: row;
  justify-content: flex-start;
}
.bd-item-wrapper .fd-data-wrap strong {
  margin: 0 5px;
}
.bd-item-wrapper .edit-form form {
  height: 35px;
  justify-content: center;
}
.bd-item-wrapper .edit-form form .form-group {
  margin: unset;
}
@media only screen and (max-width: 850px) {
  .bd-item-wrapper .edit-form form {
    height: unset;
    margin: -100px 0 0 0;
  }
  .bd-item-wrapper .edit-form form .form-group {
    flex-direction: column;
  }
  .bd-item-wrapper .edit-form form .input {
    width: 100%;
    padding: 15px;
    margin: unset;
  }
}
.bd-item-wrapper .edit-form .btn-cancel {
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 850px) {
  .bd-item-wrapper .edit-form .btn-cancel {
    margin: 10px 0 0 0;
  }
}

.weight-icon-wrapper {
  width: 50px;
}
.weight-icon-wrapper .liftIcons-fa-weight {
  width: 100%;
  height: 100%;
}
.weight-icon-wrapper .liftIcons-fa-weight path {
  fill: #d10202;
}

section.select-date {
  width: 100%;
  background-color: rgb(41, 40, 40);
  color: #ffffff;
  padding: 25px 0;
  margin: 0 0 25px 0;
  border-top: 5px solid rgb(255, 241, 41);
  min-width: unset;
  max-width: unset;
}
section.select-date form {
  display: flex;
  width: 90%;
  max-width: 1300px;
  min-width: 300px;
  margin: 0 auto;
}
section.select-date .form-group {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
section.select-date .input {
  width: 100%;
  font-size: 1.3rem;
  border: 0;
}
section.select-date .button {
  color: rgb(20, 20, 20);
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 5px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  border: 0;
  background-color: rgb(255, 241, 41);
  margin-left: 5px;
}
@media only screen and (max-width: 360px) {
  section.select-date .button {
    font-size: 0.95rem;
    padding: 11px 5px;
  }
}
section.select-date .input {
  cursor: text;
  padding-left: 30px;
  min-width: 100%;
}
section.select-date form {
  display: flex;
  gap: 5px;
}
section.select-date form .wrapper {
  width: 100%;
}
section.select-date form .wrapper .form-group {
  display: block;
  height: 100%;
  margin: 0;
}
section.select-date form .wrapper .form-group .pagination {
  height: 100%;
}
section.select-date form .wrapper .form-group .pagination li > * {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: rgb(255, 241, 41);
  padding: 8px;
}
section.select-date form .wrapper .form-group:first-of-type {
  width: 20%;
  min-width: 210px;
}
section.select-date form .wrapper .form-group:last-of-type {
  width: 79%;
}
@media only screen and (max-width: 460px) {
  section.select-date form .wrapper .form-group {
    width: 50% !important;
    min-width: unset !important;
  }
  section.select-date form .wrapper .form-group .today {
    display: none;
  }
}

.date-wrapper {
  position: relative;
  width: 100%;
}

.fa-calendar {
  position: absolute;
  width: 20px;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.fa-calendar path {
  fill: rgb(41, 40, 40);
}

label[for=SelectDate].spinner {
  color: #fff;
}
label[for=SelectDate].spinner:before {
  border: 4px dotted #fcfcfc;
  width: 10px;
  height: 10px;
  left: unset;
  top: 2px;
  right: -33px;
}

.search-res-footer {
  position: relative;
  height: 50px;
  margin: 0 0 75px 0;
}
.search-res-footer.spinner::before {
  width: 40px;
  height: 40px;
  left: 50%;
  border: 10px dotted #424242;
}

.fd-tabmenu {
  height: 50px;
  margin: 15px auto -5px auto;
}
.fd-tabmenu-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fd-tabmenu-item {
  list-style: none;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  text-align: center;
  background-color: rgb(41, 40, 40);
  color: #fff;
  font-weight: bolder;
  border-radius: 5px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 350ms ease-in-out;
}
.fd-tabmenu-item:first-of-type {
  border-left: none;
}
.fd-tabmenu-item:last-of-type {
  border-right: none;
}
.fd-tabmenu-item.active-tab-btn {
  background-color: rgb(35, 226, 86);
  color: rgb(20, 20, 20);
}

div.fd-add-wrapper {
  position: relative;
  width: 100%;
  min-height: 120vh;
  overflow-x: hidden;
  width: 90%;
  max-width: 1300px;
  min-width: 300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
div.fd-add-wrapper > section {
  margin-bottom: 50px;
  overflow: hidden;
  transition: 350ms ease-in-out;
  min-width: 100%;
}
div.fd-add-wrapper > section:nth-of-type(1) {
  margin-left: -100%;
}
div.fd-add-wrapper > section:nth-of-type(1).active-tab {
  margin-left: 0;
}
section.add-fd-search {
  width: 100%;
  background-color: rgb(41, 40, 40);
  color: #ffffff;
  padding: 25px 0;
  margin: 0 0 25px 0;
  border-top: 5px solid rgb(255, 241, 41);
  min-width: unset;
  max-width: unset;
}
section.add-fd-search form {
  display: flex;
  width: 90%;
  max-width: 1300px;
  min-width: 300px;
  margin: 0 auto;
}
section.add-fd-search .form-group {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
section.add-fd-search .input {
  width: 100%;
  font-size: 1.3rem;
  border: 0;
}
section.add-fd-search .button {
  color: rgb(20, 20, 20);
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 5px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  border: 0;
  background-color: rgb(255, 241, 41);
  margin-left: 5px;
}
@media only screen and (max-width: 360px) {
  section.add-fd-search .button {
    font-size: 0.95rem;
    padding: 11px 5px;
  }
}
section.add-fd-search .fd-search-btns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
  height: 43px;
  margin: 33px 0 0 0;
}
section.add-fd-search .fd-search-btns.fr-2 {
  grid-template-columns: repeat(2, 1fr);
}
section.add-fd-search #food-search-input,
section.add-fd-search #fd-search-btn,
section.add-fd-search #fd-barcode-btn {
  height: 43px;
}
section.add-fd-search .barcode-container {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: #000;
}
section.add-fd-search .barcode-container #video {
  position: fixed;
  top: 25%;
  translate: -50%;
  z-index: 999991;
}
section.add-fd-search .barcode-container .scanner-btns {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 9999991;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
section.add-fd-search .barcode-container .scanner-btns #lightSwitch {
  font-size: 1.2rem;
  padding: 1rem;
  background: none;
  border: 3px solid #e3e3e3;
  border-radius: 50%;
}
section.add-fd-search .barcode-container .scanner-btns #stopBtn {
  font-size: 1.2rem;
  padding: 1rem;
  background: none;
  border: 3px solid #e3e3e3;
  border-radius: 50%;
}

.search-section {
  min-height: 65vh;
}
.search-section .alert-sad .btn-fd-new {
  background-color: rgb(255, 241, 41);
  width: -moz-fit-content;
  width: fit-content;
}

.search-results {
  min-height: 75vh;
}
.search-results.spinner:before {
  left: 50%;
  width: 50px;
  height: 50px;
  border: 10px dotted #424242;
}

.ul-item {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(35, 226, 86, 0.05);
  padding: 5px 0;
}
.ul-item:nth-child(even) {
  background-color: rgba(35, 226, 86, 0.15);
}

.ul-thumbnail {
  width: 75px;
  height: 100%;
}
.ul-thumbnail img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ul-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 75%;
  margin: 0 0 0 25px;
}

.ul-brands {
  font-weight: bold;
}

.ul-prevdate {
  display: flex;
  align-items: center;
  font-size: x-small;
  font-weight: 400;
}
.ul-prevdate-label {
  margin: 0 10px 0 0;
}
.ul-prevdate-link {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 0 0 50px;
  padding: 5px;
  background-color: rgb(35, 226, 86);
  border-radius: 50px;
  transition: 230ms ease-in-out;
}
.ul-prevdate-link.spinner {
  background-color: rgba(0, 0, 0, 0);
}
.ul-prevdate-link.spinner svg {
  opacity: 0;
}
.ul-prevdate-link.spinner::before {
  right: -7px;
  top: 2px;
}

.ul-nutrients {
  margin: 10px 0;
}
.ul-nutrients ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  max-width: 1000px;
}
.ul-nutrients li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 115px;
  color: rgb(20, 20, 20);
}

.ul-form .label {
  display: none;
}
.ul-form form {
  display: flex;
  margin: 0 0 0 auto;
}
.ul-form form .form-group {
  display: block;
  width: 40%;
}
@media only screen and (max-width: 800px) {
  .ul-form form .form-group {
    margin: 0 0 10px 0;
  }
}
.ul-form form .input {
  width: 100%;
  padding: 8px;
}
@media only screen and (max-width: 800px) {
  .ul-form form {
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 600px) {
  .ul-form form {
    flex-direction: column;
  }
  .ul-form form .form-group {
    width: 100%;
  }
}
.ul-form .button.fd-amount-btn {
  margin: 0 0 0 5px;
  background-color: rgb(11, 119, 40);
  min-width: 100px;
}
.ul-form .button.fd-amount-btn.spinner::before {
  border: 4px dotted #fff;
  left: 50%;
}
@media only screen and (max-width: 800px) {
  .ul-form .button.fd-amount-btn {
    margin: unset;
  }
}

.load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

@media only screen and (max-width: 800px) {
  .button.fd-amount-btn {
    position: relative;
    padding: 5px;
    width: 100%;
  }
  .button.fd-amount-btn div:before, .button.fd-amount-btn div:after {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
    border-radius: 5px;
  }
  .button.fd-amount-btn div:before {
    width: 20px;
    height: 5px;
  }
  .button.fd-amount-btn div:after {
    width: 5px;
    height: 20px;
  }
  .button.fd-amount-btn div span {
    display: block;
  }

  .ul-nutrients li div {
    font-size: 0.8rem;
  }
  .ul-nutrients .foodicon-svg {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 750px) {
  section.add-fd-search .fd-search-btns {
    margin: 35px 0 0 0;
  }
  section.add-fd-search .button {
    font-size: 1.1rem;
    padding: 10px;
    margin-bottom: 2px;
  }
  section.add-fd-search .input {
    font-size: 1.1rem;
    margin: 2px 0;
  }
}
@media only screen and (max-width: 600px) {
  .ul-wrap {
    margin: 0;
    padding: 0 0 0 10px;
  }

  .ul-nutrients li:nth-child(1), .ul-nutrients li:nth-child(2), .ul-nutrients li:nth-child(3), .ul-nutrients li:nth-child(4),
.ul-nutrients li .foodicon-svg {
    display: none;
  }
  .ul-nutrients li:nth-child(5) {
    position: relative;
  }
  .ul-nutrients li:nth-child(5):after {
    content: "per 100 gram";
    position: absolute;
    font-size: 0.8rem;
    bottom: 0;
    right: -95px;
  }
  .ul-nutrients li div {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 400px) {
  .ul-form .button.fd-amount-btn.ldr.spinner:before {
    right: -30px;
  }
}
@media only screen and (max-width: 380px) {
  .ul-form .button.fd-amount-btn.ldr.spinner:before {
    right: -13%;
    top: -25px;
    z-index: 2;
  }
}

section.add-fd-search .form-group.exc-select--wrapper {
  flex-direction: row;
}

#exc-search-input {
  width: 98%;
}

.exc-select {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
}
.exc-select label {
  margin: 0 0 auto;
  width: 100%;
}
.exc-select select {
  width: 100%;
  font-size: 1.3rem;
  border: 0;
  border-radius: 5px;
  padding: 6px;
}

.exc-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: rgba(51, 145, 217, 0.1);
  border-top: 1px solid rgb(51, 145, 217);
  padding: 10px;
}
.exc-item > div {
  margin: 0 10px 0 0;
}
.exc-item .exc-thumb {
  width: 50px;
}
.exc-item .exc-datas {
  display: flex;
  width: 50%;
}
.exc-item .exc-datas > div {
  width: 200px;
  min-width: 200px;
}
.exc-item .exc-datas > div.exc-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.exc-item .exc-datas .love {
  width: 20px;
}
.exc-item .exc-datas .love path {
  fill: rgb(209, 2, 2);
}
.exc-item .exc-datas .exc-prefered {
  font-size: 12px;
  font-weight: 500;
}
.exc-item .exc-group {
  margin: 0 0 0 50px;
}
.exc-item .exc-add-form--wrapper {
  width: 100%;
}
.exc-item .exc-add-form {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 60px;
}
.exc-item .exc-add-form .form-group {
  width: 30%;
  margin: 0 0 0 -4px;
  flex-direction: column;
  justify-content: flex-end;
}
.exc-item .exc-add-form .form-group.time-group {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.exc-item .exc-add-form .form-group.time-group label.label {
  width: 100%;
}
.exc-item .exc-add-form .form-group.time-group input.input {
  width: 45%;
  min-width: 50px;
}
@media only screen and (max-width: 875px) {
  .exc-item .exc-add-form .form-group.time-group {
    flex-wrap: unset;
  }
  .exc-item .exc-add-form .form-group.time-group label.label {
    width: 60px;
  }
  .exc-item .exc-add-form .form-group.time-group input.input {
    width: 50%;
    min-width: 50px;
  }
  .exc-item .exc-add-form .form-group.time-group input.input:last-of-type {
    margin: 0 0 0 4px;
  }
}
.exc-item .exc-add-form .label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 60px;
  min-width: 60px;
  font-weight: 600;
}
.exc-item .exc-add-form .input {
  width: 90%;
  padding: 10px;
}
.exc-item .exc-add-form .btn-add-exc {
  font-size: 0.95rem;
  padding: 10px;
}
.exc-item .exc-add-form .btn-add-exc.spinner:before {
  border: 4px dotted #fff;
  left: 50%;
}

.body-icon {
  display: inline-block;
  width: 50px;
}
.body-icon img {
  width: 100%;
}

@media only screen and (max-width: 875px) {
  .exc-item {
    align-items: flex-start;
  }
  .exc-item .exc-datas {
    flex-direction: column;
    margin: 0 0 15px 0;
  }
  .exc-item .exc-datas > div {
    margin: 0 0 15px 0;
  }
  .exc-item .exc-datas > div.exc-name {
    width: 250px;
    flex-direction: row;
    align-items: center;
  }
  .exc-item .exc-datas > div .exc-prefered {
    margin: 0 0 0 20px;
  }
  .exc-item .exc-add-form {
    flex-direction: column;
  }
  .exc-item .exc-add-form .form-group {
    width: 100%;
    margin: 0 0 3px 0;
    flex-direction: row;
    justify-content: flex-start;
  }
  .exc-item .exc-add-form .input {
    width: 100%;
  }
  .exc-item .exc-add-form .btn-add-exc {
    margin: 0 0 0 70px;
    width: 100%;
  }

  .add-exc-form {
    flex-direction: column;
  }
  .add-exc-form select {
    font-size: 1.1rem;
  }

  #exc-search-input {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .exc-item > div {
    width: 50%;
  }
}
.top-section {
  width: 100%;
  background-color: rgb(41, 40, 40);
  color: #ffffff;
  padding: 25px 0;
  margin: 0 0 25px 0;
  border-top: 5px solid rgb(255, 241, 41);
  max-width: unset;
  margin: 0 auto 25px auto;
  padding: 5px 0;
}

.dl-header {
  border-bottom: 1px solid rgb(20, 20, 20);
}
.dl-header .dl-data.dl-date {
  display: flex;
  align-items: flex-end;
}
.dl-header .dl-data .dl-icon {
  border: 3px solid #141414;
  opacity: 1;
  position: unset;
}
.dl-header .dl-data .dl-label {
  font-weight: bold;
}

section.user-contributions {
  margin: 75px auto;
}

.cb {
  background-color: rgba(35, 226, 86, 0.05);
}
.cb:nth-child(even) {
  background-color: rgba(35, 226, 86, 0.15);
}
.cb-header {
  border-bottom: 1px solid rgb(20, 20, 20);
  font-weight: bolder;
}
.cb-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 5px 15px 5px;
}
.cb-date {
  width: 8%;
  min-width: 100px;
  font-weight: bolder;
}
.cb-barcode {
  width: 15%;
}
.cb-data {
  width: 35%;
  min-width: 365px;
}
.cb-data .posted_info-wrapper {
  display: flex;
  border-bottom: 1px solid rgb(20, 20, 20);
  margin: 0 15px 0 0;
}
.cb-data.cb-response {
  margin: 0 0 0 15px;
}
.cb-data.cb-info-wrapper {
  cursor: pointer;
}
.cb-data.cb-info-wrapper button.more-less {
  font-size: 0.85rem;
}
.cb-data .cb-info {
  position: relative;
  height: auto;
  max-height: 50px;
  overflow: hidden;
  transition: all 400ms ease-in-out;
}
.cb-data .cb-info.expand {
  max-height: 800px;
}
.cb-data .cb-key {
  width: 50%;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .cb-wrapper {
    flex-direction: column;
  }
  .cb-data, .cb-date, .cb-barcode {
    width: 100%;
    min-width: 320px;
    margin: 0 0 15px 0;
  }
}

@media only screen and (max-width: 700px) {
  .userprofile .button.ldr.spinner::before {
    right: 50%;
  }
}
.daylog {
  background: rgb(255, 241, 41);
  height: 61px;
}
.daylog .dl-date {
  transition: all 250ms ease-in-out;
}
.daylog:hover .dl-date {
  font-size: 1.1rem;
}
.daylog:nth-child(even) {
  background: rgb(255, 247, 134);
}
.daylog a {
  text-decoration: none;
}

.dl-wrapper {
  display: flex;
  padding: 20px 5px;
}

.dl-data {
  width: 20%;
  color: rgb(20, 20, 20);
}
.dl-data .dl-icon,
.dl-data .dl-value {
  z-index: 1;
}
.dl-data .dl-icon {
  border: 3px solid rgb(20, 20, 20);
  opacity: 0.1;
}
.dl-data .foodicon-svg path {
  fill: rgb(20, 20, 20);
}

.dl-date {
  font-weight: bold;
}

#delete-user {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: rgb(20, 20, 20);
  color: #fff;
  padding: 25px;
}
#delete-user.show {
  display: flex;
}
#delete-user .form-group {
  flex-direction: column;
  text-align: center;
}
#delete-user .form-group .label {
  width: 100%;
  font-size: 1.3rem;
}

#contribute-food .more-info-title {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#contribute-food .more-info-title > span {
  display: block;
}
#contribute-food #more-info-icon {
  width: 25px;
  min-width: 25px;
  height: 25px;
  margin: 0 0 0 50px;
  transition: all 350ms ease-in-out;
}
#contribute-food #more-info-icon.rotate {
  transform: rotate(180deg);
}
#contribute-food .more-info {
  overflow: hidden;
  height: auto;
  max-height: 0px;
  transition: max-height 350ms ease-in-out;
}
#contribute-food .more-info.expand {
  max-height: 800px;
}
@media only screen and (max-width: 700px) {
  #contribute-food .form-group {
    flex-direction: column;
    margin: 0 0 20px 0;
  }
  #contribute-food .form-group .input,
#contribute-food .form-group .label {
    width: 100%;
  }
}

.chart-controls .ldr.spinner::before {
  top: 5px;
  right: 0px;
  border: 4px dotted #fff;
}

.contact-channels-wrapper {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
  margin: 100px 0;
}
.contact-channel {
  width: 30%;
  min-width: 250px;
  margin: 25px 0;
}
@media only screen and (max-width: 840px) {
  .contact-channel {
    width: 45%;
  }
  .contact-channel:last-of-type {
    width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  .contact-channel {
    width: 100%;
  }
}
.contact-link {
  display: block;
  padding: 25px;
  background-color: rgb(20, 20, 20);
  height: 100%;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.contact-link div {
  font-weight: bolder;
  font-size: 1.3rem;
}
.contact-link svg {
  height: 50px;
  transition: all 300ms ease-in-out;
}
.contact-link svg path {
  fill: rgb(255, 241, 41);
}
.contact-link:visited {
  color: #fff;
}
.contact-link:hover, .contact-link:focus {
  text-decoration: underline;
  background-color: rgb(41, 40, 40);
}
.contact-link:hover svg, .contact-link:focus svg {
  transform: rotate(25deg);
}

.show-flex {
  display: flex;
}

.show-form {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 300ms forwards;
}
@media only screen and (max-width: 700px) {
  .show-form {
    position: fixed;
    z-index: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spinner {
  from {
    transform: translate(-50%) rotate(0deg);
  }
  to {
    transform: translate(-50%) rotate(359deg);
  }
}
