/* Hide our internal URL fields from applicants */
.ff-hide-upload-url {
    display: none !important;
}

/* Wrapper spacing */


.jof-upload-group {
    margin-bottom: 16px;
  }
  
  /* Label on top */
  .jof-upload-label {
    display: block;
    font-weight: 600;
    /* margin-bottom: 4px; */
    font-size: 14px;
  }
  
  /* Red star for required */
  .jof-required {
    color: #dc2626; /* red-600 */
    margin-left: 2px;
  }
  
  /* File input styling */
  .manual-upload-input {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    /* border-radius: 4px; */
    /* border: 1px solid #d1d5db; gray-300 */
    background-color: #ffffff;
    box-sizing: border-box;
  }
  
  
  /* Error text (hidden by default) */
  .jof-upload-error {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.3;
    color: #dc2626;
    display: none;
  }
  
  /* Visible error */
  .jof-upload-error.is-visible {
    display: block;
  }


#custom-msg-file-upload-bff {
   font-size: 8px !important;
}
.global-form-submission-error {
  background-color: #dc262693;
  color: white;
  font-weight: 200;
  height: 30px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 10px;
  padding: 6px;
}
