.contact-form-complaints-outer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form-complaints-row-wrap {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.contact-form-complaints-row {
  width: 100%;
}

.contact-form-complaints-outer input {
  width: calc(100% - 20px);
}

.contact-form-complaints-outer select {
  width: 100%;
}

.contact-form-complaints-send {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  flex-direction: column;
}

.checkbox-contact {
  display: flex;
  gap: 10px;
  font-size: 15px;
  align-items: center;
}

.checkbox-contact label {
  font-size: 15px;
  line-height: 20px;
}

.contact-form-complaints-outer label {
  display: block;
}

.contact-form-complaints-button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.contact-form-complaints-button-container button {
  color: white !important;
  padding: 10px 75px !important;
  border-radius: 3009px;
  font-size: 16px !important;
  background: #48A3DE;
  padding: 15px 30px 15px 30px;
  border-radius: 0px;
  height: 100%;
  max-height: 55px;
  font-family: "BiennaleBold";
}
.contact-form-complaints-button-container button:hover {
  background: white !important;
  color: #48A3DE !important;
}

#contact-form-complaints #label-integrity {
  color: #374818 !important;
  font-size: 18px;
}

#contact-form-complaints input[type=text], input[type=email], input[type=tel] {
  background: white !important;
  border-radius: 8px !important;
  padding: 5px 10px !important;
  color: black !important;
  border: unset !important;
  -webkit-appearance: none !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
  height: 30px;
  font-size: 18px;
}

#contact-form-complaints select {
  background: white !important;
  border-radius: 8px !important;
  padding: 5px 10px !important;
  color: black !important;
  border: unset !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
  height: 40px;
  padding-right: 25px !important;
  font-size: 18px;
  font-family: "BiennaleRegular";
}

#contact-form-complaints textarea {
  background-color: white;
  border: unset;
  border-radius: 8px;
  width: calc(100% - 20px);
  padding: 5px 10px !important;
  font-size: 18px;
  font-family: "BiennaleRegular";
}

#contact-form-complaints input.input-checkbox {
  margin: 0 0 0 0 !important;
  height: 18px !important;
  width: 18px !important;
  border: 2px solid #374818 !important;
  accent-color: #374818 !important;
}

.underline-text-red {
  text-decoration: underline !important;
  text-decoration-color: red !important;
}

.ac-contact-form-complaints-error {
  color: red !important;
  font-size: 17px;
}/*# sourceMappingURL=contact-form-complaints.css.map */