.estimateSection {
	background: #f2f2f2;
	padding: 1px 15px;
	padding-left: 25px;
	margin: 0px -15px;
	margin-left: -25px;
	border-radius: 0px 8px 8px 0px;
}

.estimateSection:before {
	content: 'Estimates';
	font-size: 12px;
	margin-bottom: -10px;
	display: block;
	margin-top: 10px;
	font-weight: bold;
	color: #888;
}

.hasText {
	resize: none;
	height: auto;
}

.projectDetailsWrapper {
	padding-top: 12px;

	& textarea {
		min-height: 150px;
	}

	.paid-fully {
		display: flex;
		gap: 8px;
		color: var(--gbpc-green);
	}

	.projectDetails {
		.title {
			color: #595959;
			font-size: 14px;
			font-style: normal;
			font-weight: 400;
			line-height: normal;
		}

		.value {
			color: #212121;
			font-size: 16px;
			font-style: normal;
			font-weight: 400;
			line-height: normal;
			letter-spacing: 0.16px;
		}
	}

	.paymentLineItems {
		display: flex;
		justify-content: space-between;
		margin-bottom: 12px;
	}
}

