
/* ContactConfirm Styles */
.div_cC {
  display: inline-block;
  border: none;
  min-height: 100px;
  width: 100%;
  padding: 10px;
  /* background-color: #f8f8f8; */
  background-color: peachpuff;
  border-radius: 4px;
  font-size: 1.2rem;
}

.textarea_cC {
  width: 100%;
  height: 250px;
  padding: 12px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  /* background-color: #f8f8f8;*/
  font-size: 1.2rem;
  resize: none;
  border: none;
}

/* ContactConfirm Styles */

label {
  font-size: 1.2rem;
}

 /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea, input[type=tel], input[type=number], input[type=email] {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
  font-size: 1.2rem;
 background-color: #eaecee; 
}

textarea {
white-space: pre;
height: 10em;
font-size: 1.2rem;
}

/* Style the submit button with a specific background color etc */
input[type=button] {
  background-color: #04AA6D; 
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=button]:hover {
  background-color: #45a049;
  font-size: 1rem;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  /* background-color: #f2f2f2; */
  /* background: peachpuff; */
  padding: 20px;
  font-size: 1rem;
} 

.details {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
  font-size: 1rem; 
}
