.contact_form_table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
}

.contact_form_table th {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
  width: 150px;
}

.contact_form_table textarea.content {
  vertical-align: top;
}

.contact_form_table td {
  border: 1px solid #ccc;
  text-align: left;
  padding: 8px;
}

/* .contact_form_table tr:nth-child(even) {
  background-color: #f9f9f9;
} */

.contact_form_table tr:hover {
  /* background-color: #e6f7ff; */
}

.contact_form_table input[type="text"],
.contact_form_table input[type="email"],
.contact_form_table select,
.contact_form_table textarea {
  width: 100%;
  padding: 8px;
  /* border: 1px solid #ccc; */
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
}

.contact_form_table input[type="text"]:focus,
.contact_form_table input[type="email"]:focus,
.contact_form_table select:focus,
.contact_form_table textarea:focus {
  border: 1px solid #4caf50;
  background-color: #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0 1000px #ffffff inset !important;
}

.contact_form_table textarea {
  height: 100px;
  resize: vertical;
}

.contact_form_table .required {
  font-size: 12px;
  color: red;
  margin-left: 4px;
}

.contact_form_table .submit_button {
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.contact_form_table .submit_button:hover {
  background-color: #45a049;
}

.button_list {
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.submit_button {
  background-color: #ef522bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  line-height: 20px;
}

.submit_button:hover {
  color: white;
  opacity: 0.8;
}

.back_button {
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
}

.back_button:hover {
  color: white;
  opacity: 0.8;
}

p.notion {
  font-weight: bold;
  color: #d9534f;
  margin-top: 5px;
  padding: 10px;
  text-align: center;
}
