html.document-viewer-v3-open {
  overflow: hidden;
}

html.document-viewer-v3-direct-loading::after {
  background: #f5f6f4;
  content: "";
  inset: 0;
  position: fixed;
  z-index: 2147483646;
}

.document-viewer-v3 {
  --document-viewer-v3-accent: hsl(9, 86%, 54%);
  --document-viewer-v3-accent-dark: #c83018;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1), 0 30px 90px rgba(8, 23, 26, 0.58);
  height: 95vh;
  margin: auto;
  max-height: none;
  max-width: none;
  overflow: hidden;
  padding: 0;
  width: min(95vw, 1500px);
}

.document-viewer-v3::backdrop {
  background: rgba(32, 35, 39, 0.9);
}

.document-viewer-v3__shell {
  background: #f5f6f4;
  display: grid;
  grid-template-areas: "header" "context" "stage" "footer";
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  height: 100%;
  min-height: 0;
}

.document-viewer-v3__header {
  align-items: center;
  background: linear-gradient(110deg, hsl(210, 26%, 28%) 0%, #3e4b5c 100%);
  border-bottom: 3px solid var(--document-viewer-v3-accent);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2);
  display: flex;
  gap: 24px;
  grid-area: header;
  justify-content: space-between;
  min-height: 74px;
  padding: 12px 16px 12px 22px;
  position: relative;
}

.document-viewer-v3__heading {
  min-width: 0;
}

.document-viewer-v3__heading > span {
  align-items: center;
  color: #dcebed;
  display: flex;
  font-size: 0.62rem;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0.09em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.document-viewer-v3__heading > span::before {
  background: var(--document-viewer-v3-accent);
  content: "";
  height: 2px;
  width: 22px;
}

.document-viewer-v3__heading h2 {
  color: hsl(0, 0%, 100%);
  font-size: clamp(0.9rem, 1.25vw, 1.18rem);
  font-weight: 650;
  line-height: 1.25;
  margin: 0;
  max-width: 44vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.document-viewer-v3__actions,
.document-viewer-v3__zoom-controls {
  align-items: center;
  display: flex;
  gap: 10px;
}

.document-viewer-v3__zoom-controls {
  gap: 8px;
}

.document-viewer-v3__actions button,
.document-viewer-v3__download {
  align-items: center;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 3px;
  color: hsl(0, 0%, 100%);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 650;
  gap: 9px;
  height: 46px;
  justify-content: center;
  line-height: 1;
  min-width: 46px;
  padding: 0 16px;
}

.document-viewer-v3__actions button:hover,
.document-viewer-v3__download:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.52);
  color: hsl(0, 0%, 100%);
}

.document-viewer-v3__actions button:focus-visible,
.document-viewer-v3__download:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
  outline: 0;
}

.document-viewer-v3__actions svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 20px;
}

.document-viewer-v3__zoom-controls output {
  color: hsl(0, 0%, 100%);
  font-size: 0.76rem;
  min-width: 48px;
  text-align: center;
}

.document-viewer-v3__download,
.document-viewer-v3__download:visited {
  background: var(--document-viewer-v3-accent);
  border-color: var(--document-viewer-v3-accent);
  color: hsl(0, 0%, 100%) !important;
  text-decoration: none;
}

.document-viewer-v3__download:hover,
.document-viewer-v3__download:focus-visible,
.document-viewer-v3__download:active {
  background: var(--document-viewer-v3-accent-dark);
  border-color: var(--document-viewer-v3-accent-dark);
  color: hsl(0, 0%, 100%) !important;
}

.document-viewer-v3__download[hidden] {
  display: none;
}

.document-viewer-v3__copy-icon--copied {
  display: none;
}

.document-viewer-v3__actions .document-viewer-v3__copy.is-copied {
  background: #23855b;
  border-color: #23855b;
}

.document-viewer-v3__copy.is-copied .document-viewer-v3__copy-icon--link {
  display: none;
}

.document-viewer-v3__copy.is-copied .document-viewer-v3__copy-icon--copied {
  display: block;
}

.document-viewer-v3__actions .document-viewer-v3__close {
  background: transparent;
  border-color: transparent;
  color: #dcebed;
  padding: 0;
}

.document-viewer-v3__actions .document-viewer-v3__close:hover {
  background: var(--document-viewer-v3-accent);
  border-color: var(--document-viewer-v3-accent);
  color: hsl(0, 0%, 100%);
}

.document-viewer-v3__context {
  align-items: center;
  background: hsl(0, 0%, 100%);
  border-bottom: 1px solid #e2e5e8;
  display: flex;
  gap: 22px;
  grid-area: context;
  min-height: 45px;
  overflow-x: auto;
  padding: 7px 22px;
  scrollbar-width: thin;
}

.document-viewer-v3__context[hidden] {
  display: none;
}

.document-viewer-v3__context-group {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 6px;
}

.document-viewer-v3__context-group > span {
  color: #687078;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-right: 2px;
  text-transform: uppercase;
}

.document-viewer-v3__context-group a,
.document-viewer-v3__context-group a:visited {
  background: rgba(53, 71, 90, 0.08);
  border: 1px solid rgba(53, 71, 90, 0.12);
  border-radius: 99px;
  color: hsl(210, 26%, 28%) !important;
  font-size: 0.68rem;
  line-height: 1.2;
  padding: 6px 10px;
  white-space: nowrap;
}

.document-viewer-v3__context-group a:hover,
.document-viewer-v3__context-group a:focus-visible,
.document-viewer-v3__context-group a:active {
  background: hsl(210, 26%, 28%);
  border-color: hsl(210, 26%, 28%);
  color: hsl(0, 0%, 100%) !important;
  outline: 0;
  text-shadow: none;
}

.document-viewer-v3__stage {
  background: #ebedef;
  grid-area: stage;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.document-viewer-v3__stage iframe {
  border: 0;
  display: block;
  height: 100%;
  touch-action: none;
  user-select: none;
  width: 100%;
}

.document-viewer-v3__loader {
  align-items: center;
  background: rgba(245, 246, 244, 0.94);
  color: hsl(210, 26%, 28%);
  display: flex;
  font-size: 0.78rem;
  gap: 11px;
  inset: 0;
  justify-content: center;
  position: absolute;
  z-index: 2;
}

.document-viewer-v3__loader[hidden] {
  display: none;
}

.document-viewer-v3__loader span {
  animation: document-viewer-v3-spin 750ms linear infinite;
  border: 2px solid rgba(53, 71, 90, 0.2);
  border-radius: 50%;
  border-top-color: hsl(210, 26%, 28%);
  height: 22px;
  width: 22px;
}

.document-viewer-v3__footer {
  background: hsl(0, 0%, 100%);
  border-top: 1px solid #e2e5e8;
  grid-area: footer;
}

.document-viewer-v3__hint {
  color: #687078;
  font-size: 0.65rem;
  line-height: 1.3;
  min-height: 30px;
  padding: 8px 22px;
  text-align: center;
}

@keyframes document-viewer-v3-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1199.98px) {
  .document-viewer-v3__header {
    align-items: flex-start;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 12px 10px 11px 16px;
  }
  .document-viewer-v3__heading {
    padding-right: 45px;
  }
  .document-viewer-v3__heading h2 {
    max-width: none;
  }
  .document-viewer-v3__actions {
    grid-column: 1/-1;
    justify-content: space-between;
  }
  .document-viewer-v3__actions .document-viewer-v3__close {
    position: absolute;
    right: 9px;
    top: 9px;
  }
}
@media (max-width: 767.98px) {
  .document-viewer-v3 {
    height: 94vh;
    width: 96vw;
  }
  .document-viewer-v3__context {
    gap: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .document-viewer-v3__hint {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 575.98px) {
  .document-viewer-v3__reset span,
  .document-viewer-v3__download span {
    display: none;
  }
  .document-viewer-v3__actions button,
  .document-viewer-v3__download {
    height: 42px;
    min-width: 42px;
    padding: 0 10px;
  }
  .document-viewer-v3__actions svg {
    height: 19px;
    width: 19px;
  }
  .document-viewer-v3__zoom-controls output {
    min-width: 42px;
  }
  .document-viewer-v3__context-group > span {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .document-viewer-v3__loader span {
    animation: none;
  }
}
