/*Colours - background*/
.dark-green {
	background-color: #005648;
}
.mint {
	background-color: #DBE6DC;
}
.bright-green {
	background-color: #10B193;
}
.orange {
	background-color: #FF886B;
}
.pink {
	background-color: #FEE9DA;
}
.pale-yellow {
	background-color: #FFFAEC;
}
.gold {
	background-color: #DBD2C2;
}
.cream {
	background-color: #F9F6F1;
}
.dark-gray {
	background-color: #F2EFE8;
}
.dark-cream {
	background-color: #EFEBE3;
}
.off-white {
	background-color: #FCFBF9;
}
.white {
	background-color: #FFFFFF;
}
.half-mint-half-off-white {
	background-image: linear-gradient(to bottom, #DBE6DC, #DBE6DC 70%, #FCFBF9, #FCFBF9 30%);
}
/*Borders*/
.no-border-top {
	border-top: none;
}
.no-border-right {
	border-right: none!important;
}
.border-bottom-row-cream {
	border-bottom-style: solid;
	border-color: #DBD2C2;
	border-width: 1px;
}
.border-bottom-row-grey {
	border-bottom-style: solid;
	border-color: #DBD2DC;
	border-width: 1px;
}
/*Fonts*/
@font-face {
	font-family: "F37Ginger-Light";
	src: url(../assets/fonts/F37Ginger-Light/F37Ginger-Light.otf),
		url(../assets/fonts/F37Ginger-Light/F37Ginger-Light.eot),
		url(../assets/fonts/F37Ginger-Light/F37Ginger-Light.woff) format('woff'),
		url(../assets/fonts/F37Ginger-Light/F37Ginger-Light.woff2) format('woff2'),
		url(../assets/fonts/F37Ginger-Light/F37Ginger-Light.svg) format('svg'),
		url(../assets/fonts/F37Ginger-Light/F37Ginger-Light.tff) format('tff');
}
@font-face {
	font-family: "F37Ginger-Regular";
	src: url(../assets/fonts/F37Ginger-Regular/F37Ginger-Regular.otf),
		url(../assets/fonts/F37Ginger/F37Ginger-Regular.eot),
		url(../assets/fonts/F37Ginger/F37Ginger-Regular.woff) format('woff'),
		url(../assets/fonts/F37Ginger/F37Ginger-Regular.woff2) format('woff2'),
		url(../assets/fonts/F37Ginger/F37Ginger-Regular.svg) format('svg'),
		url(../assets/fonts/F37Ginger/F37Ginger-Regular.tff) format('tff');
}
@font-face {
	font-family: "F37Ginger-Bold";
	src: url(../assets/fonts/F37Ginger-Bold/F37Ginger-Bold.otf),
		url(../assets/fonts/F37Ginger/F37Ginger-Bold.eot),
		url(../assets/fonts/F37Ginger/F37Ginger-Bold.woff) format('woff'),
		url(../assets/fonts/F37Ginger/F37Ginger-Bold.woff2) format('woff2'),
		url(../assets/fonts/F37Ginger/F37Ginger-Bold.svg) format('svg'),
		url(../assets/fonts/F37Ginger/F37Ginger-Bold.tff) format('tff');
}
@font-face {
	font-family: "Balgin";
	src: url(../assets/fonts/Balgin/Balgin.otf),
		url(../assets/fonts/Balgin/Balgin.woff) format('woff'),
		url(../assets/fonts/Balgin/Balgin.woff2) format('woff2');
}
@font-face {
	font-family: "Lore";
	src: url(../assets/fonts/Lore/Lore.otf),
	url(../assets/fonts/Lore/Lore.woff) format('woff'),
	url(../assets/fonts/Lore/Lore.woff2) format('woff2');
}
a{
	/*color: #005648!important;*/
	color: #005648;
}
a:hover{
	color: inherit;
	/*text-decoration: none;*/
}
b {
	font-family: "F37Ginger-Bold";
}
h1,h2,h3,h4,p{
	color: #005648;
	/*margin: 0;
	padding: 0;*/
}
th{
	color: #005648;
}
button:focus{
	outline:0;
}
textarea:focus, input:focus {
	outline: none;
}
.form-control:focus {
	/*border-color: inherit;*/
	border-color: #DBD2C2;
	/*border-color: transparent;*/
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*input:focus, input.form-control:focus{
	outline-color: transparent;
	outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}*/
.text-underline {
	text-decoration: underline;
}

.account-textarea::-webkit-input-placeholder {
  color: #DBD2C2;
}

.account-textarea:-moz-placeholder { /* Firefox 18- */
  color: #DBD2C2;  
}

.account-textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #DBD2C2;  
}

.account-textarea:-ms-input-placeholder {
  color: #DBD2C2;  
}

.account-textarea::placeholder {
  color: #DBD2C2;  
}
.account-textarea:focus {
	color: #005648;
}
/*Font color*/
.white-text {
	color: #FFFFFF;
}
.lyka-green-text {
	color: #005648 !important;
}
.unfocused-text {
	color: #DBE6DC;
}
.selected-text {
	color: #10B193;
}
.cream-text {
	color: #F9F6F1;
}
.orange-text {
	color: #FF886B;
}
.brown-text {
	color: #DBD2C2;
}
.grey-text {
	color: #005648;
}
.bold-font {
	font-weight: bold;
}
.standard-image-style {
	position: relative;
	height: auto;
	width: 100%;
}
.error-font {
	color: #FE4826;
}
.error-font-v2 {
	color: #D32F2F;
	letter-spacing: 0!important;
}
/*Font overrides*/
.font-no-bottom-spacing {
	margin-bottom: 0%!important;
}
/*Colors*/
.selected-recipe-background {
	background-color: #DBE6DC;
}
/*Inputs*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type="number"] {
    -moz-appearance: textfield;
}
/*Scrollbar*/
div {
    /* Firefox */
    scrollbar-width: none; 
    /* IE 10+ */
    -ms-overflow-style: none;  
}
div::-webkit-scrollbar { /* WebKit */
    width: 0;
	height: 0;
}

.scrollable-div::-webkit-scrollbar {
    /*width: 6px;*/
    width: 18px;
    background-color: transparent;
    scrollbar-width: thin;
    scrollbar-color: transparent;
    -ms-overflow-style: auto;
}
.scrollable-div::-webkit-scrollbar-thumb {
    background-color: #005648;
    border-radius: 15px;
}

.scrollable-div-thin {
	scrollbar-width: thin;
	scrollbar-color: #005648 transparent;
}
.scrollable-div-thin::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
    scrollbar-width: thin;
    scrollbar-color: transparent;
	-ms-overflow-style: auto;
}
.scrollable-div-thin::-webkit-scrollbar-thumb {
    background-color: #005648;
}

/*Position*/
/*.center-absolute-element {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: 0;
	margin-right: 0;
}*/
.scrollable-div-thin-modal::-webkit-scrollbar {
	width: 6px;
	background-color: transparent;
	scrollbar-width: thin;
	scrollbar-color: transparent;
	-ms-overflow-style: auto;
}
/*.scrollable-div-thin-modal::-webkit-scrollbar {*/
/*	display: none;*/
/*}*/
.scrollable-div-thin-modal::-webkit-scrollbar-thumb {
    background-color: #005648;
}

@media (min-width: 992px) {
	.scrollable-div-thin-modal::-webkit-scrollbar-thumb {
		padding-bottom: 20px;
	}
	.scrollable-div-thin-modal::-webkit-scrollbar-track {
		margin-bottom: 20px;
	}
}

/*@media (min-width: 992px) {*/
/*	.scrollable-div-thin-modal::-webkit-scrollbar {*/
/*		width: 6px;*/
/*		background-color: transparent;*/
/*		scrollbar-width: thin;*/
/*		scrollbar-color: transparent;*/
/*		-ms-overflow-style: auto;*/
/*	}*/
/*}*/

/*Checkboxes*/
.custom-control-checkbox-override {
	padding-left: 2.5rem;
}
.custom-control-checkbox-input-override:checked ~ .custom-control-checkbox-label-override::before{
	background-color: #10B193;
	border-color: #10B193;
}
/*.custom-control-label-override::before {
	background-color: yellow;
}*/
/*Sizes - mobile first and adjust up*/
.title-1 {
	font-family: 'F37Ginger-Regular';
	font-size: 36pt;
}
/*Padding*/
.padding-text-top-1 {
	padding-top: 1%;
}

.padding-text-left-3 {
	padding-left: 3%;
}

@media (min-width: 769px){
	.title-1 {
		font-size: 90pt;
	}
}

.title-2 {
	font-family: 'F37Ginger-Regular';
	font-size: 22pt;

}
@media (min-width: 768px){
	.title-2 {
		font-size: 63pt;
	}
}
.title-2-variation-1 {
	font-family: 'F37Ginger-Regular';
	font-size: 22pt;
	line-height: 28pt;
	margin-bottom: 18pt;
	letter-spacing: -0.9pt;
}
@media (min-width: 768px) and (max-width: 1439px){
	.title-2-variation-1 {
		font-size: 44pt;
		line-height: 56pt;
		letter-spacing: -1pt;
	}
}
@media (min-width: 1440px){
	.title-2-variation-1 {
		font-size: 63pt;
		line-height: 81pt;
		letter-spacing: -1pt;
	}
	.title-2-variation-4 {
		font-size: 56pt;
		line-height: 72pt;
		letter-spacing: -1pt;
	}
	.title-2-variation-5 {
		font-size: 48pt;
		line-height: 61.5pt;
		letter-spacing: -1pt;	
	}
}
.title-2-variation-2 {
	font-family: 'F37Ginger-Regular';
	font-size: 24pt;
}
@media (min-width: 768px){
	.title-2-variation-2 {
		font-size: 20pt;
	}
}
.title-2-variation-3 {
	font-family: 'F37Ginger-Regular';
	font-size: 22pt;
}
@media (min-width: 768px){
	.title-2-variation-3 {
		font-size: 40pt;
	}
}
.title-3-v1 {
	font-family: 'F37Ginger-Regular';
	font-size: 36pt;
	line-height: 48pt;
	margin-bottom: 18pt;
	letter-spacing: -1.5pt
}

.title-3 {
	font-family: 'F37Ginger-Regular';
	font-size: 18pt;
}
.title-3-variation-1 {
	font-family: 'F37Ginger-Regular';
	font-size: 36pt;
}
.title-3-variation-2 {
	font-family: 'F37Ginger-Regular';
	font-size: 22pt;
}
/*Need tablet and below, dektop to large desktop, large desktop, giant desktop*/
.title-2-v1 {
	font-family: 'F37Ginger-Regular';
	font-size: 22pt;
	line-height: 28pt;
	margin-bottom: 18pt;
	letter-spacing: -0.9pt;
}
.title-3-variation-3 {
	font-family: 'F37Ginger-Regular';
	font-size: 30pt;
	line-height: 41pt;
	margin-bottom: 18pt;
	letter-spacing: -1pt;
}
/*.title-3-variation-3 {
	font-family: 'F37Ginger-Regular';
	font-size: 18pt;
	line-height: 23pt;
	margin-bottom: 18pt;
	letter-spacing: -1pt;	
}*/
@media (min-width: 768px) and (max-width: 1023px){
	.title-2-v1{
		font-size: 28pt;
		line-height: 36pt;
		letter-spacing: -1pt;	
	}
	/*.title-3-variation-3 {
		font-size: 24pt;
		line-height: 31pt;
	}*/
}
@media (min-width: 1024px) and (max-width: 1439px){
	.title-2-v1{
		font-size: 44pt;
		line-height: 56pt;
		letter-spacing: -1pt;	
	}
	/*.title-3-variation-3 {
		font-size: 28pt;
		line-height: 36pt;
	}*/
}
@media (min-width: 1440px) and (max-width: 2559px){
	.title-2-v1{
		font-size: 48pt;
		line-height: 61.5pt;
		letter-spacing: -1pt;	
	}
	/*.title-3-variation-3 {
		font-size: 30pt;
		line-height: 41pt;
	}*/
}
@media (min-width: 2560px){
	.title-2-v1{
		font-size: 48pt;
		line-height: 61.5pt;
		letter-spacing: -1pt;	
	}
	/*.title-3-variation-3 {
		font-size: 36pt;
		line-height: 46pt;
	}*/
}
@media (min-width: 768px){
	.title-3 {
		font-size: 40pt;
	}
}
.title-4 {
	font-family: 'F37Ginger-Regular';
	font-size: 20pt;
}
@media (min-width: 768px){
	.title-4 {
		font-size: 20pt;
	}
}
.title-4-variation-1 {
	font-family: 'F37Ginger-Regular';
	font-size: 22pt;
}
@media (min-width: 768px){
	.title-4-variation-1 {
		font-size: 20pt;
	}
}
.title-4-variation-2 {
	font-family: 'F37Ginger-Regular';
	font-size: 18pt;
}
@media (min-width: 768px){
	.title-4-variation-2 {
		font-size: 20pt;
	}
}
.body-font-regular {
	font-family: 'F37Ginger-Regular';
	font-size: 18pt;
}
@media (min-width: 768px){
	.body-font-regular {
		font-size: 20pt;
	}
}
.body-font-regular-variation-1 {
	font-family: 'F37Ginger-Regular';
	font-size: 13.5pt;	
}
.body-font {
	font-family: 'F37Ginger-Light';
	font-size: 18pt;
}
.body-font-variation-1 {
	font-family: 'F37Ginger-Light';
	font-size: 18pt;
}
.body-font-variation-6 {
	font-family: 'F37Ginger-Light';
	font-size: 15pt;
}
.body-font-variation-2 {
	font-family: 'F37Ginger-Light';
	font-size: 14pt;	
}
.body-font-variation-3 {
	font-family: 'F37Ginger-Light';
	font-size: 13.5pt;
}
.body-font-variation-4 {
	font-family: 'F37Ginger-Light';
	font-size: 12pt;	
}
.body-font-variation-5 {
	font-family: 'F37Ginger-Light';
	font-size: 11pt;		
}

@media (min-width: 768px){
	.body-font {
		font-size: 20pt;
	}
	.body-font-variation-1 {
		font-size: 18pt;
	}
	.body-font-variation-2 {
		font-family: 'F37Ginger-Light';
		font-size: 14pt;
	}
}
.dot-points {
	font-family: 'F37Ginger-Regular';
	font-size: 14pt;
}
@media (min-width: 768px){
	.dot-points {
		font-size: 14pt;
	}
}
.dotpoint-padding {
	padding-right: 5%;
}
.body-font-small-v2 {
	font-size: 16pt;
	line-height: 27pt;
	margin-bottom: 18px;
	letter-spacing: 0px;
	font-family: 'F37Ginger-Light';
}
.body-font-small {
	font-size: 16pt;
	font-family: 'F37Ginger-Light';
}

.title-2-desktop {
	font-size: 63pt;
	font-family: 'F37Ginger-Regular';
}

.title-2-mobile {
	font-size: 22pt;
	font-family: 'F37Ginger-Regular';
}

.title-3-desktop {
	font-size: 40pt;
	font-family: 'F37Ginger-Regular';
}

.underline {
	/*text-decoration: underline;*/
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #005648;
	line-height: 1rem;
}
.underline-curve {
	position: relative;
	/*margin-right: 1rem;*/
}
.underline-curve:after {
	content: "";
	position: absolute;
	bottom: -10px;
  	left: 0;
  	height: 7px;
	width: 100%;
  	border: solid 2px #005648;
  	border-color: #005648 transparent transparent transparent;
  	border-radius: 50%;
}
.label {
	font-family: 'F37Ginger-Light';
	/*font-weight: bold;*/
	height: 27px;
	border-radius: 27px;
	background-color: #10B193;
	color: #FFFAEC;
	font-size: 10pt;
	line-height: 21pt;
	padding-left: 2.5%;
	padding-right: 2.5%;
	/*padding-left: 5%;*/
	/*padding-right: 5%;*/
	/*font-size: 11.5pt;*/
	/*line-height: 21pt;*/
}
/*Inputs*/
.input-field {
	width: 33%;
	border-radius: 27px;
	border-color: #DBD2C2;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	background-color: #FFFFFF;
	color: #10B193;
}
.input-field:focus {
	color: #005648;
}
.input-field-text-weight {
	/*width: 100%;*/
	width: 90px;
	border-radius: 27px;
	border-color: #DBD2C2;
	border-style: solid;
	border-width: 1px;
	height: 45px;
	text-align: center;
	background-color: #FFFFFF;
	/*color: #005B47;*/
	color: #10B193;
	/*padding-left: 5%;*/
}
.input-field-text-weight:focus {
	color: #005648;
}
.input-field-text-weight::placeholder{
	color: #DBD2C2;
}
.input-field-text-postcode {
	/*width: 100%;*/
	width: 90px;
	border-radius: 27px;
	border-color: #DBD2C2;
	border-style: solid;
	border-width: 1px;
	height: 45px;
	text-align: center;
	background-color: #FFFFFF;
	/*color: #005B47;*/
	color: #10B193;
	padding-left: 5%;
}
.input-field-text-postcode:focus {
	color: #005648;
}
.input-field-text-postcode::placeholder{
	color: #DBD2C2;
}
.input-field-text {
	width: 100%;
	border-radius: 27px;
	border-color: #DBD2C2;
	border-style: solid;
	border-width: 1px;
	height: 45px;
	text-align: center;
	background-color: #FFFFFF;
	/*color: #005B47;*/
	color: #10B193;
	padding-left: 5%;
}
.input-field-text:focus {
	color: #005648;
}
.input-field-text::placeholder{
	color: #DBD2C2;
}
.input-field-text-big {
	width: 80%;
	height: 100%;
	background-color: #FDFCFB;
	border-color: #DBD2C2;
	border-style: solid;
	border-width: 1px;	
}
/*Input overrides*/
.input-group-text-override{
	background-color: white;
	border-left: none;
	border-top-right-radius: 27px;
	border-bottom-right-radius: 27px;
}
.input-button {
	background-color: white;
	border-color: #DBD2C2;
	border-top-right-radius: 27px;
	border-bottom-right-radius: 27px;
	border-style: solid;
	border-width: 1px;
}
/*Buttons*/
.selected {
	background-color: #FF886B;
	color: #FFFAEC;
}
.unselected {
	background-color: #FFFAEC;
	color: #FF886B;	
}
.checkbox-selected {
	background-color: #10B193;
	color: #FFFAEC;
	border-color: transparent;	
}
.checkbox-unselected-v2 {
	background-color: transparent;
	color: #DBD2C2;	
	border-style: solid;
	border-color: #DBD2C2;
}
.checkbox-unselected {
	background-color: #FFFFFF;
	color: #DBD2C2;	
	border-style: solid;
	border-color: #DBD2DC;
}
.checkbox-button-main-v2 {
	font-family: 'F37Ginger-Regular';
	font-size: 13.5pt;
	height: 45px;
	border-radius: 27px;
	width: 100%;
}
.checkbox-button-main {
	font-family: 'F37Ginger-Regular';
	font-size: 13.5pt;
	height: 45px;
	border-radius: 27px;
	width: 100%;
}
.checkbox-button-secondary {
	font-family: 'F37Ginger-Regular';
	background-color: transparent;
	font-size: 13.5pt;
	height: 45px;
	border-radius: 27px;
	border-style: solid;
	border-color: #DBD2DC;
	width: 100%;
}
.checkbox-button-tertiary-v2 {
	font-family: 'F37Ginger-Regular';
	background-color: white;
	font-size: 13.5pt;
	height: 45px;
	border-radius: 27px;
	border-style: solid;
	border-color: #DBD2DC;
	width: 90px;	
	padding-left: 4px;
	padding-right: 4px;
}
.checkbox-button-tertiary {
	font-family: 'F37Ginger-Regular';
	background-color: white;
	font-size: 13.5pt;
	height: 45px;
	border-radius: 27px;
	border-style: solid;
	border-color: #DBD2DC;
	width: 100%;	
}
.checkbox-unselected-text {
	color: #DBD2DC;
}
.button-main {
	background-color: #FF886B;
	color: #FFFAEC;
	font-family: 'F37Ginger-Light';
	font-size: 13.5pt;
	height: 45px;
	border-radius: 27px;
	border-color: transparent;
	width: 100%;
}
.button-main-transparent-left-v2 {
	background-color: transparent;
	height: 45px;
	border-color: transparent;
	width: 100%;
}
.button-main-transparent-left {
	background-color: transparent;
	text-align: left;
	height: 45pt;
	border-color: transparent;
	width: 100%;
}
.button-main-disabled {
	color: #717171;
	background-color: #E2DACC;
}
@media (min-width: 768px){
	.button-main-transparent-right {
		/*text-align: right;*/
	}
}
.button-main-transparent-right {
	background-color: transparent;
	text-align: left;
	height: 45px;
	border-color: transparent;
	width: 100%;
}
@media (min-width: 768px){
	.button-main-transparent-right {
		text-align: right;
	}
} 
.tab-button-left {
	width: 48%;
	margin: -1%;
	border-bottom-left-radius: 27pt;
	border-top-left-radius: 27pt;
	border-color: transparent;
	font-family: 'F37Ginger-Light';
	font-size: 18pt;
	height: 45pt;
}
.tab-button-right {
	width: 48%;
	margin: -1%;
	border-bottom-right-radius: 27pt;
	border-top-right-radius: 27pt;
	border-color: transparent;
	font-family: 'F37Ginger-Light';
	font-size: 18pt;
	height: 45pt;
}
.tab-button-third-left {
	width: 33%;
	margin: -0.33%;
	border-bottom-left-radius: 27px;
	border-top-left-radius: 27px;
	border-color: transparent;
	font-family: 'F37Ginger-Regular';
	font-size: 13.5pt;
	height: 45px;
}
.tab-button-third-left-mobile {
	width: 33%;
	margin: -0.66%;
	border-bottom-left-radius: 27px;
	border-top-left-radius: 27px;
	border-color: transparent;
	font-family: 'F37Ginger-Regular';
	font-size: 13.5pt;
	height: 45px;
}
.tab-button-third-middle {
	width: 33%;
	margin: -0.33%;
	border-color: transparent;
	font-family: 'F37Ginger-Regular';
	font-size: 13.5pt;
	height: 45px;
}
.tab-button-third-middle-mobile {
	width: 33%;
	margin: -0.66%;
	border-color: transparent;
	font-family: 'F37Ginger-Regular';
	font-size: 13.5pt;
	height: 45px;
}
.tab-button-third-right {
	width: 33%;
	margin: -0.33%;
	border-bottom-right-radius: 27px;
	border-top-right-radius: 27px;
	border-color: transparent;
	font-family: 'F37Ginger-Regular';
	font-size: 13.5pt;
	height: 45px;
}
.tab-button-third-right-mobile {
	width: 33%;
	margin: -0.66%;
	border-bottom-right-radius: 27px;
	border-top-right-radius: 27px;
	border-color: transparent;
	font-family: 'F37Ginger-Regular';
	font-size: 13.5pt;
	height: 45px;
}
/*Dropdowns*/
.dropdown-menu-float {
	z-index: 1000;
	position: absolute;
}
.dropdown-button-orange {
	width: 100%;
	background-color: #FF886B;
	color: #FFFFFF;
	border-radius: 27px;
	font-family: 'F37Ginger-Regular';
	font-size: 13.5pt;
	height: 45px;
	border-style: solid;
	border-color: #DBD2C2;
	border-width: 1px;
}
.dropdown-button-one-v2 {
	width: 100%;
	background-color: #FFFFFF;
	color: #005B47;
	border-radius: 27px;
	/*font-family: 'F37Ginger-Regular';*/
	font-family: 'F37Ginger-Light';
	font-weight: bold;
	font-size: 13.5pt;
	height: 45px;
	border-style: solid;
	border-color: #DBD2C2;
	border-width: 1px;
}
.dropdown-button-one {
	width: 100%;
	background-color: #FFFFFF;
	color: #005B47;
	border-radius: 27px;
	font-family: 'F37Ginger-Regular';
	font-size: 13.5pt;
	height: 45px;
	border-style: solid;
	border-color: #DBD2C2;
	border-width: 1px;
}
.dropdown-button-spacer {
	margin-bottom: 2.5%;
}
.dropdown-menu-item-one {
	width: 100%;
	background-color: #F9F6F1;
	color: #000000;
	/*border-radius: 27px;*/
	font-family: 'F37Ginger-Regular';
	font-size: 13.5pt;
	height: 45px;
	margin: -1%;
	border-color: transparent;
}
.dropdown-menu-item-one:hover {	
	background-color: #10B193;
	color: #FFFAEC;
	border-color: transparent;
}
.dropdown-button-two-v2 {
	width: 100%;
	background-color: #10B193;
	color: #FFFAEC;
	border-radius: 27pt;
	font-family: 'F37Ginger-Regular';
	font-size: 18pt;
	height: 45px;
	border-color: transparent;
	padding-left: 4px;
}
.dropdown-menu-item-two-v2 {
	width: 100%;
	background-color: #FDFCFB;
	color: #005648;
	font-family: 'F37Ginger-Light';
	font-size: 13.5pt;
	height: 45px;
	margin: -1%;
	border-color: transparent;
}
.dropdown-menu-item-two-v2:hover {	
	background-color: #10B193;
	color: #FFFAEC;
	border-color: transparent;
}
.dropdown-menu-item-two-disabled-v2 {
	width: 100%;
	background-color: #FDFCFB;
	color: #DBD2C2;
	font-family: 'F37Ginger-Light';
	font-size: 13.5pt;
	height: 45px;
	margin: -1%;
	border-color: transparent;
}
.dropdown-button-two {
	width: 100%;
	background-color: #10B193;
	color: #FFFAEC;
	border-radius: 27px;
	font-family: 'F37Ginger-Regular';
	font-size: 13.5pt;
	height: 45px;
	border-color: transparent;
}
.dropdown-menu-item-two {
	width: 100%;
	background-color: #FDFCFB;
	color: #000000;
	font-family: 'F37Ginger-Regular';
	font-size: 13.5pt;
	height: 45px;
	margin: -1%;
	border-color: transparent;
}
.dropdown-menu-item-two:hover {	
	background-color: #10B193;
	color: #FFFAEC;
	border-color: transparent;
}
.dropdown-menu-item-two-disabled {
	width: 100%;
	background-color: #FDFCFB;
	color: #DBD2C2;
	font-family: 'F37Ginger-Regular';
	font-size: 13.5pt;
	height: 45px;
	margin: -1%;
	border-color: transparent;
}
/*.dropdown-menu-item-three-v2 {
	width: 100%;
	background-color: #FFFFFF;
	color: #005648;
	font-family: 'F37Ginger-Regular';
	font-size: 18pt;
	height: 45pt;
	margin: -1%;
	border-color: transparent;
	margin-right: auto;
	margin-left: auto;
	border-left-style: solid;
	border-left-color: #DBD2C2;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #DBD2C2;
	border-right-width: 1px;
}
.dropdown-menu-item-three-mobile-v2 {
	width: 100%;
	background-color: #FFFFFF;
	color: #005648;
	font-family: 'F37Ginger-Light';
	font-weight: bold;
	font-size: 13.5pt;
	height: 45px;
	margin: -2.5%;
	border-color: transparent;
	margin-right: auto;
	margin-left: auto;
	border-left-style: solid;
	border-left-color: #DBD2C2;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #DBD2C2;
	border-right-width: 1px;
}
.dropdown-menu-item-three-top-border-v2 {
	border-top-style: solid;
	border-top-color: #DBD2C2;
	border-top-width: 1px;
}
.dropdown-menu-item-three-bottom-border-v2 {
	border-bottom-style: solid;
	border-bottom-color: #DBD2C2;
	border-bottom-width: 1px;
}
.dropdown-menu-item-three-v2:hover {	
	background-color: #10B193;
	color: #FFFAEC;
	border-color: transparent;
}
.dropdown-menu-item-three-disabled-v2 {
	width: 100%;
	background-color: #FDFCFB;
	color: #DBD2C2;
	font-family: 'F37Ginger-Light';
	font-weight: bold;
	font-size: 13.5pt;
	height: 45px;
	margin: -1%;
	border-color: transparent;
}*/
.dropdown-menu-item-three {
	width: 100%;
	background-color: #FFFFFF;
	color: #005648;
	font-family: 'F37Ginger-Regular';
	font-size: 13.5pt;
	height: 45px;
	margin: -1%;
	border-color: transparent;
	margin-right: auto;
	margin-left: auto;
	border-left-style: solid;
	border-left-color: #DBD2C2;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #DBD2C2;
	border-right-width: 1px;
}
.dropdown-menu-item-three-small-text {
	width: 100%;
	background-color: #FFFFFF;
	color: #005648;
	font-family: 'F37Ginger-Regular';
	font-size: 9.5pt;
	height: 45px;
	margin: -1%;
	border-color: transparent;
	margin-right: auto;
	margin-left: auto;
	border-left-style: solid;
	border-left-color: #DBD2C2;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #DBD2C2;
	border-right-width: 1px;
}
.dropdown-menu-item-three-mobile {
	width: 100%;
	background-color: #FFFFFF;
	color: #005648;
	font-family: 'F37Ginger-Regular';
	font-size: 13.5pt;
	height: 45px;
	margin: -2.5%;
	border-color: transparent;
	margin-right: auto;
	margin-left: auto;
	border-left-style: solid;
	border-left-color: #DBD2C2;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #DBD2C2;
	border-right-width: 1px;
}
.dropdown-menu-item-three-top-border {
	border-top-style: solid;
	border-top-color: #DBD2C2;
	border-top-width: 1px;
}
.dropdown-menu-item-three-bottom-border {
	border-bottom-style: solid;
	border-bottom-color: #DBD2C2;
	border-bottom-width: 1px;
}
.dropdown-menu-item-three:hover {	
	background-color: #10B193;
	color: #FFFAEC;
	border-color: transparent;
}
.dropdown-menu-item-three-disabled {
	width: 100%;
	background-color: #FDFCFB;
	color: #DBD2C2;
	font-family: 'F37Ginger-Regular';
	font-size: 13.5pt;
	height: 45px;
	margin: -1%;
	border-color: transparent;
}
.dropdown-top-button {
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}
.dropdown-bottom-button {
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
/*Icon Styling*/
.width-half {
	width: 50%;
}
/*More Icons...v2*/
.profile-icon-circle-left-v2 {
	width: 48px;
	height: 36px;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 0px;
	background-size: contain;
	float: left;
}
.profile-icon-circle-left {
	width: 34px;
	/*Changed from 34px*/
	height: 30px;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 0px;
	background-size: contain;
	float: left;
}
.arrow-icon-right-v2 {
	width: 18px;
	height: 30px;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 12.5px;
	background-size: contain;
	float: right;
	margin-right: 15px;
}
.arrow-icon-right {
	width: 18px;
	height: 30px;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 11px;
	background-size: contain;
	float: right;
}
.back-arrow-icon-left {
	width: 40px;
	height: 30px;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 0px;
	background-size: contain;
	float: left;	
}
.back-arrow-icon-left-v2 {
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 0px;
	background-size: contain;
	float: left;	
}
.arrow-icon-right-variation-1-v2 {
	width: 18px;
	height: 26px;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 12px;
	background-size: contain;
	float: right;
}
.arrow-icon-right-variation-1 {
	width: 18px;
	height: 26px;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 8px;
	background-size: contain;
	float: right;
}
.plus-icon-right-v2 {
	background-image: url('../assets/icons/plus-white.png');
	width: 17px;
	height: 35px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 7px;
	background-size: contain;
	float: right;
	margin-right: 12.5px;
}
.plus-icon-right {
	background-image: url('../assets/plus-white.png');
	width: 17px;
	height: 24px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 5px;
	background-size: contain;
	float: right;
}
.tick-icon-right-v2 {
	background-image: url('../assets/icons/tick-cream.png');
	width: 17px;
	height: 24px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 7px;
	background-size: contain;
	float: right;
	margin-right: 12.5px;
}
.tick-icon-right {
	background-image: url('../assets/tick-cream.png');
	width: 17px;
	height: 24px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 5px;
	background-size: contain;
	float: right;
}
.tick-icon-left-v2 {
	background-image: url('../assets/tick-cream.png');
	width: 15pt;
	height: 25pt;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 10px;
	background-size: contain;
	float: left;
}
.tick-icon-left {
	background-image: url('../assets/tick-cream.png');
	width: 17px;
	height: 24px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 5px;
	background-size: contain;
	float: left;
}
.tick-icon-selection-right-v2 {
	background-image: url('../assets/tick-cream-fill-green.png');
	width: 37px;
	height: 37px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 0px;
	background-size: contain;
	float: right;
}
.tick-icon-selection-right {
	background-image: url('../assets/tick-cream-fill-green.png');
	width: 35px;
	height: 26px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 0px;
	background-size: contain;
	float: right;
}
.cross-icon-right {
	width: 24px;
	height: 30px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 3px;
	background-size: contain;
	float: left;
}
.cross-icon-left-v2 {
	background-image: url('../assets/cross-cream.png');
	width: 10pt;
	height: 25pt;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 10px;
	background-size: contain;
	float: left;
}
.cross-icon-left {
	background-image: url('../assets/cross-cream.png');
	width: 17px;
	height: 24px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 5px;
	background-size: contain;
	float: left;
}
.cross-icon-selection-left-v2 {
	background-image: url('../assets/cross-white-fill-cream.png');
	width: 37px;
	height: 37px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 0px;
	background-size: contain;
	float: left;
}
.cross-icon-selection-left {
	background-image: url('../assets/cross-white-fill-cream.png');
	width: 35px;
	height: 26px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 0px;
	background-size: contain;
	float: left;
}

/*Icons*/
.dog-profile-icon {
	height: 34px;
	width: 34px;
	vertical-align: middle;
}

.plus-icon {
	height: 16px;
	width: 15px;
	vertical-align: middle;
}
.cross-icon {
	height: 32px;
	width: 30px;
	vertical-align: middle;
}
.dropdown-text {
	display: inline-block;
	padding-left: 5%;
	float: left;
}
.right-icon {
	width: 17px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: center;
	
	background-size: contain;
	float: right;
}

/* Cursor Style */
.pointer {
	cursor: pointer;
}

.group-left {
	float: left;
}
.padding-left {
	margin-left: 5%;
}
.padding-left-v2 {
	margin-left: 10%;
}
.padding-left-override-6 {
	padding-left: 10%!important;
}
.padding-left-override-3 {
	padding-left: 20%;
}
.group-right {
	float: right;
}
.padding-right {
	margin-right: 3%;
}
.group-right-variation-1 {
	float: left;
}
@media (min-width: 768px){
	.group-right-variation-1 {
		float: left;
	}
}
.down-arrow-icon {
	background-image: url('../assets/down-arrow.png');
}
.down-arrow-icon-grey {
	background-image: url('../assets/down-arrow-grey.png');
}
.up-arrow-icon {
	background-image: url('../assets/up-arrow.png');
}
.up-arrow-icon-grey {
	background-image: url('../assets/up-arrow-grey.png');
}
.tick-icon-black {
	width: 20px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('../assets/cross-full.png');
}
.tick-icon-orange {
	width: 20px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('../assets/tick-orange-full-cream.png');
}
.cross-icon-black {
	width: 20px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('../assets/tick-full.png');
}
.bullet-icon-unselected {
	width: 27px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('../assets/bullet-unselected.png');
}
.bullet-icon-selected {
	width: 27px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('../assets/bullet-selected.png');
}
.icon-small {
	height: 16px;
	width: 15px;
	vertical-align: middle;
}
.tick-black-icon {
	background-image: url('../assets/tick-full.png');
} 
.tick-white-icon {
	background-image: url('../assets/tick-cream.png');
}
/*.cross-icon-full {
	background-image: url('../assets/cross-white-cream-full.png');
}*/
.plus-icon {
	background-image: url('../assets/plus-white.png');
}
/*Alignment*/
.align-center {
	vertical-align: middle;
	display: table-cell;
}
.align-items-vertical {
	display: flex;
	align-items: center;
}
/*Spacing*/
.button-spacing-bottom {
	margin-bottom: 5%;
}
.left-zero {
	padding-left: 0%;
}
.no-padding-col-left {
	padding-left: 0px;
}
.no-padding-col-right {
	padding-right: 0px;
}
@media (min-width: 375px){
	.no-padding-col-left-v2 {
		padding-left: 0px;
	}
}
.no-padding-col {
	padding-left: 0px;
	padding-right: 0px;
}
.no-padding-col-onboarding-mobile {
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.no-padding-col-onboarding-mobile {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 426px){
	.no-padding-col-desktop {
		padding-left: 0px;
		padding-right: 0px;
	}
}
/*Scrolling*/
.scroll-pouch-selection {
	max-height: 100px;
	overflow: auto;
}
.scroll-selection {
	max-height: 200px;
	overflow: auto;
}
/*Rotation*/
.rotate-left {
	transform: rotate(-5deg);
}
.rotate-right {
	transform: rotate(0deg);
}
/*Textured Background*/
.textured-background-cream {
	background-image: url('../assets/textures/texture-transparent-min.png');
}
.textured-background-onboarding {
	background-image: url('../assets/textures/texture-transparent.png');
}
.generic-background-image {
	/*background-image: url('../assets/breeds/french-bulldog-1.jpg');*/
	background-repeat: no-repeat;
  	background-position: center;
  	background-size: cover;
}
.div-opacity {
	opacity: 0.1;
}
.menu-opacity {
	opacity: 1;
}
@media (max-width: 426px){
	.word-break-all {
		word-spacing: 30px;
	}
}
