.dropzone {
  position: relative;
  border-radius: 5px;
  text-align: center;
  min-width: 150px;
  border: 2px dashed #dddddd;
  color: lightgray;
  overflow: hidden;
}
.dropzone.dropzone-focus {
  border: 2px dashed #399bff;
  color: #399bff;
}
.dropzone.dropzone-enter {
  border: 2px dashed #399bff;
  color: #399bff;
}
.dropzone.dropzone-accept {
  border: 2px dashed #dddddd;
  color: gray;
}
.dropzone.dropzone-reject {
  border: 2px dashed #f37761;
  color: #f37761;
}
.dropzone .dropzone-hint {
  margin: 30px auto;
}
.dropzone .dropzone-inner {
  margin: 10px auto;
}
.dropzone .dropzone-inner img {
  border-radius: 5px;
  max-width: 95%;
  max-height: 95%;
  margin-top: -3px;
  vertical-align: middle;
}
.dropzone .dropzone-inner span {
  border-radius: 2px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 13px;
  font-weight: normal;
  max-width: 90%;
  vertical-align: middle;
  padding: 4%;
  line-height: 10px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.dropzone [type="file"], [type="file"].hidden {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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