/** Flat Icons */
@import "../css/default/_flaticon.scss";

/** Vars */
@import "globals/_vars.scss";

/** Fonts */
@import "globals/_fonts";

/** Globals */
@import "modules/valuation-utility";

/** Modules */
@import "modules/_valuation-inputs.scss";
@import "modules/_valuation-overview.scss";
@import "modules/_valuation-progress-bar";
@import "modules/_valuation-grid.scss";
@import "modules/_valuation-contact.scss";
@import "modules/_valuation-captcha.scss";
@import "modules/_valuation-address";
@import "modules/_valuation-loading-results-page";
@import "modules/_valuation-results-page";

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-style: normal;
	color: rgb(192, 210, 221);
}
	
/* Mark input boxes that gets an error on validation: */
input.invalid {
	border-bottom: 2px solid red !important;
}

.FFvaluation-default-score-opener {
	border:1px solid #eee;
	margin: 40px auto 80px;
	display: block;
}

.FFvaluation-default-score-opener h3 {
	padding-bottom:40px;
}

.FFvaluation-default-score-opener .FFvaluation-default-score-full {
	width: inherit;
	margin: auto;
}

.FFvaluation-default-score-opener > div{
	width:100%;
	padding: 2vw;
	overflow: auto;
}

.FFvaluation-default-score-left {
	background:#fff;
	text-align:center;
	justify-content:space-around;
}

.FFvaluation-default-score-pricing p{
	font-size:.9rem;
	font-weight:bold;
	margin:0;
	color:#fff;
	padding:10px 0 0 0;

}	

.FFvaluation-default-score-pricing {
	display: flex;
	justify-content: space-around;
	font-weight: 200;
}

.FFvaluation-default-score-opener .FFvaluation-default-score-pricing > div{
	background:#555;
	color:#fff;
	padding:20px; 
	border-radius:3px;
	font-weight:lighter;
	font-size: 2rem;
	position:relative;
}

.FFvaluation-default-score-pricing-arrow{
	content:"";
	display:block;
	position:absolute;
	height:10px;
	width:10px;
	bottom: -8px;
	background:#555;
	transform: rotate(45deg);
	margin:3px calc(50% - 25px);
}

.FFvaluation-default-score-quality .FFvaluation-default-score-range {
	width: 36rem;
	text-align: inherit;
}

.FFvaluation-default-score-range > div {
	position:relative;
}

.FFvaluation-default-score-range > div {
	display:flex;
	justify-content:space-between;
	margin:45px 20px;
	border-top: 1px solid #ccc;
}

.FFvaluation-default-score-range > div > div {
	border-radius:10px;
	height:10px;
	width:10px;
	border:2px solid #ccc;
	background:#fff;
	margin-top:-6px;
	position:relative;
}

.FFvaluation-default-score-range > div > div:nth-child(2) {
	border-radius: 30px;
	height: 40px;
	width: 40px;
	border:2px solid #ccc;
	background:#fff;
	margin-top:-20px;
}

.FFvaluation-default-score-range-label {
	position:absolute;
	top: 10px;
}


.FFvaluation-default-score-range > div > div:first-child > div {
	left: -20px;
}	

.FFvaluation-default-score-range > div > div:nth-child(2) > div{
	width: 130px;
	left: -46px;
	top: 50px;
	font-weight: 600;
	color: #a3aab7;
	font-size:.8em;
	text-transform: uppercase;
}

.FFvaluation-default-score-range > div > div:last-child > div{
	right: -20px;
}

.FFvaluation-default-score-legal {
	font-size:.7em;
	color:#a3aab7;
	margin-top: 60px;
	padding:40px;
}

.FFvaluation-default-score-quality {
	overflow: auto;
}

.FFvaluation-default-score-quality .equipment {
	display: flex;
	flex-wrap: nowrap;
}

.FFvaluation-default-score-quality .equipment > div{
	padding: 0 1rem;
	text-align: center;
}

.FFvaluation-default-score-quality .equipment > div:last-child{
	padding-right: 0;
}

.FFvaluation-default-score-quality > div > img{
	margin-bottom:10px;
}

.ff-valuation-checkbox {
	text-align:left;
	padding: 10px 20px;
}

.ff-valuation-checkbox input {
	margin-right:10px !important;
	max-width:20px;
	width: calc(100% - 40px);
}

.ff-valuation-checkbox label {
	font-weight: 400 !important;
}

.ff-requiert-label {
	font-size: .7em; 
	color: #aaa; 
	text-align: center;
}

.FFvaluation-support {
	width:auto;
	padding-right:0;
}

.FFvaluation-default-agent-callback .FFvaluation-phone {
	font-size: 1.3em;
}

.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

.w-100 {
	width: 100% !important;
}

.h-auto {
	height: auto !important;
}

.p-relative {
	position: relative;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.open-fullscreen,
.exit-fullscreen {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 20px;
	height: 20px;
	background-color: #000;
	opacity: .6;
	padding: 0;
}

.open-fullscreen img,
.exit-fullscreen img {
	vertical-align: inherit;
}

.exit-fullscreen {
	display: none;
}

/** Trust Icons Styles */
.trust-icons {
	max-width: 800px;
	padding-top: 35px;
	margin: auto;
	display: flex;
	border-top: 1px solid rgb(192, 210, 221);
  justify-content: space-between;
}

.trust-icons .icon {
	width: 33%;
	display: flex;
}

@media only screen and (max-width: 600px) {
	.trust-icons {
		flex-direction: column;
	}

	.trust-icons .icon {
		padding-bottom: 10px;
		width: 60%;
		margin: auto;
	}
}

.trust-icons .icon .text {
	display: flex;
	align-items: center;
	justify-content: start;
	margin-left: 10px;
	text-align: left;
}

/** Input Styles */
.ff-grid .ff-valuation-field input,
.ff-grid .ff-valuation-field select{
	width: 100%;
	padding: 10px;
	border: 0;
	//border-top: 1px solid #eee;
}

.ff-valuation-data-wrapper {
	position: relative;
	width: 100px;
	margin: auto;
}

.ff-valuation-data-wrapper .ff-valuation-unit {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 0.8em;
	font-weight: 400;
	color: #888;
	//position: relative;
}

.ff-valuation-min-max-wrapper {
	display: flex;
	justify-content: space-between;
	padding: 0 17.5px;
	color: rgb(209, 218, 223);
}

.ff-valuation-range-wrapper {
	margin: 0 20px;
	border-left: 2px solid rgb(209, 218, 223);
	border-right: 2px solid rgb(209, 218, 223);
}

.ff-valuation-range input[type=number] {
	background: rgb(255, 255, 255);
	position: relative;
	border-radius: 4px;
	border: 1px solid rgb(192, 210, 221);
	height: 40px;
	width: 90px;
}

.ff-valuation-number input[type=number] {
	background: rgb(255, 255, 255);
	position: relative;
	border-radius: 4px;
	border: 1px solid rgb(192, 210, 221);
	height: 40px;
	width: 90px;
}

.ff-valuation-range input::-webkit-outer-spin-button,
.ff-valuation-range input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=range] {
  height: 18px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
	padding: 0 !important;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: var(--ff-primary-color);
  border-radius: 0px;
  border: 0px solid #010101;
	padding: 0 !important;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #DDDDDD;
  border: 6px solid #F8F7FF;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background: var(--ff-primary-color);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12.5px;
	padding: 0 !important;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: var(--ff-primary-color);
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: var(--ff-primary-color);
  border-radius: 0px;
  border: 0px solid #010101;
	padding: 0 !important;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #DDDDDD;
  border: 6px solid #F8F7FF;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background: var(--ff-primary-color);
  cursor: pointer;
	padding: 0 !important;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
	padding: 0 !important;
}
input[type=range]::-ms-fill-lower {
  background: var(--ff-primary-color);
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
	padding: 0 !important;
}
input[type=range]::-ms-fill-upper {
  background: var(--ff-primary-color);
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
	padding: 0 !important;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 1px #DDDDDD;
  border: 6px solid #F8F7FF;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background: var(--ff-primary-color);
  cursor: pointer;
	padding: 0 !important;
}
input[type=range]:focus::-ms-fill-lower {
  background: var(--ff-primary-color);
}
input[type=range]:focus::-ms-fill-upper {
  background: var(--ff-primary-color);
}

.FFvaluation-default-overview form {
	/* border: 1px solid #eee;
	box-shadow: 0 0 20px rgba(0,0,0,.1); */
	padding: 2vw;
	max-width: 800px;
	margin: 40px auto;
}
		
.FFvaluation-default-overview form button{
	font-size: 1em;
	border: 0 !important;
	width: 100%;
	text-align: center;
	height: 100%;
	border-radius: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	max-height: 55px;
	padding: 10px 30px;
}

.FFvaluation-default-score-block {
	display:flex;
	justify-content:space-between;
}

.FFvaluation-default-score-block > div{
	min-width:300px;
	width:100%;
	max-width: 49%;
	padding:20px;
	box-sizing:border-box;
}

/* Style the input fields */
	input {
	  padding: 10px;
	  width: 100%;
	  font-size: 17px;
	  font-family: Raleway;
	  border: 1px solid #aaaaaa;
	}

	/* Make circles that indicate the steps of the form: */
	.step {
	  height: 15px;
	  width: 15px;
	  margin: 0 2px;
	  background-color: #bbbbbb;
	  border: none;
	  border-radius: 50%;
	  display: inline-block;
	  opacity: 0.5;
	}

	/* Mark the active step: */
	.step.active {
	  opacity: 1;
	}

	/* Mark the steps that are finished and valid: */
	.step.finish {
	  background-color: #4CAF50;
	} 

	/* Hide all steps by default: */
	.ff-valuation-tab {
	  display: none;
	}

	.ff-valuation-card {
		display:flex;
	}

	.ff-valuation-card h3{
		padding: 20px 20px 0 20px;
		font-weight: 400;
		min-height: 2em;
		box-sizing: border-box;
		font-size: 2em;
		overflow: hidden;
	}

	.ff-valuation-card p{
		padding: 0 10px 10px;
		font-size: 14px;
		min-height: 37px;
		box-sizing: border-box;
		background: #fff;
	}

	.ff-valuation-button {
		display: block;
		justify-content:space-between;
		margin-top:40px;
	}

	.ff-valuation-button > div {
		min-width: 100%;
	}
	
	.ff-valuation-button > .steps {
		text-align: center;
		min-width: 200px;
		margin-bottom: 0.5rem;
		margin-top: 0.5rem;
	}

	.ff-valuation-tab-data {
		min-width:50%;
		width:100%;
		text-align:center;
	}

	.ff-valuation-tab-collection {
		min-width:33.3%;
		width:100%;
		text-align:center;
		padding:40px;
		background: #f6f6f6;
	}

	.ff-valuation-master-fields {
		margin: 25px 0 0 0;
		display: flex;
		justify-content: space-between;
	}
	
	.ff-valuation-master-fields a:hover {
		border: 2px solid var(--ff-primary-color);
		color:#222;
	}	
	
	.ff-valuation-master-fields a:hover p {
		color:#000;
	}
	
	.ff-valuation-master-fields a {
		text-align: center !important;
		border-top: 2px solid rgb(192, 210, 221);
		border-bottom: 2px solid rgb(192, 210, 221);
		border-left: 2px solid rgb(192, 210, 221);
		border-right: 0;
		border-radius: 0px;
		opacity: .6;
	}

	@media (max-width: 600px) {
		.ff-valuation-master-fields a {
			border: 2px solid rgb(192, 210, 221);
		}
	}

	.ff-valuation-master-fields a:first-child {
		border-radius: 4px 0px 0px 4px;
	}

	.ff-valuation-master-fields a:last-child {
		border-right: 2px solid rgb(192, 210, 221);
		border-radius: 0 4px 4px 0;
	}

	/* Contact layout */

	.ff-contact .ff-valuation-field .ff-valuation-label {
		text-align: left;
		margin-left: 10px;
		font-size: 0.8em;
		background: #fff;
		top: -13px;
		position: absolute;
		padding: 2px 5px ;
		z-index: 9;
	}
	
	.ff-contact .ff-valuation-field {
		margin: 20px 0;
		position:relative;
	}
	
	.ff-contact select,
	.ff-contact input{
		width: 100%;
		padding: 10px !important;
		border: 2px solid #eee !important;
	}
	
	.ff-valuation-checkbox {
		display: flex;
		text-align: left;
	}
	
	#invalid label {
		color:red !important;
	}
	
	.ff-valuation-checkbox input{
		width:40px;
		margin: 4px 0 0 0;
	}
	
	.ff-valuation-category .ff-valuation-field img {
		height: 100px;
		padding: 20px;
	}

	.ff-valuation-field.checkbox .ff-valuation-label span {
		display: none;
	}
	
	/* Grid layout */
	
	.ff-grid .ff-valuation-fields{
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;	
	}
	
	.ff-grid .ff-valuation-fields .ff-valuation-field{
		width: 100%;
		border:2px solid #eee;
		margin-bottom:10px;
		position:relative;
		min-width: 200px;
	}

	.ff-grid .ff-valuation-field{
		text-align:center !important;
	}

	.ff-grid .ff-valuation-field.number {
		min-height: 255px;
	}
	
	.ff-grid .ff-valuation-fields  img{
		height:60px;
		margin-top:40px;
	}

	.ff-grid .ff-valuation-field input,
	.ff-grid .ff-valuation-field select{
		width: 100%;
		padding: 10px;
		border: 0;
		//border-top: 1px solid #eee;
	}
	
	/* Mark input boxes that gets an error on validation: */
	input.invalid {
	  border-bottom: 2px solid red !important;
	}
	
	.FFvaluation-default-score-opener {
		border:1px solid #eee;
		margin: 40px auto 80px;
		display: block;
	}
	
	.FFvaluation-default-score-opener h3 {
		padding-bottom:40px;
	}

	.FFvaluation-default-score-opener .FFvaluation-default-score-full {
		width: inherit;
		margin: auto;
	}

	.FFvaluation-default-score-opener > div{
		width:100%;
		padding: 2vw;
		overflow: auto;
	}
	
	.FFvaluation-default-score-left {
		background:#fff;
		text-align:center;
		justify-content:space-around;
	}
	
	.FFvaluation-default-score-pricing p{
		font-size:.9rem;
		font-weight:bold;
		margin:0;
		color:#fff;
		padding:10px 0 0 0;
	
	}	
	
	.FFvaluation-default-score-pricing {
		display: flex;
		justify-content: space-around;
	
		font-weight:200;
	}
	
	.FFvaluation-default-score-opener .FFvaluation-default-score-pricing > div{
		background:#555;
		color:#fff;
		padding:20px; 
		border-radius:3px;
		font-weight:lighter;
		font-size: 2rem;
		position:relative;
	}
	
	.FFvaluation-default-score-pricing-arrow{
		content:"";
		display:block;
		position:absolute;
		height:10px;
		width:10px;
		bottom: -8px;
		background:#555;
		transform: rotate(45deg);
		margin:3px calc(50% - 25px);
	}

	.FFvaluation-default-score-quality .FFvaluation-default-score-range {
		width: 36rem;
		text-align: inherit;
	}
	
	.FFvaluation-default-score-range > div {
		position:relative;
	}

	.FFvaluation-default-score-range > div {
		display:flex;
		justify-content:space-between;
		margin:45px 20px;
		border-top: 1px solid #ccc;
	}
	
	.FFvaluation-default-score-range > div > div {
		border-radius:10px;
		height:10px;
		width:10px;
		border:2px solid #ccc;
		background:#fff;
		margin-top:-6px;
		position:relative;
	}
	
	.FFvaluation-default-score-range > div > div:nth-child(2) {
		border-radius: 30px;
		height: 40px;
		width: 40px;
		border:2px solid #ccc;
		background:#fff;
		margin-top:-20px;
	}
	
	.FFvaluation-default-score-range-label {
		position:absolute;
		top: 10px;
	}
	
	
	.FFvaluation-default-score-range > div > div:first-child > div {
		left: -20px;
	}	
	
	.FFvaluation-default-score-range > div > div:nth-child(2) > div{
		width: 130px;
		left: -46px;
		top: 50px;
		font-weight: 600;
		color: #a3aab7;
		font-size:.8em;
		text-transform: uppercase;
	}
	
	.FFvaluation-default-score-range > div > div:last-child > div{
		right: -20px;
	}
	
	.FFvaluation-default-score-legal {
		font-size:.7em;
		color:#a3aab7;
		margin-top: 60px;
		padding:40px;
	}
	
	.FFvaluation-default-score-quality {
		overflow: auto;
	}

	.FFvaluation-default-score-quality .equipment {
		display: flex;
		flex-wrap: nowrap;
	}
	
	.FFvaluation-default-score-quality .equipment > div{
		padding: 0 1rem;
		text-align: center;
	}

	.FFvaluation-default-score-quality .equipment > div:last-child{
		padding-right: 0;
	}
	
	.FFvaluation-default-score-quality > div > img{
		margin-bottom:10px;
	}
	
	.ff-valuation-checkbox {
		text-align:left;
		padding: 10px 20px;
	}
	
	.ff-valuation-checkbox input {
		margin-right:10px !important;
		max-width:20px;
		width: calc(100% - 40px);
	}
	
	.ff-valuation-checkbox label {
		font-weight: 400 !important;
	}
	
	.ff-requiert-label {
		font-size: .7em; 
		color: #aaa; 
		text-align: center;
	}
	
	.FFvaluation-support {
		width:auto;
		padding-right:0;
	}
	
	.FFvaluation-default-agent-callback .FFvaluation-phone {
		font-size: 1.3em;
	}

.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

.w-100 {
	width: 100% !important;
}

.h-auto {
	height: auto !important;
}

.p-relative {
	position: relative;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.open-fullscreen,
.exit-fullscreen {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 20px;
	height: 20px;
	background-color: #000;
	opacity: .6;
	padding: 0;
}

.open-fullscreen img,
.exit-fullscreen img {
	vertical-align: inherit;
}

.exit-fullscreen {
	display: none;
}

/* Address layout */
.ff-addresses .ff-valuation-field .ff-valuation-label {
	text-align: left;
	margin-left: 10px;
	font-size: 0.8em;
	background: #fff;
	top: -13px;
	position: absolute;
	padding: 2px 5px ;
	z-index: 9;
}

.ff-valuation-label {
	padding-bottom: 30px;
}

.ff-addresses .ff-valuation-field {
	margin: 20px 0;
	position:relative;
}

.ff-addresses input{
	width: 100%;
	padding: 10px !important;
	border:2px solid #eee;
	border-radius: 3px;
}

.ff-addresses .ff-valuation-fields {
	display:flex;
	flex-wrap:wrap;
}

.ff-addresses .ff-valuation-fields > div:nth-child(1),
.ff-addresses .ff-valuation-fields > div:nth-child(2),
.ff-addresses .ff-valuation-fields > div:nth-child(3),
.ff-addresses .ff-valuation-fields > div:nth-child(4) {
	margin-left: 0;
	display: block;
	width: 100%;
}

@media (min-width: 576px) {
	.w-sm-22 {
		width: 22%;
	}

	.d-sm-flex {
		display: flex;
	}

	/* Address layout */
	.ff-addresses .ff-valuation-field .ff-valuation-label {
		text-align: left;
		margin-left: 10px;
		font-size: 0.8em;
		background: #fff;
		top: -13px;
		position: absolute;
		padding: 2px 5px ;
		z-index: 9;
	}

	.ff-valuation-label {
		padding-bottom: 30px;
	}

	.ff-addresses .ff-valuation-field {
		margin: 20px 0;
		position:relative;
	}

	.ff-addresses input{
		width: 100%;
		padding: 10px !important;
		border:2px solid #eee;
		border-radius: 3px;
	}

	.ff-addresses .ff-valuation-fields {
		display:flex;
		flex-wrap:wrap;
	}

	.ff-addresses .ff-valuation-fields > div:nth-child(1){
		width:66.6%;
	}

	.ff-addresses .ff-valuation-fields > div:nth-child(2){
		margin-left:2%;
		width:31.3%;
	}

	.ff-addresses .ff-valuation-fields > div:nth-child(3){
		width:40%;
	}
	.ff-addresses .ff-valuation-fields > div:nth-child(4){
		width:58%;
		margin-left:2%;
	}

	.ff-valuation-button {
		display: flex;
	}

	.ff-valuation-button > div {
		min-width: inherit;
		width: auto;
	}

	.ff-valuation-button > .steps {
		margin-bottom: 0;
		margin-top: 0;
	}

	.ff-grid .ff-valuation-fields .ff-valuation-field {
		width: 49%;
	}

	.ff-contact .customer_salutation,
	.ff-contact .customer_zip {
		width: 39%;
		display: inline-block;
	}

	.ff-contact .customer_name,
	.ff-contact .customer_town {
		width: 60%;
		display: inline-block;
	}

	.FFvaluation-default-score-opener {
		display: flex;
	}

	.FFvaluation-default-agent-callback > div {
		display: flex;
	}

	.FFvaluation-support {
		width:160px;
		padding-right:40px;
	}

	.open-fullscreen,
	.exit-fullscreen {
		display: none !important;
	}
}

/** Trust Icons Styles */
.trust-icons {
	padding-top: 35px;
	display: flex;
	border-top: 1px solid rgb(192, 210, 221);
  justify-content: space-between;
}

.trust-icons .icon {
	width: 33%;
	display: flex;
}

@media only screen and (max-width: 600px) {
	.trust-icons {
		flex-direction: column;
	}

	.trust-icons .icon {
		padding-bottom: 10px;
		width: 60%;
		margin: auto;
	}
}

.trust-icons .icon .text {
	display: flex;
	align-items: center;
	justify-content: start;
	margin-left: 10px;
	text-align: left;
}

/** Progress bar steps */
.FFvaluation-progress-bar {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.FFvaluation-progress-bar .step-wrapper {
	display: flex;
}

.FFvaluation-progress-bar .step-wrapper .js-step-no {
	position: relative;
	background: #f1f8fa;
	color: #6d8391;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #f1f8fa;
	height: 34px;
	width: 34px;
	z-index: 2;
}

.FFvaluation-progress-bar .step-wrapper .js-step-no.active {
	position: relative;
	background: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid var(--ff-primary-color) !important;
	height: 34px;
	width: 34px;
	z-index: 2;
}

.FFvaluation-progress-bar .step-wrapper .js-step-no.finish {
	background: var(--ff-primary-color);
	border: 2px solid var(--ff-primary-color);
}

.FFvaluation-progress-bar .bar-bg {
	position: absolute;
	z-index: 0;
	height: 6px;
	width: 100%;
	background-color: #f1f8fa;
}

.FFvaluation-progress-bar .bar {
	position: absolute;
	z-index: 1;
	height: 6px;
	width: 0%;
	background: var(--ff-primary-color);
}

/** Loading Icon */
.ff-valuation-loading {
	justify-content: space-around;
	display: none;
}

.ff-valuation-loading-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
  width: 100%;
  height: 150px;
  text-align: center;
  z-index: 1;
	margin-top: 50px;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader {
  position: relative;
  left: auto;
  width: 80px;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  width: 10rem;
  height: 10rem;
  vertical-align: text-center;
}

.loader::after {
  content: '';
  position: absolute;
  left: -12.5%;
  top: -25%;
  width: 125%;
  height: 125%;
  border: 2px solid var(--ff-primary-color);
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.ff-valuation-loading h2 {
  text-align: center;
	margin-bottom: 150px;
}

.ff-valuation-boxes-wrapper {
	padding-top: 25px;
	max-width: 575px;
	margin: auto;
	display: flex;
  justify-content: space-between;
}

.ff-valuation-boxes-wrapper .icon {
	display: flex;
	width: 45%;
}

.ff-valuation-boxes-wrapper .icon .text {
	display: flex;
	align-items: center;
	margin-left: 10px;
}

@media only screen and (max-width: 600px) {
	.ff-valuation-boxes-wrapper {
		flex-direction: column;
	}

	.ff-valuation-boxes-wrapper .icon {
		padding-bottom: 10px;
		width: 90%;
		margin: auto;
	}
}

/** Input Styles */
.ff-grid .ff-valuation-field input,
.ff-grid .ff-valuation-field select{
	width: 100%;
	padding: 10px;
	border: 0;
	//border-top: 1px solid #eee;
}

.ff-valuation-data-wrapper {
	position: relative;
	width: 100px;
	margin: auto;
}

.ff-valuation-data-wrapper .ff-valuation-unit {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 0.8em;
	font-weight: 400;
	color: #888;
	//position: relative;
}

.ff-valuation-min-max-wrapper {
	display: flex;
	justify-content: space-between;
	padding: 0 17.5px;
	color: rgb(209, 218, 223);
}

.ff-valuation-range-wrapper {
	margin: 0 20px;
	border-left: 2px solid rgb(209, 218, 223);
	border-right: 2px solid rgb(209, 218, 223);
}

.ff-valuation-range input[type=number] {
	background: rgb(255, 255, 255);
	position: relative;
	border-radius: 4px;
	border: 1px solid rgb(192, 210, 221);
	height: 40px;
	width: 90px;
}

.ff-valuation-number input[type=number] {
	background: rgb(255, 255, 255);
	position: relative;
	border-radius: 4px;
	border: 1px solid rgb(192, 210, 221);
	height: 40px;
	width: 90px;
}

.ff-valuation-range input::-webkit-outer-spin-button,
.ff-valuation-range input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=range] {
  height: 18px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
	padding: 0 !important;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: var(--ff-primary-color);
  border-radius: 0px;
  border: 0px solid #010101;
	padding: 0 !important;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #DDDDDD;
  border: 6px solid #F8F7FF;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background: var(--ff-primary-color);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12.5px;
	padding: 0 !important;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: var(--ff-primary-color);
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: var(--ff-primary-color);
  border-radius: 0px;
  border: 0px solid #010101;
	padding: 0 !important;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #DDDDDD;
  border: 6px solid #F8F7FF;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background: var(--ff-primary-color);
  cursor: pointer;
	padding: 0 !important;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
	padding: 0 !important;
}
input[type=range]::-ms-fill-lower {
  background: var(--ff-primary-color);
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
	padding: 0 !important;
}
input[type=range]::-ms-fill-upper {
  background: var(--ff-primary-color);
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
	padding: 0 !important;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 1px #DDDDDD;
  border: 6px solid #F8F7FF;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background: var(--ff-primary-color);
  cursor: pointer;
	padding: 0 !important;
}
input[type=range]:focus::-ms-fill-lower {
  background: var(--ff-primary-color);
}
input[type=range]:focus::-ms-fill-upper {
  background: var(--ff-primary-color);
}
