/* Drop Files */
.ui-dropzone {
  display: block;
  width: 100%;
  position: relative;
  padding: 50px 50px;
  text-align: center;
  font-size: 16px;
  background-color: #f9f9f9;
  cursor: copy;
  border-radius: 3px; }

.ui-dropzone .icon {
  display: block;
  margin-bottom: 15px;
  height: 50px;
  background-image: url(../img/upload.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.3; }

.ui-dropzone input {
  cursor: copy;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }