<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
.progress-animated .progress-bar, .progress-animated .bar {
  background: url('../img/progressbar.gif') !important;
  filter: none;
}
.fileupload-process {
  float: right;
  display: none;
}
.fileupload-processing .fileupload-process, .files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url('../img/loading.gif') center no-repeat;
  background-size: contain;
}
.files audio, .files video {
  max-width: 300px;
}
.files .name {
  word-wrap: break-word;
}
.files button {
  margin-bottom: 5px;
}
.toggle[type='checkbox'] {
  transform: scale(2);
  margin-left: 10px;
}
@media (max-width:767px) {
  .fileupload-buttonbar .btn {
    margin-bottom: 5px;
  }
  .fileupload-buttonbar .delete, .fileupload-buttonbar .toggle, .files .toggle, .files .btn span {
    display: none;
  }
  .files audio, .files video {
    max-width: 80px;
  }
}
@media (max-width:480px) {
  .files .image td:nth-child(2) {
    display: none;
  }
}
.gx-fileupload {
  position: relative;
}
.gx-fileupload .dropzone {
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.gx-fileupload .dropzone span {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gx-fileupload .dropzone.in {
  min-height: 200px;
  font-size: larger;
  border: 6px dashed gray;
  color: gray;
  z-index: 1;
  background-color: #f5f5f5;
}
.gx-fileupload .dropzone.in span {
  display: block;
}
.gx-fileupload .dropzone.hover {
  border: 6px dashed #444;
  color: #444;
}
.gx-fileupload .dropzone.fade {
  -webkit-transition: background-color .3s ease-out;
  -moz-transition: background-color .3s ease-out;
  -ms-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  opacity: 1;
}
.gx-fileupload .progress {
  margin-bottom: 0;
}
.gx-fileupload .table {
  margin-bottom: 0;
}
.gx-fileupload .progress-animated .progress-bar, .gx-fileupload .progress-animated .bar {
  background-image: url("img/progressbar.gif") !important;
}
.gx-fileupload.fileupload-processing .fileupload-process, .gx-fileupload .files .processing .preview {
  background-image: url("img/loading.gif");
}
</pre></body></html>