.upload-area {
  margin: auto;
  width: 100%;
  height: 100px;
  position: relative;
  background-color: #fff;
  border: 1px dashed #ddd;
  text-align: center;
  cursor: pointer;
}

.upload-area:hover {
  border: 1px dashed #0078CE;
}

.upload-area[drop-active=true] {
  border: 1px dashed #0078CE;
}

.upload-area .icon {
  padding-top: 28px;
}

.upload-area i,
.upload-area svg {
  color: #0078CE;
  fill: #0078CE;
}

.upload-area .text {
  font-size: 12px;
}

#input-files {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#imagebox img {
  width: auto;
  height: 50px;
}


.imagebox {
  /* margin-top: 16px; */
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


.imagebox .item {
  width: 11%;
  margin-right: 3%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.imagebox .item p {
  margin-right: 8%;
  font-size: 12px;
  list-style: 1.5;
}

.imagebox .item a {
  cursor: pointer;
}
.imagebox .item a:hover {
  opacity: .7;
}

.imagebox .item i,
.imagebox .item svg {
  color: #FF0000;
  fill: #FF0000;
}
