.drag-area {
  border: 2px dashed #000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 0;
}

.drag-area.active {
  border: 2px solid #000;
}

.drag-area .icon {
  font-size: 100px;
  color: #000;
}

.drag-area header {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.drag-area span {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 10px 0 15px 0;
}

.drag-area button {
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
  background: #acacac;
  color: #000;
  border-radius: 5px;
  cursor: pointer;
}

.drag-area img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.drag-area span #reset {
  color: #000;
}

.status .status-spinner,
.status .status-text {
  visibility: hidden;
}
