
.file-upload, .file-upload2, .file-upload3, 
.file-upload4, .file-upload5, .file-upload6 {
  background-color: #ffffff;
  width: 100%;
  margin: 10px auto;
}

.file-upload-btn, .file-upload-btn2, .file-upload-btn3, .file-upload-btn4, 
.file-upload-btn5, .file-upload-btn6 {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  /* border-radius: 4px; */
  /* border-bottom: 4px solid #15824B; */
  transition: all .2s ease;
  outline: none;
  /* text-transform: uppercase; */
  font-weight: 700;
  display: none;
}

.file-upload-btn:hover, .file-upload-btn2:hover, 
.file-upload-btn3:hover, .file-upload-btn4:hover,
.file-upload-btn5:hover, .file-upload-btn6:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active, .file-upload-btn2:active,
.file-upload-btn3:active, .file-upload-btn4:active,
.file-upload-btn5:active, .file-upload-btn6:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content, .file-upload-content2,
.file-upload-content3, .file-upload-content4,
.file-upload-content5, .file-upload-content6  {
  display: none;
  text-align: center;
}

.file-upload-input, .file-upload-input2,
.file-upload-input3, .file-upload-input4,
.file-upload-input5, .file-upload-input6 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap, .image-upload-wrap2,
.image-upload-wrap3, .image-upload-wrap4,
.image-upload-wrap5, .image-upload-wrap6 {
  border: 4px dashed #1FB264;
  position: relative;
  margin-bottom: 15px;
}

.image-dropping, .image-dropping2, 
.image-dropping3, .image-dropping4, 
.image-dropping5, .image-dropping6,
.image-upload-wrap:hover, .image-upload-wrap2:hover,
.image-upload-wrap3:hover, .image-upload-wrap4:hover,
.image-upload-wrap5:hover, .image-upload-wrap6:hover, {
  background-color: #1FB264;
  border: 4px dashed #ffffff;
}

.image-title-wrap, .image-title-wrap2, 
.image-title-wrap3, .image-title-wrap4, 
.image-title-wrap5, .image-title-wrap6 {
  /*padding: 0 15px 15px 15px;*/
  color: #222;
}

.drag-text, .drag-text2, 
.drag-text3, .drag-text4,
.drag-text5, .drag-text6 {
  text-align: center;
}

.drag-text h3, .drag-text2 h3,
.drag-text3 h3, .drag-text4 h3,
.drag-text5 h3, .drag-text6 h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824B;
  padding: 60px 0;
}

.file-upload-image, .file-upload-image2,
.file-upload-image3, .file-upload-image4,
.file-upload-image5, .file-upload-image6 {
  max-height: 200px;
  max-width: 100%;
  margin: auto;
  /*padding: 20px;*/
}

.remove-image, .remove-image2, .remove-image3, 
.remove-image4, .remove-image5, .remove-image6 {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 7px;
  /* border-radius: 4px; */
  /* border-bottom: 4px solid #b02818; */
  transition: all .2s ease;
  outline: none;
  /* text-transform: uppercase; */
  font-weight: 700;
}

.remove-image:hover, .remove-image2:hover,
.remove-image3:hover, .remove-image4:hover,
.remove-image5:hover, .remove-image6:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active, .remove-image2:active,
.remove-image3:active, .remove-image4:active,
.remove-image5:active, .remove-image6:active {
  border: 0;
  transition: all .2s ease;
}


