h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Philosopher-Bold";
  margin: 0;
}

.meal-body-ui {
  display: flex;
  justify-content: center;
}

.meal_box.meal_container {
  border-radius: 5px;
  transition: box-shadow 0.15s ease-in-out;
  margin: 0;
  width: 55%;
}
.meal_box.meal_container h2 {
  color: #3ab45a;
  background-color: transparent !important;
  font-weight: 600;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}
.meal_box.meal_container .add_meal_to_pdf_btn {
  background-color: #3ab45a !important;
}

.meal_box.meal_container.row {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  margin-right: 10px;
}

.nutrient-summary {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
}

.meal-header {
  font-size: 45px;
  line-height: 65px;
  color: #3ab45a;
  text-align: center;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}
.meal_header {
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.meal_foods {
  padding: 0 15px;
}
.w-container {
  max-width: 940px;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col-2 {
  width: 16.66666667%;
}
.nutrient-label {
  font-size: 1.35em;
  font-weight: 700;
}
.macro-amount {
  padding-top: 10px;
  padding-bottom: 0;
}
.w-row:after,
.w-row:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.breakfast {
  margin: 10px 0;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  transition: box-shadow 0.15s ease-in-out;
}
.snacks {
  margin: 10px 0;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  transition: box-shadow 0.15s ease-in-out;
}
.lunch {
  margin: 10px 0;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  transition: box-shadow 0.15s ease-in-out;
}
.dinner {
  margin: 10px 0;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  transition: box-shadow 0.15s ease-in-out;
}

.row.food_object_row.align-items-center {
  padding: 4px 4px;
}

.main-warp .row {
  margin-right: 0;
  margin-left: 0;
}
.food_object_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}
.food_image_column {
  min-width: 50px;
  flex: 0 0 50px;
  position: relative;
}
.food_image {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-size: auto 50px;
  object-fit: cover;
}
.food_image {
  transition: box-shadow ease-in-out 0.15s;
}
.food_right_column {
  min-height: 1px;
  flex: 1 0 40%;
  /* display: flex; */
  position: relative;
  padding-left: 10px;
}
.print_name {
  padding: 11px 0px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.food_buttons_col.always_visible {
  width: auto;
  /* display: none; */
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown.food_dropdown span.glyphicon:after {
  content: "\f141";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3ab45a;
  font-size: 10px;
}
.dropdown.food_dropdown .glyphicon {
  background-color: transparent;
  color: white;
  padding: 0;
  font-size: 9px;
  border: none;
  cursor: pointer;
  border: 1px solid #3ab45a;
  border-radius: 50px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 18px;
}
.diet_draggable:hover .food_buttons_col.always_visible {
  display: block;
}
.dropdown-content {
  display: none;
  position: absolute;
  right: 0px;
  background-color: #f1f1f1;
  min-width: 100px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

ul,
li,
a,
p {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.text-large {
  font-size: 18px;
  letter-spacing: 0.5px;
}
.text-strong {
  font-weight: 700;
}

.sb_tooltip_title {
  border-bottom: 1px solid #8d8686;
  padding: 5px 0;
  font-size: 15px;
  font-weight: bold;
}
.sb_tooltip_title {
  border-bottom: 1px solid #8d8686;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 12%);
}
.tt_macro_name {
  float: left;
  width: 55%;
}
.tt_macro_div {
  margin: 6px 0;
  font-size: 14px;
  border-bottom: 1px solid #8d8686;
  padding: 8px 0px;
}
.tt_macro.tooltip_carbs {
  font-weight: bold;
  color: #dbb83a;
}
.tt_macro.tooltip_fats {
  font-weight: bold;
  color: #16ef1c;
}
.tt_macro.tooltip_proteins {
  font-weight: bold;
  color: #cd97e9;
}
.tooltip.fade.right.in {
  width: 100%;
}

.w-container:after,
.w-container:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:after,
.w-row:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
.form-group.genr {
  text-align: center;
}
ul,
li,
a,
p {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.main-warp .row {
  margin-right: 0;
  margin-left: 0;
}
.main-warp {
  padding: 0 !important;
  margin-bottom: 15px;
}
.meal_box.meal_container {
  border-radius: 5px;
  transition: box-shadow 0.15s ease-in-out;
  margin: 0;
  width: 55%;
}

.meal_header {
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.main_view_container * {
  letter-spacing: 0.3px;
}
.text-strong {
  font-weight: 700;
}
.text-large {
  font-size: 18px;
  letter-spacing: 0.5px;
}
.food_object_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

.row.food_object_row.align-items-center {
  padding: 14px 10px;
}
.meal_foods {
  padding: 0 15px;
}
.diet_draggable {
  background-color: #ffffff;
  /* transition: border 0.15s ease-in-out; */
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  border: solid 1px rgb(0 0 0 / 5%);
  border-radius: 5px;
}
.diet_draggable::before {
  display: none !important;
}
.diet_draggable:hover {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.03);
  transition: all 0.3s linear;
  position: relative;
  border: none !important;
}
.food_image_column {
  min-width: 50px;
  flex: 0 0 50px;
  position: relative;
}
.diet_draggable:hover .food_image {
  box-shadow: 0 0 0 2px rgb(240 117 79 / 30%);
}
.food_image {
  transition: box-shadow ease-in-out 0.15s;
}
.food_image {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-size: auto 50px;
  object-fit: cover;
}
.food_right_column {
  min-height: 1px;
  flex: 1 0 40%;
  /* display: flex; */
  position: relative;
  padding-left: 10px;
}
.food_units {
  display: none;
}

.glyphicon {
  background-color: #3498db;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.glyphicon:hover,
.glyphicon:focus {
  background-color: #2980b9;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  right: 0px;
  background-color: #f1f1f1;
  min-width: 100px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown a:hover {
  background-color: #ddd;
}
.show {
  display: block;
}

.form-body {
  margin-top: 50px;
  height: 50%;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 25px 50px -12px rgb(58 181 74 / 70%);
  max-width: 610px;
}
.form-body input {
  border: 0px;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
}

.alert.alert-info {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 25px !important;
}
input[type="number"] {
  padding: 10px !important;
}

.meal_list.before-gen {
  width: 0%;
}
.meal_list.after-gen {
  width: 50%;
}

@media (max-width: 1023px) {
  .meal_list {
    width: 100%;
  }
}

.choices__input.choices__input--cloned {
  width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #e74c3c;
  border: 1px solid #e74c3c;
  color: #fff;
  word-break: break-all;
}
