#file-upload-icon:hover #file-upload-icon-pen,
#file-upload-icon:hover #file-upload-icon-file {
  fill: #414141;
}

.upload-file-div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 14px 10px 10px 10px;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 15px;
  color: black;
  background: #e7e6e6;
  border-radius: 8px;
  gap: 8px;
}

.upload-file-title {
  margin-top: 3px;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 600;
}

.upload-file-subtitle {
  margin-bottom: 0px;
  padding: 0px;
  font-size: 14px;
}

.multi-image-upload-input {
  width: 80%;
  border: 1px solid black;
  border-radius: 5px;
}

.file-upload-button {
  padding: 7px 10px 5px 10px;
  color: #fff;
  background-color: #107703;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  margin-bottom: 5px;
}

.file-upload-button:disabled {
  background-color: #82ac7d;
}

#custom-upload-trigger {
  width: 32px;
  margin: 0px 10px;
  height: 32px;
  padding: 0px;
  border: 0px;
  background: transparent;
}

#custom-upload-trigger:disabled {
  cursor: not-allowed;
}
