.filepond--root {
  font-family: inherit;
  margin: 0;
  min-height: 240px;
  font-size: 15px;
}
.filepond--panel-root {
  background-color: #eef4ff;
  border-radius: 16px;
  box-shadow: inset 0 0 0 2px rgba(20, 105, 255, 0.28);
}
.filepond--drop-label {
  color: #12151e !important;
  font-weight: 650;
  min-height: 220px;
  cursor: pointer;
}
.filepond--drop-label label {
  font-size: 16px;
  line-height: 1.5;
  color: #12151e !important;
}
.filepond--drop-label small {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #6e7588;
}
.filepond--label-action {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 800;
  color: #1469ff !important;
}
.filepond--item-panel {
  background-color: #1469ff;
}
.filepond--file-action-button {
  cursor: pointer;
}
.filepond--file-info {
  font-weight: 650;
}
.filepond--drip {
  background: rgba(20, 105, 255, 0.12);
}
