.custom_send_form {
  width: 100%;
  max-width: 400px;
  padding: 5rem;
}

.send_form_field {
  width: 100%;
}

.send_form_field strong {
  display: block;
  margin: 15px 0px 5px 0px;
}

.send_form_field input, .send_form_field textarea {
  height: 45px;
  width: 100%;
  border: 1px #ddd solid;
  padding: 0px 15px;
  border-radius: 2px;
}

.send_form_field textarea {
  height: 100px;
  padding: 15px;
}

.send_form_field_d {
  display: none;
}

.send_form_submit input {
  height: 45px;
  width: 100%;
  padding: 0px 15px;
  border-radius: 2px;
  background: #0b6086;
  color: #ffffff;
  border: none;
  margin-top: 35px;
}

#drop-zone {
  border: 2px dashed #ccc;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  font-family: Arial, sans-serif;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

#drop-zone.dragged {
  background-color: #f0f0f0;
}

#thumbnails {
  display: flex;
  flex-wrap: wrap;
}

#drop-zone input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  opacity: 0;
}

.thumbnail {
  margin: 10px;
  position: relative;
}

.thumbnail img {
  max-width: 100px;
  max-height: 100px;
}

.remove-button {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: red;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
