@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
.message {
  font-weight: 600;
  font-size: 12px;
}
@media(max-width: 1000px) {
  .tabs {
    width: 75%;
  }
}
@media(max-width: 1030px) {
  .tabs {
    width: 80%;
  }
}
@media(min-width: 1030px) {
  .tabs {
    width: 60%;
  }
}
@media(max-width: 600px) {
  .tabs {
    width: 100%;
  }
}
.my-nutrition {
  width: 100%;
}
.nutrition-plan-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
    min-height: 375px;
    height: auto;
}
.nutrition-plan-img {
  width: 12vw;
}
.tabs {
  padding: 10px;
  flex-wrap: wrap;
}
.grow {
  flex-grow: 1;
}
.tab {
  padding: 10px;
  width: 100%;
  font-weight: 600;
  border: 2px solid var(--dark-blue);
  border-radius: 5px;
  cursor: pointer;
  color: var(--dark-blue);
}
.tab-element {
  padding: 0px 2px;
  overflow: visible;
  text-overflow: ellipsis;
}
.overflow {
  width: 100%;
}
.category-list {
  margin: auto;
}
.small-title {
  padding: 10px 0px 3px 0px !important;
}
.small-food {
  padding: 3px !important;
}
.tab-status {
  text-overflow: clip;
  margin-left: auto;
}
.tab-name {
  margin-left: auto;
  margin-right: auto;
}
.tab:hover {
  background: var(--dark-blue);
  color: white;
}

.tab-status-icon {
  font-size: 20px;
}
.tab-container {
  padding: 5px;
  width: 150px;
}
.food-category-container {
  min-height: 50%;
  overflow: auto;
}
.food-category {
  width: 100%;
}
.group-sections {
  padding: 20px;
  overflow: auto;
  box-shadow: var(--inset-box-shadow);
  background: var(--light-grey);
}
.group-section {
  padding: 20px;
  margin: 10px 0px;
  height: 100%;
  background: white;
  box-shadow: var(--box-shadow);
}
.empty-section{
  font-weight: 600;
  font-size: 18px;
}
.group-section-title {
  font-weight: 500;
  font-size: 16px;
  padding: 10px 0px;
}
.pointer {
  cursor: pointer;
}
.group-header {
  background: var(--dark-blue);
  padding: 10px;
  color: white;
}
.small-image-container {
  height: 100px !important;
  padding: 3px 10px !important;
}
.small-food-content {
  width: 100px !important;
}
.nutrition-container {
  box-shadow: var(--box-shadow);
  font-family: 'Nunito';
  width: 100%;
  height: 100%;
  padding: 50px 0px;
}
.nutrition-container * {
  font-family: inherit;
}
.group-header-text {
  padding:5px;
}
.status-icon {
  font-size: 50px;
}
.group-status {
  width: 80px;
  min-height: 100px;
}
.group-title {
  font-size: 24px;
  font-weight: 600;
}
.title-container {
  padding: 10px 0px;
  font-size: 18px;
  font-weight: 700;
}
.modal-food-group {
  padding: 10px 0px;
}
.modal-food-group-content {
  padding: 10px;
  background: white;
  box-shadow: var(--box-shadow);
}
.flat {
  box-shadow: none !important;
  padding: 3px 10px !important;
}
.food-groups {
  padding: 10px;
  width: 95%;
  height: 100%;
  overflow: auto;
  background: var(--light-grey);
  border: 2px solid var(--dark-blue);
  box-shadow: inset 0px 0px 6px -3px var(--grey);
}
@media(min-width: 800px) {
  .food-group {
    width: 80%;
  }
}

@media(max-width: 800px) {
  .food-group {
    width: 100%;
  }
}
.edit-container {
  margin-right: 25px;
}
.edit-text {
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 600;
}
.edit-icon {
  font-size: 30px;
}
.deselected {
  opacity: 0.5;
}
.caution {
  color: #ffeb4c !important;
}
.group-food-image-container {
  padding: 10px;
  width: 100%;
  height: 120px;
}
.group-foods {
 overflow: auto;
 display: flex;
 align-items: stretch;
 padding: 10px;
 box-shadow: var(--inset-box-shadow);
}
.group-subtitle {
  max-width: 80%;
}
.food-content {
  width: 120px;
}
.food-text {
  font-size: 16px;
  font-weight: 600;
  padding: 3px;
}
.nutrition-confirm-modal {
  width: 700px;
  height: 600px;
  background-color: white;
  display: block;
  margin: auto;
  outline: none;
  font-family:  'Nunito';
}
.nutrition-confirm-modal * {
  font-family: inherit;
}
@media(max-width: 600px) {
 .category-list {
   justify-content: space-around;
   flex-wrap: wrap;
   max-height: 350px;
   padding: 10px 0px;
 }
 .food-text {
   font-size: 14px;
 }
 .nutrition-confirm-modal {
     width: 100%;
  }
}
@media(max-width: 400px) {
  .group-food-image-container {
    height: 100px;
  }
  .food-content {
    width: 100px;
  }
}
@media(max-width: 350px) {
  .group-food-image-container {
    height: 80px;
  }
  .food-content {
    width: 80px;
  }
}
.group-food {
 padding: 10px;
}
.group-food-image {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.subtitle {
  font-size: 18px;
  font-weight: 600;
}
.title {
  padding: 20px;
  font-size: 48px;
  font-weight: 900;
  color: var(--grey);
}
.all-foods-header {
  padding: 15px;
}
.selected {
  background: var(--dark-blue);
  color: white;
}
.all-foods-container {
  width: 100%;
}

.all-foods-header .title {
  font-size: 30px;
}
.save-container {
  padding: 15px 0px;
}
.save-container > .save-button {
  margin: 10px;
}
.button-container {
  padding: 10px;
}
.food-groups-container {
  height: 100%;
  width: 100%;
}
.save-button {
  height: 50px;
  width: 150px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 15px;
  background: var(--dark-blue);
  color: white;
  cursor: pointer;
  transition: opacity 0.25s ease-in-out;
}

.cancel-button {
  height: 50px;
  width: 150px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 15px;
  background: var(--dark-blue);
  color: white;
  cursor: pointer;
}

.save-button:hover, .cancel-button:hover {
  opacity: 0.8;
}

@media(max-width: 1400px){
  .nutrition-plan-container {
    width: 75%;
  }
}

@media(max-width: 768px){
  .nutrition-plan-container {
    width: 90%;
  }
  .nutrition-modal-container .save-button {
    height: 40px;
    width: 100px;
    font-size: 16px;
  }
  .nutrition-plan-img {
    width: 25vw;
  }
}
