.flow-drop {
  border: 2px #bbb dashed;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 10px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 500px;
}
.flow-drop:hover {
  background-color: #edf6fd;
}
.flow-drop .upload-icon {
  font-size: 40px;
  color: #949494;
}
.flow-drop .flow-drop-blurb {
  font-size: 13px;
  color: #6c6c6c;
  margin: 5px 0 10px 0;
}
.field-subform-widget .flow-file:has(*) {
  align-items: center;
  border: 1px solid #ccc;
}
.flow-list {
  max-width: 500px;
}
.flow-list .flow-file {
  background-color: #f6f6f6;
  padding: 10px 10px 10px 15px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
.flow-list .flow-file .flow-file-name {
  font-size: 14px;
  color: #333;
  word-break: break-all;
}
.flow-list .flow-file .flow-file-info {
  font-size: 13px;
  color: #6c6c6c;
}
.flow-list .flow-file .flow-file-info .invalid-file {
  color: #bf3e24;
}
.flow-list .flow-file .flow-file-info .invalid-file .icn-error_filled {
  padding-right: 10px;
  font-size: 16px;
  vertical-align: text-bottom;
}
.flow-list .flow-file .flow-file-cancel .icn-close, .flow-list .flow-file .flow-file-cancel .icn-edit {
  color: #6c6c6c;
  font-size: 16px;
  text-decoration: none;
  line-height: 30px;
  padding: 0 5px;
  background-color: transparent;
  margin: 0;
  min-width: auto;
  border: 0;
  box-shadow: none;
  position: relative;
  top: 3px;
}
