<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.file-preview {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 55;
}
.file-preview .preview-header {
  flex: initial;
  height: 3.5rem;
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  padding: 0rem 0.5rem 0rem 1rem;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 57;
}
.file-preview .preview-header .preview-divide {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 1px;
  height: 2.5rem;
  background-color: #575b61;
  margin-right: 0.5rem;
}
.file-preview .preview-header .file-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 1.5rem;
}
.file-preview .preview-header .help-hint {
  flex: initial;
  min-width: 0;
  line-height: 0;
}
.file-preview .preview-header .help-hint .hint-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
}
.file-preview .preview-header .help-hint .hint-btn img {
  display: inline-block;
  vertical-align: middle;
}
.file-preview .preview-header .help-hint .hint-btn .hint-label {
  display: inline-block;
  vertical-align: middle;
  margin-left: -0.5rem;
  margin-right: 0.5rem;
}
.file-preview .preview-header .help-hint .hint-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.file-preview .preview-header .help-hint .hint-btn:hover .comp-dropdown {
  display: block;
}
.file-preview .preview-header .help-hint .hint-btn .comp-dropdown {
  display: none;
}
.file-preview .preview-header .help-hint .hint-btn .comp-dropdown .comp-dropdown-menu {
  width: 20rem;
  min-width: 100%;
  min-width: 12.5rem;
  right: 0;
}
.file-preview .preview-header .help-hint .hint-btn .comp-dropdown .comp-dropdown-menu .section .section-items {
  font-size: 0.875rem;
  line-height: 1.35;
  overflow: auto;
  text-overflow: inherit;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  pointer-events: none;
}
.file-preview .preview-header .utils {
  flex: initial;
  min-width: 0;
  line-height: 0;
}
.file-preview .preview-header .util-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  margin-right: 0.5rem;
  cursor: pointer;
}
.file-preview .preview-header .util-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.file-preview .preview-header .util-btn:active {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.file-preview .preview-header .util-btn:last-child {
  margin-right: 0;
}
.file-preview .preview-header .util-btn &gt; img {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.file-preview .preview-header .util-btn.active {
  background-color: rgba(255, 255, 255, 0.15);
}
.file-preview .preview-header .util-btn.preview-close-btn {
  opacity: 0.7;
}
.file-preview .preview-header .util-btn.preview-close-btn:hover {
  opacity: 1;
  background-color: transparent;
}
.file-preview .preview-header .util-btn.preview-close-btn:active {
  opacity: 0.85;
  background-color: transparent;
}
.file-preview .preview-header .util-btn .comp-dropdown .comp-dropdown-menu {
  width: auto;
  min-width: 12.5rem;
  right: 0;
}
.file-preview .preview-header .util-btn .comp-dropdown .comp-dropdown-menu .section .section-items {
  font-size: 0.875rem;
}
.file-preview .preview-header .util-btn .comp-dropdown .comp-dropdown-menu .section .section-flex .section-flex-inner .item-icon {
  width: 1.25rem;
  min-width: 1.25rem;
}
.file-preview .preview-body {
  position: relative;
  flex: 1;
  flex-grow: 1;
  overflow: hidden;
}
.file-preview .preview-body &gt; .preview-content {
  position: relative;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  z-index: 55;
}
.file-preview .preview-body &gt; .preview-content img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.file-preview .preview-body &gt; .preview-content .preview-indicator-anime {
  position: absolute;
  flex: initial;
  width: 1.875rem;
  min-width: 1.875rem;
  height: 1.875rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.file-preview .preview-body &gt; .preview-content .preview-indicator-anime &gt; .dash {
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
}
.file-preview .preview-body &gt; .preview-content .preview-indicator-anime &gt; .dash.dash-1 {
  background-image: url("../img/utils/loading-dash-1.svg");
  background-size: 1.875rem 1.875rem;
  background-repeat: no-repeat;
  animation: preview-indicator-rotate 1s 0s ease-in-out infinite;
}
.file-preview .preview-body &gt; .preview-content .preview-indicator-anime &gt; .dash.dash-2 {
  background-image: url("../img/utils/loading-dash-2.svg");
  background-size: 1.875rem 1.875rem;
  background-repeat: no-repeat;
  animation: preview-indicator-rotate 1s 0.07s ease-in-out infinite;
}
.file-preview .preview-body &gt; .preview-content .preview-indicator-anime &gt; .dash.dash-3 {
  background-image: url("../img/utils/loading-dash-3.svg");
  background-size: 1.875rem 1.875rem;
  background-repeat: no-repeat;
  animation: preview-indicator-rotate 1s 0.14s ease-in-out infinite;
}
.file-preview .preview-body &gt; .preview-content .preview-indicator-anime &gt; .dash.dash-4 {
  background-image: url("../img/utils/loading-dash-4.svg");
  background-size: 1.875rem 1.875rem;
  background-repeat: no-repeat;
  animation: preview-indicator-rotate 1s 0.21s ease-in-out infinite;
}
.file-preview .preview-body .preview-page-btn {
  position: absolute;
  line-height: normal;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 56;
  cursor: pointer;
}
.file-preview .preview-body .preview-page-btn &gt; img {
  transition: all 0.03s ease-out;
  transform-origin: center;
}
.file-preview .preview-body .preview-page-btn:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
.file-preview .preview-body .preview-page-btn:hover img {
  transform: scale(1.2);
}
.file-preview .preview-body .preview-page-btn:active {
  background-color: rgba(0, 0, 0, 0.55);
}
.file-preview .preview-body .preview-page-btn:active img {
  transform: scale(1);
}
.file-preview .preview-body .preview-page-btn img {
  width: 100%;
  max-width: 100%;
}
.file-preview .preview-body .preview-page-btn.page-next {
  right: 1rem;
}
.file-preview .preview-body .preview-page-btn.page-prev {
  left: 1rem;
}
.file-preview .preview-blur-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-size: cover;
  background-position: center center;
}
.file-preview .preview-blur-bg &gt; .cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.file-preview .preview-not-supported {
  position: absolute;
  text-align: center;
  line-height: 1.45;
  width: 27.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.file-preview .preview-not-supported .illustration {
  width: 4.875rem;
  margin: auto;
}
.file-preview .preview-not-supported .illustration img {
  width: 100%;
}
.file-preview .preview-not-supported .title {
  font-weight: 500;
}
.file-preview .preview-not-supported .q-btn:hover, .file-preview .preview-not-supported .q-btn-default:hover, .file-preview .preview-not-supported .q-btn-primary:hover {
  box-shadow: none !important;
  outline: 2px solid #1D93F2 !important;
  outline-offset: 3px !important;
}
.file-preview .preview-not-supported .q-btn:active, .file-preview .preview-not-supported .q-btn-default:active, .file-preview .preview-not-supported .q-btn-primary:active {
  box-shadow: none !important;
  outline: 2px solid #fff !important;
  outline-offset: 3px !important;
}
.file-preview .preview-not-supported .preview-not-supported-divide {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #575b61;
}
.file-preview .preview-not-supported .alternative-services-list {
  border: 1px solid #60656b;
  border-radius: 0.5rem;
}
.file-preview .preview-not-supported .alternative-services-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem;
  border-bottom: 1px solid #60656b;
  cursor: pointer;
}
.file-preview .preview-not-supported .alternative-services-list li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.file-preview .preview-not-supported .alternative-services-list li:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.file-preview .preview-not-supported .alternative-services-list li:last-child {
  border-bottom: none;
}
.file-preview .preview-not-supported .alternative-services-list li .service-icon {
  flex: initial;
  width: 1.25rem;
  min-width: 1.25rem;
}
.file-preview .preview-footer {
  flex: initial;
  height: 3.5rem;
  min-height: 3.5rem;
  padding: 0rem 2rem;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

@keyframes preview-indicator-rotate {
  100% {
    transform: rotate(360deg);
  }
}</pre></body></html>