.map-box,
.upload-box{
  height:140px;
  border:2px dashed #bde5bd;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  color:#5a5a5a;
  background:#f3fff3;
}