@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

*{
margin:0px;
padding:0px;
border:0px;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
div {
    outline: none;
}

select{background:none;}
html{
font-family: 'Open Sans', sans-serif;
font-size: 15px;
color: black;
}

html {
    min-height: 100%;
    position: relative
}
* {
    -webkit-user-select: text;
    user-select: text;
}

input,
textarea,
[contenteditable] {
    -webkit-user-select: text;
    user-select: text;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

a{
color: black;
text-decoration: none;
}

a.standardLink{
color: rgba(201,41,41,1);
text-decoration: none;
}

a.standardLink:hover{
color: rgba(201,41,41,0.8);
}
body {
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
	background-color: rgba(200,41,41,0.2);
}

.bodyWrapper{
	margin: 40px;
    background-color: white;
    display: inline-block;
    /* width: calc(100% - 80px); */
    height: 100%;
    border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.sidebarLeft{
	width: 350px;
	float: left;
	display: block;	
	height:100%;
	padding-bottom: 20px;
}

.sidebarLeftWrapper{
	width: calc(100% - 50px);
	overflow-y: auto;
	height: 100%;
	text-align: left;
	float: left;
	padding-left: 50px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.sidebarLeftWrapper::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
}

.sidebarLeftPadding{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}

.hoverButton,
.hoverButton:hover,
.headerHoverButton{
background-color: white;
padding: 10px;
width: 100%;
height: 30px;
display:inline;
border-radius: 50px;
float: left;
line-height: 30px;

}

.headerHoverButton{
	padding: 0px;
}

.hoverButton:hover,
.hoverButtonSmall:hover{
background-color: rgba(230, 81, 81, 0.25);
}

.navArticles{
	width: 193px;
}

.navEvents{
	width: 140px;
}

.navGroups{
	width: 110px;
}

.navFundraisers{
	width: 140px;
}

.navMedia{
	padding-left: 29px;
	padding-right: 29px;	
}

.navGroupsTab{
	padding-left: 12px;
	padding-right: 12px;	
}

.navRecipes{
	padding-left: 7px;
    padding-right: 6px;
}

.navFood{
	padding-left: 3px;
    padding-right: 3px;
}

.navBookmarks{
	width: calc(50% - 40px);
	padding-left: 20px;
	padding-right: 20px;
}

.navRecipe{
	width: calc(33% - 40px);
	padding-left: 20px;
	padding-right: 20px;
}

.navItem{
float: left;
clear: both;
padding-top: 5px;
font-weight: bold;
position: relative;
}

.navItemArea{
font-size: 22px;
}

.svgHoverButton{
width: 22px;
height: 22px;
fill: black;
}

.svgHoverButton:hover{
fill: rgba(155,102,166, 1.0);
}

.mainWrapper{
float: left;
overflow-y: auto;
border-left: 1px solid rgba(155,102,166, 0.1);
}

.navTop{
padding: 10px;
font-size: 24px;
background-color: white;
border-bottom: 1px solid rgba(155,102,166, 0.1);
border-right: 1px solid rgba(155,102,166, 0.1);
position: absolute;
display: block;
width: calc(600px - 21px);
line-height: 44px;
z-index: 2;
}

.navTop h1,
.navTop input[type=text],
.navTop input[type=search]{
	font-size: inherit;
	color: inherit;
	font-weight: bold;
	font-size: 22px;
	padding-left: 10px;
	padding-bottom: 8px;
}

.navTop input[type=text],
.navTop input[type=search]{
	width: calc(100% - 60px);
	padding-bottom:7px;
	color: rgba(201,41,41,1);
	font-weight: normal;
}

.searchHeader{
	width:22px;
	height: 22px;
	padding-top: 12px;
	float: left;
}

.hubTab,
.hubTabActive{
	line-height: 34px;
	float: left;
	display: block;
	text-align: center;
}


.hubTab a,
.hubTab a:hover{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	display: block;
	color: rgba(105,105,105,1);
}

.hubTab a:hover{
	color: rgba(201,41,41,1);	
	}	.navRecipes a,.navRecipes a:hover{	font-size: 11px;}

.hubTabActive{
color: rgba(201,41,41,1);	
border-bottom: 2px solid rgba(201,41,41,1);	
}

.hubTabActive a{
color: rgba(201,41,41,1);	
}

.navTopSearch{
	float: left;
	    width: 100%;
	    display: block;
	    overflow-x: scroll;
	    overflow-y: hidden;
	    height: 36px;
	    white-space: nowrap;
		-ms-overflow-style: none;
}

.navTopSearch::-webkit-scrollbar {
  display: none;
}

.mainContent{
background-color: white;
margin-top: 62px;
height: auto; 
min-height: calc(100% - 62px);
float:left;
border-right: 1px solid rgba(155,102,166, 0.1);
width: calc(100% - 1px);
}

.tabsAreaHeader{
	margin-top: 109px;
}

.sideBarRightContainer{
	padding-left: 20px;
	padding-right: 20px;
	width: calc(100% - 40px);
	position: relative;
	float: left;
	clear: both;
}

#hidden_load,
.hidden_load{
position:absolute;
height:1px;
width:1px;
z-index:9;
overflow:hidden;
}

.load_more_area {
    position: relative;
    width: 100%;
    float: left;
    clear: both
}

.sideBoxContent{
	margin-top: 65px;
	width: 100%;
}

.main{
float: left;
width: 600px;
display: block;
height: 100%;
position: relative;
}

.missingItem{
	padding: 60px;
	float: left;
	text-align: center;
}

.missingItem span{
	font-weight: bold;
	font-size: 20px;
	display: block;
	padding-bottom: 10px;
}

.missingItem svg{
	display:inline-block;
	text-align: center;
	width: 300px;
	height: 300px;
	padding: 30px;	
}

.itemWrapper,
.itemWrapper:hover,
.itemHeaderWrapper,
.itemHeaderWrapper:hover,
.itemCompactWrapper,
.itemCompactWrapper:hover{
	border-bottom: 1px solid rgba(155,102,166, 0.1);
	display: block;
	background-color: white;
	width: 100%;
	float:left;
	margin-bottom: 0px;

}

.itemWrapper:hover,
.itemHeaderWrapper:hover,
.itemCompactWrapper:hover{
	/* background-color: #faf7fa; */
}

.itemHeaderWrapper,
.itemHeaderWrapper:hover{
	margin: 16px;
	margin-bottom: 8px;
	border-radius: 0px;
	border: 0px solid rgba(155,102,166, 0.1);
	width: calc(100% - 32px);	
}

.itemHeaderImageWrapper img,
.itemCollectionImageWrapper img{
	object-fit: cover;
	border-radius: 16px;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
}

.itemHeaderImageWrapper,
.itemCollectionImageWrapper{
	padding-bottom: 56.2%;
	width: 100%;
	text-align: center;
	position: relative;
	border-bottom: 0px solid rgba(155,102,166, 0.1);
	background: rgba(155,102,166, 0.0);
}

.itemCollectionImageWrapper{
	padding-bottom: 177.77%;
}

.itemHeaderDetailsWrapper{
	float: left;
	padding: 10px;
	display: inline-block;
	width: calc(100% - 20px);
	line-height: 20px;
	position:relative;
}

.itemCompactWrapper,
.itemCompactWrapper:hover{
	border-top: 1px solid rgba(155,102,166, 0.1);
	border-bottom: none;
	padding: 10px;
	width: calc(100% - 20px);
	margin-bottom: 0px;
	
}

.itemCompactImageWrapper,
.itemCompactEventImageWrapper{
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 8px;
	position: relative;
	background: rgba(155,102,166, 0.1);
}

.itemCompactEventImageWrapper{
	border-radius: 40px;
}

.itemCompactImageWrapper img,
.itemCompactEventImageWrapper img{
	height: 80px;
	width: 80px;
	border-radius: 7px;
	object-fit: cover;
	position: relative;
}

.itemCompactDetailsWrapper{
	float: left;
	padding-left: 10px;
	display: inline-block;
	width: calc(100% - 90px);
	line-height: 20px;
	position:relative;
}

.itemCompactTitle{
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	clear: both;
	float: left;
}

.itemSmallTitle{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	clear: both;
	float: left;
}

.itemFoodTitle,
.itemFoodTitleSmall{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	clear: both;
	float: left;
}

.itemFoodTitleSmall{
	font-size: 14px;
	line-height: 20px;
}

/****** Style Star Rating Widget *****/

.ratingDisabled{ 
  border: none;
  float: left;
  padding-top: 5px;
}

.ratingDisabled > input { display: none; } 
.ratingDisabled > label:before { 
  margin: 3px;
  font-size: 14px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.ratingDisabled > .half:before { 
  content: "\f089";
  position: absolute;
}

.ratingDisabled > label { 
  color: #ddd; 
 float: right; 
}


.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 3px;
  font-size: 14px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: rgba(201,41,41,1);  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: rgba(201,41,41,0.7);  } 



/***** CSS Magic to Highlight Stars on Hover *****/

.ratingDisabled > input:checked ~ label, /* show gold star when clicked */
.ratingDisabled:not(:checked) ~ label { color: rgba(201,41,41,1);  } /* hover previous stars in list */




.ratingDisabled > input:checked { color: rgba(201,41,41,1);  } 


.totalTimeSvg {
    width: 14px;
    height: 14px;
    fill: black;
	margin: auto;
	float: left;
	padding-top: 7px;
}

.recipeHolder,
.foodHolder{
	float: left;
	width: 100%;
	display: inline-block;
}

.recipeImageHolder,
.foodImageHolder{
	margin: 8px;
	padding-bottom: calc(80% - 16px);
	width: calc(100% - 16px);
	position: relative;
	border-bottom: 0px solid rgba(155,102,166, 0.1);
	background: rgba(155,102,166, 0.0);
}

.foodImageHolder{
	margin: 0px;
	padding-bottom: 66%;
	width: 100%;
}

.recipeImageHolder img,
.foodImageHolder img{
	object-fit: cover;
	border-radius: 16px;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
}

.foodImageHolder img{
	border-radius: 0px;
}

.recipeMealType,
.foodAltSuggested,
.foodAltNotSuggested{
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 8px;
	margin-bottom: 16px;
}

.recipeMealType span,
.foodAltSuggested span,
.foodAltNotSuggested span{
	border: 2px solid rgba(201,41,41,1);
	background-color: rgba(201,41,41,1);
	border-radius: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	font-size: 12px;
	font-weight: 700;
	margin-left: 4px;
}

.foodAltSuggested span,
.foodAltNotSuggested span{
	border: 2px solid #6aa600;
	background-color: #6aa600;
	border-radius: 16px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: white;
	font-size: 12px;
	font-weight: normal;
	margin-left: 0px;
}

.foodAltNotSuggested span{
	border: 2px solid #c82929;
	background-color: #c82929;
}

span.kidFriendly{
	padding-left: 26px;
    border-color: purple;
    background-color: purple;
    position: relative;
}

.kidFriendly svg{
	position: absolute;
    height: 12px;
    width: 12px;
    left: 8px;
    top: 7px;
}

.recipeServes{
    font-size: 14px;
	color: #52595d;
}

.recipeInfoHolder{
	padding: 16px;
	float: left;
	display: inline-block;
	width: calc(100% - 32px);
}

.recipeInfoTitle{
	font-size: 24px;
	font-weight: bold;
	color: #272727;
}

.recipeInfoDetailsHolder{
	float: left;
	clear: both;
	padding-top: 8px;
	width:100%;
	display: inline-block;
	line-height: 26px;	
}

.recipeInfoTimeHolder{
	float: left;
	padding-top: 7px;
	padding-left: 24px;
}

.recipeInfoTime{
	float: left;
	color: #52595d;
	padding-left: 10px;
	font-size: 14px;
	font-weight: normal;
	padding-top: 1px;
}

.recipeDescTitle{
	font-size: 18px;
	font-weight: bold;
	margin-top: 8px;
	display: inline-block;
	width: 100%;
}

.recipeDesc{
	font-size: 14px;
	font-weight: normal;
	color: #52595d;
	margin-top: 5px;
	display: inline-block;
	width: 100%;
	line-height: 20px;
}

a.trolleyLink{
	font-size: 14px;
	font-weight: normal;
	color: #8c005d;
	margin-top: 16px;
	display: inline-block;
	width: 100%;
	line-height: 20px;
}

  a.mealeezLink,
  a.mealeezLink:hover {
      color: #0060c6;
      opacity: 1;
	  background: none;
	      width: unset;
	      height: unset;
	      display: unset;
	      border-radius: unset;
	      float: unset;
  }

  a.mealeezLink:hover{
  	opacity:0.6;
  }

.recipeNutritionTitleHolder{
	float: left;
	clear: both;
	margin-bottom: 4px;
	margin-top: 16px;
}

.recipeNutritionTitle{
	font-size: 20px;
	font-weight: bold;
	color: #272727;
}

.recipeNutritionSub{
	font-size: 14px;
	font-weight: bold;
	color: #272727;
	padding-left: 16px;
}

/* Progress... */

.dashboard {
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
}

.dashboardTextHolder {
  display: flex;
  float: left;
  width: 100%;
  margin-top: -70px;
  justify-content: space-between;
}

.dashboardText{
	width: 112px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

.dashboard svg {
  width: 80px;
  height: 80px;
  margin: 1em;
}

.bg-nutrition {
  fill: none;
  stroke-width: 8px;
  stroke: rgba(207,189,161,0.5);
}

.bg-nutritionLow {
  fill: none;
  stroke-width: 8px;
  stroke: rgba(106,166,0,0.3);
}

.bg-nutritionModerate {
  fill: none;
  stroke-width: 8px;
  stroke: rgba(255,162,48,0.3);
}

.bg-nutritionHigh {
  fill: none;
  stroke-width: 8px;
  stroke: rgba(200,41,41,0.3);
}

[class^="meter-"] {
  fill: none;
  stroke-width: 8px;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  
}

.meter-nutrition {
  stroke-dasharray: 360;
  stroke-dashoffset: 100;
  stroke: #dcd6cb;
}
.meter-nutritionLow {
  stroke: #6aa600;
  stroke-dasharray: 360;
  stroke-dashoffset: 160;
}
.meter-nutritionModerate {
  stroke: #ffa230;
  stroke-dasharray: 360;
  stroke-dashoffset: 250;
}
.meter-nutritionHigh {
  stroke: #c82929;
  stroke-dasharray: 360;
  stroke-dashoffset: 250;
}

.recipeTabArea{
	width: calc(100% - 32px);
	padding: 16px;
	display: inline-block;
	float: left;
	clear: both;
	padding-bottom: 60px;
}

.recipeTabArea ol{
	margin-left: 16px;	
}

.recipeTabArea li{
	margin-left: 16px;
	padding-left: 16px;
	margin-right: 16px;
	margin-top: 12px;
	font-size: 16px; 
	color: #272727;
}	

.recipeTabArea li>span{
	font-size: 16px;
}

.recipeIngredientsTitle{
	width: 100%;
	display: inline-block;
	margin-top: 16px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #272727;	
}

.recipeIngredientHolder{
	float: left;
	width: 100%;
	display: inline-block;
	margin-top: 12px;	
}

.recipeIngredientStep{
	margin-left: 16px;
	margin-right: 16px;
	font-size: 16px;
	color: #272727;
}

.recipeIngredientMeasure{
	font-size: 16px;
	color: #272727;
}

.recipeIngredientName{
	font-size: 16px;
	color: #272727;
	font-weight: bold;
}

.recipeIngredientNameAlt{
	font-size: 16px;
	color: #ad29c8;
	font-weight: bold;
}

.recipeIngredientNameExclude{
	font-size: 16px;
	color: #c82929;
	font-weight: bold;
}

.recipeIngredientAdditional{
	font-size: 16px;
	color: #52595d;
	margin-left: -4px;
}

.recipeInstructionsTitle{
	width: 100%;
	display: inline-block;
	margin-top: 16px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #272727;
}

/* food item */

.foodBrandHolder{
	width: 70px;
	height: 70px;
	display: block;
	border-radius: 35px;
	background-color: white;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 8px;
	margin-bottom: -35px;
}

.foodBrandHolder img{
	padding: 8px;
	width: 54px;
	height: 54px;
	object-fit: contain;
}

.foodInfoHolder{
	padding: 16px;
	width: calc(100% - 32px);
	float: left;
}

.foodInfoDetailsHolder{
	width: 100%;
	float: left;	
    clear: both;
    display: inline-block;
    line-height: 26px;
	
}

.foodInfoTitle{
	font-size: 24px;
	margin-top: 8px;
	font-weight: bold;
	color: #272727;
	display:inline-block;
}

.foodDesc{
	font-size: 14px;
	font-weight: normal;
	color: #52595d;
	margin-top: 5px;
	display: inline-block;
	width: 100%;
	line-height: 20px;
}

.foodDescTitle{
	font-size: 18px;
	font-weight: bold;
	margin-top: 16px;
	display: inline-block;
	width: 100%;
}

.foodStoresTitle{
	font-size: 18px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 8px;
	display: inline-block;
	width: 100%;
}

.foodStoreHolder {
  display: flex;
  float: left;
  width: 100%;
  justify-content: flex-start;
  scrollbar-width: none;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  gap: 8px;
}

a.foodStore{
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 25px;
	border: 1px solid #52595d;
	background-color: white;
	float: left;
}

.foodStore img{
	padding: 8px;
	width: 34px;
	height: 34px;
	object-fit: contain;	
}

.foodIngredients{
	background-color: rgba(207,189,161, 0.3);
	border-radius: 16px;
	padding: 16px;
	color: #272727;
	font-size: 14px;
	line-height: 20px;
}

.foodIngredientsMay{
	padding-top: 8px;
	padding-left: 24px;
	padding-right: 24px;
	color: #272727;
	font-size: 14px;
	line-height: 20px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  width: 30px;
  height: 17px;
  vertical-align: middle;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: rgba(201,41,41,1);
}

input:focus + .slider {
  box-shadow: 0 0 1px rgba(201,41,41,1);
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}


.slidecontainer {
	margin-left: 20px;
  width: calc(100% - 40px); /* Width of the outside container */
}

/* The slider itself */
.sliderInput {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 10px;
    border-radius: 5px; 
  background: #ccc; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.sliderInput:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.sliderInput::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 20px; /* Set a specific slider handle width */
  height: 20px;
    border-radius: 50%; 
  background: rgba(201,41,41,1); /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.sliderInput::-moz-range-thumb {
  width: 20px; /* Set a specific slider handle width */
  height: 20px;
    border-radius: 50%;
  background: rgba(201,41,41,1); /* Green background */
  cursor: pointer; /* Cursor on hover */
}

input[type="checkbox"] { /* change "blue" browser chrome to yellow */
  accent-color: rgba(201,41,41,1);
  margin-right: 4px;
}

/* Search Area */

.searchFilterArea{
	float: left;
	width: calc(100% - 64px);
	display: none;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	font-size: 14px;
	font-weight: normal;
	color: #272727;
	line-height: 22px;
	background-color: white;
	position: absolute;
	top: 60px;
	left: 15px;
	border-radius: 16px;
	border: 1px solid rgba(155,102,166, 0.1);
}

.searchGlobalOptions{
	float: left;
	margin-bottom: 16px;
	width: 100%;
}

.searchOptionAreaTitle{
	color: rgba(105,105,105,0.7);
	width: 100%;
	display:inline-block;
	margin-bottom: 8px;
}

.searchOptionAreaHeader{
	float: left;
	display:block;
	margin-bottom: 8px;
	width: 100%;
	color: #272727;
	font-weight: bold;
	font-size: 16px;
}

.sliderNumberDiv{
	padding: 20px;
	padding-top: 10px;
}

.sliderContainerWrapper{
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 16px;
}

.searchCheckboxWrapper{
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	column-gap: 0px;
	row-gap: 16px;
	margin-bottom: 16px;
}

.searchCheckbox{
	float: left;
	width: 105px;
}

a.settingsConfirmButton,
a.settingsConfirmButton:hover{
	margin-top: 0px;
	border: none;
	background-color: none;
	border: 1px solid rgba(0,166,81,0.8);
	border-radius: 40px;
	height: 40px;
	text-align: center;
	width: auto;
	font-size: 15px;
	line-height: 40px;
	font-weight: 900;
	padding-left: 40px;
	padding-right: 40px;
	color: rgba(0,166,81,0.8);
	cursor: pointer;
	text-decoration: none;
	float: right;	
}

a.settingsConfirmButton:hover{
background-color: rgba(0,166,81, 0.2);	
border: 1px solid rgba(0,166,81,1);
color: rgba(0,166,81,1);
}

.settingsWrapper{
	padding-bottom: 30px;
}

.itemTitle,
.itemLoginTitle,
.itemSettingsTitle{
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	line-height: 24px;
	padding-bottom: 5px;
	float: left;
}

.itemSettingsTitle {
    padding: 20px;
    font-size: 18px;
    width: calc(100% - 40px);
	font-weight: 700;
	line-height: 24px;
	float: left;
}

.groupSettingsLabel{
    display: block;
    padding: 20px;
    padding-top: 20px;
    color: #505050;
    clear: both;
}

.groupSettingsLabelHalf{
    padding: 20px;
	width: calc(50% - 40px);
    padding-top: 20px;
    color: #505050;
    float:left;
}

.groupSettingsInput {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
    padding-bottom: 10px;
    font-size: 18px;
    background: 0 0;
    border-bottom: 1px solid #000;
}

.settingsError {
    color: red;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    width: calc(100% - 40px);
}

.allergenGroupHolder {
    display: flex;
    float: left;
    width: calc(100% - 40px);
    justify-content: flex-start;
    gap: 8px;
	padding-left: 20px;
	padding-right: 20px;
	flex-wrap: wrap;
}

a.allergenGroup,
a.allergenGroupSelected,
a.allergenGroupModerate {
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 35px;
    border: 1px solid #55802D;
    background-color: white;
    float: left;
	color: #52595d;
	text-align: center;
	font-size: 12px;
	line-height: 70px;
}



a.allergenGroupSelected{
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 35px;
    border: 1px solid #be4747;
	color: light-dark(#ffffff, #ffffff);
    background-color: #be4747;
    float: left;
}

a.allergenGroupModerate {
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 35px;
    border: 1px solid #DB7900;
	color: light-dark(#ffffff, #000000);
    background-color: #DB7900;
    float: left;
}

.allergenIngredientSearchArea{
	float: left;
	width: calc(100% - 64px);
	display: none;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	font-size: 14px;
	font-weight: normal;
	color: #272727;
	line-height: 22px;
	background-color: white;
	position: absolute;
	bottom: 0px;
	left: 15px;
	border-radius: 16px;
	border: 1px solid rgba(155,102,166, 0.1);
}

a.foodItemExcludeName{
	font-size: 16px;
	font-weight: bold;
	color: #272727;
	padding: 8px;
	float: left;
	clear:both;
}

a.foodItemExcludeName:hover{
	color: rgba(200,41,41,1);
}

img.memberAvatarSettings {
    object-fit: cover;
    height: 150px;
    width: 150px;
    border: 5px solid #fff;
    border-radius: 150px;
	float: left;
    z-index: 2;
    background-color: #fff;
}


.memberAvatarSelect{
	width: 40px;
	height: 40px;
	position: absolute;
	right: calc(50% - 100px);
	top: calc(50% - 20px);	
}

.memberAvatarSelect{
	left: 80px;
	top: calc(50% - 25px);
	z-index: 3;
}

.memberAvatarSelect svg{
	width: 40px;
	height: 40px;
}

.ingredientChipHolder{
	margin-top: 20px;
	margin-bottom: 20px;
	width: calc(100%);
	float: left;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.allergenChip,
.allergenChipModerate,
.allergenChipSafe {
  display: inline-block;
  cursor: pointer;
  padding: 0 15px;
  height: 30px;
  border: 1px solid #be4747;
  color: light-dark(#ffffff, #ffffff);
  font-weight: normal;
  font-size: 12px;
  line-height: 30px;
  border-radius: 8px;
  background-color: #be4747;
}

.allergenChipModerate{
	border: 1px solid #DB7900;
	background-color: #DB7900;	
}

.allergenChipSafe{
	border: 1px solid #55802D;
	background-color: #55802D;	
}

.allergenChipClose {
  padding-left: 10px;
  color: light-dark(#ffffff, #ffffff);
  float: right;
  font-size: 20px;
  cursor: pointer;
}

.termsText{
	border-bottom-left-radius: 16px;
	border-top-left-radius: 16px;
    border: 1px solid rgba(155,102,166, 0.1);
	margin-left: 20px;
	margin-right: 20px;
	width: calc(100% - 40px);
	height: 300px;
}

.mealeezFadeBackground{
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	min-height: 0px;
	min-width: 0px;
}

.itemDonateWrapper{
	width: 320px;
	margin: 0 auto;
	text-align: center;
	height: 100%;
}

.itemDonateBox{
	background-color: white;
	position: absolute;
	top: 50%;
	margin: 0px;
	width: 260px;
	border-radius: 20px;
	padding: 30px;
	max-height: 100%;
	transform: translateY(-50%);
}

.itemDonateBox{
	width: 300px;
}

.itemDonateBox span{
	font-weight: bold;
	font-size: 20px;
	display: block;
	padding-bottom: 10px;
}

.itemDonateButtonWrapper{
	clear: both;
	padding-top: 10px;
	text-align: center;
	float: left;
	display: block;
	width: 100%;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.loadingIcon {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}

.settingsAvatarArea{
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	width: calc(100% - 40px);
	float: left;
	position: relative;
}

.settingsPersonalInfo{
	float: left;
	padding-left: 20px;
	width: calc(100% - 180px);
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 8px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0px; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0px; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0px; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0px; opacity: 0;}
}

.hubFadeBackground{
	background-color: rgba(0, 0, 0, 0.16);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	min-height: 0px;
	min-width: 0px;
	 backdrop-filter: blur(1px)
}

.nutritionLocked{
width: 12px;
height: 12px;
fill: black;
}

a.nutritionUnlock{
	font-size: 14px;
	font-weight: bold;
	color: rgba(200,41,41, 1);
}

a.nutritionUnlock span{
	margin-left: 8px;
}

 .bottomSheet {
	 position: absolute;
	 right: 0;
	 left: 0;
	 bottom: 0;
	 background-color: rgba(0, 0, 0, 0.16);
	 opacity: 0;
	 transition: all 450ms cubic-bezier(0.32, 1, 0.23, 1) 0ms;
}
 .bottomSheet .bottomSheetContent {
	 border-top-left-radius: 16px;
	 border-top-right-radius: 16px;
	 padding-top: 8px;
	 padding-bottom: 16px;
	 position: fixed;
	 bottom: 0;
	 width: 100%;
	 background-color: #fff;
	 padding-left: 0px;
	 padding-right: 0px;
	 box-sizing: border-box;
	 box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.22), 0px 14px 56px rgba(0, 0, 0, 0.25);
	 transform: translate(0, 100%);
	 transition: all 450ms cubic-bezier(0.32, 1, 0.23, 1) 100ms;
}

.bottomSheetHeader{
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #272727;
	padding-bottom: 8px;
}

.bottomSheetHeader span{
	background-color: rgba(66,66,66,0.5);
	height: 4px;
	width: 44px;
	display:inline-block;
	overflow:hidden;
}

.bottomSheetHeader div{
	float: none;
	clear: both;
}

.bottomSheetFooter{
	text-align: left;
	width: calc(100% - 32px);
	font-size: 14px;
	color: #272727;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 0px;
	float: left;
}


 .bottomSheet .btn-close {
	 color: #666;
	 transform: scale(0, 0);
	 transition: all 450ms ease-in-out 0;
}
 .bottomSheet:target {
	 display: flex;
	 position: fixed;
	 top: 0;
	 opacity: 1;
	 justify-content: center;
	 backdrop-filter: blur(1px)
}
 .bottomSheet:target .bottomSheetContent {
	 transform: translate(0, 0);
	 z-index: 9;
}
 .bottomSheet:target .btn-close {
	 display: block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 bottom: 0;
	 right: 0;
	 outline: 0 none;
	 transform: scale(1, 1);
}


	 .bottomSheet .bottomSheetContent {
		 max-width: 500px;
		 min-width: 400px;
	}
	
.nutritionLockedLarge{
width: 50px;
height: 50px;
fill: black;
}	

.subscribeIngredientWrapper{
	padding: 16px;
	width: calc(100% - 32px);
	float: left;
	text-align:center;
}

.subscribeButtonIngredientWrapper{
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 8px;
}

a.redButton,
a.redButton:hover{
	margin-top: 0px;
	border: none;
	background-color: rgba(201, 41, 41, 1);
	border-radius: 40px;
	height: 40px;
	text-align: center;
	width: auto;
	font-size: 15px;
	line-height: 40px;
	font-weight: 900;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;	
	float: left;
}

a.redButton:hover{
background-color: rgba(201, 41, 41, 0.8);	
}

dialog.standardDialog{
	position: fixed;
	border-radius: 8px;
	padding: 16px;
	background: #ffffff;
	left:0;
	right: 0;
	top:0;
	bottom: 0;
	margin: auto;
	font-size: 12px;
	max-width: 400px;
	min-width: 100px;
		 box-sizing: border-box;
	 box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.22), 0px 14px 56px rgba(0, 0, 0, 0.25);
	
}

dialog.standardDialog h1{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 8px;
}

dialog.standardDialog a{
	font-size: 14px;
	color: rgba(201, 41, 41, 0.8);
	font-weight: normal;
	text-align: right;
	margin-left: 16px;
	margin-top: 8px;
	float:right;
	border: none;
}

dialog.standardDialog a:hover{
	font-size: 14px;
	color: rgba(201, 41, 41, 1);
	font-weight: normal;
}

.standardDialogRating{
	float: left;
	width: 100%;
	line-height: 22px;
}

dialog.standardDialog::backdrop {
background-color: rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(1px)
}

.bookmarkBackground,
.bookmarkSmallBackground,
.bookmarkHomeBackground{
	height: 40px;
	width: 40px;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 20px;
	cursor: pointer;
}

.bookmarkBackground:hover,
.bookmarkSmallBackground:hover,
.bookmarkHomeBackground:hover{
		background-color: rgba(0,0,0,0.5);
}

.bookmarkSmallBackground,
.bookmarkHomeBackground{
	height: 30px;
	width: 30px;
	margin-top: 0px;
	margin-right: 0px;
	border-radius: 15px;	
}

.bookmarkBackground svg,
.bookmarkSmallBackground svg,
.bookmarkHomeBackground svg{
	width: 24px;
	height: 24px;
	line-height: 40px;
	padding: 8px;
}

.bookmarkSmallBackground svg,
.bookmarkHomeBackground svg{
	width: 14px;
	height: 14px;
	line-height: 30px;	
}

.bookmarkHomeBackground{
	margin-top: 8px;
	margin-right: 8px;
}

.homeHeader{
	padding: 16px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #760000;
	float: left;
	width: calc(100% - 32px);
}

.homeAreaWrapper{
	float: left;
	width: 100%;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
}

.collectionTitleBackground{
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	background-color: rgba(0,0,0,0.6);
	float: left;
	padding: 8px;
	width: calc(100% - 16px);
	position: absolute;
    bottom: 0;
	text-align: left;
}

.itemCollectionTitle a{
	color: white;
	font-size: 14px;
}

.itemFoodSmallWrapper{
	margin: 16px;
	padding: 10px;
	float: left;
	width: calc(100% - 52px);
	background-color: rgba(172,185,238, 0.4);
	border-radius: 16px;
}

.foodSmallDetails{
	float: left;
	width: 100%;
	height: 80px;
    display: flex;
    align-content: center;
    flex-direction: column;

    justify-content: center;
}

.itemCollection{
	width: 100px;
	height: 100px;
	float: left;
}

.itemCollection img{
	width: 100px;
	height: 100px;
}

.itemCollectionDetailsWrapper{
	padding-left: 16px;
	padding-right: 16px;
	width: calc(100% - 132px);
	line-height: 100%;
	margin-left: 100px;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: column;
    height: 100px;
}

.itemCollectionDetailsTitle{
	padding-bottom: 16px;
	font-size: 20px;
	font-weight: bold;
	color: #272727;
}

.itemCollectionDetailsDesc{
	font-size: 14px;
	font-weight: normal;
	color: #52595d;
}

.sidebarRightContainerWrapper{
	width: 350px;
	float: left;
	padding-bottom: 20px;
}

.guestLoginWrapper{
border: 1px solid rgba(155,102,166, 0.1);
width: calc(100% - 32px);
display: block;
border-radius: 10px;
padding: 16px;
margin-top: 16px;
position: relative;
margin-left: 00px;
float: left;
}

.guestLoginImage{
display: block;
    margin: 0 auto;
width: 155px;
}

.guestLoginQuote{
font-weight: bold;
display:inline-block;
padding-top: 20px;
}

.guestLoginInput{
background: none;
border: none;
height: 44px;
line-height: 44px;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
font-size: 15px;
background-color: none;
width: calc(100% - 20px);
margin-top: 20px;
border-bottom: 2px solid rgba(200,41,41,1);
}

input[type=button].guestLoginSignIn,
input[type=submit].guestLoginSignIn,
input[type=reset].guestLoginSignIn,
input[type=button].guestLoginSignUp,
input[type=submit].guestLoginSignUp,
input[type=reset].guestLoginSignUp,
a.guestSignUp {
background: white;
text-align: center;
height: 44px;
border-radius: 44px;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
font-size: 15px;
width: 100%;
margin-top: 20px;
border: 1px solid rgba(200,41,41,1);
color: rgba(200,41,41,1);
}

input[type=button].guestLoginSignUp,
input[type=submit].guestLoginSignUp,
input[type=reset].guestLoginSignUp,
a.guestSignUp {
background: rgba(200,41,41,1);
border: 1px solid rgba(200,41,41,1);
color: white;
}

input[type=button].guestLoginSignIn:hover,
input[type=submit].guestLoginSignIn:hover,
input[type=reset].guestLoginSignIn:hover,
input[type=button].guestLoginSignUp:hover,
input[type=submit].guestLoginSignUp:hover,
input[type=reset].guestLoginSignUp:hover,
a.guestSignUp:hover,
a.callToAction:hover {
background: rgba(200,41,41,0.1);
text-align: center;
height: 44px;
border-radius: 44px;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
font-size: 15px;
width: 100%;
margin-top: 20px;
border: 1px solid rgba(200,41,41,1);
color: rgba(200,41,41,1);
cursor: pointer;
}

input[type=button].guestLoginSignUp:hover,
input[type=submit].guestLoginSignUp:hover,
input[type=reset].guestLoginSignUp:hover,
a.guestSignUp:hover {
background: rgba(200,41,41,0.8);
border: 1px solid rgba(200,41,41,1);
color: white;
cursor: pointer;
}

a.guestSignUp,
a.guestSignUp:hover{
display:block;
width: calc(100% - 20px);
text-decoration: none;
line-height: 44px;
height: 44px;
padding-top: 0px;
padding-bottom: 0px;
}

ul.loginReasonList {
  list-style: none;
  padding-top: 16px;
	font-size: 12px;
}

ul.loginReasonList li {
  padding-bottom: 16px;
}

ul.loginReasonList li:last-of-type {
  padding-bottom: 0px;
}



ul.loginReasonList li:before {
  content: '\2714\0020';
  color: rgba(200,41,41,1);
}

.itemTitle a{
	text-decoration: none;
}

.itemLoginTitle{
	font-size: 20px;;
	padding: 20px;
	padding-bottom: 15px;
}

a.exploreLogIn,
a.exploreLogIn:hover{
	margin-top: 0px;
	    border: none;
		border: 1px solid rgba(200,41,41,1);
		    color: rgba(200,41,41,1);
			background:white;
	    border-radius: 40px;
	    height: 40px;
	    text-align: center;
	    width: auto;
	    font-size: 15px;
	    line-height: 40px;
	    font-weight: 900;
	    padding-left: 40px;
	    padding-right: 40px;
	    cursor: pointer;
	    text-decoration: none;
	    float: right;
}

a.exploreLogIn:hover{
	background: rgba(200,41,41,0.1);
}

.leftLoginArea{
	display: none;
}

.topHeader{
	float: left;
	width: 568px;
	background-color: white;
	display: none;
	padding: 16px;
}

.bottomHeader{
	color: rgba(200,41,41,1);
	position: fixed;
	bottom: 0;
	left: 0;
	width: calc(600px - 16px);
	background-color: white;
	display: none;
	padding: 8px;	
	z-index: 20;
}

.bottomHeader a{
	color: rgba(200,41,41,1);
	font-size: 12px;
	display: flex;
	flex-direction: column;
    align-items: center;
	gap: 4px;
	width:67.1px;
}

.svgHoverButtonOff{
	width: 22px;
	height: 22px;
	fill: rgba(200,41,41,1);
	background-color: rgba(200,41,41,0);
    padding: 4px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 20px;	
}



.svgHoverButtonOn{
	width: 22px;
	height: 22px;
	fill: rgba(200,41,41,1);
	background-color: rgba(230, 81, 81, 0.3);
    padding: 4px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 20px;
}

#settingsAreaLogout{
	display: none;
}

.homeFoodBlock{
	width: 50%;
	float: left;
}

.homeCollectionBlock{
	width: 25%;
	float: left;
}

.homeRecipeBlock{
	width: 50%;
	float: left;
}

.itemDeleteWrapper,
.itemShareWrapper,
.itemDonateWrapper,
.itemInteractionWrapper,
.itemAccountSelectWrapper{
	width: 320px;
	margin: 0 auto;
	text-align: center;
	height: 100%;
}

.itemDonateWrapper{
	width: 360px;
}

.itemAccountSelectWrapper{
	width: 400px;
}

.itemShareWrapper,
.itemInteractionWrapper{
	width: 560px;
}

.itemDeleteBox,
.itemShareBox,
.itemDonateBox,
.itemInteractionBox,
.itemAccountSelectBox{
	background-color: white;
	position: absolute;
	top: 50%;
	margin: 0px;
	width: 260px;
	border-radius: 20px;
	padding: 30px;
	max-height: 100%;
	transform: translateY(-50%);
}

.itemAccountSelectBox{
	width: 360px;
}

.itemDonateBox{
	width: 300px;
}

.itemDeleteBox{
	width: 280px;
}

.itemShareBox,
.itemInteractionBox{
	width: 500px;
}

.itemDeleteBox span,
.itemShareBox span,
.itemDonateBox span,
.itemAccountSelectBox span,
.itemInteractionBox>span{
	font-weight: bold;
	font-size: 20px;
	display: block;
	padding-bottom: 10px;
}

.itemDonateBox input{
	border-bottom: 2px solid rgba(103,54,114,1);
	font-size: 50px;
	width: 160px;
	text-align: center;
}

input.passwordCode{
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	font-size: 50px;
	width: 280px;
	text-align: center;	
}

.itemDeleteButtonWrapper,
.itemDonateButtonWrapper,
.itemButtonWrapper{
	clear: both;
	padding-top: 10px;
	text-align: center;
	float: left;
	display: block;
	width: 100%;
}

.itemShareEmbed{
	float: left;
	padding-top: 10px;
	padding-bottom: 0px;
	display: block;
	width: 500px;
}

a.confirmButton,
a.confirmButton:hover{
	margin-top: 10px;
	border: 1px solid rgba(200,41,41,1);
	color: white;
	border-radius: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: 900;
	padding-right: 40px;
	padding-left: 40px;
	background-color: rgba(200,41,41,1);
	cursor: pointer;
	text-decoration: none;
	width: auto;
	float: left;	
}

a.confirmButton:hover{
	background-color:rgba(200,41,41,0.8);	
}

a.cancelButton,
a.cancelButton:hover{
	margin-top: 10px;
	border: 1px solid rgba(200,41,41,1);
	background-color: #ffffff;
	border-radius: 40px;
	height: 40px;
	text-align: center;
	width: auto;
	line-height: 40px;
	font-weight: 900;
	padding-left: 40px;
	padding-right: 40px;
	color: rgba(200,41,41,1);
	cursor: pointer;
	text-decoration: none;
	float: left;	
}

a.cancelButton:hover{
	background-color: rgba(200,41,41,0.1);
}

a.textButton,
a.textButton:hover{
	margin-top: 10px;
	border: none;
	background-color: none;
	height: 40px;
	text-align: center;
	width: auto;
	line-height: 40px;
	font-weight: 900;
	margin-left: 20px;
	color: rgba(200,41,41,1);
	cursor: pointer;
	text-decoration: none;
	float: left;
}

a.textButton:hover{
	color: rgba(200,41,41,0.8);
}

.tabHomeClass{
	margin-top: 72px;
}

.tabRecipesClass{
	margin-top: 72px;
}

.altIngredientsWrapper{
	float: left;
	width: calc(100% - 20px);
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	max-height: 353px;
	overflow-y: auto;
}

.groupSettingsLabel ol,
.groupSettingsLabel ul{
	margin: 20px;
}

.groupSettingsLabel li{
	margin: 10px;
}

.allergenListContainer:nth-child(even){
	background-color: rgba(200,41,41, 0.05);
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	width: calc(100% - 40px);
}

.allergenListContainer:nth-child(odd){
	background-color: none;
		padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	width: calc(100% - 40px);
}

.commentsArea{
	float: left;
	width: 100%;
	min-height: 300px;
	max-height: 800px;
	overflow-y: auto;
	margin-bottom: 30px;
}

.itemAuthorWrapper{
	padding: 10px;
	padding-top: 10px;
	display: block;
	float:left;
	width: calc(100% - 70px);
}

.itemAuthorAvatar {
    float: left;
    width: 50px;
    height: 50px;
    display: block;
	position: relative;
}

.itemAuthorAvatar img {
    width: 50px;
    height: 50px;
    border-radius: 25px;
	position: relative;
}

.itemAuthorNameContainer {
    float: left;
    width: calc(100% - 180px);
    padding-left: 10px;
    padding-right: 20px;
    height: 40px;
    padding-top: 5px;
}

.itemAuthorName,
.itemAuthorHandle {
    clear: both;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.itemAuthorName div{
	text-decoration: none;
    float: left;
}

.itemDate {
    text-transform: none;
    font-size: 12px;
    padding-top: 4px;
}

.itemAuthorName {
    font-weight: 900;
}

.itemOptionsWrapper {
    padding: 10px;
    padding-top: 10px;
    padding-left: 0;
	padding-right: 0;
    position: relative;
    float: right;
}

.itemOptionsWrapper a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: none;
    fill: #505050;
    float: right;
}

.itemAuthorVerified {
    float: left;
    position: relative;
    height: 15px;
    margin-left: 5px;
    top: 2px;
}

.itemAuthorVerified svg {
    height: 15px;
    width: 15px;
}

.itemContent,
.itemContentSocial{
	margin-left: 70px;
	margin-right: 0px;
	margin-bottom: 5px;
	float: left;
	width: calc(100% - 70px);
}

.itemContentSocial{
	padding-top: 10px;
	font-size: 14px;
	float: left;
	padding-bottom: 20px;
}

.itemContentSocial svg{
	height: 14px;
	width: 14px;
	float:left
}

.itemContentSocial span{
height: 14px;
    line-height: 16px;
    display: block;
    float: left;
    padding-left: 5px;
    width: 100px;
}

.itemImageWrapper,
.itemImageWrapperStatus{
	padding-bottom: 56.2%; 
	/* padding-bottom: 56.2%; */
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	border-top: 1px solid rgba(155,102,166, 0.1);
	border-bottom: 1px solid rgba(155,102,166, 0.1);
	background: rgba(155,102,166,.1);
}

.itemImageWrapperStatus{
	margin-bottom: 20px;
	padding-bottom: 0;
	width: calc(100% - 90px);
	border-radius: 8px;
	border: 1px solid rgba(155,102,166, 0.1);
	margin-left: 70px;
}


.itemImageWrapper img,
.itemImageWrapperStatus img{
	object-fit: cover;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
}

.itemImageWrapperStatus img{
	position: relative;
	border-radius: 8px;
	float: left;
	height: auto;
}

.messageReplyArea {
    min-height: 50px;
    background-color: #fff;
    border-top: 1px solid rgba(155,102,166,.1);
    position: absolute;
    display: block;
    width: calc(100% - 1px);
    bottom: 0;
	left: 0px;
}

.hoverButtonSmall, .hoverButtonSmall:hover {
    background-color: #fff;
    padding: 5px;
    width: 100%;
    height: 30px;
    display: inline;
    border-radius: 40px;
    float: left;
    line-height: 30px;
}

.hoverButton, .hoverButtonSmall {
    background-color: transparent;
}

.hoverButtonOn{
	background-color: rgba(230, 81, 81, 0.2);
}

.messageReplyInput {
    border: 1px solid rgba(155,102,166,.1);
    width: calc(100% - 160px);
    margin-left: 60px;
    min-height: 30px;
    margin-top: 9px;
	margin-bottom: 9px;
    font-size: 15px;
    border-radius: 15px;
    line-height: 30px;
    background-color: rgba(155,102,166,.1);
    padding-left: 20px;
    padding-right: 20px;
	float: left;
}

[contenteditable=true]:empty:before {
    content: attr(placeholder);
    pointer-events: none;
    color: #505050;
    display: block;
}

.replyAttachWrapper {
    float: left;
    clear: both;
    width: calc(100% - 40px);
	    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    display: none;
    position: relative;
}

.replyAttachClose {
    display: block;
    position: absolute;
    top: 10px;
    right: 30px;
	z-index: 1;
}

.replyAttachImage {
    object-fit: cover;
    height: 250px;
    width: 100%;
	border-radius: 10px;
}

	/* width */
	#commentsArea::-webkit-scrollbar {
	  width: 2px;
	}

	/* Track */
	#commentsArea::-webkit-scrollbar-track {
	  background: #f1f1f1;
	}

	/* Handle */
	#commentsArea::-webkit-scrollbar-thumb {
	  background: #888;
	}

	/* Handle on hover */
	#commentsArea::-webkit-scrollbar-thumb:hover {
	  background: #555;
	}
	
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  width: 250px; /* Set a default minimum width */
  bottom: 90px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein2 0.5s, fadeout2 0.5s 2.5s;
  animation: fadein2 0.5s, fadeout2 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein2 {
  from {bottom: 0px; opacity: 0;}
  to {bottom: 90px; opacity: 1;}
}

@keyframes fadein2 {
  from {bottom: 0px; opacity: 0;}
  to {bottom: 90px; opacity: 1;}
}

@-webkit-keyframes fadeout2 {
  from {bottom: 90px; opacity: 1;}
  to {bottom: 0px; opacity: 0;}
}

@keyframes fadeout2 {
  from {bottom: 80px; opacity: 1;}
  to {bottom: 0px; opacity: 0;}
}	

		.quickLinkContainer{
			padding-top: 10px;
			padding-left: 20px;
			padding-right: 20px;
			float: left;
			width: calc(100% - 40px);
		}
		
		a.quickLink{
			padding-left: 10px;
			padding-top: 15px;
			padding-right: 10px;
			padding-bottom: 15px;
			float: left;
			border-radius: 10px;
			border: 1px solid #52595d;
			background-color: none;
			color: #000000;
			font-size: 14px;
			margin-right: 6px;
		}
		a.quickLink:hover{
			border: 1px solid #566066;
			background-color: rgba(135, 147, 154, 0.1);
		}
		
		a.restaurantIngredientExcluded,
		a.restaurantIngredientIncluded,
		a.restaurantIngredientModerate,
		a.restaurantIngredientGuest{
			margin-right: 4px;
			margin-top: 8px;
			font-size: 12px;
			display: inline-block;
			padding: 0 15px;
			height: 30px;
			font-weight: normal;
			line-height: 30px;
			border-radius: 8px;
		}
		
		a.restaurantIngredientExcluded{
			color: light-dark(#ffffff, #ffffff);
			background-color: light-dark(#be4747, #be4747);
		}
		
		a.restaurantIngredientIncluded{
			color: light-dark(#ffffff, #ffffff);
			background-color: light-dark(#55802D, #55802D);
		}
		
		a.restaurantIngredientModerate{
			color: light-dark(#ffffff, #ffffff);
			background-color: light-dark(#DB7900, #DB7900);
		}		
		
		a.restaurantIngredientGuest{
			color: rgba(0,0,0,0.7);
			border: 1px solid rgba(0,0,0,0.7);
			background-color: rgba(0, 0, 0, 0.1);
		}
		
		a.restaurantIngredientExcluded:hover{
			background-color: #be4747;
		}
		
		a.restaurantIngredientIncluded:hover{
			background-color: #55802D;
		}
		
		a.restaurantIngredientModerate:hover{
			background-color: #DB7900;
		}		

		a.restaurantIngredientGuest:hover{
			background-color: rgba(0, 0, 0, 0.2);
		}	

.allergenSafeIcon {
          width: 0;
		height: 0;
		border-top: 20px solid #6aa600;
		border-left: 20px solid transparent;
		position: absolute;
		right: 0;
    }

.buttonButterContainer{
	margin-top: 16px;
	padding: 10px;
	border-radius: 80px;
	background-color: rgba(203,89,89,0.1);
	display: inline-block;
	clear: both;
	float: left;
}

.buttonButterLogoContainer{
	background-color: rgba(203,89,89,0.1);
	float: left;
	height: 40px;
	width: 40px;
	border-radius: 40px;
}	

.buttonButterLogo{
	margin-top: 8px;
	margin-left: 8px;
}

.buttonButterTextContainer{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 16px;
	height: 40px;
	display:inline-block;
}

.buttonButterTextTitle{
	color: #000000;
	font-size: 10px;
}

.buttonButterTextLink{
	color: #B22121;
	font-size: 14px;
	font-weight: bold;
}

dialog.standardDialog a.accountOptionLink{
	text-align: left; 
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
	width:100%;
	color: #000;
}

.recipeStrikethrough {
  text-decoration: line-through;
  color: rgba(39,39,39,0.3);
}

.itemEventDistance{
			color: orange;
			display: block;
			padding-top: 10px;
			float: left;
			width: 100%;
			font-size: 14px;
		}
		
.itemHeaderImageWrapper,
				.itemCollectionImageWrapper{
					overflow: hidden;
					border-radius: 16px;
					transition: transform .5s ease;
					
				}
				
				
				
				.itemHeaderImageWrapper:hover,
				.itemCollectionImageWrapper:hover{
					transform: scale(1.02);
				}
				
				.noJump:hover{
						transform: scale(1);
				}		


		.altIngredientsWrapper::-webkit-scrollbar {
            width: 6px;
        }
        
        .altIngredientsWrapper::-webkit-scrollbar-track {
            border-radius: 0px;
            background-color: rgba(203, 89, 89, 0.1);
            border: 0px solid #cacaca;
        }
        
        .altIngredientsWrapper::-webkit-scrollbar-thumb {
            border-radius: 0px;
            background-color: rgba(0, 0, 0, 0.2);
        }
		
		.shareRecipeLink{
			cursor: text;
			border-radius: 8px;
			border: 1px solid #52595d;
			font-size: 12px;
			font-weight: 400;
			margin: 0 0 10px;
			padding: 10px;
			resize: none;
			display: block;
			float: left;
			width: calc(100% - 22px);
		}
		
		.shareRecipeDiv{
			cursor: text;
			border-radius: 8px;
			border: 1px solid #52595d;
			font-size: 12px;
			font-weight: 400;
			margin: 0 0 10px;
			padding: 10px;
			resize: none;
			display: block;
			float: left;
			text-align: left;
			margin-top: 20px;
			width: calc(100% - 22px);
		}

@media only screen and (max-width: 1400px) {
	
.mainContent{
background-color: transparent;
border-right: 0px solid rgba(155,102,166, 0.1);

}	
	
	.mainWrapper{
		border-bottom-right-radius: 20px;
	}
	
	.navTop{
		width: calc(579px);
		border-top-right-radius: 20px;
	}
	
	.sidebarRightContainerWrapper{
		display: none;
	}
	
.leftLoginArea{
	display: block;
	padding: 20px;
}
	
}

@media only screen and (max-width: 1048px) {



	.bodyWrapper{
		margin: 20px;
	}
	
	.main{
		 overflow: hidden;
	}
	
}


@media only screen and (max-width: 1008px) {

	.bodyWrapper{
		margin: 0px;
		border-radius: 0px;
	}
	

	
}

@media only screen and (max-width: 968px) {

	.bodyWrapper{
		margin: 0px;
		border-radius: 0px;
		width: 600px;
		height: 100vh;
	}
	
		.sidebarLeft{
		display: none;
	}
	
	.mainWrapper{
		width: 600px;
		background-color: white;
		padding-bottom: 75px;
	}
	
	.topHeader{
		display: block;
	}
	
	.bottomHeader{
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	
	#settingsAreaLogout{
	display: block;
	}
	
	.bottomSheet .bottomSheetContent {
	padding-bottom: 66px;
}

}



@media only screen and (max-width: 600px) {
	
	body{
		background-color: white;
	overflow-x: hidden;
		overscroll-behavior-x: none;
	}

.bodyWrapper{
	width: 100%;
	border-left: 0px solid white;
}

.mainWrapper{
	width: 100%;
	overflow-x: hidden;
}

.topHeader{
	width: calc(100% - 31px);
}

.bottomHeader{
	width: calc(100% - 15px);
	overflow-x: hidden;
}

.navTop{
	width: calc(100% - 21px);
}

.main{
	width: 100%;
}

.homeFoodBlock{
	width: 100%;
}

.homeCollectionBlock{
	width: 50%;
}

.itemCollectionImageWrapper {
	padding-bottom: 56.2%;
}

.itemCollectionTitle a{
	font-size: 12px;
	line-height: 16px;
}



.homeRecipeBlock{
	width: 100%;
}

.hubTab a{
	
}

.hubTab,
.hubTabActive{
	
}

.navTopSearch{
    float: left;
    width: 100%;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 38px;
    white-space: nowrap;
}

.navTop h1, .navTop input[type=text], .navTop input[type=search] {
	font-size: 16px;
}

.navTop input[type=text],
.navTop input[type=search] {
	    margin-top: 14px;
		width: calc(100% - 90px);
}



.navTop h1{
	display: none;
}

.navRecipes{
	padding-left: 6px;
	padding-right: 6px;
}

.tabsAreaHeader{
	margin-top: 58px;
}

.itemCompactTitle{
	font-size: 16px;
}

.recipeTabArea{
	padding: 8px;
	width: calc(100% - 16px);
	padding-bottom: 20px;
}

.dashboardText > span:first-of-type{
	font-size: 10px;
}

.recipeIngredientStep,
.recipeIngredientMeasure,
.recipeIngredientName,
.recipeIngredientAdditional,
.recipeIngredientNameExclude,
.recipeIngredientNameAlt,
.recipeTabArea li,
.recipeTabArea li>span{
	font-size: 16px;
}

.dashboard{
	padding-top: 8px;
}

.dashboard svg{
	width: 70px;
	height: 70px;
	margin: 0px;
	
}

.dashboardText{
	width: 70px;
}

.dashboardTextHolder{
	margin-top: -50px;
}

.bottomSheetHeader{
	font-size: 12px;
}

.bottomSheetFooter{
	font-size: 12px;
}

 .bottomSheet .bottomSheetContent {
	padding-bottom: 66px;
}

img.memberAvatarSettings{
	height: 100px;
	width: 100px;
}

.memberAvatarSelect{
	width: 30px;
    height: 30px;
	left: 60px;
    top: 40px;
}

.memberAvatarSelect svg {
	width: 30px;
	height: 30px;
}

.groupSettingsLabel,
.groupSettingsLabelHalf{
	padding: 10px;
	font-size: 14px;
}

.groupSettingsLabelHalf{
	width: calc(50% - 20px);
}

.settingsPersonalInfo{
	width: calc(100% - 120px);
	padding-left: 10px;
}

.groupSettingsInput{
	margin-left: 10px;
	margin-right: 10px;
	width: calc(100% - 20px);
	font-size: 16px;
	padding-bottom: 5px;

}

.itemSettingsTitle{
	padding: 10px;
	width: calc(100% - 20px);

}
a.allergenGroup,
a.allergenGroupSelected,
a.allergenGroupModerate {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	line-height: 60px;
	font-size: 10px;
}

.itemShareWrapper{
	width: calc(100% - 20px);
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.itemShareBox{
	width: calc(100% - 40px);
	float:left;
	padding: 10px;
	font-size: 14px;
}

.itemShareBox span{
	font-size: 16px;
}

.navRecipes,
.navFood{
	padding-left: 4px;
	    padding-right: 3px;
	    float: none;
	    display: inline-block;
}

.navTop{
	width: 100%;
	padding: 0;
	line-height: 24px;
	border-top-right-radius: 0px;
}

.tabHomeClass{
	margin-top: 12px;
}

.tabRecipesClass{
	margin-top: 68px;
}

.allergenListContainer:nth-child(even){
	font-size: 12px;
	padding: 7px;
	width: calc(100% - 34px);

}

.allergenListContainer:nth-child(odd){
	font-size: 12px;
	padding: 7px;
	width: calc(100% - 34px);

}



.itemAuthorWrapper{
	width: calc(100% - 60px);
	padding-right: 0px;
}

.itemContent{
	padding-top:8px;
}

.itemAuthorNameContainer{
	padding-right: 0px;
	width: calc(100% - 160px);
}

		.quickLinkContainer{
			padding-top: 0px;
			padding-left: 10px;
			padding-right: 10px;
			float: left;
			width: calc(100% - 20px);
		}
			
			
			a.quickLink{
				padding-left: 7px;
				padding-top: 12px;
				padding-right: 7px;
				padding-bottom: 12px;
				font-size: 12px;				
			}
			
			
.missingItem{
	padding: 20px;
}

.missingItem span{
	font-size: 16px;
}

.missingItem svg{
	width:calc(100% - 20px);
	height: auto;
	padding: 20px;	
}

.searchHeader{
	margin-left: 8px;
	margin-right: 8px;
}	


}

