.pg_custom_paving_calculator_container {
	width: 100%;
}

.pg_custom_paving_calculator_title h4 {
	font-size: 24px; /* Adjust this value to your preferred size */
	font-weight: bold;
	text-align: center;
	margin: 10px 0; /* Adjust margin for spacing around the heading */
	padding: 10px 0; /* Optional padding for spacing within the element */
	color: black;
}

.pg_custom_paving_main_outside {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.block_outer {
	width: 50%;
	background-color: #f1f1f1;
	border: 1px solid #dee2e6;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.block_title {
	background-color: #9A1B32;
	width: 100%;
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.form_space {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

.enter_paving_specs {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.enter_paving_title {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin: 15px 0 5px;
}

.paving_main_row {
	width: 100%;
}

.paving_width_main, .paving_length_main, .paving_areas_main {
	padding-right: 8px !important;
	padding-left: 8px !important;
}

.paving_main_row label{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

.paving_title_left_text, .paving_title_right_text {
	font-size: 18px;
	color: white !important;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


.paving_main_row input[type="number"] {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #28a745;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 14px;
}

.pg_joint_dimensions label{
	width: 100%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
}

.pg_joint_inputs_main input[type="number"] {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #28a745;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 14px;

}

.pg_joint_inputs_main {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 8px;
	padding-right: 8px;
}

.pg_select_paving_main_outside {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.pg_main_paver_ranges {
  width: 50%;
	margin-right: 10px;
	border-radius: 4px !important;
}

.pg_main_paver_types {
	width: 50%;
	margin-left: 10px;
	border-radius: 4px !important;
}

.pg_select_paving_sub_outside {
	width: 100%;
}

.pg_main_paver_sub_ranges {
	padding: 10px;
	margin-top: 10px;
	width: 100%;
	border-radius: 4px !important;
}

.select_all_ranges_main {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.select_paving_title {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin: 5px 0;
}

.select_material_types {
	width: 100%;
	display: flex;
	margin-top: 10px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-right: 8px !important;
	padding-left: 8px !important;
}

.paving_left_btn_main {
	display: flex;
	flex-direction: row;
	text-align: center;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.paving_btn {
	padding: 10px 20px;
	margin: 5px 0 10px;
	border: none;
	border-radius: 4px;
	background-color: #28a745;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.paving_btn.calculate_paving {
	margin-right: 20px;
}

.paving_btn.reset_paving {
	margin-left: 20px;
}

.pg_select_paving_joint_main_types {
	width: 100%;
	display: flex;
	flex-direction: row;
	text-align: center;
	justify-content: center;
}

.pg_paving_joint_main_select {
	width: 50%;
	padding: 10px;
	margin-top: 10px;
	border-radius: 4px !important;
}

.pg_selected_paving_type_joint_title {
	width: 50%;
	font-size: 14px;
	color: black !important;
	background-color: white;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #EBEEF0;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	display: flex;
	border-radius: 4px;
}

.select_joint_paving_title {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin: 15px 0 5px;
}

.pg_select_joint_types {
	width: 100%;
}

.pg_joint_select_main {
	width: 100%;
	padding-right: 8px !important;
	padding-left: 8px !important;
}

.paving_btn:hover {
	background-color: #218838;
}

.calc_paving_result_error {
	font-size: 18px;
	width: 100%;
	height: 45px;
	color: #721c24;
	display: none;
	margin-top: 20px;
	align-items: center;
	justify-content: center;
}

.calc_paving_final_values {
	width: 100%;
	height: auto;
	background-color: #ffdddd;
	border: 1px solid #f5c6cb;
	padding: 5px 0;
	border-radius: 4px;
	color: red;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.paving_results_outside_main_outside {
	width: 100%;
	height: auto;
	display: none;
}

.paving_results_outside_main {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	margin-top: 80px;
	align-items: center;
	justify-content: center;
}

.paving_product_outside {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	padding: 20px;
	border-radius: 6px;
	background-color: white;
	border: 1px solid #28a745;
}

.paving_product_outside:hover {
	border: 2px solid #007bff;
}

.paving_product_outside h4 {
	font-size: 22px; /* Adjust this value to your preferred size */
	font-weight: bold;
	margin: 0 0 15px 0 !important;
	padding: 0 !important; /* Optional padding for spacing within the element */
	color: black;
}

.paving_product_outside div {
	font-size: 16px;
	font-weight: bold;
	color: black;
	margin: 5px 0;
}

.paving_joint_calculating_info {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	margin-top: 15px;
	padding: 20px;
	border-radius: 6px;
	background-color: white;
	border: 1px solid #28a745;
}

.paving_joint_calculating_info:hover {
	border: 2px solid #007bff;
}

.paving_joint_calculating_info div {
	font-size: 16px;
	font-weight: bold;
	color: black;
	margin: 5px 0;
}

.paving_joint_calculating_info h4 {
	font-size: 22px; /* Adjust this value to your preferred size */
	font-weight: bold;
	margin: 0 0 15px 0 !important;
	padding: 0 !important; /* Optional padding for spacing within the element */
	color: black;
}

p:empty {
	display: none;
}

br {
	display: none;
}

@media (max-width: 768px) {
	p:empty {
		display: none;
	}

	br {
		display: none;
	}

	.pg_custom_paving_main_outside {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.block_outer {
		width: 100% !important;
		height: auto !important;
		background-color: #f1f1f1;
		border: 1px solid #dee2e6;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	}

	.paving_results_outside_main {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		margin-top: 20px !important;
		align-items: center;
		justify-content: center;
	}

	.paving_joint_calculating_info {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		margin-top: 15px;
		margin-bottom: 20px !important;
		padding: 20px;
		border-radius: 6px;
		background-color: white;
		border: 1px solid #28a745;
	}
}
