.contact-section .is-locked::before {
	content: "Παρακαλώ επιλέξτε Τύπο Έργου";
}

table {
	width: 100%;
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
}

th {
	background-color: #f2f2f2;
}

button {
	padding: 5px 10px;
	cursor: pointer;
}

form .formfields #reused-container *.half-col {
	flex: 0 0 48%;
	max-width: 48%;
	margin-bottom: 1.5em;
}

@media only screen and (max-width: 1024px) {
  form .formfields #reused-container *.half-col  {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 1em;
      margin-top: 0;
  }
}

#reused-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.checkbox-container .acceptance-text {
	display: flex;
	align-items: center;
	gap: 20px;
}

