.custom-file-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  border: 2px dashed #007bff;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}

.custom-file-upload .icon svg {
  width: 40px;
  height: 40px;
  fill: #007bff;
}

.custom-file-upload input {
  display: none;
}

.custom-file-upload .text {
  margin-top: 10px;
  color: #007bff;
  font-weight: bold;
}
