.fileselect {
  position: relative;
  margin-top: 30px;
}

.fileselect .file-input {
  width: 90%;
}

.fileselect .image-preview img {
  max-width: 50%;
}

.fileselect .clear-file {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #e3000d;
}

.fileselect .button {
  right: 33px !important;
}

.fileselect:first-child {
  margin-top: 0;
}

.fileselect .remove-field {
  position: absolute;
  right: 0;
  bottom: 0;
}

.fileselect .remove-field:active {
  top: unset;
  left: unset;
}
/*# sourceMappingURL=fileselect.css.map */