.pao-loading-spinner::before {
  content: "\f3f4";
  font-family: "Font Awesome 5 Pro"!important;
  font-size: 2rem!important;
  font-weight: 400;
  color: rgba(107,112,116,.368627451);
  display: inline-block;
  vertical-align: middle;
  animation: fa-spin 1s infinite linear
}
#pao-workflow,
#uploads-instructions-container {
  transition: opacity 180ms ease-in-out,filter 180ms ease-in-out
}
#pao-workflow.loading,
#uploads-instructions-container.loading {
  opacity: .35;
  filter: blur(1px);
  pointer-events: none
}
form .pao-control-disabled {
  background-color: #e8e8e8;
  opacity: .5;
  cursor: not-allowed
}
form .pao-control-disabled-label {
  color: #000!important;
  cursor: not-allowed!important;
  opacity: .5!important
}
form .pao-control-disabled-tt-disabled {
  background-color: #e8e8e8!important;
  opacity: .5!important;
  cursor: not-allowed!important;
  border: 1px solid #ced4da
}
:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px
}
.input-warning:focus {
  outline: 0;
  box-shadow: none;
  border: none
}
form .pao-control-disabled-textarea {
  resize: none
}
form .pao-control-disabled-checkbox-radio {
  border-color: grey
}
/*# sourceMappingURL=mcpao-upload-form.css.map */
