.reclamation-form {
  padding-bottom: 100px;
}
.reclamation-form h3 {
  color: #7BD751;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 33px;
}
.reclamation-form label {
  margin-bottom: 10px;
}
.reclamation-form label .required {
  color: #EB5757;
}
.reclamation-form input[type=text],
.reclamation-form input[type=email],
.reclamation-form input[type=date],
.reclamation-form select {
  width: 100%;
}
.reclamation-form select {
  border: 1px solid #E0E0E0 !important;
  height: 48px;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 0 20px;
  color: inherit;
}
.reclamation-form .add-files-box {
  padding: 15px;
  border-radius: 10px;
  border: 1px dashed #CBD0DC;
  background: #FFF;
  margin-bottom: 32px;
}
@media screen and (min-width: 700px) {
  .reclamation-form .add-files-box {
    padding: 32px 100px;
  }
}
.reclamation-form .add-files-box .pick-files {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  padding: 12px 20px;
  border: 1px solid #E0E0E0;
  border-radius: 50px;
}/*# sourceMappingURL=reclamations.css.map */