/* root level variables */
:root {
  --header-height: calc(64px + env(safe-area-inset-top));
  --footer-height: 48px;
  --sidebar-width: 150px;
  --sidebar-mobile-width: 300px;
  --sidebar-cta-height: 100px; /* placement of cta button at bottom of sidebar */
  --primary-accent: #4f9f20;
  --secondary-accent: #ed7c26;
  --secondary-background: #fff8f2;
  --mpp-grey: #3f3f3f;
  --mpp-light-grey: #e4ebf5;
  --mpp-dark-grey: #141414;
  --mpp-border-color: #cbd4e3;
  --mpp-very-light-grey: #f5f5f5;
  --mpp-grey-10: #fafafa;
  --mpp-grey-20: #ededed;
  --mpp-grey-30: #dddddd;
  --mpp-grey-50: #9e9e9e;
  --mpp-grey-60: #7e7e7e;
  --mpp-grey-70: #5f5f5f;
  --mpp-grey-80: #3f3f3f;
  --mpp-grey-90: #202020;
  --mpp-green-60: #4f9f20;
  --header-color: #fff;
  --tagify-dd-color-primary: #ededed;
  --tagify-dd-bg-color: #fafafa;
  --Corner-radius-S: 4px;
  --item-text-color: var(--mpp-grey-80);
  --tagify-dd-bg-color: #fff;
  --tags-border-color: var(--primary-color);
}
html,
#actual_pantry_item_body,
#actual_recipe_body,
#mini_recipe_body,
#recipe_list_display,
#kitchen_prep_scrolling,
#messages_scrolling,
#modal_recipe_preparation_tabs_content,
#modal_thread_body,
#public_empty,
#recipe_edit_tabs_content,
#scroll_cooking_mode_steps,
#all_ingredient_cooking_view,
#scrolling_nav_tags,
#leftover_list_display,
#scrolling_off_canvas_settings,
#user_notifications_body,
#each_user_notification {
  -ms-scroll-chaining: none !important;
  overscroll-behavior: contain !important;
  -ms-overflow-style: none !important;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
#actual_pantry_item_body::-webkit-scrollbar,
#mini_recipe_body::-webkit-scrollbar,
#actual_recipe_body::-webkit-scrollbar,
#recipe_list_display::-webkit-scrollbar,
#kitchen_prep_scrolling::-webkit-scrollbar,
#messages_scrolling::-webkit-scrollbar,
#modal_recipe_preparation_tabs_content::-webkit-scrollbar,
#modal_thread_body::-webkit-scrollbar,
#public_empty::-webkit-scrollbar,
#recipe_edit_tabs_content::-webkit-scrollbar,
#scroll_cooking_mode_steps::-webkit-scrollbar,
#all_ingredient_cooking_view::-webkit-scrollbar,
#scrolling_nav_tags::-webkit-scrollbar,
#leftover_list_display::-webkit-scrollbar,
#scrolling_off_canvas_settings::-webkit-scrollbar,
#user_notifications_body::-webkit-scrollbar,
#each_user_notification::-webkit-scrollbar {
  width: 0px !important;
}
html.show-scrollbars,
html.show-scrollbars #actual_pantry_item_body,
html.show-scrollbars #actual_recipe_body,
html.show-scrollbars #mini_recipe_body,
html.show-scrollbars #recipe_list_display,
html.show-scrollbars #kitchen_prep_scrolling,
html.show-scrollbars #messages_scrolling,
html.show-scrollbars #modal_recipe_preparation_tabs_content,
html.show-scrollbars #modal_thread_body,
html.show-scrollbars #public_empty,
html.show-scrollbars #recipe_edit_tabs_content,
html.show-scrollbars #scroll_cooking_mode_steps,
html.show-scrollbars #all_ingredient_cooking_view,
html.show-scrollbars #scrolling_nav_tags,
html.show-scrollbars #leftover_list_display,
html.show-scrollbars #scrolling_off_canvas_settings,
html.show-scrollbars #user_notifications_body,
html.show-scrollbars #each_user_notification {
  -ms-overflow-style: auto !important;
  scrollbar-width: thin !important;
}
html.show-scrollbars::-webkit-scrollbar,
html.show-scrollbars #actual_pantry_item_body::-webkit-scrollbar,
html.show-scrollbars #actual_recipe_body::-webkit-scrollbar,
html.show-scrollbars #mini_recipe_body::-webkit-scrollbar,
html.show-scrollbars #recipe_list_display::-webkit-scrollbar,
html.show-scrollbars #kitchen_prep_scrolling::-webkit-scrollbar,
html.show-scrollbars #messages_scrolling::-webkit-scrollbar,
html.show-scrollbars #modal_recipe_preparation_tabs_content::-webkit-scrollbar,
html.show-scrollbars #modal_thread_body::-webkit-scrollbar,
html.show-scrollbars #public_empty::-webkit-scrollbar,
html.show-scrollbars #recipe_edit_tabs_content::-webkit-scrollbar,
html.show-scrollbars #scroll_cooking_mode_steps::-webkit-scrollbar,
html.show-scrollbars #all_ingredient_cooking_view::-webkit-scrollbar,
html.show-scrollbars #scrolling_nav_tags::-webkit-scrollbar,
html.show-scrollbars #leftover_list_display::-webkit-scrollbar,
html.show-scrollbars #scrolling_off_canvas_settings::-webkit-scrollbar,
html.show-scrollbars #user_notifications_body::-webkit-scrollbar,
html.show-scrollbars #each_user_notification::-webkit-scrollbar {
  display: block !important; /* Or 'initial', depending on browser support */
  width: 8px !important;
}
#public_empty {
  min-height: calc(100vh - var(--header-height) - var(--footer-height));
}

.tagify--select {
  padding: 0;
}
.prepsteptagifyreadonly {
  -webkit-transition: none;
  transition: none;
}
.prepStepTagify .tagify {
  --tag-bg: var(--mpp-grey-10);
  --tag-hover: var(--mpp-grey-10);
  --tags-hover-border-color: var(--primary-color);
  --tag-remove-bg: var(--primary-color);
}

.prepsteptagifyreadonly .tagify {
  --tag-bg: transparent;
  --tags-border-color: transparent;
}

.prepsteptagifyreadonly,
.prepsteptagifyreadonly:hover {
  --tags-border-color: transparent !important;
  border: none;
  background-color: transparent;
  margin: 0;
}

.prepsteptagifyreadonly tag {
  border: none;
}
.prepStepTagify .tagify__tag {
  border-radius: 4px;
  border: 1px solid var(--grey-30, #ddd);
  --tag-remove-btn-color: #202020;
}
.prepStepTagify .tagify__tag:hover {
  border: 1px solid var(--primary-color);
  --tag-remove-btn-color: var(--primary-color);
}
.tagify__dropdown__wrapper {
  border-radius: 4px;

  /* Shadow/2 lvl */
  -webkit-box-shadow:
    0px 0px 1px 0px rgba(0, 0, 0, 0.04),
    0px 2px 6px 0px rgba(0, 0, 0, 0.04),
    0px 16px 24px 0px rgba(0, 0, 0, 0.06);
  box-shadow:
    0px 0px 1px 0px rgba(0, 0, 0, 0.04),
    0px 2px 6px 0px rgba(0, 0, 0, 0.04),
    0px 16px 24px 0px rgba(0, 0, 0, 0.06);
}

/* .prepStepTagify.tagify--mix .tagify__input {
  line-height: 2.2 !important;
} */
/* https://www.filamentgroup.com/lab/select-css.html */
.select-css {
  display: block;
  font-size: 16px;
  /*   font-family: Inter; */
  font-weight: 600;
  color: var(--text_primary);
  line-height: 1.3;
  padding: 0.5em 0 0.4em 0.7em;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid var(--strokes);

  border-radius: 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bg_2_lvl);
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");

  background-repeat: no-repeat, repeat;
  background-position:
    right 0.7em top 50%,
    0 0;
  background-size:
    0.65em auto,
    100%;
}
.color_swatch {
  width: 50px;
  height: 50px;
  background-color: white;
  border: none;
}
input.search {
  display: block;
  padding: 9px 4px 9px 40px;
}

input[type="color" i]::-webkit-color-swatch {
  border-radius: 50%;
}
.nav-item a {
  text-decoration: none !important;
}
.view_all_link {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-color);
  text-decoration: underline;
}
.select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  border-color: #888;
}
.select-css:focus {
  border-color: #aaa;
  -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.select-css option {
  font-weight: normal;
}
/* body {
  background-color: #fafafa;
} */
h2,
.h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 142.857% */
}
h4,
.h4 {
  font-size: 1rem;
}
h5,
.h5 {
  /*   color: var(--text_secondary, #5f5f5f); */

  /* Meal pro app/Heading 5 medium */

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

h5.bold,
.h5.bold {
  /* color: var(--text_secondary, #5f5f5f); */

  /* Meal pro app/Heading 5 medium */

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}

.form-control[readonly] {
  /* background-color: transparent; */
  text-align: center;
}

/* .nav-tabs {
  border-bottom: none !important;
} */
.fake_nav_item {
  text-align: center;
  padding: 0.5rem;
}

.mobileNav li.nav-item {
  width: 100%;
  text-align: left;
  padding: 20px;
  border-width: 1px;
  margin-top: 0px;
}

.fake-nav-item,
.nav-item {
  font-weight: 600;
}
/* .nav-tabs .nav-link {
  border-color: #dee2e6;
  border-style: none;
} */
/* filter will color an svg -- this one uses the secondary accent color #ED7C26 */
.nav-item.active img {
  -webkit-filter: invert(69%) sepia(55%) saturate(847%) hue-rotate(325deg)
    brightness(97%) contrast(98%);
  filter: invert(69%) sepia(55%) saturate(847%) hue-rotate(325deg)
    brightness(97%) contrast(98%);
}

#sidebarNav .nav-item a {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 9.375rem;
  padding: 1rem 0.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}

/* sidebar content */
.sideBarNav {
  width: var(--sidebar-width);

  max-width: 100vw;
  /* background-color: var(--header-color); */
  /*  -webkit-box-shadow: 0 3000px rgba(126, 47, 190, 0.7) inset;
            box-shadow: 0 3000px rgba(126, 47, 190, 0.7) inset;  /* tint the cover image */
}
.mobileNav {
  width: var(--sidebar-mobile-width);

  max-width: 100vw;

  /*  -webkit-box-shadow: 0 3000px rgba(126, 47, 190, 0.7) inset;
            box-shadow: 0 3000px rgba(126, 47, 190, 0.7) inset;  /* tint the cover image */
}
/* links inside the sidebar */
/* .sideBarNav a {
  color: var(--header-font-color);
}
.mobileNav a {
  color: var(--header-font-color);
} */
/* navigation within sidebar */
.sidebar_navigation {
  overflow: auto;
  /* height: calc(100vh - var(--header-height) - var(--sidebar-cta-height)); */
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

/* sidebar wrapper */
#sidebar_wrapper {
  min-height: 100vh;
  margin-left: 0;
  -webkit-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
  position: fixed;
}

/* sidebar when closed */
#wrapper.toggled #sidebar_wrapper {
  margin-left: calc(-1 * var(--sidebar-width));
}

/* sidebar used as an overlay for mobile */
#sidebar_wrapper_overlay {
  height: 100vh; /* Specify a height */
  width: 0; /* 0 width - change this with JavaScript */
  max-width: 100vw; /* don't let the sidepanel get bigger than the device */
  position: fixed; /* Stay in place */
  z-index: 1050; /* Stay on top */
  top: 0;
  left: 0;

  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  -webkit-transition: 0.25s;
  transition: 0.25s; /* 0.5 second transition effect to slide in the sidepanel */
  -webkit-box-shadow: 3px 0 5px 0 rgb(105, 105, 105);
  box-shadow: 3px 0 5px 0 rgb(105, 105, 105);
}

/* setting the header height */
.headerHeight,
.headerHeight .col {
  min-height: var(--header-height);
  max-height: var(--header-height);
}

/* basic header settings */
.defaultHeader {
  /* background-color: var(--header-color); */
  min-height: var(--header-height);
  max-height: var(--header-height);
  z-index: 5;
}

.subNavHeader {
  background: #ffffff;
  /* Shadow/1 lvl */

  -webkit-box-shadow:
    0px 10px 20px rgba(0, 0, 0, 0.04),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);

  box-shadow:
    0px 10px 20px rgba(0, 0, 0, 0.04),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
}
.SubNavContent {
  background: rgba(243, 48, 223, 0.02);
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 600px) {
  .servings_text {
    font-size: 0.9rem !important;
    margin-right: 2px !important;
    margin-left: 2px !important;
  }
  .servings_container {
    width: 80%;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 992) {
  .servings_text {
    /* font-size: 1vw!important; */
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .servings_container {
    width: 70%;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 1400px) {
  .servings_text {
    /* font-size: 1vw!important; */
    margin-right: 7px !important;
    margin-left: 7px !important;
  }
  .servings_container {
    width: 75%;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 1600px) {
  .servings_text {
    /* font-size: 1vw!important; */
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .servings_container {
    width: 65%;
  }
}

/* mobile only */
@media only screen and (min-width: 992px) {
  #header_and_main_wrapper {
    margin-left: var(--sidebar-width);
    -webkit-transition: margin 0.25s ease-out;
    transition: margin 0.25s ease-out;
  }
  #header_and_main_wrapper.toggled {
    margin-left: 0;
  }

  .defaultHeader {
    width: calc(100vw - var(--sidebar-width));
    -webkit-transition: width 0.25s ease-out;
    transition: width 0.25s ease-out;
  }

  .defaultHeader.toggled {
    width: 100vw;
  }
}

/* not mobile */
@media only screen and (max-width: 767px) {
  #header_and_main_wrapper {
    margin-left: 0;
  }

  .defaultHeader {
    position: fixed;
    width: 100vw;
  }

  .reg_container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 767px) {
  .reg_container {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 5%;
  }
}
/* background for the corp logo */
.logoBackground {
  /* background-color: rgba(207, 207, 207, 0.47); */
}

/* the main content area */
#content .container-fluid {
  padding-top: 3%;
}
.main-nav-shadow {
  -webkit-box-shadow:
    0px -10px 20px rgba(0, 0, 0, 0.04),
    0px -2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  box-shadow:
    0px -10px 20px rgba(0, 0, 0, 0.04),
    0px -2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
}

/* hack to use navbar collapse -- problem starts elsewhere (i think the fixed header) */
.navbar-collapse.show,
.navbar-collapse.collapsing {
  background-color: var(--primary);
  margin-right: -31px;
  margin-left: -15px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.cards_row {
  margin-top: 25px;
}
.card_row {
  margin: 0;
}
.card {
  padding: 20px !important;

  margin-bottom: 30px !important;
}

.card-header {
  background-color: transparent;
  border-style: none;
  padding-left: 0;
}

.panel_title_nav {
  margin: 20px;
}

.form-row {
  margin: 0;
}

.card_panel {
  padding: 20px !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  border-radius: 8px;
  /* background-color: white; */
}
.web_caption {
  color: #9e9e9e;
  font-weight: 600;
  font-size: 0.9rem;
}
/* .btn:not(.btn-tab):not(.dropdown-toggle):not(.cssV2) {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
} */

.btn-tab {
  color: #5f5f5f;
  border: none;
  color: var(--text_secondary, #5f5f5f);

  /* Meal pro app/Heading 5 medium */
  font-family: var(--body-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  margin-bottom: 0;
}
/* .btn-primary {
  color: #fff;
} 
.btn-secondary {
  color: #202020;
  border: none;
} */

/* Prevent buttons from having highlight when clicked */
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 991px) {
  .panel_container {
    padding-top: calc(48px + 16px + 20px) !important;
    padding-left: calc(10px + 3vw);
    padding-right: calc(10px + 3vw);
  }
}
@media only screen and (min-width: 992px) {
  .panel_container {
    padding-left: calc(10px + 3vw);
    padding-right: calc(10px + 3vw);
  }
}
.recipe_detail_card {
  border: none;
  -webkit-box-shadow:
    0px 10px 20px rgba(0, 0, 0, 0.04),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  box-shadow:
    0px 10px 20px rgba(0, 0, 0, 0.04),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  padding: 0 !important;
  margin-bottom: 12px !important;
}

.collapse_caret {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.recipe_card {
  border-radius: 8px;
  padding: 0 !important;
}

.recipe_card img {
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.recipe_card .card-body {
  padding: 0;
}

.meal_plan_card {
  height: 200px;

  padding: 0 !important;
}

.meal_plan_card .card-body {
  padding: 0.5rem;
}
.recipe_card_lg {
  position: relative;
  padding: 0 !important;
  cursor: pointer;
  border-radius: 8px !important;

  margin-bottom: 15px !important;
}
.pantry_item_card {
  position: relative;
  padding: 0 !important;
  cursor: pointer;
  border-radius: 8px !important;
  background-color: transparent;
  margin-bottom: 15px !important;
}
.gift-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2.65rem !important;
}
.card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  min-height: calc(1.4em * 2); /* consistent across fonts */
}
.card-title_small {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2.2rem !important;
}
.price_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 7rem !important;
}
.ingredient {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recipe_card_lg img {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.small {
  font-weight: 400;
  font-size: 90%;
}
.card-text.small {
  color: #878fa3;
}

.view_all_btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.recipe_card_lg:hover .card-overlay {
  opacity: 1;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
.card-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;

  background: rgba(148, 148, 148, 0);
}
.card_overlay_trash {
  border-radius: 4px !important;
  margin-top: 8px;
  margin-right: 8px;
  background-color: rgba(255, 255, 255, 0.88) !important;
  padding: 6px;
}
.nutrition_section {
  /* margin-bottom: 25px;
  margin-right: 25px; */
}
.shopping_list_card {
  position: relative;
  padding: 0 !important;
}

.selected_recipe {
  background-color: rgb(206, 206, 206);
}

.ghost {
  opacity: 0.4;
}

.servings_button {
  /*   max-width: 40px;
  max-height: 40px;
  padding: 10px; */
  padding: 0.4vw;
  height: 100%;
  min-width: 35px;
}

.servings_button_sm {
  width: 30px;
  height: 30px;
  padding: 0;
}
.servings_clicker {
  width: 150px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.servings_input {
  width: 50px;
  padding: 0;
  text-align: center;
  height: 40px;
}

.line_through {
  text-decoration: line-through;
}

.input_title {
  font-size: 1.3rem;
}
#inp_note_title:disabled {
  font-weight: 600;
  margin-bottom: -20px;
}
/* label:not(.custom-control-label) {
  color: #3f3f3f;
  font-weight: 600;
} */
.custom-control-input-green:focus {
  border-color: var(--primary-color) !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.custom-control-input-green:checked {
  border-color: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
}

.custom-control-input-green:focus:not(:checked) {
  border-color: var(--primary-color) !important;
}

.custom-control-input-green:not(:disabled):active {
  background-color: #d6f5dd !important;
  border-color: #d6f5dd !important;
}
/* for sm */

.custom-switch.custom-switch-sm .custom-control-label {
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  border-radius: calc(1rem - (1rem / 2));
}

.custom-switch.custom-switch-sm
  .custom-control-input:checked
  ~ .custom-control-label::after {
  -webkit-transform: translateX(calc(1rem - 0.25rem));
  transform: translateX(calc(1rem - 0.25rem));
}

/* for md */

.custom-switch.custom-switch-md .custom-control-label {
  padding-left: 2rem;
  padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md
  .custom-control-input:checked
  ~ .custom-control-label::after {
  -webkit-transform: translateX(calc(1.5rem - 0.25rem));
  transform: translateX(calc(1.5rem - 0.25rem));
}

/* for lg */

.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 3rem;
  padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg
  .custom-control-input:checked
  ~ .custom-control-label::after {
  -webkit-transform: translateX(calc(2rem - 0.25rem));
  transform: translateX(calc(2rem - 0.25rem));
}

/* for xl */

.custom-switch.custom-switch-xl .custom-control-label {
  padding-left: 4rem;
  padding-bottom: 2.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
  height: 2.5rem;
  width: calc(4rem + 0.75rem);
  border-radius: 5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
  width: calc(2.5rem - 4px);
  height: calc(2.5rem - 4px);
  border-radius: calc(4rem - (2.5rem / 2));
}

.custom-switch.custom-switch-xl
  .custom-control-input:checked
  ~ .custom-control-label::after {
  -webkit-transform: translateX(calc(2.5rem - 0.25rem));
  transform: translateX(calc(2.5rem - 0.25rem));
}

.input-group-text {
  border: none;
  -webkit-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.08);
}
/* .form-group label {
  margin-bottom: 5px;
} */
input:not(.nutrition_inp):not(.form-control-plaintext):not(.form-check-input) {
  /* border: 1px solid var(--mpp-grey-20); */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  height: 48px;
}

.custom-select {
  border: 1px solid var(--mpp-grey-20) !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.08) !important;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.08) !important;
  border-radius: 4px !important;
}
textarea {
  /* Grey/20 */

  -webkit-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 8px !important;
  overflow: hidden; /* remove scrollbar */
}
input:disabled,
textarea:disabled,
#inp_email:not() {
  color: var(--mpp-grey-80);
  background-color: transparent !important;
  border: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

input:-moz-read-only,
textarea:-moz-read-only {
  color: var(--mpp-grey-80);
  background-color: transparent !important;
  border: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

input.form-control-plaintext:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#inp_first_name:-moz-read-only,
#inp_last_name:-moz-read-only,
#inp_email:-moz-read-only {
  color: var(--mpp-dark-grey) !important;
  background-color: #e9ecef !important;
  border: none !important;

  text-align: left;
}

.nutrition_inp[readonly] {
  background-color: transparent !important;
  text-align: left !important;
}
.minute_inp {
  margin-right: 0;
  text-align: center;
}
.nutrition_inp {
  max-width: 100px;
  margin-right: 0;
  text-align: left;
  padding: 0;
  font-weight: 600;
}
textarea:disabled {
  resize: none;
}

/* .tab-nav-left {
  background-color: var(--mpp-grey-20);
  color: #495057;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-style: none !important;
}

.tab-nav-right {
  background-color: var(--mpp-grey-20);
  color: #495057;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-style: none !important;
}

.tab-nav-middle {
  background-color: var(--mpp-grey-20);
  color: #495057;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-style: none !important;
  border-color: var(--mpp-border-color) !important;
} */

.day-nutrition-label {
  /* Meal pro app/Caption 2 */
  font-family: var(--body-font-family);

  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 200% */
  letter-spacing: 0.1px;
  white-space: nowrap;

  margin-bottom: 0;
}

.day-nutrition-value {
  text-align: right;

  /* Meal pro app/Caption 2 */
  font-family: var(--body-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 200% */
  letter-spacing: 0.1px;
}

.card-shadow {
  -webkit-box-shadow:
    0px 10px 20px rgba(0, 0, 0, 0.04),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  box-shadow:
    0px 10px 20px rgba(0, 0, 0, 0.04),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
}

.card-border-dashed {
  border-radius: 8px;
  border: thin dashed #999999;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}

.eye_append {
  background-color: #fff;
}

.instruction_card {
  margin-bottom: initial !important;
  padding: initial !important;
}

.shopping_list_row:not(:last-child) {
}

.ellipsis_container {
  padding: 8px;
  background-color: var(--mpp-light-grey);
  border-color: #dee2e6;
  border-radius: 7px;
  border: thin !important;
  cursor: pointer;
}

.export_option {
  min-width: 115px;
  max-height: 65px;
  margin-bottom: 10px;
}

/* filter will color an svg -- this one uses the secondary accent color #ED7C26 */
.export_option.active img {
  -webkit-filter: invert(69%) sepia(55%) saturate(847%) hue-rotate(325deg)
    brightness(97%) contrast(98%);
  filter: invert(69%) sepia(55%) saturate(847%) hue-rotate(325deg)
    brightness(97%) contrast(98%);
}
.export_option.active p {
  color: var(--secondary-color);
}

.export_option.active {
  border-color: var(--secondary-color) !important;
}

.dropdown-item {
  font-weight: 600;
}
.dropdown-item.no_link {
  padding: 12px 16px;
}

::-webkit-input-placeholder {
  /* Most modern browsers support this now. */
  color: var(--input-placeholder);
}

::-moz-placeholder {
  /* Most modern browsers support this now. */
  color: var(--input-placeholder);
}

:-ms-input-placeholder {
  /* Most modern browsers support this now. */
  color: var(--input-placeholder);
}

::-ms-input-placeholder {
  /* Most modern browsers support this now. */
  color: var(--input-placeholder);
}

::placeholder {
  color: var(--input-placeholder);

  /* Meal pro app/Body */
  font-family: var(--body-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.hide_add_meal {
  color: #e4ebf5 !important;
}

.drag-over.add_meal_card {
  border: 2px dashed var(--primary-accent);
}
/* .drag-over {
  border-color: red;
  border-width: 2px;
  border-style: dashed;
} */

.tabs {
  background-color: var(--mpp-grey-20);
  text-align: center;
}

.tabs button {
  border: none !important;
  color: #5f5f5f !important;
}
@media only screen and (min-width: 992px) {
  .limitDesktop {
    max-width: 175px;
  }
}

.current_product {
  border: 1px solid #4f9f20 !important;
}
.badge_active {
  background-color: #eefbd5 !important;
  color: #4f9f20;
  padding: 7px 10px;
}
.badge_role {
  background-color: #fafafa !important;
  color: var(--mpp-grey-80);
  padding: 7px 10px;
}
.badge_primary_domain {
  color: #4f9f20;
  background: #eefbd5;
  border-radius: 4px;
  padding: 7px 10px;

  vertical-align: middle;
}
.badge_make_default_domain {
  background: #dddddd;
  border-radius: 4px;
  padding: 4px 8px;
  gap: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;

  vertical-align: middle;
}
.badge_inactive {
  background-color: #fff8f2 !important;
  color: #ed7c26;
  padding: 7px 10px;
}
.badge-info {
  color: var(--primary-accent) !important;
  padding: 7px 10px;
}

.new_image_uploaded {
  background-color: var(--mpp-grey-10);
  border: 1px solid #96d55b;
}
.new_image_not_uploaded {
  background-color: var(--mpp-grey-10);
  border: 1px dashed #dddddd !important;
}

.dmxDropzoneMessage {
  margin: 1em;
}

.clickable {
  cursor: pointer;
}

.draggable_ingredient {
  padding: 10px;

  border-radius: 8px;
  /*   border: 1px solid #dddddd; */
  margin-bottom: 10px;
  cursor: move;
}
.draggable_step {
  border-radius: 8px;
  /*   border: 1px solid #dddddd; */
  margin-bottom: 10px;
}
.draggable_recipe_categories_handle {
  cursor: move;
}

.draggable_prep_categories_handle {
  cursor: move;
}
.default_recipe_category_card {
  /*   background: #fafafa;

  border: 1px solid #dddddd; */
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px;
}
.hide {
  display: none;
  white-space: pre;
}

.tag_card {
  /* Grey/20 */

  border-radius: 8px;
  padding: 8px;
}
.form-control-plaintext {
  background-color: transparent !important;
  padding-top: 5px;
  cursor: text;
}

.hide_vertical_scrollbar {
  -ms-overflow-style: none;
}

.hide_vertical_scrollbar::-webkit-scrollbar {
  display: none;
}
/* .shop_button_active {
  background: #fafafa !important;
} */

.user_inactive {
  color: #9e9e9e !important;
}

.settings_card_heading {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0;
}
.app_button {
  color: var(--text_secondary, #5f5f5f);
  font-family: var(--body-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.42px;
}
.web_caption_1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}

.web_caption_2 {
  font-weight: 600;
  font-size: 10px;
  color: var(--mpp-grey-70);
}
.caption_1 {
  /* Meal pro app/Caption 1 */
  font-family: var(--body-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
}

.caption_2 {
  /* Meal pro app/Caption 2 */
  font-size: 0.625rem;
  font-family: var(--body-font-family);
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0.00625rem;
  text-transform: uppercase;
}
.input_readonly {
  text-align: left !important;
  background-color: var(--mpp-grey-20) !important;
  border: none;
  padding-left: 9px !important;
  padding-right: 0 !important;
  cursor: copy;
}

.dns_input {
  width: 100%;
  position: relative;
}

.dns_input input {
  padding-right: 35px;
  text-align: end;
}

.dns_input input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dns_input img {
  position: absolute;
  top: 7px;
  right: 7px;
}

.swiper-button-next {
  background-image: url("/assets/icons/swiper_next.svg") !important;
  width: 50px !important;
  height: 50px !important;
  background-size: 50px 50px;
}
.swiper-button-prev {
  background-image: url("/assets/icons/swiper_previous.svg") !important;
  width: 50px !important;
  height: 50px !important;
  background-size: 50px 50px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0 !important;
}
.tagify__tag,
.tagify__tag-text,
.tagify__tag > div::before {
  -webkit-transition: none !important;

  transition: none !important;
}
.primary-tag .tagify__tag,
.primary-tag .tagify__tag-text,
.primary-tag .tagify__tag > div::before {
  background-color: var(--primary-lighter-80);
  color: var(--primary-color);
  border-radius: 4px;
}
.app-tag .tagify__tag,
.app-tag .tagify__tag-text,
.app-tag .tagify__tag > div::before {
  background-color: var(--bg_1_lvl);
  color: var(--text_primary);
  border-radius: 4px;
}
.app-tag .tagify__tag__removeBtn::after {
  color: var(--text_primary);
}
tag div::before,
tag:hover div::before,
tag:focus div::before {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.prepsteptagifyreadonly:hover span,
.prepsteptagifyreadonly span {
  padding: 0 !important;
}
.prepsteptagifyreadonly tag:hover {
  border: none;
}
.prepsteptagifyreadonly tag:hover .tagify__tag-text {
  background-color: transparent;
}
.prepStepTagify .tagify__tag-text {
  font-weight: 600;
}
.prepStepTagify tag:hover .tagify__tag-text {
  color: var(--primary-color);
}

.categoryTags .tagify__tag__removeBtn {
  color: var(--primary-color);
}

/*tag[title*="serving_unit_"] .tagify__tag__removeBtn,*/
#readonly_tag_view .tagify__tag__removeBtn {
  display: none;
}

.tagify__tag__removeBtn::after {
  font-size: 1.2rem;
  margin-top: 2px;
  color: var(--primary-color);
}

.tagify__input {
  white-space: inherit;
  width: auto !important;
  margin: 8px;
}

.tagify--mix.prepsteptagifyreadonly {
  --tag-pad: 0;
  padding-top: 0;
}
.tagify.prepsteptagifyreadonly {
  --tag-bg: transparent;
  --tags-border-color: transparent;
}

.tagify:not(.prepsteptagifyreadonly) {
  /* Input field inner shadow */

  -webkit-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.08);

  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;

  width: 100%;
}
.add_to_meal_plan .tagify__tag__removeBtn,
.filter_item_type .tagify__tag__removeBtn,
.component_recipe .tagify__tag__removeBtn,
.servings_select .tagify__tag__removeBtn {
  display: none;
}

@media only screen and (max-width: 992px) {
  .swiper-button-next {
    display: none !important;
  }
  .swiper-button-prev {
    display: none !important;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .btn-lg-block {
    width: 100% !important;
    display: block !important;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .btn-md-block {
    width: 100% !important;
    display: block !important;
  }
}

@media all and (min-width: 576px) and (max-width: 767px) {
  .btn-sm-block {
    width: 100% !important;
    display: block !important;
  }
}

@media all and (max-width: 575px) {
  .btn-xs-block {
    width: 100% !important;
    display: block !important;
  }
}

.wistia_embed img {
  border-radius: 8px;
}

.footer_text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500 !important;
  /* color: #5f5f5f; */
  margin-bottom: 0;
}

.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 8px;
  gap: 4px;
  width: 112px;
  height: 28px;
  border-radius: 4px;
}

.sub_active {
  background-color: #eefbd5;
  color: #4f9f20;
}

.sub_on_hold {
  background-color: #fee5d1;
  color: #d46510;
}

.sub_never {
  background-color: #ededed;
  color: #3f3f3f;
}

.sub_former {
  background-color: #facdd4;
  color: #d6445a;
}

.settings_users_desktop_row {
  cursor: pointer;
}

/* .settings_users_desktop_row:hover .row_highlight {
  color: #398516;
} */

.group_title {
  font-weight: bold;
  font-size: 12px;
}

.register {
  font-family: "Poppins";
}

button.register {
  border-radius: 8px;
  padding: 12px 16px;
  background: #4f9f20;
}
label.register {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--var-mpp-90);
}

input.register,
select.register,
dmx-stripe-card,
dmx-stripe-card-number,
dmx-stripe-card-expiry,
dmx-stripe-card-cvc {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 28px !important;
  color: var(--mpp-grey-50) !important;
  padding: 10px 12px !important;
  height: 60px !important;
  border-radius: 12px !important;
}
dmx-stripe-card,
dmx-stripe-card-number,
dmx-stripe-card-expiry,
dmx-stripe-card-cvc {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 28px !important;
  color: var(--mpp-grey-50) !important;
  padding: 17px 12px !important;
  height: 60px !important;
  border-radius: 12px !important;
  max-width: 500px;
}

p.register {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.menu_items {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
}

.card.product {
  height: 236px;
  margin-bottom: 0 !important;
}

.pricing_group {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 15px;
  background: var(--bg_2_lvl);
  border-radius: 4px;
  padding: 12px 0px 12px 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: 600;

  /* identical to box height, or 143% */

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing_group p,
.pricing_feature p {
  margin-bottom: 0;
}

.pricing_feature p.small {
  -webkit-box-align: center !important;

  -ms-flex-align: center !important;

  align-items: center !important;
  text-align: center !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  /* identical to box height, or 175% */
}

.pricing_feature {
  margin-left: 30px;
  margin-right: 30px;

  padding: 12px 0px 12px 12px;

  /* identical to box height, or 125% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -ms-flex-item-align: stretch;
  align-self: stretch;

  /* Grey/90 */

  text-align: center;
}

.pricing_feature .col-3:first-child {
  text-align: left !important;
}
.pricing_feature_border {
  border-bottom: 1px solid var(--strokes);
}

.sub_details_toggle {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.01em;

  /* Green/60 */

  color: #4f9f20;
}

.pricing_card {
  padding: 1.6rem;
  max-width: 40rem;
  border-radius: 8px;

  /* Shadow/1 lvl */
  -webkit-box-shadow:
    0px 0px 1px 0px rgba(0, 0, 0, 0.04),
    0px 2px 6px 0px rgba(0, 0, 0, 0.04),
    0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  box-shadow:
    0px 0px 1px 0px rgba(0, 0, 0, 0.04),
    0px 2px 6px 0px rgba(0, 0, 0, 0.04),
    0px 10px 20px 0px rgba(0, 0, 0, 0.04);
}

.sales_section {
  border-radius: 1rem;

  padding: 2.5rem;
  margin-bottom: 1.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;

  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.vl {
  border-left: 0.0625rem solid var(--grey-20, #ededed);
}
.hidden_drop_zone {
  height: 40px;
  width: 40px;
  background: transparent !important;
  border: none;
}
.hidden_drop_zone .dmxDropzoneMessage {
  display: none;
}
.dmxDropzone:not(.pantry_item_attachment):not(#file_mini_recipe_image):not(
    .message_image_upload
  ) {
  border-radius: 1rem !important;
  border: none !important;
  background-color: transparent !important;
  padding: 1.5rem;
  margin: 0;
  width: 20rem;
  height: 20rem !important;
}
.pantry_item.dmxDropzone {
  border-radius: 1rem !important;
  border: 1px dashed var(--grey-30, #ddd) !important;
  background-color: transparent !important;
  padding: 1.5rem;
  margin: 0;
  width: 640px;
  height: 464px !important;
}
.message_image_upload.dmxDropzone {
  border-radius: 1rem !important;
  border: none !important;
  background-color: transparent !important;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.message_image_upload.dmxDropzone .dmxDropzoneMessage {
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--text_primary);

  /* Meal pro app/Button */
  font-family: var(--body-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 2px;
}
.message_image_upload .dmxDropzoneFilename,
.message_image_upload .dmxDropzoneFilesize {
  display: none;
}
.message_image_upload.dmxDropzone .dmxDropzoneMessage::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  mask: url("/assets/icons/paperclip.svg") no-repeat center;
  -webkit-mask: url("/assets/icons/paperclip.svg") no-repeat center;
  background-color: currentColor;
}

.sales_page_image {
  border-radius: 1rem;
  border: 1px dashed var(--grey-30, #ddd);
  background:
    url(<path-to-image>),
    lightgray 50% / cover no-repeat;
  height: 20rem;
  width: 20rem;
  padding: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.pantry_item_image {
  border-radius: 1rem;
  border: 1px dashed var(--grey-30, #ddd);
  background:
    url(<path-to-image>),
    lightgray 50% / cover no-repeat;
  height: auto;
  width: 640px;
  padding: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
fieldset:disabled label {
  color: #ddd !important;
}

fieldset:disabled input {
  color: #ddd !important;
  background: #fff !important;
}

fieldset:disabled input::-webkit-input-placeholder {
  color: #ddd !important;
}

fieldset:disabled input::-moz-placeholder {
  color: #ddd !important;
}

fieldset:disabled input:-ms-input-placeholder {
  color: #ddd !important;
}

fieldset:disabled input::-ms-input-placeholder {
  color: #ddd !important;
}

fieldset:disabled input::placeholder {
  color: #ddd !important;
}

@media only screen and (min-width: 992px) {
  h1.sales_page {
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.25rem; /* 108.333% */
    letter-spacing: -0.06rem;
    margin-bottom: 1.5rem;
  }

  h2.sales_page {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.75rem; /* 110% */
    letter-spacing: -0.05rem;
    margin-bottom: 2.25rem !important;
  }

  h3.sales_page {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem; /* 150% */
    letter-spacing: -0.04rem;
    margin-bottom: 1.5rem;
  }

  p.sales_page,
  .card-body.sales_page {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
  }

  .sales_page.caption {
    font-family: var(--body-font-family);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem; /* 133.333% */
    letter-spacing: 0.1125rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
  }

  img.sales_page {
    border-radius: 4rem;

    -o-object-fit: cover;
    object-fit: cover;
    height: 35rem;
    width: 35rem;
    max-width: 100%;
  }

  section.sales_page {
    gap: 6.25rem;
    display: grid;
  }

  #each_feature.sales_page {
    row-gap: 6.25rem;
  }

  #hero_image.sales_page {
    height: 35rem;
    width: 35rem;
    max-width: 100%;
  }
  #about_image.sales_page {
    height: 32rem;
    width: 32rem;
    max-width: 100%;
  }
  #feature_image.sales_page {
    height: 25rem;
    width: 25rem;
    max-width: 100%;
  }

  #about_section.sales_page {
    padding: 7rem 6.25rem;
  }

  #faq_section.sales_page {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
  .sales_page #faq_section_container {
    display: grid;
    row-gap: 4rem;
  }
  .sales_page_recipe_images {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 115vw;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .container.sales_page,
  .container-fluid.sales_page {
    margin-bottom: 10rem;
  }
  main.sales_page {
    margin-top: 77.5px;
  }

  footer.sales_page {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1.sales_page {
    font-family: var(--heading-font-family);
    font-size: 2.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem; /* 109.091% */
    letter-spacing: -0.055rem;
  }

  h2.sales_page {
    font-family: var(--heading-font-family);
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem; /* 133.333% */
    letter-spacing: -0.045rem;
  }

  h3.sales_page {
    font-family: var(--heading-font-family);
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.5rem; /* 142.857% */
    letter-spacing: -0.035rem;
  }

  .sales_page_faq .faq_btn {
    font-family: var(--body-font-family);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
  }
  p.sales_page,
  .card-body.sales_page {
    font-family: var(--body-font-family);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
  }

  .sales_page.caption {
    font-family: var(--body-font-family);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem; /* 133.333% */
    letter-spacing: 0.1125rem;
    text-transform: uppercase;
  }

  img.sales_page {
    border-radius: 2.25rem;
    border: 1px solid var(--grey-20, #ededed);
    -o-object-fit: cover;
    object-fit: cover;
  }

  .container-fluid.sales_page {
    padding: 0 !important;
  }

  .container-fluid.sales_page .row {
    gap: 2rem;
  }

  section.sales_page {
    gap: 2rem;
    display: grid;
  }

  #each_feature.sales_page {
    row-gap: 2.25rem;
  }
  #about_image.sales_page {
    height: 22.5rem;
    width: 22.5rem;
    max-width: 100%;
  }
  #hero_image.sales_page {
    height: 25rem;
    width: 25rem;
    max-width: 100%;
  }
  #feature_image.sales_page {
    height: 20rem;
    width: 20rem;
    max-width: 100%;
  }
  #faq_section.sales_page {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
  #about_section.sales_page {
    padding: 2rem 1rem;
  }
  .sales_page_recipe_images {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 115vw;

    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 10px;
  }
  .container.sales_page,
  .container-fluid.sales_page {
    margin-bottom: 4rem;
  }
  main.sales_page {
    margin-top: 35px;
  }

  footer.sales_page .container {
    padding-bottom: 3.75rem;
  }

  #footer_logo {
    margin-bottom: 2.25rem;
  }
}

@media only screen and (max-width: 991px) {
  .header-bg {
    padding-bottom: max(env(safe-area-inset-top), 15px);
    position: fixed;
    width: 100%;
    /* background: white; */
    top: 0;
    height: calc(env(safe-area-inset-top) + 75px);
    z-index: 3;
    /*     -webkit-box-shadow:
      0px 10px 20px rgba(0, 0, 0, 0.04),
      0px 2px 6px rgba(0, 0, 0, 0.04),
      0px 0px 1px rgba(0, 0, 0, 0.04);
    box-shadow:
      0px 10px 20px rgba(0, 0, 0, 0.04),
      0px 2px 6px rgba(0, 0, 0, 0.04),
      0px 0px 1px rgba(0, 0, 0, 0.04); */
  }
}
@media only screen and (min-width: 992px) {
  .header-bg-desktop {
    padding-bottom: max(env(safe-area-inset-top), 15px);
    position: absolute;
    width: 100%;
    /* background: white; */
    top: 0;
    height: 75px;
    z-index: 3;
    /*     -webkit-box-shadow:
      0px 10px 20px rgba(0, 0, 0, 0.04),
      0px 2px 6px rgba(0, 0, 0, 0.04),
      0px 0px 1px rgba(0, 0, 0, 0.04);
    box-shadow:
      0px 10px 20px rgba(0, 0, 0, 0.04),
      0px 2px 6px rgba(0, 0, 0, 0.04),
      0px 0px 1px rgba(0, 0, 0, 0.04); */
  }
}
.hero {
  padding: 4rem 2rem;
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .hero-header {
    padding: 1rem 2rem;
    position: absolute;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-header {
    padding: 1rem 2rem;
    position: fixed;
    width: 100%;
    z-index: 5;
  }
  h1.sales_page {
    font-family: var(--heading-font-family);
    font-size: 2.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem; /* 109.091% */
    letter-spacing: -0.055rem;
  }

  h2.sales_page {
    font-family: var(--heading-font-family);
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem; /* 133.333% */
    letter-spacing: -0.045rem;
  }

  h3.sales_page {
    font-family: var(--heading-font-family);
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.5rem; /* 142.857% */
    letter-spacing: -0.035rem;
  }

  p.sales_page,
  .card-body.sales_page {
    font-family: var(--body-font-family);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
  }
  .sales_page.caption {
    font-family: var(--body-font-family);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem; /* 133.333% */
    letter-spacing: 0.1125rem;
    text-transform: uppercase;
  }
  img.sales_page {
    border-radius: 2.25rem;
    border: 1px solid var(--grey-20, #ededed);
    -o-object-fit: cover;
    object-fit: cover;
  }

  .container-fluid.sales_page {
    padding: 0 !important;
  }

  .container-fluid.sales_page .row {
    gap: 2rem;
  }

  section.sales_page {
    gap: 2rem;
    display: grid;
  }

  #each_feature.sales_page {
    row-gap: 2.25rem;
  }
  #about_image.sales_page {
    height: 22.5rem;
    width: 22.5rem;
    max-width: 100%;
  }

  #hero_image.sales_page {
    height: 25rem;
    width: 25rem;
    max-width: 100%;
  }
  #feature_image.sales_page {
    height: 20rem;
    width: 20rem;
    max-width: 100%;
  }
  #faq_section.sales_page {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #about_section.sales_page {
    padding: 2rem 1rem;
  }
  .sales_page_recipe_images {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 115vw;

    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 10px;
  }
  .container.sales_page,
  .container-fluid.sales_page {
    margin-bottom: 4rem;
  }
  main.sales_page {
    margin-top: 35px;
  }
  footer.sales_page .container {
    padding-bottom: 3.75rem;
  }

  #footer_logo {
    margin-bottom: 2.25rem;
  }
}

.sales_page_faq {
  border: none;
  border-bottom: 1px solid var(--mpp-grey-30, #ddd);
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.help_page_faq {
  border: none;
  border-bottom: 1px solid var(--mpp-grey-30, #ddd);
  padding: 0 !important;
  margin-bottom: 0 !important;
}

#navbar_mobile {
  .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
  }
}

.btn.sales_page {
  padding: 1rem;
  border-radius: 0.5rem;
}

.wistia_iframe_container_modal iframe[name="wistia_embed"] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 38vh;
}
.wistia_iframe_container iframe[name="wistia_embed"] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wistia_iframe_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border-style: solid;
  border-color: #ffffff;
  -webkit-box-shadow: 0 0 8px 3px #b8b8b8;
  box-shadow: 0 0 8px 3px #b8b8b8;
}

.subscription .tagify__tag__removeBtn {
  display: none;
}

.prep_group {
  display: inline-table;
}
.prep_group .tagify__tag__removeBtn {
  display: none;
}
.subscription span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin-top: 0;
  margin-left: 1rem;
  margin-bottom: 0;
}
.border_tabs a.active {
  border-style: solid !important;
  border-bottom: none !important;
}
.more_elipsis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: var(--Grey-20, #ededed);
  color: #202020;
}

.more_button {
  /* background: rgba(255, 255, 255, 0.8) !important; */
  border-radius: 8px !important;

  padding-left: 18px !important;
  padding-right: 18px !important;
  border: none !important;
}

.plus_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
  gap: 4px;
  border-radius: var(--Corner-radius-S, 4px);
}
.notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
.list-group-item-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 4px;
  background: var(--bg_3_lvl);
}
.offcanvas-bottom {
  background: #fafafa;
  /* bottom bar */

  -webkit-box-shadow:
    0px -10px 20px rgba(0, 0, 0, 0.04),
    0px -2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);

  box-shadow:
    0px -10px 20px rgba(0, 0, 0, 0.04),
    0px -2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 16px 16px 0px 0px;
}
@media all and (display-mode: standalone),
  all and (display-mode: fullscreen),
  all and (display-mode: window-controls-overlay),
  all and (display-mode: minimal-ui) {
  .progressier-subscribe-button {
    display: block !important;
  }
  #mobile_nav_install {
    display: none !important;
  }
}
.BeaconContainer {
  margin-top: env(safe-area-inset-top);
}
.requires_tinted_background {
  background-color: #373737;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  position: relative;
}
.requires_tinted_background_mobile {
  background-color: #373737;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  position: relative;
}

.requires_tinted_image {
  opacity: 0.4;
}
.requires_subscription_icon {
  z-index: 2;
  height: 12px;
  width: 12px;
  position: absolute;
}
.requires_subscription_icon_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  background: rgba(32, 32, 32, 0.7);
  -webkit-box-shadow:
    0px 48px 72px rgba(0, 0, 0, 0.06),
    0px 6px 18px rgba(0, 0, 0, 0.04),
    0px 0px 3px rgba(0, 0, 0, 0.04);
  box-shadow:
    0px 48px 72px rgba(0, 0, 0, 0.06),
    0px 6px 18px rgba(0, 0, 0, 0.04),
    0px 0px 3px rgba(0, 0, 0, 0.04);
  border-radius: 60px;
}
.recipe_in_plan_requires_tinted_background {
  height: 100px;
  width: 100px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
/* .btn-group:not(.cssV2), */
/* .fake-nav-tabs {
  border-radius: var(--Corner-radius-M, 8px);
  border: 1px solid var(--mpp-grey-30, #ddd);
  background: var(--mpp-grey-20, #ededed);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
} */

/* .btn-group:not(.cssV2) .btn,
.fake-nav-tabs .fake-nav-item {
  border-radius: var(--Corner-radius-S, 4px) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
} */

/* .btn-group .btn.active,
.fake-nav-tabs .fake-nav-item.active {
  background-color: #fff;
} */
.modal-header {
  border-bottom: none;
}
.popover-content {
  color: red;
  font-size: 10px;
}

span.reaction {
  min-width: 55px;
  padding: 10px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.3rem;
  border-radius: 8px;
  border-style: solid;

  border-width: 1px;
}
span.reaction:hover {
  background-color: var(--Grey-20, #ededed);
}
span.reaction span {
  font-size: 0.75rem;
  font-family: var(--body-font-family);
  margin-bottom: 0;
}

span.reaction.my_reaction {
  border-color: var(--primary-color);
}

#btn_reaction_select {
  -webkit-transition: none;
  transition: none;
  border: none !important;
}
#btn_reaction_select:active {
  border: none !important;
}
.top_zero {
  top: 0;
}

h5.sorting {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 25px;
}
h5.sorting::before {
  right: 0;
  content: "\2191";
  top: 0;
  position: absolute;
  display: block;
  opacity: 0.3;
  cursor: pointer;
}

h5.sorting::after {
  right: -10px;
  content: "\2193";
  top: 0;
  position: absolute;
  display: block;
  opacity: 0.3;
}

h5.sorting_asc::before {
  opacity: 1;
}
h5.sorting_desc::after {
  opacity: 1;
}

.kitchen_prep_content_table_content_row:hover {
  background-color: #fafafa;
}
.dropdown-item:active {
  background-color: initial;
}
.pantry_pdf_card_modal {
  background-color: #ededed;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.pantry_pdf_card {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  border-top: 30px solid #ededed;
  border-left: 30px solid #ededed;
  border-right: 30px solid #ededed;
  border-radius: 0;
}
.modal-body .pantry_pdf_card {
  background-color: #ededed !important;
  padding-top: 60px !important;
  padding-left: 80px !important;
  padding-right: 80px !important;
}
#layout_main_nav .nav-item a {
  color: var(--text_primary, #202020);
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px; /* 200% */
  letter-spacing: 0.1px;
  text-transform: uppercase;
}
.hide_tagify_remove x {
  visibility: hidden;
}
.hide_tagify_remove.tagify--select {
  padding: 5px;
}

.attachment_card {
  border-radius: 8px;
}
.attachment_card img.img-fluid {
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 175px;
}

.nav_tag {
  border-radius: var(--Corner-radius-S, 4px);
  border: 1px solid var(--strokes-separators, #ededed);
  background: var(--white, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.primary_border {
  border-color: var(--primary-accent) !important;
}

.strikethrough {
  text-decoration: line-through;
}

.strike_tag .tagify__tag-text {
  text-decoration: line-through;
}
.leftovers_label {
  border-radius: 8px;
  background-color: var(--Grey-80, #3f3f3f) !important;

  /* Shadow/1 lvl */
  -webkit-box-shadow:
    0px 10px 20px 0px rgba(0, 0, 0, 0.04),
    0px 2px 6px 0px rgba(0, 0, 0, 0.04),
    0px 0px 1px 0px rgba(0, 0, 0, 0.04);
  box-shadow:
    0px 10px 20px 0px rgba(0, 0, 0, 0.04),
    0px 2px 6px 0px rgba(0, 0, 0, 0.04),
    0px 0px 1px 0px rgba(0, 0, 0, 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 2px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.recipe_label {
  border-radius: 12px;
  background-color: var(--Grey-80, #3f3f3f) !important;

  /* Shadow/1 lvl */
  -webkit-box-shadow:
    0px 10px 20px 0px rgba(0, 0, 0, 0.04),
    0px 2px 6px 0px rgba(0, 0, 0, 0.04),
    0px 0px 1px 0px rgba(0, 0, 0, 0.04);
  box-shadow:
    0px 10px 20px 0px rgba(0, 0, 0, 0.04),
    0px 2px 6px 0px rgba(0, 0, 0, 0.04),
    0px 0px 1px 0px rgba(0, 0, 0, 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 2px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff !important;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}

.recipe_label_col:first-child {
  margin-left: 4px;
}

.draggable div {
  cursor: move;
}

.testimonial_rating i {
  color: #ffa800;
}

.rating_text {
  color: var(--white, #fff);
  font-family: var(--body-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.36px;
}

.card_rating_background_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 22px;
  min-width: 45px;
  position: absolute;
  background: rgb(73 73 73 / 65%);
  padding: 3px;
  -webkit-box-shadow: 0 0 4px 4px rgb(164 164 164 / 65%);
  box-shadow: 0 0 2px 2px rgb(73 73 73 / 65%);
  border-radius: 4px;
}

.card_rating_background_footer {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1.93%, rgba(0, 0, 0, 0)),
    color-stop(97.36%, #101010)
  );
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1.93%, #101010 97.36%);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 120px;
  width: 100%;
}

.divider {
  height: 1px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-top: 24px;
  margin-bottom: 24px;
}
.comments_collapse_header {
  /* color: var(--text_primary, #202020); */
  font-family: var(--body-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.42px;
}

.comment_name {
  color: var(--text_secondary, #5f5f5f);
  font-family: var(--body-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.42px;
}
.message_image {
  border-radius: 4px;

  max-width: 100%;
}
