#body .tw-fixed {
  position: fixed;
}

#body .tw-absolute {
  position: absolute;
}

#body .tw-relative {
  position: relative;
}

#body .tw-inset-0 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#body .tw-bottom-0 {
  bottom: 0;
}

#body .tw-left-0 {
  left: 0;
}

#body .tw-left-\[200px\] {
  left: 200px;
}

#body .tw-right-0 {
  right: 0;
}

#body .tw-right-2 {
  right: .5rem;
}

#body .tw-right-4 {
  right: 1rem;
}

#body .tw-top-0 {
  top: 0;
}

#body .tw-top-1 {
  top: .25rem;
}

#body .tw-top-2 {
  top: .5rem;
}

#body .tw-top-\[-1\.2em\] {
  top: -1.2em;
}

#body .tw-top-\[-7px\] {
  top: -7px;
}

#body .tw-z-10 {
  z-index: 10;
}

#body .tw-z-50 {
  z-index: 50;
}

#body .tw-m-0 {
  margin: 0;
}

#body .tw-m-auto {
  margin: auto;
}

#body .tw-mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

#body .tw-mx-2 {
  margin-left: .5rem;
  margin-right: .5rem;
}

#body .tw-mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

#body .tw-mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

#body .tw-mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

#body .tw-my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

#body .tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#body .tw-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#body .tw-my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#body .tw-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

#body .tw-mb-10 {
  margin-bottom: 2.5rem;
}

#body .tw-mb-14 {
  margin-bottom: 3.5rem;
}

#body .tw-mb-2 {
  margin-bottom: .5rem;
}

#body .tw-mb-4 {
  margin-bottom: 1rem;
}

#body .tw-mb-6 {
  margin-bottom: 1.5rem;
}

#body .tw-mb-8 {
  margin-bottom: 2rem;
}

#body .tw-ml-1 {
  margin-left: .25rem;
}

#body .tw-ml-2 {
  margin-left: .5rem;
}

#body .tw-ml-3 {
  margin-left: .75rem;
}

#body .tw-ml-4 {
  margin-left: 1rem;
}

#body .tw-ml-6 {
  margin-left: 1.5rem;
}

#body .tw-ml-8 {
  margin-left: 2rem;
}

#body .tw-ml-9 {
  margin-left: 2.25rem;
}

#body .tw-ml-\[12px\] {
  margin-left: 12px;
}

#body .tw-mr-1 {
  margin-right: .25rem;
}

#body .tw-mr-2 {
  margin-right: .5rem;
}

#body .tw-mr-3 {
  margin-right: .75rem;
}

#body .tw-mr-3\.5 {
  margin-right: .875rem;
}

#body .tw-mr-4 {
  margin-right: 1rem;
}

#body .tw-mt-0 {
  margin-top: 0;
}

#body .tw-mt-1 {
  margin-top: .25rem;
}

#body .tw-mt-10 {
  margin-top: 2.5rem;
}

#body .tw-mt-2 {
  margin-top: .5rem;
}

#body .tw-mt-3 {
  margin-top: .75rem;
}

#body .tw-mt-4 {
  margin-top: 1rem;
}

#body .tw-mt-5 {
  margin-top: 1.25rem;
}

#body .tw-mt-6 {
  margin-top: 1.5rem;
}

#body .tw-mt-8 {
  margin-top: 2rem;
}

#body .tw-mt-\[-6px\] {
  margin-top: -6px;
}

#body .tw-mt-\[1px\] {
  margin-top: 1px;
}

#body .tw-block {
  display: block;
}

#body .tw-inline-block {
  display: inline-block;
}

#body .tw-flex {
  display: flex;
}

#body .tw-inline-flex {
  display: inline-flex;
}

#body .tw-grid {
  display: grid;
}

#body .tw-hidden {
  display: none;
}

#body .tw-h-1\/2 {
  height: 50%;
}

#body .tw-h-10 {
  height: 2.5rem;
}

#body .tw-h-12 {
  height: 3rem;
}

#body .tw-h-14 {
  height: 3.5rem;
}

#body .tw-h-16 {
  height: 4rem;
}

#body .tw-h-4 {
  height: 1rem;
}

#body .tw-h-7 {
  height: 1.75rem;
}

#body .tw-h-72 {
  height: 18rem;
}

#body .tw-h-8 {
  height: 2rem;
}

#body .tw-h-\[100px\] {
  height: 100px;
}

#body .tw-h-\[12px\] {
  height: 12px;
}

#body .tw-h-\[150px\] {
  height: 150px;
}

#body .tw-h-\[15px\] {
  height: 15px;
}

#body .tw-h-\[18px\] {
  height: 18px;
}

#body .tw-h-\[30px\] {
  height: 30px;
}

#body .tw-h-\[60vh\] {
  height: 60vh;
}

#body .tw-h-full {
  height: 100%;
}

#body .tw-max-h-\[350px\] {
  max-height: 350px;
}

#body .tw-min-h-0 {
  min-height: 0;
}

#body .tw-min-h-\[20px\] {
  min-height: 20px;
}

#body .tw-min-h-\[46px\] {
  min-height: 46px;
}

#body .tw-min-h-\[48px\] {
  min-height: 48px;
}

#body .tw-min-h-\[60px\] {
  min-height: 60px;
}

#body .tw-w-1\/3 {
  width: 33.3333%;
}

#body .tw-w-2\/5 {
  width: 40%;
}

#body .tw-w-3\/5 {
  width: 60%;
}

#body .tw-w-32 {
  width: 8rem;
}

#body .tw-w-4 {
  width: 1rem;
}

#body .tw-w-48 {
  width: 12rem;
}

#body .tw-w-5 {
  width: 1.25rem;
}

#body .tw-w-6 {
  width: 1.5rem;
}

#body .tw-w-7 {
  width: 1.75rem;
}

#body .tw-w-80 {
  width: 20rem;
}

#body .tw-w-\[1000px\] {
  width: 1000px;
}

#body .tw-w-\[15px\] {
  width: 15px;
}

#body .tw-w-\[1px\] {
  width: 1px;
}

#body .tw-w-\[200px\] {
  width: 200px;
}

#body .tw-w-\[20px\] {
  width: 20px;
}

#body .tw-w-\[250px\] {
  width: 250px;
}

#body .tw-w-\[2px\] {
  width: 2px;
}

#body .tw-w-\[30px\] {
  width: 30px;
}

#body .tw-w-\[350px\] {
  width: 350px;
}

#body .tw-w-\[400px\] {
  width: 400px;
}

#body .tw-w-\[450px\] {
  width: 450px;
}

#body .tw-w-\[50\%\] {
  width: 50%;
}

#body .tw-w-\[500px\] {
  width: 500px;
}

#body .tw-w-\[550px\] {
  width: 550px;
}

#body .tw-w-\[600px\] {
  width: 600px;
}

#body .tw-w-\[700px\] {
  width: 700px;
}

#body .tw-w-\[750px\] {
  width: 750px;
}

#body .tw-w-\[800px\] {
  width: 800px;
}

#body .tw-w-\[950px\] {
  width: 950px;
}

#body .tw-w-full {
  width: 100%;
}

#body .tw-min-w-0 {
  min-width: 0;
}

#body .tw-min-w-\[150px\] {
  min-width: 150px;
}

#body .tw-min-w-\[200px\] {
  min-width: 200px;
}

#body .tw-min-w-\[20px\] {
  min-width: 20px;
}

#body .tw-min-w-\[280px\] {
  min-width: 280px;
}

#body .tw-min-w-\[300px\] {
  min-width: 300px;
}

#body .tw-min-w-\[320px\] {
  min-width: 320px;
}

#body .tw-min-w-\[46px\] {
  min-width: 46px;
}

#body .tw-max-w-\[100px\] {
  max-width: 100px;
}

#body .tw-max-w-\[200px\] {
  max-width: 200px;
}

#body .tw-max-w-\[400px\] {
  max-width: 400px;
}

#body .tw-max-w-\[480px\] {
  max-width: 480px;
}

#body .tw-max-w-\[500px\] {
  max-width: 500px;
}

#body .tw-max-w-\[50px\] {
  max-width: 50px;
}

#body .tw-max-w-\[600px\] {
  max-width: 600px;
}

#body .tw-max-w-full {
  max-width: 100%;
}

#body .tw-flex-1 {
  flex: 1;
}

#body .tw-flex-shrink-0, #body .tw-shrink-0 {
  flex-shrink: 0;
}

#body .tw-flex-grow, #body .tw-grow {
  flex-grow: 1;
}

#body .tw-basis-1\/3 {
  flex-basis: 33.3333%;
}

#body .tw-border-collapse {
  border-collapse: collapse;
}

#body .tw-border-separate {
  border-collapse: separate;
}

#body .tw-border-spacing-y-2 {
  --tw-border-spacing-y: .5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

#body .tw-cursor-default {
  cursor: default;
}

#body .tw-cursor-help {
  cursor: help;
}

#body .tw-cursor-pointer {
  cursor: pointer;
}

#body .tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#body .tw-flex-row {
  flex-direction: row;
}

#body .tw-flex-col {
  flex-direction: column;
}

#body .tw-flex-nowrap {
  flex-wrap: nowrap;
}

#body .tw-items-start {
  align-items: flex-start;
}

#body .tw-items-end {
  align-items: flex-end;
}

#body .tw-items-center {
  align-items: center;
}

#body .tw-justify-end {
  justify-content: flex-end;
}

#body .tw-justify-center {
  justify-content: center;
}

#body .tw-justify-between {
  justify-content: space-between;
}

#body .tw-justify-stretch {
  justify-content: stretch;
}

#body .tw-gap-0 {
  gap: 0;
}

#body .tw-gap-1 {
  gap: .25rem;
}

#body .tw-gap-10 {
  gap: 2.5rem;
}

#body .tw-gap-2 {
  gap: .5rem;
}

#body .tw-gap-3 {
  gap: .75rem;
}

#body .tw-gap-4 {
  gap: 1rem;
}

#body .tw-gap-6 {
  gap: 1.5rem;
}

#body .tw-gap-8 {
  gap: 2rem;
}

#body .tw-gap-\[2px\] {
  gap: 2px;
}

#body :is(.tw-space-x-3 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(.75rem * var(--tw-space-x-reverse));
  margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse)));
}

#body .tw-overflow-auto {
  overflow: auto;
}

#body .tw-overflow-hidden {
  overflow: hidden;
}

#body .tw-overflow-x-hidden {
  overflow-x: hidden;
}

#body .tw-overflow-y-hidden {
  overflow-y: hidden;
}

#body .\!tw-truncate {
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

#body .tw-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#body .tw-overflow-ellipsis, #body .tw-text-ellipsis {
  text-overflow: ellipsis;
}

#body .tw-whitespace-nowrap {
  white-space: nowrap;
}

#body .tw-break-words {
  overflow-wrap: break-word;
}

#body .tw-break-all {
  word-break: break-all;
}

#body .tw-rounded {
  border-radius: .25rem;
}

#body .tw-rounded-full {
  border-radius: 9999px;
}

#body .tw-rounded-lg {
  border-radius: .5rem;
}

#body .tw-rounded-md {
  border-radius: .375rem;
}

#body .tw-rounded-none {
  border-radius: 0;
}

#body .tw-rounded-sm {
  border-radius: .125rem;
}

#body .tw-rounded-t-lg {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

#body .tw-border {
  border-width: 1px;
}

#body .tw-border-0 {
  border-width: 0;
}

#body .tw-border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

#body .tw-border-b {
  border-bottom-width: 1px;
}

#body .tw-border-b-0 {
  border-bottom-width: 0;
}

#body .tw-border-l {
  border-left-width: 1px;
}

#body .tw-border-r {
  border-right-width: 1px;
}

#body .tw-border-t {
  border-top-width: 1px;
}

#body .tw-border-solid {
  border-style: solid;
}

#body .tw-border-dashed {
  border-style: dashed;
}

#body .tw-border-dotted {
  border-style: dotted;
}

#body .tw-border-none {
  border-style: none;
}

#body .tw-border-\[\#0F93FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(15 147 255 / var(--tw-border-opacity, 1));
}

#body .tw-border-\[\#232733\] {
  --tw-border-opacity: 1;
  border-color: rgb(35 39 51 / var(--tw-border-opacity, 1));
}

#body .tw-border-\[\#cccccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

#body .tw-border-divider {
  --tw-border-opacity: 1;
  border-color: rgb(60 66 87 / var(--tw-border-opacity, 1));
}

#body .tw-border-error {
  --tw-border-opacity: 1;
  border-color: rgb(240 92 82 / var(--tw-border-opacity, 1));
}

#body .tw-border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(163 172 185 / var(--tw-border-opacity, 1));
}

#body .tw-border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(105 115 134 / var(--tw-border-opacity, 1));
}

#body .tw-border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(79 86 107 / var(--tw-border-opacity, 1));
}

#body .tw-border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(60 67 87 / var(--tw-border-opacity, 1));
}

#body .tw-border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(42 46 56 / var(--tw-border-opacity, 1));
}

#body .tw-border-neutral {
  --tw-border-opacity: 1;
  border-color: rgb(23 143 230 / var(--tw-border-opacity, 1));
}

#body .tw-border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(60 66 87 / var(--tw-border-opacity, 1));
}

#body .tw-border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(32 39 57 / var(--tw-border-opacity, 1));
}

#body .tw-border-slate-75 {
  --tw-border-opacity: 1;
  border-color: rgb(37 42 55 / var(--tw-border-opacity, 1));
}

#body .tw-border-success {
  --tw-border-opacity: 1;
  border-color: rgb(23 163 93 / var(--tw-border-opacity, 1));
}

#body .tw-border-warning {
  --tw-border-opacity: 1;
  border-color: rgb(226 185 56 / var(--tw-border-opacity, 1));
}

#body .tw-border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

#body .tw-border-white\/60 {
  border-color: #fff9;
}

#body .tw-bg-\[\#012B49\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 43 73 / var(--tw-bg-opacity, 1));
}

#body .tw-bg-\[\#082036\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 32 54 / var(--tw-bg-opacity, 1));
}

#body .tw-bg-\[\#0F93FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 147 255 / var(--tw-bg-opacity, 1));
}

#body .tw-bg-\[\#2F2E27\] {
  --tw-bg-opacity: 1;
  background-color: rgb(47 46 39 / var(--tw-bg-opacity, 1));
}

#body .tw-bg-black\/50 {
  background-color: #00000080;
}

#body .tw-bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(144 202 249 / var(--tw-bg-opacity, 1));
}

#body .tw-bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(105 115 134 / var(--tw-bg-opacity, 1));
}

#body .tw-bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 21 35 / var(--tw-bg-opacity, 1));
}

#body .tw-bg-lightGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(81 240 161 / var(--tw-bg-opacity, 1));
}

#body .tw-bg-lightRed {
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 112 / var(--tw-bg-opacity, 1));
}

#body .tw-bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(4 10 23 / var(--tw-bg-opacity, 1));
}

#body .tw-bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

#body .tw-bg-tableHeader {
  --tw-bg-opacity: 1;
  background-color: rgb(15 21 35 / var(--tw-bg-opacity, 1));
}

#body .tw-bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(28 36 54 / var(--tw-bg-opacity, 1));
}

#body .tw-bg-transparent {
  background-color: #0000;
}

#body .tw-bg-warning\/10 {
  background-color: #e2b9381a;
}

#body .tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

#body .tw-bg-none {
  background-image: none;
}

#body .tw-fill-error {
  fill: #f05c52;
}

#body .tw-fill-gray-500 {
  fill: #a3acb9;
}

#body .tw-fill-neutral {
  fill: #178fe6;
}

#body .tw-fill-spreadBps {
  fill: #b4b5b9;
}

#body .tw-fill-success {
  fill: #17a35d;
}

#body .tw-fill-transparent {
  fill: #0000;
}

#body .tw-fill-warning {
  fill: #e2b938;
}

#body .tw-stroke-neutral {
  stroke: #178fe6;
}

#body .tw-p-0 {
  padding: 0;
}

#body .tw-p-2 {
  padding: .5rem;
}

#body .tw-p-3 {
  padding: .75rem;
}

#body .tw-p-4 {
  padding: 1rem;
}

#body .tw-p-6 {
  padding: 1.5rem;
}

#body .tw-p-8 {
  padding: 2rem;
}

#body .tw-px-0 {
  padding-left: 0;
  padding-right: 0;
}

#body .tw-px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

#body .tw-px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

#body .tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

#body .tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#body .tw-py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

#body .tw-py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

#body .tw-py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#body .tw-py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

#body .tw-py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

#body .tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#body .tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#body .tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#body .tw-pb-0 {
  padding-bottom: 0;
}

#body .tw-pb-2 {
  padding-bottom: .5rem;
}

#body .tw-pb-4 {
  padding-bottom: 1rem;
}

#body .tw-pb-8 {
  padding-bottom: 2rem;
}

#body .tw-pl-0 {
  padding-left: 0;
}

#body .tw-pl-2 {
  padding-left: .5rem;
}

#body .tw-pl-4 {
  padding-left: 1rem;
}

#body .tw-pl-\[6px\] {
  padding-left: 6px;
}

#body .tw-pr-2 {
  padding-right: .5rem;
}

#body .tw-pr-3 {
  padding-right: .75rem;
}

#body .tw-pr-4 {
  padding-right: 1rem;
}

#body .tw-pr-6 {
  padding-right: 1.5rem;
}

#body .tw-pt-0 {
  padding-top: 0;
}

#body .tw-pt-10 {
  padding-top: 2.5rem;
}

#body .tw-pt-14 {
  padding-top: 3.5rem;
}

#body .tw-pt-2 {
  padding-top: .5rem;
}

#body .tw-pt-4 {
  padding-top: 1rem;
}

#body .tw-pt-7 {
  padding-top: 1.75rem;
}

#body .tw-pt-8 {
  padding-top: 2rem;
}

#body .tw-text-left {
  text-align: left;
}

#body .tw-text-center {
  text-align: center;
}

#body .tw-text-right {
  text-align: right;
}

#body .tw-align-middle {
  vertical-align: middle;
}

#body .\!tw-text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

#body .\!tw-text-sm {
  font-size: .8571rem !important;
}

#body .tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

#body .tw-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

#body .tw-text-9xl {
  font-size: 8rem;
  line-height: 1;
}

#body .tw-text-\[12rem\] {
  font-size: 12rem;
}

#body .tw-text-\[160px\] {
  font-size: 160px;
}

#body .tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

#body .tw-text-lg {
  font-size: 1.1429rem;
}

#body .tw-text-sm {
  font-size: .8571rem;
}

#body .tw-text-xl {
  font-size: 1.2857rem;
}

#body .tw-text-xs {
  font-size: .7143rem;
}

#body .tw-text-xsm {
  font-size: 11px;
}

#body .\!tw-font-normal {
  font-weight: 400 !important;
}

#body .tw-font-bold {
  font-weight: 700;
}

#body .tw-font-medium {
  font-weight: 500;
}

#body .tw-font-normal {
  font-weight: 400;
}

#body .tw-font-semibold {
  font-weight: 600;
}

#body .tw-uppercase {
  text-transform: uppercase;
}

#body .tw-capitalize {
  text-transform: capitalize;
}

#body .tw-italic {
  font-style: italic;
}

#body .tw-leading-\[20px\] {
  line-height: 20px;
}

#body .tw-leading-none {
  line-height: 1;
}

#body .tw-leading-tight {
  line-height: 1.25;
}

#body .tw-text-\[\#3c4043\] {
  --tw-text-opacity: 1;
  color: rgb(60 64 67 / var(--tw-text-opacity, 1));
}

#body .tw-text-\[\#cccccc\] {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}

#body .tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#body .tw-text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(118 169 250 / var(--tw-text-opacity, 1));
}

#body .tw-text-error {
  --tw-text-opacity: 1;
  color: rgb(240 92 82 / var(--tw-text-opacity, 1));
}

#body .tw-text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(217 220 225 / var(--tw-text-opacity, 1));
}

#body .tw-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(194 199 207 / var(--tw-text-opacity, 1));
}

#body .tw-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(163 172 185 / var(--tw-text-opacity, 1));
}

#body .tw-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(105 115 134 / var(--tw-text-opacity, 1));
}

#body .tw-text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(49 196 141 / var(--tw-text-opacity, 1));
}

#body .tw-text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

#body .tw-text-lightGreen {
  --tw-text-opacity: 1;
  color: rgb(81 240 161 / var(--tw-text-opacity, 1));
}

#body .tw-text-lightRed {
  --tw-text-opacity: 1;
  color: rgb(255 122 112 / var(--tw-text-opacity, 1));
}

#body .tw-text-neutral {
  --tw-text-opacity: 1;
  color: rgb(23 143 230 / var(--tw-text-opacity, 1));
}

#body .tw-text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

#body .tw-text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

#body .tw-text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(165 172 184 / var(--tw-text-opacity, 1));
}

#body .tw-text-spreadBps {
  --tw-text-opacity: 1;
  color: rgb(180 181 185 / var(--tw-text-opacity, 1));
}

#body .tw-text-success {
  --tw-text-opacity: 1;
  color: rgb(23 163 93 / var(--tw-text-opacity, 1));
}

#body .tw-text-warning {
  --tw-text-opacity: 1;
  color: rgb(226 185 56 / var(--tw-text-opacity, 1));
}

#body .tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#body .tw-underline {
  text-decoration-line: underline;
}

#body .tw-line-through {
  text-decoration-line: line-through;
}

#body .tw-no-underline {
  text-decoration-line: none;
}

#body .tw-decoration-solid {
  text-decoration-style: solid;
}

#body .tw-opacity-50 {
  opacity: .5;
}

#body .tw-opacity-60 {
  opacity: .6;
}

#body .tw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#body .tw-backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

#body .tw-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

#body .tw-transition-width {
  transition-property: width;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

#body .hover\:tw-bg-tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 36 54 / var(--tw-bg-opacity, 1));
}

#body .hover\:tw-text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(227 232 238 / var(--tw-text-opacity, 1));
}

#body .hover\:tw-text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(217 220 225 / var(--tw-text-opacity, 1));
}

#body .hover\:tw-underline:hover {
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  #body .lg\:tw-absolute {
    position: absolute;
  }
}

#body :is(.\[\&\>fieldset\]\:tw-border-none > fieldset) {
  border-style: none;
}

.ag-theme-fx360 {
  --ag-row-height: 28px;
}

.ag-theme-fx360 .ag-header-cell-text {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

.ag-theme-fx360 .ag-column-drop-wrapper .ag-icon-group:before {
  content: "Grouped By";
  color: #a3acb9;
  background-color: #0000;
  width: 60px;
  font-size: 12px;
  -webkit-mask-image: none;
  mask-image: none;
}

.ag-theme-fx360 .ag-column-drop-wrapper .ag-column-drop-horizontal-list {
  margin-left: 55px;
}

.ag-theme-fx360 .ag-column-drop-wrapper .ag-column-drop-cell {
  padding-left: 6px;
  padding-right: 6px;
}

.ag-theme-fx360 .ag-column-drop-wrapper .ag-column-drop-cell-text {
  color: #b4b5b9;
}

.ag-theme-fx360 .ag-column-drop-horizontal-rowgroup {
  height: 38px;
  overflow: auto;
}

.ag-theme-fx360 .ag-tool-panel-wrapper {
  padding: 5px;
}

.ag-theme-fx360 .ag-tool-panel-wrapper .ag-icon-filter {
  color: #178fe6;
}

.ag-theme-fx360 .ag-tool-panel-wrapper .ag-icon-filter:after {
  background-color: var(--ag-accent-color);
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: -1px;
  right: -1px;
}

.ag-theme-fx360 .ag-side-buttons {
  display: none !important;
}

.ag-theme-fx360 .ag-details-row {
  padding: 0 !important;
}

.ag-theme-fx360 .ag-paging-panel {
  justify-content: flex-start;
}

.ag-theme-fx360 .ag-paging-panel .ag-paging-page-size {
  margin: 0;
}

.ag-theme-fx360 .ag-paging-panel .ag-paging-page-size .ag-picker-field {
  margin: 0 var(--ag-cell-horizontal-padding);
}

.ag-theme-fx360 .ag-paging-panel {
  border-top: 1px solid #232733;
}

@media (max-width: 768px) {
  .ag-theme-fx360 .ag-paging-panel {
    justify-content: center !important;
  }

  .ag-theme-fx360 .ag-paging-panel:has(.ag-paging-page-size .ag-picker-field) {
    flex-wrap: wrap !important;
    gap: 8px !important;
    height: auto !important;
    min-height: 40px !important;
    padding: 8px 4px !important;
  }

  .ag-theme-fx360 .ag-paging-panel:has(.ag-paging-page-size .ag-picker-field) > * {
    flex-shrink: 0 !important;
  }
}

.ag-theme-fx360 {
  background-color: #111827;
  border-radius: 8px;
}

.ag-theme-fx360 .ag-root-wrapper {
  border-radius: 8px;
}

.ag-theme-fx360 .ag-cell-inline-editing {
  box-shadow: none;
  border: 2px solid #178fe6 !important;
}

.ag-theme-fx360 .ag-row-group .ag-group-value {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}

.ag-theme-fx360 .ag-paging-page-size .ag-picker-field {
  height: 24px !important;
  min-height: 24px !important;
  padding: 0 8px !important;
}

.ag-theme-fx360 .ag-paging-page-size .ag-picker-field-wrapper {
  height: 24px !important;
  min-height: 24px !important;
}

.ag-theme-fx360 .ag-paging-page-size .ag-picker-field-display {
  min-height: 22px !important;
  line-height: 22px !important;
}

.ag-theme-fx360 .ag-cell-label-container {
  flex-direction: row;
}

.ag-theme-fx360 .ag-header-cell :-webkit-any(.ag-header-cell-menu-button, .ag-header-cell-filter-button) {
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  max-width: 0;
  transition: opacity .12s, max-width .15s, min-width .15s, padding .15s;
  overflow: hidden;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ag-theme-fx360 .ag-header-cell :-moz-any(.ag-header-cell-menu-button, .ag-header-cell-filter-button) {
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  max-width: 0;
  transition: opacity .12s, max-width .15s, min-width .15s, padding .15s;
  overflow: hidden;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ag-theme-fx360 .ag-header-cell :is(.ag-header-cell-menu-button, .ag-header-cell-filter-button) {
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  max-width: 0;
  transition: opacity .12s, max-width .15s, min-width .15s, padding .15s;
  overflow: hidden;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ag-theme-fx360 .ag-header-cell :-webkit-any(.ag-header-cell-menu-button, .ag-header-cell-filter-button).ag-filter-active {
  margin-right: 4px !important;
}

.ag-theme-fx360 .ag-header-cell :-moz-any(.ag-header-cell-menu-button, .ag-header-cell-filter-button).ag-filter-active {
  margin-right: 4px !important;
}

.ag-theme-fx360 .ag-header-cell :is(.ag-header-cell-menu-button, .ag-header-cell-filter-button).ag-filter-active {
  margin-right: 4px !important;
}

.ag-theme-fx360 .ag-header-cell .ag-header-cell-filter-button.ag-filter-active, .ag-theme-fx360 .ag-header-cell .ag-header-cell-menu-button[aria-expanded="true"] {
  opacity: 1;
  pointer-events: auto;
  max-width: 16px;
  overflow: visible;
  min-width: 16px !important;
}

.ag-theme-fx360 .ag-header-cell:hover :-webkit-any(.ag-header-cell-menu-button, .ag-header-cell-filter-button) {
  opacity: 1;
  pointer-events: auto;
  max-width: 16px;
  overflow: visible;
  min-width: 16px !important;
}

.ag-theme-fx360 .ag-header-cell:hover :-moz-any(.ag-header-cell-menu-button, .ag-header-cell-filter-button) {
  opacity: 1;
  pointer-events: auto;
  max-width: 16px;
  overflow: visible;
  min-width: 16px !important;
}

.ag-theme-fx360 .ag-header-cell:hover :is(.ag-header-cell-menu-button, .ag-header-cell-filter-button) {
  opacity: 1;
  pointer-events: auto;
  max-width: 16px;
  overflow: visible;
  min-width: 16px !important;
}

.ag-theme-fx360 .ag-header-cell:has(:focus-visible) :-webkit-any(.ag-header-cell-menu-button, .ag-header-cell-filter-button) {
  opacity: 1;
  pointer-events: auto;
  max-width: 16px;
  overflow: visible;
  min-width: 16px !important;
}

.ag-theme-fx360 .ag-header-cell:has(:focus-visible) :-moz-any(.ag-header-cell-menu-button, .ag-header-cell-filter-button) {
  opacity: 1;
  pointer-events: auto;
  max-width: 16px;
  overflow: visible;
  min-width: 16px !important;
}

.ag-theme-fx360 .ag-header-cell:has(:focus-visible) :is(.ag-header-cell-menu-button, .ag-header-cell-filter-button) {
  opacity: 1;
  pointer-events: auto;
  max-width: 16px;
  overflow: visible;
  min-width: 16px !important;
}

@media (hover: none), (pointer: coarse) {
  .ag-theme-fx360 .ag-header-cell :-webkit-any(.ag-header-cell-menu-button, .ag-header-cell-filter-button) {
    opacity: 1;
    pointer-events: auto;
    max-width: 16px;
    overflow: visible;
    min-width: 16px !important;
  }

  .ag-theme-fx360 .ag-header-cell :-moz-any(.ag-header-cell-menu-button, .ag-header-cell-filter-button) {
    opacity: 1;
    pointer-events: auto;
    max-width: 16px;
    overflow: visible;
    min-width: 16px !important;
  }

  .ag-theme-fx360 .ag-header-cell :is(.ag-header-cell-menu-button, .ag-header-cell-filter-button) {
    opacity: 1;
    pointer-events: auto;
    max-width: 16px;
    overflow: visible;
    min-width: 16px !important;
  }
}

.ag-theme-fx360 .ag-button.ag-standard-button.ag-filter-apply-panel-button {
  margin-left: 0 !important;
}

.ag-theme-fx360 .ag-filter-apply-panel {
  gap: 8px;
  overflow: visible;
  justify-content: center !important;
}

.ag-side-buttons {
  display: none !important;
}

.satoshi-grid-container .ag-header-cell-label, .satoshi-grid-container .ag-header-group-cell-label {
  font-weight: 500;
}

.ag-theme-satoshi {
  --ag-range-selection-border-color: white;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.ag-theme-satoshi > div {
  flex-direction: column;
  flex: 1;
  min-height: 0;
  display: flex;
}

.ag-theme-satoshi > div > div:has( > .ag-root-wrapper) {
  flex: 1;
  min-height: 0;
}

.ag-theme-satoshi .ag-filter-toolpanel-group-wrapper {
  border: 1px solid #27282a;
}

.ag-theme-satoshi .MuiButton-root {
  height: 30px !important;
  font-weight: 600 !important;
}

.ag-theme-satoshi .MuiButton-root[aria-label="Filter"] .MuiButton-endIcon span {
  color: #000 !important;
  background-color: #0cc2c4 !important;
}

.ag-theme-satoshi .MuiIconButton-root {
  height: 30px !important;
}

.ag-theme-satoshi .MuiIconButton-root[aria-label="Export"] > div > svg, .ag-theme-satoshi .MuiIconButton-root[aria-label="More options"] > div > svg {
  color: #fff !important;
}

.ag-theme-satoshi .ag-filter-toolpanel {
  border: 1px solid #27282a;
}

.ag-theme-satoshi .ag-filter-reset-btn {
  color: #0cc2c4 !important;
}

.ag-theme-satoshi .ag-filter-reset-btn:hover {
  color: #0cc2c461 !important;
}

.ag-theme-satoshi .ag-root-wrapper {
  border: none;
}

.ag-theme-satoshi .ag-tool-panel-wrapper .ag-icon-filter {
  color: #0cc2c4;
}

.ag-theme-satoshi .ag-tool-panel-wrapper .ag-icon-filter:after {
  content: "";
  background-color: #0cc2c4;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: -1px;
  right: -1px;
}

.ag-theme-satoshi .ag-paging-panel {
  justify-content: flex-start !important;
  height: 40px !important;
}

.ag-theme-satoshi .ag-header-label-icon, .ag-theme-satoshi .ag-filter-active {
  color: #0cc2c4;
  background-color: #0cc2c41a;
  border-radius: 4px;
  outline: none;
  padding: 2px;
}

.ag-theme-satoshi .ag-header-label-icon:hover, .ag-theme-satoshi .ag-filter-active:hover {
  box-shadow: none;
}

.ag-theme-satoshi .ag-floating-filter-button-button.ag-filter-active {
  width: 20px;
  height: 20px;
}

.ag-theme-satoshi .ag-sort-indicator-icon {
  color: #0cc2c4;
}

.ag-side-bar-right {
  border-left: none !important;
}

.ag-tool-panel-wrapper {
  border-left: var(--ag-borders) var(--ag-border-color);
}

.ag-theme-wrapped-container, .ag-theme-wrapped-no-header {
  margin: 0;
}

.ag-theme-wrapped-container .ag-root-wrapper, .ag-theme-wrapped-no-header .ag-root-wrapper {
  border: none;
}

.ag-theme-wrapped-container .ag-root-wrapper {
  border-top: 1px solid #252a37;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ag-no-top-radius .ag-root-wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ag-disabled .ag-icon {
  opacity: .5;
}

.ag-theme-transparent-list {
  background-color: #0000;
  margin-top: 0;
}

.ag-theme-transparent-list .ag-center-cols-container > .ag-row + .ag-row {
  border-top: 1px solid #252a37;
}

.ag-theme-transparent-list .ag-row-level-1, .ag-theme-transparent-list .ag-row-level-3 {
  background-color: #0000;
}

.ag-theme-transparent-list .ag-root-wrapper, .ag-theme-transparent-list .ag-root-wrapper .ag-side-bar {
  border: none;
}

.ag-theme-transparent-list .ag-root-wrapper .ag-paging-panel {
  border-top: 1px solid #252a37;
}

.ag-popup-child {
  z-index: 10;
}

.focal-market-insight-grid-container .ag-root-wrapper {
  border: 1px solid #303236;
  border-radius: .75rem;
  overflow: hidden;
}

.ag-select-list-item:hover, .ag-filter-virtual-list-container .ag-set-filter-item :hover {
  cursor: pointer;
}

.ag-center-header-text .ag-header-cell-label {
  text-align: center;
  justify-content: center;
}

.ag-wrap-header-text .ag-header-cell-label {
  white-space: normal;
}

.ag-cell-focus.hide-selection {
  border-color: #0000 !important;
}

.ag-paging-row-summary-panel {
  text-align: center;
  min-width: 126px;
}

.ag-paging-description {
  text-align: center;
  min-width: 100px;
}

.ag-set-filter-list.ag-set-filter-tree-list, .ag-set-filter-list.ag-set-filter-tree-list > .ag-virtual-list-viewport.ag-filter-virtual-list-viewport {
  height: auto !important;
  max-height: 280px !important;
  overflow-y: auto !important;
}

.ag-filter-reset-btn {
  top: 15px;
  z-index: 1002 !important;
  color: #60a5fa !important;
  cursor: pointer !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  transition: color .2s !important;
  position: absolute !important;
  right: 8px !important;
}

.ag-filter-reset-btn:hover {
  color: #3b82f6 !important;
  text-decoration: underline !important;
}

.ag-filter-toolpanel-search {
  position: relative !important;
}

.ag-filter-toolpanel-search .ag-input-field-input {
  width: 150px !important;
  max-width: 150px !important;
}

.ag-filter-toolpanel-search .ag-input-field {
  width: 150px !important;
}

.ag-tool-panel-wrapper {
  position: relative;
}

.pCuOptOzp4DYPudy4eVN {
  background: unset;
}

.XfJuJuCs06n0TKt0mJTR {
  float: left;
  display: flex;
}

:root {
  --react-pdf-text-layer: 1;
  --highlight-bg-color: #b400aa;
  --highlight-selected-bg-color: #006400;
}

@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 {
  text-align: initial;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  forced-color-adjust: none;
  transform-origin: 0 0;
  z-index: 2;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

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

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

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

.textLayer span.markedContent {
  height: 0;
  top: 0;
}

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

.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);
}

.textLayer br::selection {
  background: none;
}

.textLayer .endOfContent {
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
  display: block;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

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

: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 .choiceWidgetAnnotation select:required {
    outline: 1.5px solid selecteditem;
  }

  .annotationLayer .textWidgetAnnotation :-webkit-any(input, textarea):required {
    outline: 1.5px solid selecteditem;
  }

  .annotationLayer .textWidgetAnnotation :-moz-any(input, textarea):required {
    outline: 1.5px solid selecteditem;
  }

  .annotationLayer .textWidgetAnnotation :is(input, textarea):required {
    outline: 1.5px solid selecteditem;
  }

  .annotationLayer .buttonWidgetAnnotation:-webkit-any(.checkBox, .radioButton) input:required {
    outline: 1.5px solid selecteditem;
  }

  .annotationLayer .buttonWidgetAnnotation:-moz-any(.checkBox, .radioButton) input:required {
    outline: 1.5px solid selecteditem;
  }

  .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
    outline: 1.5px solid selecteditem;
  }

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

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

.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 {
  width: 100%;
  height: 100%;
  position: absolute;
}

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

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

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

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

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

.annotationLayer :-webkit-any(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a:hover {
  opacity: .2;
  background: #ff0;
  box-shadow: 0 2px 10px #ff0;
}

.annotationLayer :-moz-any(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a:hover {
  opacity: .2;
  background: #ff0;
  box-shadow: 0 2px 10px #ff0;
}

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

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

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

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

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

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

.annotationLayer .buttonWidgetAnnotation:-webkit-any(.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(--scale-factor)) sans-serif;
  vertical-align: top;
  width: 100%;
  height: 100%;
  margin: 0;
}

.annotationLayer .buttonWidgetAnnotation:-moz-any(.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(--scale-factor)) sans-serif;
  vertical-align: top;
  width: 100%;
  height: 100%;
  margin: 0;
}

.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(--scale-factor)) sans-serif;
  vertical-align: top;
  width: 100%;
  height: 100%;
  margin: 0;
}

.annotationLayer .choiceWidgetAnnotation select:required {
  outline: 1.5px solid red;
}

.annotationLayer .textWidgetAnnotation :-webkit-any(input, textarea):required {
  outline: 1.5px solid red;
}

.annotationLayer .textWidgetAnnotation :-moz-any(input, textarea):required {
  outline: 1.5px solid red;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):required {
  outline: 1.5px solid red;
}

.annotationLayer .buttonWidgetAnnotation:-webkit-any(.checkBox, .radioButton) input:required {
  outline: 1.5px solid red;
}

.annotationLayer .buttonWidgetAnnotation:-moz-any(.checkBox, .radioButton) input:required {
  outline: 1.5px solid red;
}

.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 .choiceWidgetAnnotation select[disabled] {
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
  background: none;
}

.annotationLayer .textWidgetAnnotation :-webkit-any(input, textarea)[disabled] {
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
  background: none;
}

.annotationLayer .textWidgetAnnotation :-moz-any(input, textarea)[disabled] {
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
  background: none;
}

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

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

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

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

.annotationLayer .choiceWidgetAnnotation select:hover {
  border: 2px solid var(--input-hover-border-color);
}

.annotationLayer .textWidgetAnnotation :-webkit-any(input, textarea):hover {
  border: 2px solid var(--input-hover-border-color);
}

.annotationLayer .textWidgetAnnotation :-moz-any(input, textarea):hover {
  border: 2px solid var(--input-hover-border-color);
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):hover {
  border: 2px solid var(--input-hover-border-color);
}

.annotationLayer .buttonWidgetAnnotation:-webkit-any(.checkBox, .radioButton) input:hover {
  border: 2px solid var(--input-hover-border-color);
}

.annotationLayer .buttonWidgetAnnotation:-moz-any(.checkBox, .radioButton) input:hover {
  border: 2px solid var(--input-hover-border-color);
}

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

.annotationLayer .choiceWidgetAnnotation select:hover, .annotationLayer .buttonWidgetAnnotation.checkBox input:hover {
  border-radius: 2px;
}

.annotationLayer .textWidgetAnnotation :-webkit-any(input, textarea):hover {
  border-radius: 2px;
}

.annotationLayer .textWidgetAnnotation :-moz-any(input, textarea):hover {
  border-radius: 2px;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):hover {
  border-radius: 2px;
}

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

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

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

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

.annotationLayer .buttonWidgetAnnotation:-webkit-any(.checkBox, .radioButton) :focus {
  background-color: #0000;
  background-image: none;
}

.annotationLayer .buttonWidgetAnnotation:-moz-any(.checkBox, .radioButton) :focus {
  background-color: #0000;
  background-image: none;
}

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

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

.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 {
  content: "";
  background-color: canvastext;
  display: block;
  position: absolute;
}

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

.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%;
  width: 50%;
  height: 50%;
  top: 20%;
  left: 30%;
}

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

.annotationLayer .textWidgetAnnotation input.comb:focus {
  width: 103%;
}

.annotationLayer .buttonWidgetAnnotation:-webkit-any(.checkBox, .radioButton) input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.annotationLayer .buttonWidgetAnnotation:-moz-any(.checkBox, .radioButton) input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

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

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

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

.annotationLayer .popupContent {
  margin-top: calc(2px * var(--scale-factor));
  padding-top: calc(2px * var(--scale-factor));
  border-top: 1px solid #333;
}

.annotationLayer .richText > * {
  white-space: pre-wrap;
  font-size: calc(9px * var(--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 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.annotationLayer .annotationTextContent span {
  width: 100%;
  display: inline-block;
}

