/* Quorum Universal Style Repo bundle - DO NOT EDIT */
.q-wrapper-form .k-upload {
  border: none;
  border: 1px solid #bbbbbb;
  border-radius: 0.4rem;
  background: transparent;
}
.q-wrapper-form .k-upload .k-dropzone {
  background: transparent;
}
.q-wrapper-form .k-upload .k-upload-files {
  border: none;
  border-top: 1px solid #bbbbbb;
}
.q-wrapper-form .k-upload .k-upload-files .k-file-name,
.q-wrapper-form .k-upload .k-upload-files .k-file-validation-message {
  padding-inline: 0.6rem;
}
.q-wrapper-form .k-upload .k-upload-button {
  text-transform: uppercase;
  background: #047bc1;
  color: #ffffff;
}
.q-wrapper-form .k-upload .k-upload-button span {
  color: #ffffff;
}
.q-wrapper-form .k-upload .k-text-error {
  color: #fc364e;
}
.q-wrapper-form .k-upload .k-icon.k-i-exclamation-circle:before {
  color: #ff8c42;
}
.q-wrapper-form .k-upload .k-dropzone-hint {
  font-style: normal;
}
.q-wrapper-form .k-upload .k-dropzone-hint .k-hidden {
  color: #848484;
}
.q-wrapper-form .k-upload .k-file {
  border-color: #bbbbbb;
}
.q-wrapper-form .k-upload .k-file.k-focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.q-wrapper-form .k-file-group-wrapper .k-file-group,
.q-wrapper-form .k-file-invalid-group-wrapper .k-file-group,
.q-wrapper-form .k-multiple-files-group-wrapper .k-file-group,
.q-wrapper-form .k-multiple-files-invalid-group-wrapper .k-file-group {
  font-size: 1.6rem;
}
.q-wrapper-form .k-file-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
}
.q-wrapper-form .k-file .k-upload-status .k-button:hover::before,
.q-wrapper-form .k-file .k-upload-status .k-button .k-hover::before, .q-wrapper-form .k-file .k-upload-status .k-button:focus,
.q-wrapper-form .k-file .k-upload-status .k-button .k-focus,
.q-wrapper-form .k-file .k-upload-status .k-button .k-active, .q-wrapper-form .k-file .k-upload-status .k-button:active {
  background-color: transparent;
}
.q-wrapper-form.readonly .k-upload {
  border-color: #848484;
  background-color: #d8e3eb;
}
.q-wrapper-form.readonly:hover {
  cursor: default;
}
.q-wrapper-form.readonly .k-button {
  background-color: #666666;
  opacity: 0.6;
}
.q-wrapper-form.readonly .k-upload-button {
  display: block;
}
.q-wrapper-form.readonly .k-dropzone-hint {
  display: none;
}
.q-showonly-button .k-upload {
  border: 0;
  background: transparent !important;
}
.q-showonly-button .k-dropzone-hint,
.q-showonly-button .k-upload-status,
.q-showonly-button .k-upload-files {
  display: none;
  visibility: hidden;
}
.q-showonly-button .k-upload-status {
  width: 0;
}
/*# sourceMappingURL=forms-control-file-upload.css.map */