

.file-upload {
  position: relative; 
  overflow: hidden;
  width: 100%;
  height: 23px;
  background: #6da047;
  border-radius: 3px;
  padding: 6px 0px 6px 0px;
  color: #fff;
  text-align: center;
}

.file-upload:hover {
  background: #7aad55;
}

.file-upload input[type="file"] {
  display: none;
  opacity: 0;
}

.file-upload label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
}

.delfile {
  width: 12px;
  height: 12px;
  display: inline-block;
}

.file-upload_name {
  display: inline-block;
  margin: 0px 0px 10px 5px;
}

.delfile_img {
  background-color: #bf0000;
  width: 12px;
  height: 12px;
  clip-path: polygon(15% 0%, 0% 15%, 35% 50%, 0% 85%, 15% 100%, 50% 65%, 85% 100%, 100% 85%, 65% 50%, 100% 15%, 85% 0%, 50% 35%);
}


