/* tokens.css */
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  color: var(--text-high-contrast);
  font-family:
    Proxima Nova,
    Arial,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.00938em;
  background-color: var(--backgrounds-surface-container-high);
  overscroll-behavior: none;
  -webkit-tap-highlight-color: transparent;
}
strong,
b {
  font-weight: 700;
}
table {
  border-collapse: collapse;
}
:root {
  --backgrounds-disabled-background: var( --light-dara-color-semantic-light-disabled-background, hsl(0 0% 93%) );
  --backgrounds-error-background: var( --light-dara-color-semantic-light-error-background, hsl(8 100% 98%) );
  --backgrounds-error-background-hover: var( --light-dara-color-semantic-light-error-background-hover, hsl(9 100% 95%) );
  --backgrounds-informative-background: var( --light-dara-color-semantic-light-informative-background, hsl(0 0% 98%) );
  --backgrounds-informative-background-hover: var( --light-dara-color-semantic-light-informative-background-hover, hsl(0 0% 93%) );
  --backgrounds-input-background: var( --light-dara-color-semantic-light-inputbackground, hsl(0 0% 100%) );
  --backgrounds-input-background-disabled: var( --light-dara-color-semantic-light-input-background-disabled, hsl(0 0% 98%) );
  --backgrounds-item-background: var( --light-dara-color-semantic-light-item-background, hsl(0 0% 65%) );
  --backgrounds-item-background-hover: var( --light-dara-color-semantic-light-surfacecontainermedium, hsl(216 15% 94%) );
  --backgrounds-item-background-selected: var( --light-dara-color-semantic-light-item-background-selected, hsl(207 65% 93%) );
  --backgrounds-item-background-selected-hover: var( --light-dara-color-semantic-light-item-background-selected-hover, hsl(206 66% 84%) );
  --backgrounds-item-background-highlighted: var( --light-dara-color-semantic-light-highlight-background, hsl(228, 33%, 97%) );
  --backgrounds-label-background: var( --light-dara-color-semantic-light-label-background, hsl(0 0% 98%) );
  --backgrounds-main-container: var( --light-dara-color-semantic-light-maincontainer, hsl(210 60% 98%) );
  --backgrounds-navigation-background: var( --light-dara-color-semantic-light-navigation-background, hsl(0 0% 100%) );
  --backgrounds-navigation-background-selected: var( --light-dara-color-semantic-light-navigation-background-selected, hsl(202 89% 93%) );
  --backgrounds-success-background: var( --light-dara-color-semantic-light-success-background, hsl(137 78% 96%) );
  --backgrounds-success-background-hover: var( --light-dara-color-semantic-light-success-background-hover, hsl(136 80% 88%) );
  --backgrounds-surface-container-high: var( --light-dara-color-semantic-light-surfacecontainerhigh, hsl(0 0% 100%) );
  --backgrounds-surface-container-low: var( --light-dara-color-semantic-light-surfacecontainerlow, hsl(215 15% 84%) );
  --backgrounds-surface-container-medium: var( --light-dara-color-semantic-light-surfacecontainermedium, hsl(216 15% 94%) );
  --backgrounds-tag-background: var( --light-dara-color-semantic-light-tag-background, hsl(214 15% 55%) );
  --backgrounds-warning-background: var( --light-dara-color-semantic-light-warning-background, hsl(36, 100%, 98%) );
  --backgrounds-warning-background-hover: var( --light-dara-color-semantic-light-warning-background-hover, hsl(47, 88%, 90%) );
  --backgrounds-zebra-stripe-background: var( --light-dara-color-semantic-light-zebra-stripe-background, hsl(0 0 98%) );
  --global-elements-icon: var(--light-dara-color-semantic-light-icon, hsl(212 17% 46%));
  --global-elements-outline: var(--light-dara-color-semantic-light-outline, hsl(0 0% 74%));
  --global-elements-outline-hover: var( --light-dara-color-semantic-light-outline-hover, hsl(0, 0%, 54%) );
  --global-elements-outline-subtle: var( --light-dara-color-semantic-light-outlinesubtle, hsl(216 16% 94%) );
  --global-elements-overlay: var( --light-dara-color-semantic-light-overlay, hsl(210 15% 13% / 0.75) );
  --global-elements-primary-action: var( --light-dara-color-semantic-light-primaryaction, hsl(203 89% 40%) );
  --global-elements-primary-action-hover: var( --light-dara-color-semantic-light-primaryactionhover, hsl(198 100% 29%) );
  --global-elements-primary-action-subtle: var( --light-dara-color-semantic-light-primaryactionsubtle, hsl(200 82% 98%) );
  --global-elements-primary-action-subtle-hover: var( --light-dara-color-semantic-light-primaryactionsubtlehover, hsl(202 89% 93%) );
  --global-elements-selected: var(--light-dara-color-semantic-light-selected, hsl(210 15% 13%));
  --global-elements-separator: var(--light-dara-color-semantic-light-separator, hsl(0 0% 74%));
  --system-feedback-caution: var(--light-dara-color-semantic-light-caution, hsl(37 100% 46%));
  --system-feedback-caution-hover: var( --light-dara-color-semantic-light-cautionhover, hsl(39 100% 31%) );
  --system-feedback-error: var(--light-dara-color-semantic-light-error, hsl(359 71% 50%));
  --system-feedback-error-hover: var( --light-dara-color-semantic-light-error-hover, hsl(354 88% 40%) );
  --system-feedback-informative: var( --light-dara-color-semantic-light-informative, hsl(205 12% 30%) );
  --system-feedback-informative-hover: var( --light-dara-color-semantic-light-informative-hover, hsl(206 12% 22%) );
  --system-feedback-informative-subtle: var( --light-dara-color-semantic-light-informative-subtle, hsl(215 15% 84%) );
  --system-feedback-informative-subtle-hover: var( --light-dara-color-semantic-light-informative-subtle-hover, hsl(212 15% 75%) );
  --system-feedback-intermediate: var( --light-dara-color-semantic-light-intermediate, hsl(47 88% 90%) );
  --system-feedback-success: var(--light-dara-color-semantic-light-success, hsl(146 56% 32%));
  --system-feedback-success-hover: var( --light-dara-color-semantic-light-success-hover, hsl(145 52% 28%) );
  --system-feedback-warning: var(--light-dara-color-semantic-light-warning, hsl(50, 88%, 47%));
  --system-feedback-warning-hover: var( --light-dara-color-semantic-light-warning-hover, hsl(47, 88%, 40%) );
  --text-disabled: var(--light-dara-color-semantic-light-disabled, hsl(0 0% 74%));
  --text-error: var(--light-dara-color-semantic-light-error, hsl(359 71% 50%));
  --text-high-contrast: var(--light-dara-color-semantic-light-high-contrast, hsl(210 15% 13%));
  --text-link: var(--light-dara-color-semantic-light-link, hsl(198 100% 29%));
  --text-link-hover: var(--light-dara-color-semantic-light-link-hover, hsl(198 100% 23%));
  --text-low-contrast: var(--light-dara-color-semantic-light-low-contrast, hsl(214 16% 31%));
  --text-medium-contrast: var(--light-dara-color-semantic-light-medium-contrast, hsl(212 17% 23%));
  --text-navigation: var(--light-dara-color-semantic-light-navigation, hsl(203 89% 40%));
  --text-primary-text: var(--light-dara-color-semantic-light-primary-text, hsl(0 0% 100%));
  --text-primary-text-subtle: var( --light-dara-color-semantic-light-primary-text-subtle, hsl(198 100% 29%) );
  --text-primary-text-subtle-hover: var( --light-dara-color-semantic-light-primary-text-subtle-hover, hsl(198 100% 23%) );
  --text-success: var(--light-dara-color-semantic-light-success, hsl(146 56% 32%));
  --text-warning: var(--light-dara-color-semantic-light-warning-text, hsl(47, 88%, 20%));
  --color-darkerblue-400: var(--dara-color-base-darkerblue400, hsl(206 66% 64%));
  --border-radius-none: var(--size-0, 0rem);
  --border-radius-small: var(--size-4, 0.25rem);
  --border-radius-medium: var(--size-8, 0.5rem);
  --border-radius-full: var(--size-999, 62.4375rem);
  --border-none: var(--size-0, 0rem);
  --border-size-1: var(--size-1, 0.0625rem);
  --border-size-2: var(--size-2, 0.125rem);
  --spacing-0000: var(--size-0, 0rem);
  --spacing-0125: var(--size-2, 0.125rem);
  --spacing-0250: var(--size-4, 0.25rem);
  --spacing-0375: var(--size-6, 0.375rem);
  --spacing-0500: var(--size-8, 0.5rem);
  --spacing-0750: var(--size-12, 0.75rem);
  --spacing-1000: var(--size-16, 1rem);
  --spacing-1250: var(--size-20, 1.25rem);
  --spacing-1500: var(--size-24, 1.5rem);
  --spacing-2000: var(--size-32, 2rem);
  --spacing-2500: var(--size-40, 2.5rem);
  --spacing-3000: var(--size-48, 3rem);
  --spacing-3500: var(--size-56, 3.5rem);
  --spacing-4000: var(--size-64, 4rem);
  --box-shadow-none: var(--base-box-shadow-none, none);
  --box-shadow-small: var(--base-box-shadow-small, 0px 0px 4px 0px rgba(0, 0, 0, 0.1));
  --box-shadow-medium: var( --base-box-shadow-medium, 0px 6px 8px 0px rgba(0, 0, 0, 0.1), 0px 0px 16px 0px rgba(0, 0, 0, 0.1) );
  --box-shadow-large: var( --base-box-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1), 0px 8px 24px 0px rgba(0, 0, 0, 0.1) );
  --box-shadow-card: var(--base-box-shadow-card, 0px 4px 10px 0px rgba(1, 78, 138, 0.2));
  --BaseFontSize12: 0.75rem;
  --BaseFontSize14: 0.875rem;
  --BaseFontSize16: 1rem;
  --BaseFontSize18: 1.125rem;
  --BaseFontSize20: 1.25rem;
  --BaseFontSize24: 1.5rem;
  --BaseFontSize28: 1.75rem;
  --BaseFontSize32: 2rem;
  --BaseFontSize40: 2.5rem;
  --BaseLineHeight20: 20px;
  --BaseLineHeight22: 22px;
  --BaseLineHeight24: 24px;
  --BaseLineHeight26: 26px;
  --BaseLineHeight28: 28px;
  --BaseLineHeight32: 32px;
  --BaseLineHeight36: 36px;
  --BaseLineHeight40: 40px;
  --BaseLineHeight48: 48px;
  --BaseFontWeightRegular: 400;
  --BaseFontWeightSemiBold: 600;
  --BaseFontWeightBold: 700;
  .display40 {
    font-family: "Montserrat";
    font-weight: var(--BaseFontWeightBold);
    font-size: var(--BaseFontSize40);
    line-height: var(--BaseLineHeight48);
    text-decoration: none;
  }
  .title32 {
    font-family: "Montserrat";
    font-weight: var(--BaseFontWeightBold);
    font-size: var(--BaseFontSize32);
    line-height: var(--BaseLineHeight40);
    text-decoration: none;
  }
  .title28 {
    font-family: "Montserrat";
    font-weight: var(--BaseFontWeightBold);
    font-size: var(--BaseFontSize28);
    line-height: var(--BaseLineHeight36);
    text-decoration: none;
  }
  .title24 {
    font-family: "Montserrat";
    font-weight: var(--BaseFontWeightBold);
    font-size: var(--BaseFontSize24);
    line-height: var(--BaseLineHeight32);
    text-decoration: none;
  }
  .subtitle20 {
    font-family: "Montserrat";
    font-weight: var(--BaseFontWeightBold);
    font-size: var(--BaseFontSize20);
    line-height: var(--BaseLineHeight28);
    text-decoration: none;
  }
  .bodyBold18 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightBold);
    font-size: var(--BaseFontSize18);
    line-height: var(--BaseLineHeight26);
    text-decoration: none;
  }
  .bodyBold16 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightBold);
    font-size: var(--BaseFontSize16);
    line-height: var(--BaseLineHeight24);
    text-decoration: none;
  }
  .bodyBold14 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightBold);
    font-size: var(--BaseFontSize14);
    line-height: var(--BaseLineHeight22);
    text-decoration: none;
  }
  .bodyRegular18 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightRegular);
    font-size: var(--BaseFontSize18);
    line-height: var(--BaseLineHeight26);
    text-decoration: none;
  }
  .bodyRegular16 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightRegular);
    font-size: var(--BaseFontSize16);
    line-height: var(--BaseLineHeight24);
    text-decoration: none;
  }
  .bodyRegular14 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightRegular);
    font-size: var(--BaseFontSize14);
    line-height: var(--BaseLineHeight22);
    text-decoration: none;
  }
  .labelBold18 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightBold);
    font-size: var(--BaseFontSize18);
    line-height: var(--BaseLineHeight26);
    text-decoration: none;
  }
  .labelBold16 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightBold);
    font-size: var(--BaseFontSize16);
    line-height: var(--BaseLineHeight24);
    text-decoration: none;
  }
  .labelBold14 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightBold);
    font-size: var(--BaseFontSize14);
    line-height: var(--BaseLineHeight22);
    text-decoration: none;
  }
  .labelBold12 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightBold);
    font-size: var(--BaseFontSize12);
    line-height: var(--BaseLineHeight20);
    text-decoration: none;
  }
  .labelRegular18 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightRegular);
    font-size: var(--BaseFontSize18);
    line-height: var(--BaseLineHeight26);
    text-decoration: none;
  }
  .labelRegular16 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightRegular);
    font-size: var(--BaseFontSize16);
    line-height: var(--BaseLineHeight24);
    text-decoration: none;
  }
  .labelRegular14 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightRegular);
    font-size: var(--BaseFontSize14);
    line-height: var(--BaseLineHeight22);
    text-decoration: none;
  }
  .labelRegular12 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightRegular);
    font-size: var(--BaseFontSize12);
    line-height: var(--BaseLineHeight20);
    text-decoration: none;
  }
  .linkSemiBold18 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightSemiBold);
    font-size: var(--BaseFontSize18);
    line-height: var(--BaseLineHeight26);
    text-decoration: underline;
  }
  .linkSemiBold16 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightSemiBold);
    font-size: var(--BaseFontSize16);
    line-height: var(--BaseLineHeight24);
    text-decoration: underline;
  }
  .linkSemiBold14 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightSemiBold);
    font-size: var(--BaseFontSize14);
    line-height: var(--BaseLineHeight22);
    text-decoration: underline;
  }
  .linkRegular18 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightRegular);
    font-size: var(--BaseFontSize18);
    line-height: var(--BaseLineHeight26);
    text-decoration: underline;
  }
  .linkRegular16 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightRegular);
    font-size: var(--BaseFontSize16);
    line-height: var(--BaseLineHeight24);
    text-decoration: underline;
  }
  .linkRegular14 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightRegular);
    font-size: var(--BaseFontSize14);
    line-height: var(--BaseLineHeight22);
    text-decoration: underline;
  }
  .monoBold18 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightBold);
    font-size: var(--BaseFontSize18);
    line-height: var(--BaseLineHeight26);
    text-decoration: none;
    font-variant-numeric: tabular-nums;
  }
  .monoBold16 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightBold);
    font-size: var(--BaseFontSize16);
    line-height: var(--BaseLineHeight24);
    text-decoration: none;
    font-variant-numeric: tabular-nums;
  }
  .monoBold14 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightBold);
    font-size: var(--BaseFontSize14);
    line-height: var(--BaseLineHeight22);
    text-decoration: none;
    font-variant-numeric: tabular-nums;
  }
  .monoRegular18 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightRegular);
    font-size: var(--BaseFontSize18);
    line-height: var(--BaseLineHeight26);
    text-decoration: none;
    font-variant-numeric: tabular-nums;
  }
  .monoRegular16 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightRegular);
    font-size: var(--BaseFontSize16);
    line-height: var(--BaseLineHeight24);
    text-decoration: none;
    font-variant-numeric: tabular-nums;
  }
  .monoRegular14 {
    font-family: "Proxima Nova";
    font-weight: var(--BaseFontWeightRegular);
    font-size: var(--BaseFontSize14);
    line-height: var(--BaseLineHeight22);
    text-decoration: none;
    font-variant-numeric: tabular-nums;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}
/* fonts.css */
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/ProximaNovaReg-62CGAWL5.3a88be5f.otf") format("opentype");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-style: normal;
  src: url("/assets/Proxima-Nova-Bold-QXRO7A56.39ad60a6.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/Montserrat-Regular-KTDWECCU.50b14a5c.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/Montserrat-VariableFont_wght-6WK4HD22.22d36ac1.ttf") format("truetype");
}
/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

:root {
  --react-pdf-annotation-layer: 1;
  --annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
  --input-focus-border-color: Highlight;
  --input-focus-outline: 1px solid Canvas;
  --input-unfocused-border-color: transparent;
  --input-disabled-border-color: transparent;
  --input-hover-border-color: black;
  --link-outline: none;
}

@media screen and (forced-colors: active) {
  :root {
    --input-focus-border-color: CanvasText;
    --input-unfocused-border-color: ActiveText;
    --input-disabled-border-color: GrayText;
    --input-hover-border-color: Highlight;
    --link-outline: 1.5px solid LinkText;
  }
  .annotationLayer .textWidgetAnnotation :is(input, textarea):required,
  .annotationLayer .choiceWidgetAnnotation select:required,
  .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
    outline: 1.5px solid selectedItem;
  }

  .annotationLayer .linkAnnotation:hover {
    backdrop-filter: invert(100%);
  }
}

.annotationLayer {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transform-origin: 0 0;
  z-index: 3;
}

.annotationLayer[data-main-rotation='90'] .norotate {
  transform: rotate(270deg) translateX(-100%);
}
.annotationLayer[data-main-rotation='180'] .norotate {
  transform: rotate(180deg) translate(-100%, -100%);
}
.annotationLayer[data-main-rotation='270'] .norotate {
  transform: rotate(90deg) translateY(-100%);
}

.annotationLayer canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

.annotationLayer section {
  position: absolute;
  text-align: initial;
  pointer-events: auto;
  box-sizing: border-box;
  margin: 0;
  transform-origin: 0 0;
}

.annotationLayer .linkAnnotation {
  outline: var(--link-outline);
}

.textLayer.selecting ~ .annotationLayer section {
  pointer-events: none;
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a:hover {
  opacity: 0.2;
  background: rgba(255, 255, 0, 1);
  box-shadow: 0 2px 10px rgba(255, 255, 0, 1);
}

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea),
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  background-image: var(--annotation-unfocused-field-background);
  border: 2px solid var(--input-unfocused-border-color);
  box-sizing: border-box;
  font: calc(9px * var(--total-scale-factor)) sans-serif;
  height: 100%;
  margin: 0;
  vertical-align: top;
  width: 100%;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):required,
.annotationLayer .choiceWidgetAnnotation select:required,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
  outline: 1.5px solid red;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  resize: none;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea)[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input[disabled] {
  background: none;
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:hover {
  border: 2px solid var(--input-hover-border-color);
}
.annotationLayer .textWidgetAnnotation :is(input, textarea):hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover {
  border-radius: 2px;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) :focus {
  background-image: none;
  background-color: transparent;
}

.annotationLayer .buttonWidgetAnnotation.checkBox :focus {
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation.radioButton :focus {
  border: 2px solid var(--input-focus-border-color);
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before {
  background-color: CanvasText;
  content: '';
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before {
  transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after {
  transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 103%;
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  appearance: none;
}

.annotationLayer .popupTriggerArea {
  height: 100%;
  width: 100%;
}

.annotationLayer .fileAttachmentAnnotation .popupTriggerArea {
  position: absolute;
}

.annotationLayer .popupWrapper {
  position: absolute;
  font-size: calc(9px * var(--total-scale-factor));
  width: 100%;
  min-width: calc(180px * var(--total-scale-factor));
  pointer-events: none;
}

.annotationLayer .popup {
  position: absolute;
  max-width: calc(180px * var(--total-scale-factor));
  background-color: rgba(255, 255, 153, 1);
  box-shadow: 0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor))
    rgba(136, 136, 136, 1);
  border-radius: calc(2px * var(--total-scale-factor));
  padding: calc(6px * var(--total-scale-factor));
  margin-left: calc(5px * var(--total-scale-factor));
  cursor: pointer;
  font: message-box;
  white-space: normal;
  word-wrap: break-word;
  pointer-events: auto;
}

.annotationLayer .popup > * {
  font-size: calc(9px * var(--total-scale-factor));
}

.annotationLayer .popup h1 {
  display: inline-block;
}

.annotationLayer .popupDate {
  display: inline-block;
  margin-left: calc(5px * var(--total-scale-factor));
}

.annotationLayer .popupContent {
  border-top: 1px solid rgba(51, 51, 51, 1);
  margin-top: calc(2px * var(--total-scale-factor));
  padding-top: calc(2px * var(--total-scale-factor));
}

.annotationLayer .richText > * {
  white-space: pre-wrap;
  font-size: calc(9px * var(--total-scale-factor));
}

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .freeTextAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .caretAnnotation,
.annotationLayer .inkAnnotation svg polyline,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

.annotationLayer section svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.annotationLayer .annotationTextContent {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: transparent;
  user-select: none;
  pointer-events: none;
}

.annotationLayer .annotationTextContent span {
  width: 100%;
  display: inline-block;
}
/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

:root {
  --react-pdf-text-layer: 1;
  --highlight-bg-color: rgba(180, 0, 170, 1);
  --highlight-selected-bg-color: rgba(0, 100, 0, 1);
}

@media screen and (forced-colors: active) {
  :root {
    --highlight-bg-color: Highlight;
    --highlight-selected-bg-color: ButtonText;
  }
}

[data-main-rotation='90'] {
  transform: rotate(90deg) translateY(-100%);
}
[data-main-rotation='180'] {
  transform: rotate(180deg) translate(-100%, -100%);
}
[data-main-rotation='270'] {
  transform: rotate(270deg) translateX(-100%);
}

.textLayer {
  position: absolute;
  text-align: initial;
  inset: 0;
  overflow: hidden;
  line-height: 1;
  text-size-adjust: none;
  forced-color-adjust: none;
  transform-origin: 0 0;
  z-index: 2;
}

.textLayer :is(span, br) {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  margin: 0;
  transform-origin: 0 0;
}

/* Only necessary in Google Chrome, see issue 14205, and most unfortunately
 * the problem doesn't show up in "text" reference tests. */
.textLayer span.markedContent {
  top: 0;
  height: 0;
}

.textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: var(--highlight-bg-color);
  border-radius: 4px;
}

.textLayer .highlight.appended {
  position: initial;
}

.textLayer .highlight.begin {
  border-radius: 4px 0 0 4px;
}

.textLayer .highlight.end {
  border-radius: 0 4px 4px 0;
}

.textLayer .highlight.middle {
  border-radius: 0;
}

.textLayer .highlight.selected {
  background-color: var(--highlight-selected-bg-color);
}

/* Avoids https://github.com/mozilla/pdf.js/issues/13840 in Chrome */
.textLayer br::selection {
  background: transparent;
}

.textLayer .endOfContent {
  display: block;
  position: absolute;
  inset: 100% 0 0;
  z-index: -1;
  cursor: default;
  user-select: none;
}

.textLayer.selecting .endOfContent {
  top: 0;
}

.hiddenCanvasElement {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: none;
}
