.description_textarea {
  display: inline;
  width: 100%;
  height: 40px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 16px;
  color: rgb(130, 130, 130);
  height: 110px;
}

.select-wrapper {
  position: relative;
  width: 100%;
}

.contact_input_selection {
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  padding: 10px; /* Adjust padding to match */
  margin-bottom: 10px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

.contact_input_selection:required:invalid {
  color: rgb(130, 130, 130);
}

.contact_input_selection option {
  color: rgb(255, 255, 255);
}

.contact_input_selection option[value=""] {
  color: rgb(130, 130, 130);
}

.file_input_selection {
  display: inline-block;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 10px; /* Adjust padding to match */
  margin-bottom: 10px;
  font-size: 16px;
  color: rgb(130, 130, 130);
  appearance: none; /* Remove default arrow */
  -webkit-appearance: none; /* Remove default arrow */
  -moz-appearance: none; /* Remove default arrow */
}

.select-wrapper::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  width: 16px;
  height: 16px;
  background: url("/assets/icons/chevron.down 1.svg") no-repeat center center;
  background-size: contain; /* Adjust size to fit the image */
}

option {
  font-size: 16px;
  color: rgb(130, 130, 130);
}

.contact_input[name="Omschrijving"] {
  height: 100px; /* Adjust the height as needed */
}

.contact_input_button {
  width: auto;
}

.contact_input_message {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding-top: 10px;
  color: rgba(100, 100, 100, 1);
}

.aanvragen_container {
  border-radius: 15px;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  height: auto;
  width: 100%;
}

.page_title {
  width: 100%;
  text-align: left;
  font-size: 1.3rem;
  padding-top: 20px;
  padding-bottom: 10px;
}

.popup_step_content {
  width: 100%;
  text-align: left;
  font-size: 0.8rem;
  padding: 10px 0px;
}

.page_title_extraHeight {
  padding-top: 40px;
}
