@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

@keyframes bounceIn {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  60% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Ensure scrollbars are visible and styled in iOS Safari */
.scrollable-div {
  overflow: auto;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

/* Webkit scrollbar styling */
.scrollable-div::-webkit-scrollbar {
  width: 10px; /* Width of the scrollbar */
}

.scrollable-div::-webkit-scrollbar-track {
  background: #000; /* Background of the scrollbar track */
}

.scrollable-div::-webkit-scrollbar-thumb {
  background: #888; /* Color of the scrollbar thumb */
  border-radius: 2px; /* Rounded corners for the scrollbar thumb */
}

.scrollable-div::-webkit-scrollbar-thumb:hover {
  background: #999; /* Darker color on hover */
}
* {
	margin: 0px;
	padding: 0px;
}

html {
	font-family: Urbanist;	
	font-size: 14px;
	color: #000000;
}

.swal2-container {
	z-index: 9999999999999999999 !important;
}

.deal-hd {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0;
}
.padding20 {
	padding: 20px;
}
.deal-hd:after {
  content: '';
  height: 1px;
  background: #b1b1b1;
  flex: 1;
	margin-left: 10px;	
	margin-right: 10px;	
}
.deal-hd2 {
  flex: 1;
  display: flex;
  align-items: center;
font-family: 'Open Sans';
  margin: 0;
}
.deal-hd2:after {
  content: '';
  height: 1px;
  background: #e2e2e2;
  flex: 1;
	margin-left: 30px;	
	margin-right: 30px;	
}

.rotateArrow {
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.rotateArrow:hover {
	cursor: pointer;
}
.rotateArrow.down2 {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	position: relative;
	top: 0px;
    transform: rotate(180deg);
}


#show-date {
	background: none;
	font-size: 40px;
	cursor: pointer;
	border: 0px;
	width: 25px;
	margin: auto;
	display: block;
}
label.error {
    display:block;
	margin-top: 5px;
	color: red;
	font-style: italic;
	font-size: 12px;	
}

label.error::before {
  content: "* ";
}


body {
	background-color: #fff;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
}

a:hover {
	text-decoration: underline;
}

.dialog {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999999999; /* Sit on top */
	left: 0;
	top: 0;
	
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.7); /* Black w/ opacity */
}

/* Modal Content/Box */
.dialog_content {
	background-color: #fefefe;
		  animation: bounceIn 0.5s ease-in-out;
	
	margin: 20px auto; /* 15% from the top and centered */
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
	border-radius: 20px;		
	width: 90%; /* Could be more or less, depending on screen size */
}
.modalContain .contain {
width: auto !important;
}

.popheading {
	display: block;
	background-color: #67823a;
	text-transform: uppercase;
	border-radius: 20px 20px 0px 0px;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

#overlay_light {
	background-color: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	filter: alpha(opacity = 30);
	opacity: 0.3;
	z-index: 99999;
}
 .swal2-container  {
 	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
 
  }

.swal2-popup {
 	color: #666;
 	background: linear-gradient(180deg, rgba(241,248,236,1) 0%, rgba(219,238,209,1) 100%);
    font-size: 16px;
}
.swal2-confirm {
	background: #67823a !important;	
	border-radius: 10px 5px 10px 5px !important;
}

.swal2-confirm:hover {
	background: #4D2C01 !important;	
	border-radius: 5px 10px 5px 10px !important;
}
#overlay2 {
	background-color: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	filter: alpha(opacity = 30);
	opacity: 0.3;
	z-index: 99998;
}

.mainContent {
	padding: 40px;
}

.mainContent a {
	color: #fff;
}

/* HEADER */

.headerV2 {
    height: 68px;
	background-repeat: no-repeat;
	width: 100%;
	background-position: bottom;
	z-index: 99;
	position: fixed;
	width: 100%;	
}

.headerV2 .logo {	
    width: 120px;
    display: block;
    height: 48px;
}

.black {
	background-color: #000 !important;
}
.green {
	background-color: #e9f4e2 !important;
}
.red {
	background-color: #d62b39 !important;
}


#bg-video {
  width: 100%;
  height: calc(100vh - 0px);
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.topVid, .bottomVid {
  color: #fff;
}
.topVid {
  margin-top: 7vh;
	font-size: 2.5em;
}
.bottomVid { 
		font-size: 2em;
	
}
hr {
	background-color: #dceed2;
	padding: 0px;
	height: 1px;
	border: 0px;
}

.headerBanner {
	background-color: #eefff6;
	padding: 40px;
}

h1 {	
    font-weight: 700;
	font-size: 35px;
}
.titleTag {	
    font-weight: 700;
	font-size: 35px;
}
h2 {	
    font-weight: 500;
	font-size: 30px;
	margin-top: 5px;
}
p {	
    font-weight: 400;
	font-size: 16px;
	margin-top: 20px;
    letter-spacing: 1px;
}

.actionButton {
	display: block;
	background-color: #67823a;
	text-align: center;
	cursor: pointer;
	padding: 20px;	
	border: 0px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	border-radius: 10px 20px 20px 20px;	
}

.actionButtonDouble {
	width: 300px !important;
	font-size: 16px;
}
.actionButtonArrow {
	color: #67823a;
}
.actionButton:hover .actionButtonArrow {
	color: #4D2C01 !important;
}
.scrollBars::-webkit-scrollbar {
    width: 4px; /* Set the width of the scrollbar */
}

/* Track */
.scrollBars::-webkit-scrollbar-track {
    background: transparent; /* Set the background color of the track */
}

/* Handle */
.scrollBars::-webkit-scrollbar-thumb {
    background: #000; /* Set the color of the scrollbar handle */
}

/* Handle on hover */
.scrollBars::-webkit-scrollbar-thumb:hover {
    background: #555; /* Set the color of the scrollbar handle on hover */
} 
.footerDiv {
	background-color: #fff;
}
.footerDiv a {
	color: #000;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}

.footerDiv a:hover {
	text-decoration: underline;
}

.checkoutInput {
	height: 52px;
	font-size: 14px;
	border: 1px solid #e2e2e2;
	text-indent: 10px;
	box-sizing: border-box;
	border-radius: 3px;
	display: block;
	background-color: #fffcfc;
}

.checkoutInput:hover {
	background-color: #f9f9f9;
}

.checkoutInput::placeholder {
	color: #999;
	font-size: 12px;
}

.opt-val {
	display: block;
	margin-top: 5px;
	color: #888;
	font-size: 10px;
}
		
.item {
	font-size: 10px;
}

.scrolledDiv {
	background: rgb(255,255,255);
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.scrolledDiv ul li a {
	font-size: 14px;
	color: #000;
}
.menuList .orderButton a {
	color: yellow;
}

.scrolledDiv .orderButton a {
	color: #000;
}


.loginButton { 
	padding: 20px; 
	border-bottom: 1px solid #e2e2e2; 
	text-align: center; 
	letter-spacing: 1px;  
	font-size: 12px; 
	font-weight: bold;
	cursor: pointer;
}

.loginButton:hover {	
	border-bottom: 1px solid #000;	
}

.loginButtonActive {	
	border-bottom: 1px solid #000;	
}

.accountDiv {
	margin-top: 50px;
	text-align: left;
}
.password-container {
    position: relative;
	width: 100%;
    display: inline-block;
}

.loginPassword {
    padding-right: 40px; /* Make room for the button */
}

.togglePassword {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    padding: 8px;
	font-weight: bold;
	margin-top: 10px;
}

.loginPageMain {
	background-color: #f1f8ec;
}

.loginPageSub {
	margin: auto;
	margin-top: 40px;
}


.gcactive {
	background: linear-gradient(180deg, rgba(219,238,209,1) 0%, rgba(219,238,209,1) 80%) !important;	
	
}

.selectedFieldDisplay {
    color: #999;
	font-size: 16px;
}


.optionSelector:before {
	content: "\e269";
	font-family: "Font Awesome 6 Pro";
	font-weight: 500;
	margin-top: 0px;
	position: absolute;
	font-size: 20px;	
	left: 0;
	margin-left: 20px;	
	padding-right: 40px;	
	color: #000;
	
}
.button {
  background-color: #66793f;
  color: #fff;
  border: none;
	display: inline-block;
  border-radius: 4px;
  padding: 10px 24px;
	border-radius: 10px 10px 10px 10px;
  cursor: pointer;
  transition:  0.3s;
}

.button:active {
    background-color: #000 !important;
}

.optionSelector {
flex: 0.5;
	padding: 20px;	
}

.optionText {
	flex: 2;
	padding: 20px;
	font-weight: bold;
	display: flex;
	vertical-align: middle;
	justify-content: right;
	align-items:center;
}

.optionInput {
	display: none;
}


.gcactive .optionInput {
	flex: 0.5;
	display: flex;
	color: #555;
	background-color: #f1f8ec;
	justify-content: center;
	align-items:center;
	vertical-align: middle;
	overflow :hidden !important;
}


	.optionSelectorsolo {
flex: 0.5;
	padding: 20px;	
}

.optionSelectorsolo:before {
	content: "\e105";
	font-family: "Font Awesome 6 Pro";
	font-weight: 500;
	position: absolute;
	left: 0;
	font-size: 20px;
	margin-left: 20px;	
	padding-right: 40px;	
	color: #000;
	
}
.desktopOrder3 {
	gap: 40px;
}

.chooseOption {
	position: relative;
    overflow: hidden;	
	border: 1px solid #000;
	border-bottom: 0px;
	background: #fff;
	transition: ease 0.3s;
	padding: 0px !important;
	display: flex;
    cursor: pointer;
}

.chooseDelivery {
	position: relative;
    overflow: hidden;	
	border: 1px solid #000;
	border-bottom: 0px;
	background: #fff;
	transition: ease 0.3s;
	padding: 0px !important;
	display: flex;
    cursor: pointer;
}

.startOpacity {
	display: none;
}

.gcactive {	
	background: #DBEED1 !important;	
}
.chooseOption:first-of-type {
	border-radius: 10px 10px 0px 0px;
}

.chooseOption:last-child {
border-bottom: 1px solid #000 !important;
	border-radius: 0px 0px 10px 10px;
}
.chooseOption:only-of-type {	
	border-radius: 10px;	
}

.popupButton { 
	flex-grow: 0;
}
.chooseOptionHero .chooseOption.only-of-type {    
    border-radius: 10px;    
}

.gcactive .optionSelector:before {
	content: "\f14a";
	font-family: "Font Awesome 6 Pro";
	font-weight: 1000;
	position: absolute;
	left: 0;
	margin-left: 20px;
	padding-right: 40px;	
	color: #000;
	
}
.gcactive .optionSelectorsolo:before {
	content: "\f058";
	font-family: "Font Awesome 6 Pro";
	font-weight: 1000;
	position: absolute;
	left: 0;
	margin-left: 20px;
	padding-right: 40px;	
	color: #000;
	
}

.menuItem {
	background-size:  cover;   
	border-radius: 10px; 
	position: relative; 
	background-position: center;   
}

.menuContainer {
	position: relative;
	box-sizing: border-box;
	overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
	width: 100% !important;
	margin: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth; 
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer and Edge */
}
.menuContainerbody {
	position: relative;
	box-sizing: border-box;
	overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
	width: 100% !important;
	margin: auto;
	scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer and Edge */

}

.menuContainerimage {
	position: relative;
	box-sizing: border-box;
	overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
	width: 100% !important;
	margin: auto;
	scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer and Edge */

}

.menuContainer::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}


.showMenuItemHover {
	display: none ;
}
.itemControl {
    display: flex;
	z-index: 9;
	position: relative;
	top: -1px;
	width: 100%;
	text-indent: -9999999999;
	transition: 0.3s ease;		
}

.itemControl a {
	color: #fff;
	font-size: 16px;
}

.itemInfo {
	background: linear-gradient(180deg, rgba(0,0,0, 1) 0%, rgba(0,0,0, 0) 100%);
	
}
.itemOptionStyle {
	flex: 1;
	padding: 15px 10px;
	text-align: center;	
	 overflow: hidden;        /* Hides text that overflows the container */
 	 white-space: nowrap;     /* Ensures text wraps */
 	 text-overflow: ellipsis;
	justify-content: center;
	width: 100%;
	align-items: center;
	vertical-align: middle;
	text-indent: -9999999999;
	background: linear-gradient(180deg, rgba(0,0,0, 1) 0%, rgba(0,0,0, 1) 100%);
	transition: 0.2s ease;	
	color: #dceed2;
	font-size: 12px;
    cursor: pointer;
	letter-spacing: 0.3px;
}

.itemBar {
	background-color: #dceed2;	
}

.swapMealInline .itemOptionStyle {
	color: #f7e78e;
}

.swapMealInline .itemBar {
	background-color: #f7e78e;	
}


.itemOptionStyle:first-of-type {
	border-radius: 0px 0px 0px 10px;
	margin-left: 0px;
}
.itemOptionStyle:last-of-type {
	border-radius: 0px 0px 10px 0px;
}
.itemOptionStyle:only-of-type {	
	border-radius: 0px 0px 10px 10px;	
	margin-left: 0px;
}

.itemControl .activeItem {
	color: #8eb07b;
	font-weight: 500;
	}
	

.itemControl .activeItem .itemBar {
	background-color: #8eb07b;
	}	
.itemControl .activeItem .sideAngle {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	position: relative;
	top: 1px;
    transform: rotate(180deg);

}


.itemOptionArrow:first-of-type {
margin-left: -20px;
}
.itemOptionArrow:last-of-type {
margin-right: -20px;
}
	.itemOptionArrow {
	color:#000;
	font-size: 60px;
}
.menuItemAll {
	display: inline-block; 
	box-sizing: border-box; 
	width: 100%; 
	flex: 0 0 auto; 
	  vertical-align: top;
	white-space: wrap;	
	position: relative; 
    scroll-snap-align: center; /* This makes sure the snap aligns items to the center */	
}

.faqbox {
	padding: 20px; 
}
.faqbox:hover {
	background-color: rgb(102,121,63, 0.1);
	cursor: pointer;
	border-radius: 20px;
}

.rotate{
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.rotate.down{
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	position: relative;
	top: 0px;
    transform: rotate(45deg);
}

.rotate.waydown{
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	position: relative;
	top: 0px;
    transform: rotate(180deg);
}


.down {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	position: relative;
	top: 2px;
}
.up {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: relative;
	top: -3px;
} 


.menuSelectize .remove {
            border-left: 2px solid #badfa7 !important;
        }
        
        
.single .selectize-input {        
	    box-shadow: 0px !important;
    border: 1px solid #e2e2e2 !important;	
	background: #fff !important;
        }
        
 .selectize-input {
    box-shadow: 0px !important;
    border: 1px solid #e2e2e2 !important;
   }

.menuSelectize .single .selectize-input {        
	
			height: auto;
		  min-height: 50px;
			line-height: 35px;
    box-shadow: 0px !important;
    border: 1px solid #000 !important;	
	background: #fff !important;
        }
        
.menuSelectize .selectize-input {
			height: auto;
		  min-height: 50px;
			line-height: 30px;
    box-shadow: 0px !important;
    border: 1px solid #000 !important;
   }


.menuSelectize .opt-name {
	padding: 10px;
}

.menuSelectize .disabled {
	color: #999;
	font-weight: normal !important;
	opacity: .5;
}

.menuSelectize .selectize-input.focus {
	border: 1px solid #000  !important;
}

.menuSelectize .single .selectize-dropdown  {
	z-index: 99999;	
	margin-left: 5px;
	
}


.menuSelectize .item {
    background: #DBEED1 !important;	
	border-radius: 5px !important;
    border: 1px solid #DBEED1 !important;	
	font-size: 14px;
	display: inline;
//    line-height: 25px;  /* Ensure the selected items have a consistent height */
}

.menuSelectize .single .item {
    background: #fff !important;	
	
    border: 0px solid #DBEED1 !important;	
	font-size: 14px;
	line-height: 14px !important;
	display: inline;
}

.menuSelectize .selectize-dropdown-content {
	max-height: 500px;
}

.menuSelectize .opt-val {
    display: block;
	margin-top: 5px;
	color: #888;
	font-size: 10px;
}

  .popupMenuButton {
	flex: 1; 
	display: flex; 
	margin: 5px;  
	font-size: 14px; 
	font-weight: 600;  
	align-items: center; 
	justify-content: center; 
	vertical-align: middle;
  }
  
.choosePlan {
	background: #fff; 
	box-sizing: border-box;
	flex: 0 0 calc(50% - 4px);
	flex-direction: column;
	text-align: center;
	transition: 0.2s ease;
	cursor: pointer;
}
.h4Title {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 16px;
}
.choosePlan .title {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.choosePlan .description {
	margin-top: 10px;
	color: #888;
	font-size: 16px;
	line-height: 20px;
}

.choosePlan .activeCheck {
	display: none;
}
.choosePlan.activePlan  {
    background: #66793f;	
	color: #fff;
}
.choosePlan.activePlan .description {
    color: #fff;
	display: block;
}
.choosePlan.activePlan .activeCheck  {
	display: block;
}

.closeNotification {
	position: absolute;  
	cursor: pointer; 
	right: 0px; 
	margin-right: 10px;
	margin-top: -30px; 
	font-size: 20px;
}

.notificationInner {
	display: flex; 
	align-items: flex-start; 
	justify-content: flex-start; 
	padding: 20px; 
	flex-direction: column;
	vertical-align: middle; 
	color: #fff;  
	font-weight: bold;   
}

.notificationDiv {
	position: fixed; 
	bottom: 0; 
	right: 0; 
	background: rgb(102,121,63, 0.9); 
	border-radius: 10px; 
	z-index: 99999999; 
	display: none; 
	margin-bottom: 20px; 
	margin-right: 20px; 
}
.paginationLink {
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.paginationLink.active {
    font-weight: bold;
	color: #66793f;
	text-decoration: underline;	
}
.paginationStyle {
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.paginationStyle.active {
    font-weight: bold;
	color: #66793f;
	text-decoration: underline;	
}


.paginationLinkInner {
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.paginationLinkInner.active {
    font-weight: bold;
	color: #66793f;
	text-decoration: underline;	
}
.pagination {
	width: 100%; 
	text-align: center;
}

.highlight {
	background-color: yellow;
}
.highlight4 {
	background-color: #fff;
}

.highlight4 .item2 {
	text-decoration: line-through;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

	.itemListItem {
		background-color: #dceed2;
		padding: 20px; 
		cursor: pointer;
		display: flex; 
		margin-bottom: 10px;  
		margin-top: 10px; 
		align-items: center; 
		justify-content: center; 
		font-size: 16px;		
		border-radius: 20px;  
	}
	
	.itemListItem:hover {
		text-decoration: none;
		background-color: #e9f4e2;
	}
	
.itemListEntry input[type="checkbox"] { 
  opacity: 0;
  width: 0;
  height: 0;	
	display: none;
}


.itemListEntry input[type="checkbox"]:checked + .itemListItem {
  background-color: #66793f !important;
		color: #fff !important;
}

.itemListEntry input[type="checkbox"]:checked + .itemListItem a {
		color: #fff !important;
}


.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

.switch input:checked + .slider {
  background-color: #66793f;
}

.switch input:checked + .slider:before {
  transform: translateX(26px);
}

.accountNav ul {
	margin-left: 0px;		
}

.accountNav li {
	padding: 10px 5px;
	display: flex;
	align-items: center;
	justify-content:left;
	vertical-align: middle;
	margin: 5px 0px;
	flex-wrap: wrap;
	font-size :16px;
	list-style-type: none;
}
.accountNav li:hover {
background: #f1f8ec;
	border-radius: 10px;
   
}

.accountNav ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
}
.accountNav li:hover a {
		 color: #66793f;
}   

.accountNav li:hover .accountNavTitlesMin {
	display: inline-block !important;
	width: 200px;
	z-index: 9999999;
background: #f1f8ec !important;
   color: #000;		
	padding: 10px 0px;
	margin-left: 0px;
	margin-top: -10px;
	padding-left: 4px;
	border-radius: 0px 10px 10px 0px;
	position: absolute;
}



.accountNav li:hover .counterSpan {
}


.accountNav li.active:hover .accountNavTitlesMin {

background: #66793f !important;	
	color: #fff;
	padding: 10px;
	margin-left: -6px;
	margin-top: -10px;
	border-radius: 0px 10px 10px 0px;
	position: absolute;
}


.accountNav ul li a:hover {
	 color: #66793f;
}

.accountNav li.active {
background: #66793f;
	border-radius: 10px;
   color: #fff;
}
.accountNav li.active a {
   color: #fff;
}
.accountNav li.active a:hover {
   color: #fff;
}
.accountNav li.active:hover {
   color: #fff;
}

.accountNav ul li ul {
	margin-left: 10px;
	display: flex;
	flex-direction: column;
	width: 100%;		
	margin-top: 10px;
}

.bold-heading {
	font-weight: bold;
	color: #66793f;
}


.accountNav ul li ul li {
	margin-left: 0px;
	display: flex;
	flex-direction: column;
}


.accountNav ul li ul li:hover a {
		 color: #000;
	cursor: pointer;
}   
.accountNav ul li ul li a:hover {
	 color: #000;
	cursor: pointer;
}


.accountNav ul li ul li.active {
background: #66793f;
	border-radius: 10px;
   color: #fff;
}
.accountNav ul li ul li.active a {
   color: #fff;
}
.accountNav ul li ul li.active a:hover {
   color: #fff;
}
.accountNav ul li ul li.active:hover {
   color: #fff;
}

.input-wrapper {
        position: relative; /* Allows absolute positioning inside */
        display: block;
    }
    .input-wrapper input {
        padding-right: 50px; /* Make space for the descriptor text */
        box-sizing: border-box; /* Padding and border included in width */
    }
    .input-wrapper .descriptor {
        position: absolute;
        right: 10px; /* Adjust based on your padding and preferences */
        top: 0;
    	font-weight: bold;
        bottom: 0;
        display: flex;
        align-items: center; /* Center vertically */
    }
    

.selectField .selectize-control, .selectize-input {		
    width: 100% !important;		
}



.selectField .selectize-input {
	box-shadow: 0px !important;
	margin-left: 0px !important;
	border: 1px solid #e2e2e2  !important;
min-height: 38px !important;
}    

.item {
	font-size: 14px;
	padding: 6px 5px;
	font-family: 'Urbanist';
	color: #000 !important;
}
.swal2-select {
	background: #fff !important;
	border: 1px solid #e2e2e2;
	padding: 10px;
}

.swal2-select option {
	padding: 10px;
}

.swal2-validation-message {
	background: rgb(102,121,63, 0.1);
	padding: 10px;
    color: #000;
	letter-spacing: 1px;	
	font-size: 14px;
}

  .swalSelectize .swal2-html-container {
      overflow: visible !important;
    z-index: 999999;    
}
.option {
	font-size: 14px;
	padding: 10px !important;
	font-family: 'Urbanist' !important;
	color: #000 !important;
}


.selectField .opt-name {
	padding: 10px;
}

.selectField .disabled {
	color: #999;
	font-weight: normal !important;
	opacity: .5;
}

.selectField .selectize-input.focus {
	border: 1px solid #000  !important;
}
.selectField .selectize-dropdown  {
	z-index: 99999;
}


.selectField .selectize-dropdown-content {
	max-height: 500px;
}
.selectField .opt-val {
    display: block;
	margin-top: 5px;
	color: #888;
	font-size: 10px;
}



.selectField .selectize-dropdown .optgroup-header {
    font-weight: bold; /* Makes the optgroup headers bold */
    color: #333; /* Optionally change the color */
    font-size: 1.2em; /* Optionally increase the font size */
}



  .completedMethod {
        	padding: 10px;
        	background: #f1f8ec;
        	border-radius: 10px;
        	width: calc(100% - 20px);
        	margin-bottom: 10px;
        }
   .ingredientsDisplay {
       text-decoration:underline;  font-weight: bold; color: #000; text-underline-position: under; text-decoration-style: dotted; cursor: pointer;
}


li .ingredientsDisplay + .ingredientsDisplay::before {

	    content: '\f105'; /* Unicode for comma */
	    font-family: 'Font Awesome 6 Pro';
	    font-weight: 900;
	    margin-left: 8px;
	    color: #67823a;
	    text-decoration: none; /* Ensure no underline on the icon */
	    margin-right: 10px;
	    display: inline-block; /* Ensure the icon behaves as an inline block element */
	}
	.actionsDisplay {
        	text-decoration:underline; color: #000; text-underline-position: under; text-decoration-style: dashed; cursor: pointer;
        }
        
   .accessoriesDisplay {
        text-decoration:underline; font-weight: bold; font-style: italic; color: green; text-underline-position: under; text-decoration-style: dotted; cursor: pointer;
        }
    .equipmentDisplay {
    	text-decoration:underline; font-weight: normal; color: blue; text-underline-position: under; text-decoration-style: dotted; cursor: pointer;
    }
        
    .elementsDisplay {
    	text-decoration:underline; font-weight: bold; color: red; text-underline-position: under; text-decoration-style: dotted; cursor: pointer;
    }
    
   .employeesDisplay {
    	text-decoration:underline; font-weight: bold; color: purple; text-underline-position: under; text-decoration-style: dotted; cursor: pointer;
    }
  
    .employeesDisplay:before {
    		content: "\f86b";
	font-family: "Font Awesome 6 Pro";
    	color: #000;
    	padding-right: 5px;
    	padding-left: 5px;
    }
.completedMethod {
  list-style-position: inside;
	padding-left: 10px;
}
.timeDisplay {
    font-weight: bold; 
    color: red; 
    cursor: pointer;
	  text-decoration: underline; 
    text-underline-position: under; 
    text-decoration-style: dotted;
    color: red; /* Ensure the text inside has the same color */
}

.timeDisplay:before {
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    color: #000;
    padding-right: 5px;
    padding-left: 5px;
    display: inline-block; /* Ensure it behaves like an inline element */
    vertical-align: middle; /* Align it vertically in the middle */
    text-decoration: none; /* Ensure no underline */
}


.colorsDisplay {
    font-weight: bold; 
    color: red; 
    cursor: pointer;
	  text-decoration: underline; 
    text-underline-position: under; 
    text-decoration-style: dotted;
    color: red; /* Ensure the text inside has the same color */
}

.colorsDisplay:before {
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    color: #000;
    padding-right: 5px;
    padding-left: 5px;
    display: inline-block; /* Ensure it behaves like an inline element */
    vertical-align: middle; /* Align it vertically in the middle */
    text-decoration: none; /* Ensure no underline */
}


.temperatureDisplay {
    font-weight: bold; 
    color: red; 
    cursor: pointer;
	  text-decoration: underline; 
    text-underline-position: under; 
    text-decoration-style: dotted;
    color: red; /* Ensure the text inside has the same color */
}

.temperatureDisplay:before {
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    color: #000;
    padding-right: 5px;
    padding-left: 5px;
    display: inline-block; /* Ensure it behaves like an inline element */
    vertical-align: middle; /* Align it vertically in the middle */
    text-decoration: none; /* Ensure no underline */
}
.temperatureDisplay:after {
    content: " \00b0 C";
}

.probeDisplay {
    font-weight: bold; 
    color: red; 
    cursor: pointer;
	  text-decoration: underline; 
    text-underline-position: under; 
    text-decoration-style: dotted;
    color: red; /* Ensure the text inside has the same color */
}

.probeDisplay:before {
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    color: #000;
    padding-right: 5px;
    padding-left: 5px;
    display: inline-block; /* Ensure it behaves like an inline element */
    vertical-align: middle; /* Align it vertically in the middle */
    text-decoration: none; /* Ensure no underline */
}

    