.f_property_priceInfo {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}

.f_property_equity, .f_property_development{
	display: flex;
	flex-direction: column;
}

.f_property_equity label, .f_property_development label{
	position: relative;
	font-size: 14px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.f_property_equity input, .f_property_development input {
	margin-top: 5px;
	padding: 12px 30px;
	border: 1px solid #a4a4a4;
	font-size: 16px;
	border-radius: 5px;
}

.f_property_equity input:disabled, .f_property_development input:disabled {
	border-color: #eee;
	background-color: #eee;
}

.f_property_equity input:focus {
	outline: none;
	border: 1px solid #2b8dc3 !important;
}

.f_property_development input:focus {
	outline: none;
	border: 1px solid #e9ad01 !important;
}
.f_property_dollarIcon {
	position: absolute;
	top: 36px;
	left: 15px;
	font-size: 17px;
}

.f_property_dollarIcon svg {
	width: 18px;
	height: 18px;
}

.f_property_equityStatisticBox {
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 14px;
}

.f_property_equityStatisticBox section {
	margin-bottom: 5px;
}

.f_property_progressBar  {
	width: 100%;
	height: 10px;
	margin-bottom: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.f_property_progressValue  {
	position: absolute;
	height: 10px;
}
.f_property_equityStatisticLine{
	background: #d1dbea;
}
.f_property_equityStatisticActive {
	background: #5e83ca;
}
.f_property_developmentStatisticLine{
	background: #f5ecd3;
}
.f_property_developmentStatisticActive{
	background: #e9ad01;
}


.f_property_equityStatisticSum {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.f_property_equityStatisticCurrentSum span {
	font-size: 15px;
	font-weight: 600;
	color: #6374a5;
}

.f_property_equityStatisticCurrentSum p {
	font-size: 13px;
	margin: 0;
}

.f_property_equityStatisticMaxSum {
	color: #e9ad01;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 1.5rem;
	text-align: right;
}

.f_property_equityStatisticMaxSum_value {
	color: #0F5132;
}

.f_property_expectedReturn {	
	align-items: center;
	margin-top: 1rem;
}

.f_property_expectedReturn .divider {
	flex-grow: 1;
	border-bottom: 1px solid #d6d3d3;	
	margin-left: 10px;
	margin-right: 10px;	
}

.f_property_expectedReturn .f_property_equityStatisticMaxSum {
	color: #000000;
	margin-bottom: 0;
}


.f_property_equityStatisticMaxSum_value {
	color: #0F5132;
}


.f_property_equityTotalBox {
	display: flex;
	flex-direction: column;
	align-items: self-start;
}

.f_property_equityTotalBox p {
	margin: 3px 0;
}

.f_property_equityTotalBox span {
	font-size: 43px;
	font-weight: 900;
	margin-bottom: 10px;
}

.f_property_equityTotalBox a {
	color: #0a5b89;
	font-weight: 600;
	text-decoration: none;
}
.f_property_developmentButton {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.f_property_developmentButton button {
	width: 100%;
	height: 45px;
	cursor: pointer;
	color: #fff;
	border: none;
	font-size: 18px;
	transition: 0.3s;
	background: #e9ad01;
	font-weight: 600;
	margin-bottom: 5px;
	border-radius: 5px;
}
.f_property_developmentButton button:disabled {
	background-color: #ddd !important;
}
.f_property_developmentButton button:hover {
	background: #c79608;
}
.f_property_developmentButton p {
	margin: 5px 0;
	font-size: 13px;
}
.f_property_developmentButton section{
	font-size: 15px;
	color: grey;
}
.f_property_developmentButton a {
	color: #0a5b89;
	font-weight: 600;
	text-decoration: none;
}

.f_property_development_tooltip {
	margin-bottom: 1rem;
	text-align: center;
}