.ngx-file-drop__drop-zone {
  height: 100px;
  margin: auto;
  border: 2px dotted #0782d0;
  border-radius: 30px;
}

.ngx-file-drop__drop-zone--over {
  background-color: rgba(147, 147, 147, 0.5);
}

.ngx-file-drop__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  color: #0782d0;
}

.ngx-file-drop__drop-zone-label {
  text-align: center;
}

.ngx-file-drop__file-input {
  display: none;
}
