body {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	position: relative;
	min-height: 100vh;
}
body:before {
    content: '';
    position: absolute;
    background-color: #eee;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(50% + 120px);
    /*width: 50%;*/
}

body.homescreen:before {
    content: '';
    position: absolute;
    background-image: url(img/gradientblob.svg);
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: right;
    background-size: auto 100%;
    width: 100%;
}
body.homescreen #step0 .container:before {
    content: '';
    position: absolute;
    background-image: url(img/shopping-cart.svg);
    top: 0;
    right: 30px;
    bottom: 0;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 37%;
    z-index: 0;
}
body.homescreen #step0 .container {
    position: relative;
}
#step0 h1 {
    margin-top: 10vh;
    max-width: 644px;
    font: normal normal bold 50px/73px Lato;
    letter-spacing: 2.25px;
    color: #262C31;
}
#step0 h2 {
    font: normal normal bold 36px/73px Lato;
    letter-spacing: 1.62px;
    color: #8EBE28;
}
#step0 .col-20 {
    width: 20%;
}
#step0 h3 {
    font: normal normal bold 24px/29px Lato;
    color: #000000;
    margin: 0 0 0 1rem;
}
#step0 p {
    font: normal normal normal 20px/30px Lato;
    color: #000000;
    max-width: 204px;
}
#step0 .button-primary {
    background: #C92A88 0% 0% no-repeat padding-box;
    border-radius: 12px;
    font: normal normal bold 22px/1 Lato;
    padding: 19px 46px;
    margin-bottom: 10vh;
}



body.loginpage:before {
    background-image: url(img/bg-plant.jpg);
    background-size: cover;
    background-position: center;
    background-blend-mode: soft-light;
}
#step2 {
	display: none;
}
.container-fluid {
    position: relative;
    max-width: 1920px;
}
.col-left, .col-right {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
img.logo {
    width: 240px;
    max-width: 100%;
    margin: 0 0 3rem;
}
#steps {
    display: flex;
    width: fit-content;
    position: relative;
    margin-bottom: 3rem;
}
#steps:before {
    content: '';
    border-top: 1px solid #000;
    position: absolute;
    z-index: -1;
    top: 50%;
    width: 100%;
}
#steps .step {
    width: 37px;
    height: 37px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    margin-right: 40px;
    background-color: #fff;
}
#steps .step:last-child {
    margin-right: 0;
}
#steps .step.active {
	font-weight: 700;
	color: #fff;
	background-color: #8EBE28;
    border-color: #8EBE28;
}
a {
    margin-top: 6px;
    color: #8ebe28;
}
a.logout {
    position: relative;
    float: right;
}
/*#step0 h1 {
    font: normal normal bold 50px/73px Lato;
    color: #262C31;
}
#step0 h2 {
    font: normal normal bold 36px/73px Lato;
    color: #8EBE28;
}
#step0 h3 {
    font: normal normal bold 24px/29px Lato;
    color: #000000;
}*/
h1 {
	font-size: 32px;
	line-height: 43px;
	font-weight: 700;
	margin-bottom: 1rem;
    /*font: normal normal bold 50px/73px Lato;*/
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}
h2,h3 {
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 1rem;
	font-weight: 700;
    /*font: normal normal bold 36px/73px Lato;*/
    color: #8EBE28;
    letter-spacing: 1.62px;
    text-transform: uppercase;
    font-weight: bold;
}
.attributes h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
    margin-bottom: 0.8rem;
    /*font: normal normal bold 24px/29px Lato;*/
    text-transform: uppercase;
    font-weight: bold;
}
.col-left h2 {
    margin-bottom: 2rem;
}
label {
	display: block;
	margin-bottom: 8px;
}
.ui-menu {
    max-height: 300px;
    overflow: auto;
}
.col-2 {
	display: inline-block;
	width: 215px;
}
.error {
	display: block;
}
.while_generating {
	display: none;
}
input, select, .ui-autocomplete-input {
    margin: 0 0 18px;
    width: 100%;
    max-width: 435px;
    border: 1px solid #c5c5c5;
    padding: 12px;
    display: block;
    background-color: white;
}
input[type="submit"], .button-primary {
	background: #8EBE28 0% 0% no-repeat padding-box;
	box-shadow: 1px 2px 6px #00000029;
	border-radius: 3px;
	color: #FFFFFF;
	border: none;
	margin-top: 2rem;
    width: auto;
    padding: 12px 30px;
    display: inline-block;
    text-decoration: none;
}
.button-primary:hover,
input[type="submit"]:hover {
	cursor: pointer;
	opacity: 0.8;
	transition: .2s;
}


/*#output_images > img {
    width: calc(33% - 1rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
}*/
/*#output_images > img {
    width: calc(33% - 1rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
    max-height: 21vh;
    width: auto;
    max-width: 100%;
}*/
#output_images > img {
    width: calc(33% - 1rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
    /* max-height: 21vh; */
    width: calc(50% - 1rem);
    /* max-width: 100%; */
}
#output_images img.loader {
    display: inline-block;
    width: 5rem;
}

.loader {
	width: 5em;
	height: 5em;
	margin: auto;
	/* margin-top: 5em; */
	display: block;
}
.togglebox {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}
h3 {
	font-size: 12px;
}
textarea {
	width: 100%;
	padding: 1em;
	height:10em;
}
.return_data {
	padding: 1em;
	background-color: rgba(255, 255,255, 0.85);
	margin:1em;
	margin-left: 0;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
}
.autocomplete_search {
	display: block;
}
.autocomplete_search input {
	display: inline-block;
}
.autocomplete_search 	.toggle_button {
	height: 50px;
    margin: 0;
    width: 50px;

    margin-right: 0;
    display: block;
    background: #fff 0% 0% no-repeat padding-box;
    border: 1px solid #e6e6e6;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #c5c5c5;
}
.autocomplete_search .toggle_button:after {
	content: "";
	background-image: url(https://floracontent.com/wp-content/themes/floracontent_theme/less/../img/arrow_btn.svg);
	background-size: 0.25em;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 1em;
	width: 1em;
	display: block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(90deg);

}

#openai_page ,header {
	z-index: 1;
	position: relative;
}
.ui-widget {
/*	font-family: "Lato";
	max-height: 300px;
	overflow: auto;
	border-color: #B6B5B5;
	background-color: #ffffff;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 6px 18px;
	width: 300px;
	margin-bottom: 15px;
	background-color: #f0f7ef;
	display: block;
	background: #fff 0% 0% no-repeat padding-box;
	border: 1px solid #e6e6e6;
	border-radius: 8px;*/
}


/*step 3*/
#step3 {
    display: none;
}
#gallery {
    max-width: 85%;
}
#gallery .preview_img {
	border: 1px solid #eee;
	margin-bottom: 10px;
}
#gallery ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: calc(100% + 10px);
}
#gallery ul li {
    width: calc(20% - 10px);
    display: inline-block;
    margin-right: 10px;
}
#gallery ul li:last-child {
    margin-right: 0;
}
#gallery ul li img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border: 1px solid #eee;
}
#gallery ul li img:hover {
    opacity: 0.8;
    transition: .2s;
}
#gallery ul li img.active {
    border: 2px solid #333;
    opacity: 1 !important;
}

.output_attributes .line.row {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.5;
}
.output_attributes .property {
    font-weight: 600;
}


@media (min-width: 1701px) {
	.container {
	    max-width: 1640px;
	}
}

@media (max-width: 1700px) {
	.container {
	    max-width: 100% !important;
	}
}


/*@media (max-width: 1030px) {
	.container {
	    max-width: 100%;
	    width: 100%;
	}
}*/