.dropzone {
  min-height: 196px;
  background: rgb(245,246,247);
  border-radius: 5px;
  border: 2px dashed #57ca85;
  border-image: none;
  max-width: 500px;
  margin: 1em 0;
  position: relative;
}

#adsimple-dropzone-wrapper {
  overflow: auto;
}

.dropzone .dz-preview.dz-image-preview {
	background: transparent;
  border-radius: 0;
}

.dropzone .dz-preview .dz-image {
  border-radius: 0;
}

#adsimple-imgs2pdf-download, #adsimple-imgs2pdf-generate {
	display: none;
}

#adsimple-imgs2pdf-download:before, #adsimple-imgs2pdf-generate:before {
  content: none;
}


.adsimple-imgs2pdf-addmore {
	position: relative;
	color: #000;
  background: #fff;
	width: 120px;
  height: 120px;
  margin: 16px;
  display: inline-block;
  line-height: 115px;
  text-align: center;
  cursor: pointer!important;
  font-size: 24px;
  font-family: Verdana,sans-serif;
  box-shadow: 1px 1px #fff;
  text-shadow: 1px 1px #fff;
}
.adsimple-imgs2pdf-addmore * {
  cursor: pointer!important;
}
.adsimple-imgs2pdf-addmore img {
  vertical-align: baseline;
}
.adsimple-imgs2pdf-addmore-text {
	position: absolute;
  font-size: 14px;
  line-height: 14px;
  top: 80px;
  left: 0;
  width: 118px;
}

.dz-drag-hover:before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: 'Drop files to upload';
  color: #fff;
  position: absolute;
  background: rgba(0,0,0,.37);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.remove-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  z-index: 99;
  cursor: pointer!important;
}
.remove-button:before, .remove-button:after {
  position: absolute;
  left: 10px;
  top: 4px;
  content: ' ';
  height: 14px;
  width: 2px;
  background-color: #636363;
}
.remove-button:before {
  transform: rotate(45deg);
}
.remove-button:after {
  transform: rotate(-45deg);
}

#adsimple-imgs2pdf-upload {
  display: block;
  margin: 1em auto;
  z-index: 99;
}
