/*
! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1900px) {

  .container {
    max-width: 1900px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-16 {
  bottom: -4rem;
}
.-right-2\/3 {
  right: -66.666667%;
}
.-right-\[95\%\] {
  right: -95%;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-11 {
  left: 2.75rem;
}
.left-\[33\%\] {
  left: 33%;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-8 {
  top: 2rem;
}
.top-\[15\%\] {
  top: 15%;
}
.top-px {
  top: 1px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-full {
  grid-column: 1 / -1;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-auto {
  margin: auto;
}
.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-mb-px {
  margin-bottom: -1px;
}
.-ml-\[100\%\] {
  margin-left: -100%;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[0\.8rem\] {
  margin-top: 0.8rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-\[17rem\] {
  height: 17rem;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[3\.2rem\] {
  height: 3.2rem;
}
.h-\[36rem\] {
  height: 36rem;
}
.h-\[6\.5rem\] {
  height: 6.5rem;
}
.h-\[6rem\] {
  height: 6rem;
}
.h-\[7rem\] {
  height: 7rem;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-\[6\.5rem\] {
  max-height: 6.5rem;
}
.max-h-\[6rem\] {
  max-height: 6rem;
}
.min-h-24 {
  min-height: 6rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2\/5 {
  width: 40%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3\/5 {
  width: 60%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-6 {
  width: 1.5rem;
}
.w-6\/12 {
  width: 50%;
}
.w-64 {
  width: 16rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-\[11rem\] {
  width: 11rem;
}
.w-\[4\.5rem\] {
  width: 4.5rem;
}
.w-\[6\.5rem\] {
  width: 6.5rem;
}
.w-\[6rem\] {
  width: 6rem;
}
.w-\[7rem\] {
  width: 7rem;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-32 {
  max-width: 8rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6 {
  max-width: 1.5rem;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[125px\] {
  max-width: 125px;
}
.max-w-\[12rem\] {
  max-width: 12rem;
}
.max-w-\[15rem\] {
  max-width: 15rem;
}
.max-w-\[16rem\] {
  max-width: 16rem;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[255px\] {
  max-width: 255px;
}
.max-w-\[6\.5rem\] {
  max-width: 6.5rem;
}
.max-w-\[6rem\] {
  max-width: 6rem;
}
.max-w-\[min\(100cqmin\2c 120px\)\] {
  max-width: min(100cqmin,120px);
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-4 {
  --tw-translate-x: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-6 {
  --tw-translate-y: -1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-x-100 {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-outside {
  list-style-position: outside;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-\[16px_1fr\] {
  grid-template-columns: 16px 1fr;
}
.grid-cols-\[1fr_1fr\] {
  grid-template-columns: 1fr 1fr;
}
.grid-cols-\[1fr_30px_1fr\] {
  grid-template-columns: 1fr 30px 1fr;
}
.grid-cols-\[1fr_auto\] {
  grid-template-columns: 1fr auto;
}
.grid-cols-\[1fr_min-content\] {
  grid-template-columns: 1fr min-content;
}
.grid-cols-\[5rem\2c 1fr\] {
  grid-template-columns: 5rem 1fr;
}
.grid-cols-\[5rem_1fr\] {
  grid-template-columns: 5rem 1fr;
}
.grid-cols-\[9rem_7rem_1fr\] {
  grid-template-columns: 9rem 7rem 1fr;
}
.grid-cols-\[min-content_1fr\] {
  grid-template-columns: min-content 1fr;
}
.grid-cols-\[min-content_1fr_1fr\] {
  grid-template-columns: min-content 1fr 1fr;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-\[200px\2c 200px\] {
  grid-template-rows: 200px 200px;
}
.grid-rows-\[auto_1fr\] {
  grid-template-rows: auto 1fr;
}
.grid-rows-\[fit-content_fit-content_fit-content_fit-content\] {
  grid-template-rows: fit-content fit-content fit-content fit-content;
}
.grid-rows-\[min-content_1fr\] {
  grid-template-rows: min-content 1fr;
}
.grid-rows-\[min-content_1fr_min-content_1fr\] {
  grid-template-rows: min-content 1fr min-content 1fr;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.content-start {
  align-content: flex-start;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-center {
  justify-items: center;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-center {
  align-self: center;
}
.justify-self-end {
  justify-self: end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-double {
  border-style: double;
}
.border-\[\#005178\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 81 120 / var(--tw-border-opacity));
}
.border-\[\#135e82\] {
  --tw-border-opacity: 1;
  border-color: rgb(19 94 130 / var(--tw-border-opacity));
}
.border-\[\#156082\] {
  --tw-border-opacity: 1;
  border-color: rgb(21 96 130 / var(--tw-border-opacity));
}
.border-\[\#196B24\] {
  --tw-border-opacity: 1;
  border-color: rgb(25 107 36 / var(--tw-border-opacity));
}
.border-\[\#338dff\] {
  --tw-border-opacity: 1;
  border-color: rgb(51 141 255 / var(--tw-border-opacity));
}
.border-\[\#33ff57\] {
  --tw-border-opacity: 1;
  border-color: rgb(51 255 87 / var(--tw-border-opacity));
}
.border-\[\#33ff8d\] {
  --tw-border-opacity: 1;
  border-color: rgb(51 255 141 / var(--tw-border-opacity));
}
.border-\[\#4090dc\] {
  --tw-border-opacity: 1;
  border-color: rgb(64 144 220 / var(--tw-border-opacity));
}
.border-\[\#4c9be6\] {
  --tw-border-opacity: 1;
  border-color: rgb(76 155 230 / var(--tw-border-opacity));
}
.border-\[\#5A98CC\] {
  --tw-border-opacity: 1;
  border-color: rgb(90 152 204 / var(--tw-border-opacity));
}
.border-\[\#5a97cb\] {
  --tw-border-opacity: 1;
  border-color: rgb(90 151 203 / var(--tw-border-opacity));
}
.border-\[\#8164A2\] {
  --tw-border-opacity: 1;
  border-color: rgb(129 100 162 / var(--tw-border-opacity));
}
.border-\[\#8a3104\] {
  --tw-border-opacity: 1;
  border-color: rgb(138 49 4 / var(--tw-border-opacity));
}
.border-\[\#aa65e7\] {
  --tw-border-opacity: 1;
  border-color: rgb(170 101 231 / var(--tw-border-opacity));
}
.border-\[\#bcdbff\] {
  --tw-border-opacity: 1;
  border-color: rgb(188 219 255 / var(--tw-border-opacity));
}
.border-\[\#ff5733\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 87 51 / var(--tw-border-opacity));
}
.border-\[\#ff8d33\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 141 51 / var(--tw-border-opacity));
}
.border-\[\#ffc733\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 199 51 / var(--tw-border-opacity));
}
.border-\[\#ffffff7a\] {
  border-color: #ffffff7a;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}
.border-slate-400\/20 {
  border-color: rgb(148 163 184 / 0.2);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#005077\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 119 / var(--tw-bg-opacity));
}
.bg-\[\#005178\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 81 120 / var(--tw-bg-opacity));
}
.bg-\[\#005279\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 82 121 / var(--tw-bg-opacity));
}
.bg-\[\#00ff00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 0 / var(--tw-bg-opacity));
}
.bg-\[\#0b5079\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 80 121 / var(--tw-bg-opacity));
}
.bg-\[\#0b76a0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 118 160 / var(--tw-bg-opacity));
}
.bg-\[\#0d3512\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 53 18 / var(--tw-bg-opacity));
}
.bg-\[\#135e82\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 94 130 / var(--tw-bg-opacity));
}
.bg-\[\#156082\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 96 130 / var(--tw-bg-opacity));
}
.bg-\[\#22B573\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 181 115 / var(--tw-bg-opacity));
}
.bg-\[\#2B4EAD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(43 78 173 / var(--tw-bg-opacity));
}
.bg-\[\#321863\] {
  --tw-bg-opacity: 1;
  background-color: rgb(50 24 99 / var(--tw-bg-opacity));
}
.bg-\[\#338dff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 141 255 / var(--tw-bg-opacity));
}
.bg-\[\#33ff57\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 255 87 / var(--tw-bg-opacity));
}
.bg-\[\#33ff8d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 255 141 / var(--tw-bg-opacity));
}
.bg-\[\#343e4d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(52 62 77 / var(--tw-bg-opacity));
}
.bg-\[\#4C3178\] {
  --tw-bg-opacity: 1;
  background-color: rgb(76 49 120 / var(--tw-bg-opacity));
}
.bg-\[\#5A98CC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(90 152 204 / var(--tw-bg-opacity));
}
.bg-\[\#5B9ACD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(91 154 205 / var(--tw-bg-opacity));
}
.bg-\[\#5a97cb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(90 151 203 / var(--tw-bg-opacity));
}
.bg-\[\#674B8D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(103 75 141 / var(--tw-bg-opacity));
}
.bg-\[\#8164A2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(129 100 162 / var(--tw-bg-opacity));
}
.bg-\[\#82F9CB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(130 249 203 / var(--tw-bg-opacity));
}
.bg-\[\#83cbeb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(131 203 235 / var(--tw-bg-opacity));
}
.bg-\[\#8a3104\] {
  --tw-bg-opacity: 1;
  background-color: rgb(138 49 4 / var(--tw-bg-opacity));
}
.bg-\[\#9E7DD1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(158 125 209 / var(--tw-bg-opacity));
}
.bg-\[\#9c548c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(156 84 140 / var(--tw-bg-opacity));
}
.bg-\[\#B93B68\] {
  --tw-bg-opacity: 1;
  background-color: rgb(185 59 104 / var(--tw-bg-opacity));
}
.bg-\[\#B99FE2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(185 159 226 / var(--tw-bg-opacity));
}
.bg-\[\#D0DD43\] {
  --tw-bg-opacity: 1;
  background-color: rgb(208 221 67 / var(--tw-bg-opacity));
}
.bg-\[\#DBEAFE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-\[\#aa65e7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(170 101 231 / var(--tw-bg-opacity));
}
.bg-\[\#accbdd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(172 203 221 / var(--tw-bg-opacity));
}
.bg-\[\#bcdbff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(188 219 255 / var(--tw-bg-opacity));
}
.bg-\[\#c1daed\] {
  --tw-bg-opacity: 1;
  background-color: rgb(193 218 237 / var(--tw-bg-opacity));
}
.bg-\[\#c8d0d8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(200 208 216 / var(--tw-bg-opacity));
}
.bg-\[\#d1e2ee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(209 226 238 / var(--tw-bg-opacity));
}
.bg-\[\#d4e4ee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(212 228 238 / var(--tw-bg-opacity));
}
.bg-\[\#d5e5ee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(213 229 238 / var(--tw-bg-opacity));
}
.bg-\[\#d5e5f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(213 229 240 / var(--tw-bg-opacity));
}
.bg-\[\#d5e6f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(213 230 242 / var(--tw-bg-opacity));
}
.bg-\[\#d6e5ee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 229 238 / var(--tw-bg-opacity));
}
.bg-\[\#dbeafe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-\[\#ed0aff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 10 255 / var(--tw-bg-opacity));
}
.bg-\[\#fcf803\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 248 3 / var(--tw-bg-opacity));
}
.bg-\[\#ff1818\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 24 24 / var(--tw-bg-opacity));
}
.bg-\[\#ff5733\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 87 51 / var(--tw-bg-opacity));
}
.bg-\[\#ff8d33\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 141 51 / var(--tw-bg-opacity));
}
.bg-\[\#ffc733\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 199 51 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff7a\] {
  background-color: #ffffff7a;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-slate-900\/\[0\.03\] {
  background-color: rgb(15 23 42 / 0.03);
}
.bg-slate-900\/\[0\.1\] {
  background-color: rgb(15 23 42 / 0.1);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[radial-gradient\(circle_at_50\%_75\%\2c \#9C548C\2c white\)\] {
  background-image: radial-gradient(circle at 50% 75%,#9C548C,white);
}
.bg-\[radial-gradient\(circle_at_50\%_75\%\2c \#ed0aff\2c white\)\] {
  background-image: radial-gradient(circle at 50% 75%,#ed0aff,white);
}
.bg-\[radial-gradient\(circle_at_50\%_75\%\2c \#fcf803\2c white\)\] {
  background-image: radial-gradient(circle at 50% 75%,#fcf803,white);
}
.bg-\[radial-gradient\(circle_at_50\%_75\%\2c \#ff1818\2c white\)\] {
  background-image: radial-gradient(circle at 50% 75%,#ff1818,white);
}
.bg-\[radial-gradient\(circle_at_50\%_75\%\2c green\2c white\)\] {
  background-image: radial-gradient(circle at 50% 75%,green,white);
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#ef5350\] {
  --tw-gradient-from: #ef5350 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#221cbf\] {
  --tw-gradient-to: #221cbf var(--tw-gradient-to-position);
}
.bg-\[length\:100\%_6px\] {
  background-size: 100% 6px;
}
.bg-bottom {
  background-position: bottom;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.stroke-slate-400 {
  stroke: #94a3b8;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-16 {
  padding: 4rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[10rem\] {
  padding-left: 10rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[3rem\] {
  padding-right: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.align-middle {
  vertical-align: middle;
}
.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[0\.8125rem\] {
  font-size: 0.8125rem;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-\[4rem\] {
  font-size: 4rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[400\] {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[1rem\] {
  line-height: 1rem;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#005178\] {
  --tw-text-opacity: 1;
  color: rgb(0 81 120 / var(--tw-text-opacity));
}
.text-\[\#156082\] {
  --tw-text-opacity: 1;
  color: rgb(21 96 130 / var(--tw-text-opacity));
}
.text-\[\#196B24\] {
  --tw-text-opacity: 1;
  color: rgb(25 107 36 / var(--tw-text-opacity));
}
.text-\[\#1e3a8a\] {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.text-\[\#374151\] {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-\[\#3b3e3f\] {
  --tw-text-opacity: 1;
  color: rgb(59 62 63 / var(--tw-text-opacity));
}
.text-\[\#6596ca\] {
  --tw-text-opacity: 1;
  color: rgb(101 150 202 / var(--tw-text-opacity));
}
.text-\[\#6e777e\] {
  --tw-text-opacity: 1;
  color: rgb(110 119 126 / var(--tw-text-opacity));
}
.text-\[\#d2e3ee\] {
  --tw-text-opacity: 1;
  color: rgb(210 227 238 / var(--tw-text-opacity));
}
.text-\[\#eaeded\] {
  --tw-text-opacity: 1;
  color: rgb(234 237 237 / var(--tw-text-opacity));
}
.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.decoration-\[\#00FF00\] {
  -webkit-text-decoration-color: #00FF00;
          text-decoration-color: #00FF00;
}
.decoration-\[\#9C548C\] {
  -webkit-text-decoration-color: #9C548C;
          text-decoration-color: #9C548C;
}
.decoration-\[\#ed0aff\] {
  -webkit-text-decoration-color: #ed0aff;
          text-decoration-color: #ed0aff;
}
.decoration-\[\#fcf803\] {
  -webkit-text-decoration-color: #fcf803;
          text-decoration-color: #fcf803;
}
.decoration-\[\#ff1818\] {
  -webkit-text-decoration-color: #ff1818;
          text-decoration-color: #ff1818;
}
.decoration-\[green\] {
  -webkit-text-decoration-color: green;
          text-decoration-color: green;
}
.decoration-8 {
  text-decoration-thickness: 8px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --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);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-black\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline {
  outline-style: solid;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-slate-700\/10 {
  --tw-ring-color: rgb(51 65 85 / 0.1);
}
.blur-\[1px\] {
  --tw-blur: blur(1px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-sm {
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-125 {
  --tw-brightness: brightness(1.25);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\@container {
  container-type: inline-size;
}
.\@container\/tabs-header {
  container-type: inline-size;
  container-name: tabs-header;
}
.\[background-image\:linear-gradient\(90deg\2c rgba\(56\2c 189\2c 248\2c 0\)_0\%\2c \#0EA5E9_32\.29\%\2c rgba\(236\2c 72\2c 153\2c 0\.3\)_67\.19\%\2c rgba\(236\2c 72\2c 153\2c 0\)_100\%\)\] {
  background-image: linear-gradient(90deg,rgba(56,189,248,0) 0%,#0EA5E9 32.29%,rgba(236,72,153,0.3) 67.19%,rgba(236,72,153,0) 100%);
}
.\[mask-image\:linear-gradient\(to_right\2c transparent\2c white_4rem\2c white_calc\(100\%-4rem\)\2c transparent\)\] {
  -webkit-mask-image: linear-gradient(to right,transparent,white 4rem,white calc(100% - 4rem),transparent);
          mask-image: linear-gradient(to right,transparent,white 4rem,white calc(100% - 4rem),transparent);
}
.\[mask-image\:linear-gradient\(to_top\2c transparent\2c white_4rem\2c white_calc\(100\%-4rem\)\2c transparent\)\] {
  -webkit-mask-image: linear-gradient(to top,transparent,white 4rem,white calc(100% - 4rem),transparent);
          mask-image: linear-gradient(to top,transparent,white 4rem,white calc(100% - 4rem),transparent);
}

:root {
  --radius: 0.875rem;
  --background: oklch(0.825 0.043 234.1);
  --foreground: oklch(0.411 0.093 239.2);
  --card: oklch(0.604 0.14 250);
  --card-foreground: oklch(1 0 0);
  --popover: oklch(0.736 0.111 230.5);
  --popover-foreground: oklch(0.97 0 0);
  --primary: oklch(0.932 0.032 255.6);
  --primary-foreground: oklch(0.373 0.031 259.7);
  --secondary: oklch(0.904 0.025 238.4);
  --secondary-foreground: oklch(0.373 0.031 259.7);
  --muted: oklch(0.97 0 0);
  --muted-foreground: oklch(0.932 0.032 255.6);
  --accent: oklch(0.629 0.139 249.8);
  --accent-foreground: oklch(0.21 0.006 285.9);
  --destructive: oklch(0.697 0.154 320.1);
  --destructive-foreground: oklch(1 0 0);
  --border: oklch(0.922 0 0);
  --input: oklch(0.922 0 0);
  --ring: oklch(0.709 0 0);
  --chart-1: oklch(0.646 0.222 41.116);
  --chart-2: oklch(0.6 0.118 184.704);
  --chart-3: oklch(0.398 0.07 227.392);
  --chart-4: oklch(0.828 0.189 84.429);
  --chart-5: oklch(0.769 0.188 70.08);
  --sidebar: oklch(0.985 0 0);
  --sidebar-foreground: oklch(0.145 0 0);
  --sidebar-primary: oklch(0.205 0 0);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.97 0 0);
  --sidebar-accent-foreground: oklch(0.205 0 0);
  --sidebar-border: oklch(0.922 0 0);
  --sidebar-ring: oklch(0.708 0 0);

  --ui-pie-font: "Exo", sans-serif;

  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --font-sans: "Exo", sans-serif;
  --font-mono: var(--font-geist-mono);
  --color-sidebar-ring: var(--sidebar-ring);
  --color-sidebar-border: var(--sidebar-border);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-sidebar: var(--sidebar);
  --color-chart-5: var(--chart-5);
  --color-chart-4: var(--chart-4);
  --color-chart-3: var(--chart-3);
  --color-chart-2: var(--chart-2);
  --color-chart-1: var(--chart-1);
  --color-ring: var(--ring);
  --color-input: var(--input);
  --color-border: var(--border);
  --color-destructive: var(--destructive);
  --color-accent-foreground: var(--accent-foreground);
  --color-accent: var(--accent);
  --color-muted-foreground: var(--muted-foreground);
  --color-muted: var(--muted);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-secondary: var(--secondary);
  --color-primary-foreground: var(--primary-foreground);
  --color-primary: var(--primary);
  --color-popover-foreground: var(--popover-foreground);
  --color-popover: var(--popover);
  --color-card-foreground: var(--card-foreground);
  --color-card: var(--card);
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
}

html,
body,
#app {
  height: 100dvh;
  overflow: hidden;
}

.TODO {
  color: red;
  background-color: grey;
  display: none;
  /* display:none; */
}

html {
  font-size: 12px;
}

@media (min-width: 640px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 15px;
  }
}

* {
  /*Chrome, Safari and Opera */
  /*Firefox*/
  scrollbar-width: thin; /* "auto" or "thin" */
  scrollbar-color: grey transparent; /* scroll thumb and track */
}
*::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}
*::-webkit-scrollbar-track {
  background: rgb(65, 64, 64); /* color of the tracking area */
}
*::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: grey; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 2px solid rgb(65, 64, 64); /* creates padding around scroll thumb */
}

button,
button:focus,
video,
video:focus {
  outline-style: none !important;
}

video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px); /* Adjust as needed */
}

svg {
  display: inline-block !important;
}

object[type="application/pdf"] {
  height: 100%;
  width: 100%;
}

#gui {
  z-index: 30;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-x: hidden;
  overflow-y: hidden;
  pointer-events: none;
}

.list {
  list-style-position: inside;
  padding-left: 0.5rem;
}
.list li {
  margin: 0.25rem;
}
ul.list,
ol.list {
  list-style-position: outside;
  margin-left: 1rem;
}
ul.list {
  list-style-type: disc;
}
ul.list.unstyled {
  list-style-type: none;
  margin-left: 0.5rem;
}
ol.list {
  list-style-type: decimal;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: underline !important;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -webkit-hyphens: auto;
          hyphens: auto;
}
a:visited {
}
a:hover {
  cursor: pointer;
}
a:active {
}
a:focus {
}

.draft {
  border: 4px solid green;
}

/* 
@font-face {
  font-family: "Exo";
  src: url("../assets/fonts/exo2.woff") format("woff");
} */

/* exo-regular - latin */
@font-face {
  font-family: "Exo";
  font-style: normal;
  font-weight: 400;
  src: local("Exo Regular"), local("Exo-Regular"), url(assets/fonts/55f2b78c0499a64910d2e9cc99c8ac3a.woff2) format("woff2"),
     url(assets/fonts/ff41113437b1c35e902f2202e3d9ef49.woff) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* exo-italic - latin */
@font-face {
  font-family: "Exo";
  font-style: italic;
  font-weight: 400;
  src: local("Exo Italic"), local("Exo-Italic"), url(assets/fonts/dfdb8a3294d049f6b57c8cfd80c0c369.woff2) format("woff2"),
     url(assets/fonts/6a867ffde1405e59ed30b3f3a63807e8.woff) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* exo-700 - latin */
@font-face {
  font-family: "Exo";
  font-style: normal;
  font-weight: 700;
  src: local("Exo Bold"), local("Exo-Bold"), url(assets/fonts/c5d6f8973998d384c2025face179b394.woff2) format("woff2"),
     url(assets/fonts/9ea5eea698aca04309d03b28d3645bd0.woff) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* exo-900 - latin */
@font-face {
  font-family: "Exo";
  font-style: normal;
  font-weight: 900;
  src: local("Exo Black"), local("Exo-Black"), url(assets/fonts/fbe4caf50ede705b85e51a7e35ee4594.woff2) format("woff2"),
     url(assets/fonts/37a470710e160b4cc6d46abe21989713.woff) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body,
text {
  font-family: "Exo", sans-serif;
}

@supports (-webkit-touch-callout: none) {
  body,
  text {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .mobile-only {
    display: unset;
  }
  .desktop-only {
    display: none !important;
  }
}

@supports not (-webkit-touch-callout: none) {
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: unset;
  }
}

ul.dashed {
  list-style-type: "- ";
}

.table-custom {
  /* Table Styles */
  margin-bottom: 2rem;
  width: 100%;
  border-collapse: collapse;
  border-style: none;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));

  & caption {
    width: 100%;
  }

  & caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  & caption {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  & caption {
    text-align: left;
  }

  & caption {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  & caption {
    font-weight: 700;
  }

  & caption {
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity));
  }

  & caption {
    caption-side: top;
  }

  /*   & th {
    @apply text-black;
  } */
  & th[scope="row"] {
    vertical-align: middle;
  }

  & th {
    padding: 0.5rem;
  }

  & td {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  & td {
    border-style: dotted;
  }

  & td {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  & td {
    padding: 0.5rem;
  }

  & thead tr {
    border-style: none;
  }

  & thead tr {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  }

  & thead tr {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  & tbody tr:nth-child(odd) {
    background-color: rgb(0 0 0 / 0.1);
  }

  & tbody tr:nth-child(even) {
    /* @apply bg-slate-200/80; */
  }
}

.dl-inline {
  /* Description List Styles */
  margin: 0px;
  list-style-type: none;
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;

  & dt {
    margin-top: 0.625rem;
  }

  & dt {
    display: inline;
  }

  & dt {
    font-weight: 700;
  }

  & dt {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
  }

  & dt::after {
    content: var(--tw-content);
    margin-right: 0.25rem;
  }

  & dt::after {
    --tw-content: ':';
    content: var(--tw-content);
  }

  & dd {
    margin-left: 0px;
  }

  & dd {
    margin-bottom: 1rem;
  }

  & dd {
    display: inline;
  }

  & dd::after {
    content: var(--tw-content);
    margin-right: 0.25rem;
  }

  & dd::after {
    --tw-content: ';';
    content: var(--tw-content);
  }

  /* Optional: Remove semicolon from the last item */
  & dd:last-of-type:after {
    --tw-content: '';
    content: var(--tw-content);
  }
}

/* Tab slide animations */
@keyframes slide-in-from-right {
  from {
    opacity: 0;
    transform: translateX(1rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-in-from-left {
  from {
    opacity: 0;
    transform: translateX(-1rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-slide-in-right {
  animation: slide-in-from-right 0.2s ease-out;
}

.animate-slide-in-left {
  animation: slide-in-from-left 0.2s ease-out;
}

/* Comma between consecutive citation-refs (in document so ::after renders in flow) */
citation-ref:has(+ citation-ref)::after {
  content: ", ";
  font-size: 0.75rem; /* rem so comma stays visible when host has font-size: 0 */
  vertical-align: baseline;
  position: relative;
  top: -0.4em; /* match .citation-ref-sup so comma aligns with superscript number */
  line-height: 0;
  display: inline-block;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:bg-\[\#3e8fda\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(62 143 218 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#9ec3dd\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(158 195 221 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#B5D1DF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(181 209 223 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#d4e4ee\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 228 238 / var(--tw-bg-opacity));
}
.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:brightness-150:hover {
  --tw-brightness: brightness(1.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.active\:bg-gray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.data-\[active\=false\]\:bg-\[\#99c1dd\][data-active=false] {
  --tw-bg-opacity: 1;
  background-color: rgb(153 193 221 / var(--tw-bg-opacity));
}
.data-\[active\=true\]\:bg-\[\#3e8fda\][data-active=true] {
  --tw-bg-opacity: 1;
  background-color: rgb(62 143 218 / var(--tw-bg-opacity));
}
.data-\[active\=true\]\:bg-\[\#9ec3dd\][data-active=true] {
  --tw-bg-opacity: 1;
  background-color: rgb(158 195 221 / var(--tw-bg-opacity));
}
.data-\[active\=true\]\:bg-\[\#d4e4ee\][data-active=true] {
  --tw-bg-opacity: 1;
  background-color: rgb(212 228 238 / var(--tw-bg-opacity));
}
@container (min-width: 4rem) {

  .\@5xs\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@container (min-width: 16rem) {

  .\@2xs\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@container (min-width: 24rem) {

  .\@sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\@sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
@container (min-width: 28rem) {

  .\@md\:grid-cols-\[100px_100px_repeat\(1\2c 1fr\)\] {
    grid-template-columns: 100px 100px repeat(1,1fr);
  }

  .\@md\:grid-cols-\[100px_1fr\] {
    grid-template-columns: 100px 1fr;
  }

  .\@md\:grid-cols-\[repeat\(2\2c 1fr\)\] {
    grid-template-columns: repeat(2,1fr);
  }

  .\@md\:grid-cols-\[repeat\(3\2c 1fr\)\] {
    grid-template-columns: repeat(3,1fr);
  }

  .\@md\:grid-cols-\[repeat\(5\2c 1fr\)\] {
    grid-template-columns: repeat(5,1fr);
  }

  .\@md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@container tabs-header (min-width: 42rem) {

  .\@2xl\/tabs-header\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@container tabs-header (min-width: 64rem) {

  .\@5xl\/tabs-header\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 768px) {

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-\[auto_auto_min-content\] {
    grid-template-rows: auto auto min-content;
  }

  .md\:grid-rows-\[subgrid\] {
    grid-template-rows: subgrid;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1024px) {

  .lg\:inline {
    display: inline;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1440px) {

  .xxl\:w-7\/12 {
    width: 58.333333%;
  }
}
@media (min-width: 1900px) {

  .xxxl\:w-6\/12 {
    width: 50%;
  }
}

.highlighter {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.highlighter[data-id="blue"] {
  background-color: #005278;
}

.highlighter[data-id="light-blue"] {
  background-color: #5998cc;
}
.highlighter[data-id="dark-blue"] {
  background-color: #015078;
}

.highlighter[data-id="frontosubcortical"] {
  background-color: #526047;
}
.highlighter[data-id="orbitofrontal"] {
  background-color: #914d44;
}
.highlighter[data-id="anterior-cingulated-gyrus"] {
  background-color: #173657;
}
.highlighter[data-id="posterior-cingulate-cortex"] {
  background-color: #aa3b19;
}

.highlighter[data-id="bilateral-temporal-cortex"] {
  background-color: #55526e;
}
.highlighter[data-id="parietal-lobe"] {
  background-color: #cd5250;
}
.highlighter[data-id="thalamus"] {
  background-color: #ff0000;
}
.highlighter[data-id="hippocampus"] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  background-color: #fcf803;
}
.highlighter[data-id="amygdala"] {
  background-color: #3283a8;
}
.highlighter[data-id="hypothalamus"] {
  background-color: #fa5900;
}
.highlighter[data-id="anterior-cingulate-cortex"] {
  background-color: #ed0aff;
}
.highlighter[data-id="striatum"] {
  background-color: #00ff00;
}
.highlighter[data-id="prefrontal-cortex"] {
  background-color: #9c548c;
}

.highlighter[data-id="ventral-frontal-cortex"] {
  background-color: #000080;
}
.highlighter[data-id="frontal-lobe"] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  background-color: #e6c9a7;
}
.highlighter[data-id="dlpfc"] {
  background-color: #2d0080;
}
.highlighter[data-id="vlpfc"] {
  background-color: #005c80;
}
.highlighter[data-id="nucleus-accumbens"] {
  background-color: #bc41b0;
}

.highlighter[data-id="basal-forebrain"] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  background-color: #ffb442;
}
.highlighter[data-id="anterior-caudate"] {
  background-color: #00ff00;
}
.highlighter[data-id="grey-matter"] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  background-color: #999999;
}
.highlighter[data-id="lateral-ventricle"] {
  background-color: #9003fc;
}
.highlighter[data-id="occipital-lobe"] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  background-color: #e38585;
}
.highlighter[data-id="auditory-cortex"] {
  background-color: #fa5900;
}
.highlighter[data-id="substantia-nigra"] {
  background-color: #4f3c3c;
}
.highlighter[data-id="nucleus-accumbens-area"] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));

  background-color: #d2ff1e;
}

.highlighter[data-id="left-insula"] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  background-color: #61c6ff;
}
.highlighter[data-id="locus-coeruleus"] {
  background-color: #27648f;
}

/* Interactive Brain */
.hovered {
  fill: blue;
}

.region {
  mix-blend-mode: soft-light;
  stroke-width: 1.5;
  stroke-dasharray: 6, 5;
  stroke: white;
  opacity: 1;
}

/* use normal blending on edge */
@supports (-ms-ime-align: auto) {
  .region {
    mix-blend-mode: none;
    opacity: 0.35;
  }
}

.region:not(.active):hover {
  cursor: pointer;
  fill: #003169;
  mix-blend-mode: screen;
}

.region.active {
  animation: fadeinRegion 1s 0.1s infinite;
  stroke-width: 0;
  /* stroke-dasharray: 6, 5; */
}

/* Animation Keyframes*/
@keyframes fadeinRegion {
  25% {
    fill: purple;
  }
}

#region-info-container.active {
  opacity: 1;
}

.region-label {
  border-radius: 20em;
  stroke: white;
  fill: white;
  rx: 1em;
  ry: 1em;
}

.region-label-text {
  font-weight: bold;
  font-size: 11.5px;
  fill: #777;
  letter-spacing: 0.2em;
}

#regions-disc-paragraph {
  transition: 0.75s;
  background: white;
}

.vertical-separator {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  border-left: 1px solid #000;
  height: 2em;
}

/* Generic button */
.button {
  pointer-events: auto;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

button[data-stateful="true"]:active > img {
  background-color: #005178;
  transition: background-color 1s;
}
button[data-stateful="true"]:focus > img {
  background-color: #005178;
  transition: background-color 1s;
}

.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

/* Timestamp button */
.timestamp-button {
  pointer-events: auto;
  position: relative;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: rgb(209, 231, 245);
  background: linear-gradient(0deg, rgba(209, 231, 245, 1) 0%, rgba(229, 250, 255, 1) 100%);
}
.timestamp-button:hover {
  background: rgb(190, 223, 245);
  background: linear-gradient(0deg, rgba(190, 223, 245, 1) 0%, rgba(206, 244, 254, 1) 100%);
}
.timestamp-button.dotted-button:before,
.timestamp-button.dotted-button:after {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Suggested node button */
.suggested-node,
.external-link {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.suggested-node > button,
.external-link > button {
  pointer-events: auto;
  position: relative;
  width: 50%;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-width: 18rem;
  background: rgb(209, 231, 245);
  background: linear-gradient(0deg, rgba(209, 231, 245, 1) 0%, rgba(229, 250, 255, 1) 100%);
}
.suggested-node > a,
.external-link > a {
  pointer-events: auto;
  position: relative;
  width: 50%;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-width: 18rem;
  background: rgb(209, 231, 245);
  background: linear-gradient(0deg, rgba(209, 231, 245, 1) 0%, rgba(229, 250, 255, 1) 100%);
}

.suggested-node > button > p,
.external-link > button > p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.suggested-node > button > p:after,
.external-link > button > p:after {
  content: "";
  margin-left: 0.25rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.5rem;
  background-image: url(assets/images/3c875ab7f79b08efa19ba9a232c51b26.svg);
}
.suggested-node > button:hover,
.external-link > button:hover {
  background: rgb(190, 223, 245);
  background: linear-gradient(0deg, rgba(190, 223, 245, 1) 0%, rgba(206, 244, 254, 1) 100%);
}
.suggested-node > button.dotted-button:before,
.suggested-node > button.dotted-button:after,
.external-link > button.dotted-button:before,
.external-link > button.dotted-button:after {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.external-link {
  text-decoration: none !important;
  text-align: center;
}

.external-link a {
  text-decoration: none !important;
}

.external-link > a > p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.external-link > a > p:after {
  content: "";
  margin-left: 0.25rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.5rem;
  background-image: url(assets/images/3c875ab7f79b08efa19ba9a232c51b26.svg);
}
.external-link > a:hover {
  background: rgb(190, 223, 245);
  background: linear-gradient(0deg, rgba(190, 223, 245, 1) 0%, rgba(206, 244, 254, 1) 100%);
}
.external-link > a.dotted-button:before,
.external-link > a.dotted-button:after {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Symptoms buttons */
button.symptom {
  width: 100%;
  justify-content: flex-start;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
button.symptom.text-with-icon {
  text-align: left;
}

button.symptom:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

button.symptom.active {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

/*
 * Content panel
 */
.content-panel {
  position: absolute;
  right: 0px;
  z-index: 30;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  counter-reset: h1 0 h2 0 h3 0 h4 0 h5 0 h6 0 table 0 figure 0;
}

.content-menu {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 30;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.content {
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  min-height: 100%;
}
.gradient {
  background: rgba(182, 209, 222, 1);
  background: linear-gradient(to bottom, rgba(182, 209, 222, 1) 0%, rgba(70, 145, 210, 1) 100%);
}
.gradient-lighter {
  background: rgba(182, 209, 222, 1);
  background: linear-gradient(to bottom, rgba(182, 209, 222, 1) 0%, rgba(136, 183, 221, 1) 100%);
}
.gradient-lighter[data-remove-gradient] {
  background: rgba(182, 209, 222, 1);
  background: linear-gradient(to bottom, rgba(182, 209, 222, 1) 0%, rgba(182, 209, 222, 1) 100%);
}

/* Heading */
.content-header {
  display: flex;
  height: 10rem;
  flex-direction: column;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.content-header.compact {
  height: 6rem;
}
.content-header > .container {
  display: flex;
  align-items: center;
}
.content-header #button-back {
  margin-right: 0.25rem;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.5rem;
  background-image: url(assets/images/3788c8e0dfad8a21b9b1fb5da7d3ce02.svg);
}
.content-header #button-back:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.content-header .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
}

.content .text-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Text */
.content .text-container.compact {
  padding: 1rem;
}

.content .text-container.fullbleed {
  padding: 0px;
}

.content .text-container.large {
  max-width: 56rem;
}
.content .text-container p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.content .text-container h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  color: #005077;
}
.content h1 {
  color: #005077;
}
.content .text-container h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  color: #005077;
}
.content .text-container h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.content .text-container h4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
}

h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  color: #005077;
}

h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  color: #005077;
}
h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
h4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
}

h1[data-node-heading="true"] {
  display: none;
}

h1::before {
  counter-increment: h1;
  counter-reset: h2 0 h3 0 h4 0 h5 0 h6 0;
  /* content: counter(h1)": "; */
}
h2::before {
  counter-increment: h2;
  counter-reset: h3 0 h4 0 h5 0 h6 0;
  /* content: counter(h1)"."counter(h2)": "; */
}
h3::before {
  counter-increment: h3;
  counter-reset: h4 0 h5 0 h6 0;
  /* content: counter(h1)"."counter(h2)counter(h3)": "; */
}
h4::before {
  counter-increment: h4;
  counter-reset: h5 0 h6 0;
  /* content: counter(h1)"."counter(h2)counter(h3)counter(h4)": "; */
}
h5::before {
  counter-increment: h5;
  counter-reset: h6 0;
  /* content: counter(h1)"."counter(h2)counter(h3)counter(h4)counter(h5)": "; */
}
h6::before {
  counter-increment: h6;
  /* content: counter(h1)"."counter(h2)counter(h3)counter(h4)counter(h5)counter(h6)": "; */
}

div[class*="references"] > h1::before,
div[class*="references"] > h2::before,
div[class*="references"] > h3::before,
div[class*="references"] > h4::before,
div[class*="references"] > h5::before,
div[class*="references"] > h6::before {
  content: "";
}

table::before {
  counter-increment: table;
}
figure::before {
  counter-increment: figure;
}

/* Quote */
/* .content .quote::before {
  content: """;
} */
.content .quote {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
/* .content .quote::after {
  content: """;
} */

.content .text-container .highlight {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: #fff;
  background: #005077;
}

/* Content panel */
.content .panel {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #ffffff7a;
}

.panel {
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #ffffff7a;
}

.content .panel blockquote {
  text-align: center;
  margin-bottom: 20px;
}

.content .panel > * {
  /* padding-bottom: 1.5rem; */
}

.content .panel.basic {
  background-color: transparent;
}
.content .panel.compact {
  margin: 0px;
}
.content .panel.relaxed {
  margin: 2rem;
}
.content .panel.square {
  border-radius: 0px;
}
.content .panel.references {
  transition: all 0.25s;
  font-size: 0.625rem;
  background-color: #ffffff4a;

  text-align: left;
  /* line-break: anywhere; */
}
.content .panel.references:hover {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.content .panel.references h4 {
  font-weight: 700;
  text-transform: uppercase;
}

/* Text with icon on left side */
.content .text-with-icon {
  display: flex;
  align-items: center;
}
.content .text-with-icon:not(.vertical) > img {
  margin-right: 0.5rem;
  width: 2rem;
}

/* Text with icon vertical */
.content .text-with-icon.vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content .text-with-icon.vertical > img {
  margin: auto;
}

/* Table */
.content table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-style: hidden;
  margin-bottom: 2rem;
}

.content table th {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: #fff;
  border-style: hidden;
}

td table {
  padding: 0;
  margin: 0;
}

.content table th[scope="col"] {
  border-width: 0px;
}
.content table th[scope="row"] {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.content table thead tr {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: #fff;
  border-style: hidden;
}

.content table td {
  padding: 0.5rem;
}
.content table tr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.content table tr:first-child {
  text-align: left;
}

.content table.compact th {
  padding: 0.25rem;
}
.content table.compact td {
  padding: 0.25rem;
}

.content table.compact tr {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.content table tr:nth-child(even) {
  background-color: #1a202c17;
}
.content table tbody tr:nth-child(even) {
  background-color: #1a202c17;
}
.content table tbody tr:hover :not([data-inert="true"]) td {
  background-color: hsla(209, 62%, 50%, 0.74);
}

.content table tbody tr:hover [data-interactive="false"] {
  background-color: inherit;
}

.content table tbody tr td {
  color: black;
}

.content table td,
.content table th {
  border: 1px white dotted;
  border-bottom: 0px;
  border-top: 0px;
}

/* Highlighted text */
.highlight-blue {
  border-radius: 0.25rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  background-color: #273eb3;
}
.highlight-teal {
  border-radius: 0.25rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  background-color: #0196d1;
}
.highlight-indigo {
  border-radius: 0.25rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  background-color: #577bdb;
}
.highlight-yellow {
  border-radius: 0.25rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  background-color: #e4f05c;
}

/*Text colour */
.text-white {
  color: #fff;
}

@supports (-webkit-overflow-scrolling: touch) {
  .content.pdf {
    min-height: 100%;
  }
}
@supports not (-webkit-overflow-scrolling: touch) {
  .content.pdf {
    height: 100%;
  }
}

#help {
  pointer-events: none;
  position: absolute;
  z-index: 30;
  display: flex;
  height: 100vh;
  width: 100vw;
  align-items: flex-end;
  justify-content: center
}
#help .holder {
  position: absolute;
  display: flex;
  width: auto;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  padding-top: 2rem;
  text-align: center;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --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);
  bottom: 5rem
}
@media (min-width: 1024px) {
  #help .holder {
    max-width: 42rem;
    bottom: 2.5rem
  }
}
#help h1 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
  letter-spacing: 0.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none
}

#help button {
  pointer-events: auto
}
#help .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity))
}

#help button.close {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0.25rem;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity))
}
#help button.close:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity))
}
#help button.close svg {
  height: 1rem;
  width: 1rem;
  stroke-width: 2;
  fill: none;
  stroke: gray
}

/* Intro Screen */

#video-intro {
  transition: all 0.5s;
}

#video-intro.postprocess {
  filter: brightness(0.75) contrast(3);
}

.intro-container {
  left: 0px;
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 1s;
  background-image: radial-gradient(rgba(21, 28, 83, 0.75) 5%, rgba(21, 28, 83, 0.9) 5%);
  background-position: 0 0;
  background-size: 64px 64px;
  height: 128px;
  width: 100%;
}

.intro-header {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  letter-spacing: 0.4em;
}

.intro-paragraph {
  width: 66.666667%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.intro-paragraph > p {
  margin-bottom: 1rem;
}

#button-intro-start {
  pointer-events: auto;
  position: relative;
  margin-left: 2rem;
  margin-right: 2rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 5rem;
  padding-right: 5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  letter-spacing: 0.25em;
  background: rgb(67, 65, 144);
  background: linear-gradient(0deg, rgba(67, 65, 144, 1) 0%, rgba(90, 103, 216, 1) 100%);
}
#button-intro-start:hover {
  filter: brightness(1.33);
}

.loader {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: rgba(70, 145, 210, 1);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

/*
 * Top navigation bar
 */

#gui-titlebar.disabled {
  pointer-events: none;
}
#gui-titlebar.disabled .disease-state-button:not(.active) {
  opacity: 0.5;
}

#logo {
  position: absolute;
  width: 16rem;
  opacity: 0.5;
  left: 1rem;
  top: 1rem;
}

.navbar {
  display: flex;
}

.navbar > div {
  padding: 0.25em;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar > div:first-child > * {
  margin-right: auto;
}

.navbar > div:last-child > * {
  margin-left: auto;
}

#gui-nav-buttons {
  pointer-events: auto;
  position: absolute;
  bottom: 0px;
  display: flex;
  flex-direction: row;
  padding: 0.5rem;
}
@media (min-width: 1024px) {
  #gui-nav-buttons {
    top: 0px;
    right: 0px;
    bottom: auto;
  }
}
#gui-nav-buttons.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.navbar-button {
  display: flex;
  width: 5rem;
  flex-direction: column;
  align-items: center;
}

.navbar-button > p {
  font-size: 0.6625rem;
}

.navbar-button > img {
  display: inline;
  height: 3rem;
  width: 3rem;
  transition: filter 0.25s;
  filter: saturate(0) brightness(1.2);
}

.navbar-button > img:hover {
  filter: saturate(1) brightness(1);
}

.disease-state-button {
  border-radius: 0.25rem;
  padding: 0.5rem;
}
.disease-state-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.disease-state-button.active {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}
.disease-state-button.active svg {
  stroke: #6b46c1;
}

/*
 * node label
 */

.node-label {
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.75;
  transition: opacity 200ms ease;
  padding-left: 2em;
  padding-right: 2em;
  letter-spacing: 0.25rem;
  font-size: 0.6625rem;
  background: rgba(137, 142, 199, 1);
  background: linear-gradient(to bottom, rgba(137, 142, 199, 1) 0%, rgba(68, 76, 138, 1) 100%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.node-label.node-menu {
  font-size: 0.8rem;
}
.node-label:not(.disabled) {
  pointer-events: auto;
  cursor: pointer;
}
.node-label:hover,
.node-label.hover {
  opacity: 1;
}

.node-label.inverted {
  font-weight: 800;
  background: rgb(255, 255, 255);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(208, 210, 222) 100%);
  color: rgba(68, 76, 138, 1);
  border-color: rgba(68, 76, 138, 1);
  border-width: 2px;
}

.node-label.category {
  font-weight: 800;
  font-size: larger;
  background: rgb(65, 32, 109);
  background: linear-gradient(to bottom, rgb(65, 32, 109) 0%, rgb(65, 32, 109) 100%);
  color: white;
  border-color: rgba(68, 76, 138, 1);
  border-width: 2px;
}

.node-submenu-button {
  pointer-events: auto;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  cursor: pointer;
  border-radius: 9999px;
  padding: 1.5rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  max-width: 10rem;
  max-height: 10rem;
  background: rgb(66, 68, 143);
  background: linear-gradient(0deg, rgba(66, 68, 143, 1) 0%, rgba(122, 118, 195, 1) 50%, rgba(66, 68, 143, 1) 100%);
  letter-spacing: 0.1rem;
  box-shadow: 0 0 0 5px rgba(66, 68, 143, 1), inset 0 0 0 0.25rem #9e9ed0;
  opacity: 0.9;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.node-submenu-button:hover {
  filter: brightness(1.33);
}
/* .node-submenu-button:after {
    content: "";
    box-shadow: inset 0 0 30px #00f;
  } */
/* .node-submenu-button:before,
  .node-submenu-button:after {
    @apply absolute w-3 h-3 bg-transparent border-purple-700 border-2 rounded-full;
    content: "";
  }
  .node-submenu-button:before {
    transform: translate(-200%, 50%);
    left: 0px;
    bottom: 50%;
  }
  .node-submenu-button:after {
    transform: translate(200%, 50%);
    right: 0px;
    bottom: 50%;
  } */

/*
 * carousel-related components
 */
.toggable-buttons-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}

.toggable-buttons-container.tabbed[data-bg-variant="darker"] {
  background-color: #abcadb;
}

.toggable-buttons-container.tabbed {
  background-color: #ebf8ff;
}

.toggable-buttons-container button {
  flex: 1 1 0%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --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);
}
.toggable-buttons-container button.padded {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  border-radius: 0.25rem;
}
.toggable-buttons-container button.square {
  border-radius: 0px;
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.toggable-buttons-container button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.toggable-buttons-container button.active {
  margin-top: -0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: linear-gradient(0deg, rgba(48, 130, 206, 1) 0%, rgba(77, 156, 231, 1) 100%);
}
.toggable-buttons-container button.active:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.toggable-buttons-container button.square.active {
  margin-top: 0px;
}

/* Schizo / Relapse / Information / Rebound */
.toggable-buttons-container button[data-group="types"] {
  margin: 0.25rem;
  border-radius: 9999px;
  flex: 0 0 25%;
}
.toggable-buttons-container button[data-group="types"].active {
}
/* - */

.tabbed-top {
  border-top-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
iframe {
  min-width: 100%;
  min-height: 100%;
}

.content.pdf .toggable-container {
  display: flex;
  flex-direction: column;
}
.content.pdf .toggable-container object {
  flex-grow: 1;
}

#search {
  pointer-events: none;
  position: absolute;
  z-index: 30;
  display: flex;
  height: 100vh;
  width: 100vw;
  align-items: flex-start;
  justify-content: center;
  /* Ensure search panel doesn't interfere with viewport on mobile */
  position: fixed;
}
#search .container {
  pointer-events: auto;
  display: flex;
  max-width: 32rem;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  text-align: center;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --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);
  /* Use safer positioning for iPad/mobile - margin instead of absolute positioning */
  margin-top: 10vh;
  max-height: 80vh;
  width: 90vw;
  /* Prevent content from being cut off and improve touch handling */
  touch-action: manipulation;
  -webkit-overflow-scrolling: touch;
  /* Better rendering on high-DPI displays */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#search h1 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
  letter-spacing: 0.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#search input {
  pointer-events: auto;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding: 0.5rem;
  /* Improve text rendering on high-DPI displays */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Prevent autocomplete/autocorrect from interfering */
  font-size: 16px; /* Prevents iOS zoom on focus */
}
#search button.close {
  pointer-events: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0.25rem;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  /* Improve rendering on high-DPI screens */
  transform: translateZ(0);
  backface-visibility: hidden;
}
#search button.close:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
#search button.close svg {
  height: 1rem;
  width: 1rem;
  stroke-width: 2;
  fill: none;
  stroke: gray;
  /* Crisp SVG rendering on retina displays */
  shape-rendering: geometricPrecision;
  transform: translateZ(0);
}
#search .results {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
#search .no-results {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
#search .result {
  pointer-events: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: left;
  /* Better touch targets for iPad */
  min-height: 44px;
  -webkit-tap-highlight-color: rgba(59, 130, 246, 0.1);
  touch-action: manipulation;
}
#search .result:hover,
#search .result:active {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
#search .result .title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
#search .result .subtitle {
  font-size: 0.6625rem;
}

.untouchable {
  -webkit-touch-callout: none;
  touch-action: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: grab;
}

/* $layers: (
    "canvas-proxy": 0,
    "webgl-canvas": 1,
    "css-canvas": 2,
    "img-labeller": 3,
    "canvas-overlay": 4,
  ); */

.canvas-proxy {
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative;
  background-color: transparent;
}
.canvas-overlay {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.webgl-canvas {
  z-index: 1;
  background-color: grey;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;

  cursor: grab;
}

.webgl-canvas:active {
  cursor: grabbing;
}

.css-canvas {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.crossfade-container {
  padding: 2rem 0rem;
  display: flex;
  flex-direction: column;
  row-gap: 15px;

  align-items: center;
  justify-content: space-between;
  width: 100%;
}

label[id="crossfade-label"] {
  font-weight: 800;
}

.crossfade-image-list {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
}

.crossfade-image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.crossfade-image[data-shown="true"] {
  opacity: 1;
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  background-color: #7ed4ff;
  border-radius: 0.5rem;
  height: 0.5rem;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -12px;
  /* Centers thumb on the track */
  /*custom styles*/
  height: 30px;
  width: 30px;
  background: #203ca0;
  border-radius: 50%;
}

input[type="range"]:focus::-webkit-slider-thumb {
  border: 1px solid #7ed4ff;
  outline: 3px solid #7ed4ff;
  outline-offset: 0.125rem;
}

input[type="range"]::-moz-range-track {
  background-color: #7ed4ff;
  border-radius: 0.5rem;
  height: 0.5rem;
}

input[type="range"]::-moz-range-thumb {
  border: none;
  /*Removes extra border that FF applies*/
  border-radius: 0;
  /*Removes default border-radius that FF applies*/
  /*custom styles*/
  height: 30px;
  width: 30px;
  background: #203ca0;
  border-radius: 50%;
}

input[type="range"]:focus::-moz-range-thumb {
  border: 1px solid #7ed4ff;
  outline: 3px solid #7ed4ff;
  outline-offset: 0.125rem;
}

.crossfader-legend {
  height: 2rem;
  width: 100%;
  /* background: rgb(125,212,255); */
  background: linear-gradient(
    90deg,
    rgba(125, 212, 255, 1) 0%,
    rgba(29, 113, 184, 1) 25%,
    rgba(31, 61, 160, 1) 50%,
    rgb(3, 33, 86) 75%,
    rgb(60, 60, 59) 100%
  );
}

/*
 * Figure
 */

figure {
  overflow: hidden;
  border-radius: 0.25rem;
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
  background-color: transparent;
  /* background-color: #c0d9e8; */
  padding: 1rem;
}
figure:not(:first-child) {
  margin-top: 2em;
}
figure:not(:last-child) {
  margin-bottom: 2em;
}

figure img {
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #c0d9e8;
}

figure img:not([data-borderless="true"]) {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 0.375rem;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.5rem;

  background-color: #c0d9e8;
}

figure > * figcaption,
figure > figcaption {
}

table > caption {
  /* @apply px-6 py-4;
  font-style: italic;
  font-size: small; */

  /* @apply text-lg my-2 font-bold; */
}

/* figure::after {
  content: "figure " counter(figure)": ";

}
table::after {
  content: "table "counter(table)": ";
} */

figcaption[data-role="title"],
table > caption[data-role="title"] {
  /* @apply my-2 font-bold text-base; 
  color: #005077;
  font-style:italic; */
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
figcaption[data-role="detail"],
table > caption[data-role="detail"] {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
}

#timeline-content {
  text-align: center;
}
.timeline {
  border-left: 4px solid #4091dc;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  color: rgb(79, 91, 109);
  margin: 0px 0px 0px 200px;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  font-weight: 100;
}
.timeline h1 {
  letter-spacing: 1.5px;
  font-weight: 100;
  font-size: 1.4em;
}
.timeline h2,
.timeline h3 {
  letter-spacing: 1.5px;
  font-weight: 400;
  font-size: 1.4em;
}
.timeline .event {
  cursor: pointer;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
}
.timeline .event .event-content {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
  overflow: hidden;
}

/* circular mark */
.timeline li.event:after {
  background-color: #295e8f;
  transition: background-color 0.2s ease-in, filter 0.25s ease-in;
}
.timeline li.event:not(:hover):not([data-is-active]):after {
  background-color: #4091dc;
  transition: background-color 0.2s ease-out;
}

/* date heading */
.timeline li.event:before {
  color: #203950;
  font-weight: 700;
  transition: font-weight 0.2s ease-in, color 0.25s ease-in;
}
.timeline li.event:not(:hover):not([data-is-active]):before {
  color: #295ea3;
  font-weight: 200;
  transition: font-weight 0.2s ease-out, color 0.2s ease-out;
}

/* content */
.timeline .event:not([data-is-active]) .event-content {
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -270.5px;
  color: #295e8f;
  content: attr(data-date);
  text-align: right;
  font-weight: 600;
  font-size: 0.9em;
  width: 200px;
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #295e8f;
  left: -57.85px;
  background: #3e90db;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}


@keyframes pulse {
  0% {
    transform: scale(1);
    filter: contrast(1.5) hue-rotate(0) saturate(1.5);
    border-radius: 100%;
  }

  70% {
    transform: scale(1.1);
    filter: contrast(1.7) hue-rotate(10) saturate(1.7);
    border-radius: 100%;
  }

  100% {
    transform: scale(1);
    filter: contrast(1.5) hue-rotate(0) saturate(1.5);
    border-radius: 100%;
  }
}

.animation-pulse {
  filter: contrast(1.5) hue-rotate(0) saturate(1.5);
  transform: scale(1);
  animation: pulse 2s infinite;
}

#symptom-card {
  background-color: #d7e6ee;
  box-shadow: 0 0 10px 10px #d7e6ee;
  z-index: 2000;
  margin: 10px 0px;
}

.arrows-container {
  display: flex;
  flex-direction: row;
  width: calc(100% - 25px);
  padding: 0;
  margin: 0;
  height: 60px;
}

.arrows-container button {
  flex: 1;
  width: calc(100% - 30px);
  height: 100%;
  position: relative;
  background-color: var(--bg-color);
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: clamp(4px, 12px, 20px);
  font-weight: 200;
}

.arrows-container button:after {
  z-index: 999;
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  bottom: 0;
  right: -20px;
  border-left: 20px solid var(--bg-color);
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.arrows-container button:hover {
  font-weight: 600;
  color: white;
}
.arrows-container button:active {
  font-weight: 600;
  color: white;
}

.arrows-container button[class="active"] {
  font-weight: 600;
  color: white;
}

.arrow-item-title {
  pointer-events: none;
  vertical-align: middle;
  text-align: center;
}

@keyframes pulse {
  0% {
    filter: contrast(100%);
  }

  70% {
    filter: contrast(500%);
  }

  100% {
    filter: contrast(100%);
  }
}

.svg-container {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  aspect-ratio: 1; /* aspect ratio */
  overflow: hidden;
  min-height: 200px;
  /* border: 2px solid #73a7d2; */
}
.svg-content-responsive {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
#force-graph svg {
  display: block;

  width: 100%;
  height: 100%;
}

.force-graph-tooltip {
  position: absolute;
  border-bottom: 0px;
  border-top: 0px;
  border: 2px solid rgba(112, 56, 194, 0.9);
  padding: 4px;
  background-color: rgba(112, 56, 194, 0.9);
  transition: opacity 1s ease-in-out;
  color: white;
  text-transform: capitalize;
}

.force-graph-detail-panel {
  /* border-bottom: 0px;
  border-top: 0px;
  border: 2px solid #5c9dda;
  padding: 2rem 2rem;
  background-color: rgba(92, 157, 218, 0.9);
  transition: opacity 1s ease-in-out;
  color: white; */
}

g[data-interactive="true"]:hover *:not(path) {
  filter: brightness(1.4);
  cursor: pointer;
}

svg {
  pointer-events: all;
}
svg *:not([data-interactive="true"]) {
  pointer-events: none;
}
svg *[data-interactive="true"] {
  pointer-events: all;
}

/* g[data-interactive="false"]:hover circle {
  fill: none;
} */

circle {
  transition: filter 1s;
}

g > circle[data-interactive="true"]:hover ~ path {
  filter: brightness(1.1);
}
g > circle[data-interactive="true"]:hover ~ circle {
  filter: brightness(1.2);
}

circle[data-interactive="true"]:hover {
  filter: brightness(1.2);
  cursor: pointer;
  /* fill: #005278; */
}

circle[data-active="true"] {
  filter: brightness(1.2) drop-shadow(0px 0px 2px #005077);
  animation: pulse 2s infinite;
}

g > circle[data-interactive="true"][data-active="true"] ~ circle {
  filter: contrast(200%);
}

path {
  transition: filter 1s;
}

g > path[data-interactive="true"]:hover ~ path {
  filter: brightness(1.1);
}
g > path[data-interactive="true"]:hover ~ circle {
  filter: brightness(1.2);
}

path[data-interactive="true"]:hover {
  filter: brightness(1.2);
  cursor: pointer;
  /* fill: #005278; */
}

path[data-active="true"] {
  filter: brightness(1.2) drop-shadow(0px 0px 6px #005077);
  animation: pulse 2s infinite;
}

g > path[data-interactive="true"][data-active="true"] ~ circle {
  filter: contrast(200%);
}

@keyframes pulse {
  0% {
    filter: brightness(1.2) drop-shadow(0px 0px 6px #005077);
  }

  70% {
    filter: brightness(1) drop-shadow(0px 0px 6px #005077);
  }

  100% {
    filter: brightness(1.2) drop-shadow(0px 0px 6px #005077);
  }
}

/* circle[data-interactive="true"]:hover {
  filter: brightness(1.4);
}
circle[data-interactive="true"]:hover ~ * {
  filter: brightness(1.4);
}
path[data-interactive="true"]:hover {
  filter: brightness(1.4);
}
path[data-interactive="true"]:hover ~ * {
  filter: brightness(1.4);
} */

.risk-factors-infographic-st0 {
  opacity: 0.3;
  fill: #ffffff;
  stroke: #1d1d1b;
  stroke-miterlimit: 10;
}
.risk-factors-infographic-st1 {
  fill: none;
  stroke: #878787;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.risk-factors-infographic-st2 {
  fill: none;
  stroke: #878787;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 8.0196, 8.0196;
}
.risk-factors-infographic-st3 {
  fill: #3d91be;
}
.risk-factors-infographic-st4 {
  fill: #62bed2;
}
.risk-factors-infographic-st5 {
  fill: #11174b;
}
.risk-factors-infographic-st6 {
  fill: #01072d;
}
.risk-factors-infographic-st7 {
  fill: #162065;
}
.risk-factors-infographic-st8 {
  fill: #24448e;
}
.risk-factors-infographic-st9 {
  fill: #2d5e9e;
}
.risk-factors-infographic-st10 {
  fill: #8acdce;
}
.risk-factors-infographic-st11 {
  fill: #add3dd;
}
.risk-factors-infographic-st12 {
  fill: #d3d3d3;
}
.risk-factors-infographic-st13 {
  fill: #f2defc;
}
.risk-factors-infographic-st14 {
  fill: #9966cc;
}
.risk-factors-infographic-st15 {
  fill: #c6aae8;
}
.risk-factors-infographic-st16 {
  fill: #005077;
}
.risk-factors-infographic-st17 {
  fill: #1d71b8;
}
.risk-factors-infographic-st18 {
  fill: #ffffff;
}
.risk-factors-infographic-st19 {
  fill: none;
  stroke: #878787;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 0, 23;
}
.risk-factors-infographic-st20 {
  fill: #ffffff;
  stroke: #005178;
  stroke-width: 6;
  stroke-miterlimit: 10;
}
.risk-factors-infographic-st21 {
  fill: #5a97cb;
}
.risk-factors-infographic-st22 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 5;
  stroke-miterlimit: 10;
}
.risk-factors-infographic-st23 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.risk-factors-infographic-st24 {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.risk-factors-infographic-st25 {
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}
.risk-factors-infographic-st26 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.risk-factors-infographic-st27 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.risk-factors-infographic-st28 {
  fill: none;
  stroke: #3c3c3b;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.risk-factors-infographic-st29 {
  fill: none;
  stroke: #1d1d1b;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.risk-factors-infographic-st30 {
  fill: #1d1d1b;
}
.risk-factors-infographic-st31 {
  fill: #878787;
}
.risk-factors-infographic-st32 {
  fill: none;
  stroke: #1d71b8;
  stroke-miterlimit: 10;
}
.risk-factors-infographic-st33 {
  fill: none;
  stroke: #b2b2b2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.risk-factors-infographic-st34 {
  fill: none;
  stroke: #b2b2b2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 5.9711, 5.9711;
}
.risk-factors-infographic-st35 {
  fill: #ffffff;
  stroke: #1d71b8;
  stroke-miterlimit: 10;
}
.risk-factors-infographic-st36 {
  fill: #1d71b8;
  stroke: #1d71b8;
  stroke-miterlimit: 10;
}
.risk-factors-infographic-st37 {
  fill: none;
  stroke: #1d1d1b;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 6;
}
.risk-factors-infographic-st38 {
  fill: #caf3ff;
}
.risk-factors-infographic-st39 {
  fill: #64c9e8;
}
.risk-factors-infographic-st40 {
  fill: url(#SVGID_00000049933943470427028260000004004284037772879768_);
}
.risk-factors-infographic-st41 {
  fill: #deeff9;
  stroke: #432918;
  stroke-miterlimit: 10;
}
.risk-factors-infographic-st42 {
  fill: #1d71b8;
  stroke: #432918;
  stroke-miterlimit: 10;
}
.risk-factors-infographic-st43 {
  fill: none;
  stroke: #432918;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.risk-factors-infographic-st44 {
  fill: #deeff9;
  stroke: #432918;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.risk-factors-infographic-st45 {
  fill: none;
  stroke: #0b5079;
  stroke-miterlimit: 10;
}
.risk-factors-infographic-st46 {
  fill: #ffffff;
  fill-opacity: 0.6;
  stroke: #0b5079;
  stroke-miterlimit: 10;
}

.pathophysiology-infographic-st5 {
  fill: #009fe3;
}
.pathophysiology-infographic-st10,
.pathophysiology-infographic-st7 {
  fill: none;
  stroke: #4cbfed;
  stroke-width: 0.8855;
  stroke-miterlimit: 10;
}
.pathophysiology-infographic-st10 {
  stroke: #29235c;
  stroke-width: 0.5;
  stroke-linecap: round;
}
.pathophysiology-infographic-st697 {
  fill: #fff;
}
.pathophysiology-infographic-st699 {
  fill: #1d71b8;
}
.pathophysiology-infographic-st1402 {
  fill: #005178;
}
.pathophysiology-infographic-st1417 {
  fill: none;
  stroke: #005178;
  stroke-miterlimit: 10;
}

.tooltip {
}
.tooltip > *[data-tooltip-trigger] {
  cursor: pointer;
}

.tooltip > *[data-tooltip-content] {
  width: 100%;
  text-align: center;
  opacity: 0;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
}

.tooltip > *[data-tooltip-trigger]:hover ~ *[data-tooltip-content] {
  opacity: 1;
  display: block;
  max-height: 500px;
  transition: max-height 0.25s ease-in;
  overflow: visible;
  font-weight: bold;
  /* writing-mode: vertical-rl; */
  /* text-orientation: mixed; */
}

.crosshatch {
  /* width: 100%;
    height: 100%; */
  color: white;
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.5) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.5) 75%,
    transparent 75%,
    transparent
  );
  background-size: 5px 5px;
}

.crosshatch-alt {
  width: 100%;
  height: 100%;
  color: white;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.5) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.5) 75%,
    transparent 75%,
    transparent
  );
  background-size: 5px 5px;
}

.notecard {
}

/* .notecard[data-kind='instructions'] {
border: 1px solid #175078;
border-left: 4px solid #175078;
border-radius: 2px;
margin: 1rem 0;
padding: 0.6rem 0.6rem 0.6rem 3rem;
position: relative;
} */

.notecard[data-kind="instructions"] {
  background-color: #d3e3ec;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
}

a[aria-describedby="footnote-label"] {
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  text-underline-offset: 0.05em;
  text-decoration: none !important;
  color: red;
}

/* a[aria-describedby="footnote-label"]::before {
  content: '['
}
a[aria-describedby="footnote-label"]::after {
  content: ']'
} */

a[aria-describedby="footnote-label"]::after {
  /* content: ','; */
  /* margin-right: 4px; */
}
a[aria-describedby="footnote-label"]:last-of-type::after {
  /* content: ''; */
}

a[aria-describedby="footnote-label"] {
  /* content: ','; */
}

a[aria-describedby="footnote-label"] + a[aria-describedby="footnote-label"] {
  /* margin-right: 4px; */
}

a:has(+ a)::after {
  /* CSS styles for the selected elements */
  /* content: ','; */
}

a[aria-describedby="footnote-label"] {
  /* margin: 0 2px; */
}
a[aria-describedby="footnote-label"]::after {
  /* content: ' (PMID: ' attr(data-pmid) ') '; */
}

a[aria-describedby="footnote-label"]:visited {
  text-decoration: none;
}

a[aria-describedby="footnote-label"]:hover {
  filter: invert(30%);
}

a[aria-describedby="footnote-label"]:active {
  filter: invert(30%);
}

/* li[aria-describedby="footnote"]:target::before { */
/* font: 70% sans-serif;
    content: "►";
    color: limegreen;
    margin-right: 0.25em; */
/* } */

/* li[aria-describedby="footnote"]:target span {
  filter: invert(30%);
} */

a[class="footnote-backref"] {
  display: none;
}

/* li[aria-describedby="footnote"] > a[class="footnote-backref"] {
    display: none;
  } */

.overlaid-images-frame {
  position: relative;
  width: 100%;
  aspect-ratio: var(--ar);
}

.overlaid-images-frame img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  aspect-ratio: var(--ar);
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.infographic-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.infographic-box-header {
  padding: 2rem;
  width: 100%;
  background-color: #015078;
  color: white;
}

.infographic-box-rows {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.infographic-box-row-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  place-items: center;
}

.infographic-box-row-item > img[class="infographic-box-row-item-icon"] {
  -o-object-fit: contain;
     object-fit: contain;
}
.infographic-box-row-item > .infographic-box-row-item-text {
  width: 100%;
}

.infographic-box-row-item-text > span {
  background: green;
  text: white;
}
.infographic-box-row-item-text > strong {
}

.caregiver-burden-grid {
  display: grid;
  grid-template-columns: 7fr 3fr 7fr;
  grid-template-rows: 7fr 3fr 7fr;
  grid-gap: 8px;
  align-items: center;
  margin: 2rem 0;
  padding: 1rem;
}

.caregiver-burden-grid-item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex: 1;
  height: 100%;
  /* align-items: flex-start; */
  justify-content: center;
  font-size: small;
}

.caregiver-burden-grid-item:nth-child(3) {
  flex-direction: row-reverse;
}

.caregiver-burden-grid-item:nth-child(9) {
  flex-direction: row-reverse;
}

@media (max-width: 850px) {
  .caregiver-burden-grid-item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    /* align-items: flex-start; */
    justify-content: center;
    align-items: center;

    font-size: small;
  }

  .caregiver-burden-grid-item:nth-child(3) {
    flex-direction: column;
  }

  .caregiver-burden-grid-item:nth-child(9) {
    flex-direction: column;
  }
}

.caregiver-burden-grid-item[data-position="top"] {
  align-items: flex-end;
  justify-content: center;
}
.caregiver-burden-grid-item[data-position="bottom"] {
  align-items: flex-start;
  justify-content: center;
}
.caregiver-burden-grid-item[data-position="top"] p {
  /* align-self: flex-end; */
}
.caregiver-burden-grid-item[data-position="top"] p > span {
  vertical-align: bottom;
}
.caregiver-burden-grid-item[data-position="bottom"] p {
  align-self: flex-start;
}

.caregiver-burden-grid-item[data-position="top"] .caregiver-burden-grid-item-image-block {
  align-items: flex-end;
}
.caregiver-burden-grid-item[data-position="bottom"] .caregiver-burden-grid-item-image-block {
  align-items: flex-start;
}

.caregiver-burden-grid-item-image-block {
  flex: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 850px) {
  .caregiver-burden-grid-item-image-block {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .caregiver-burden-grid-item-image-block img {
    order: 2;
  }
}

.caregiver-burden-grid-item-text-block {
  flex: 3;
}
.caregiver-burden-grid-item-image-block img {
  width: 100%;
  height: 100%;
  width: 80px;
  height: 80px;
  aspect-ratio: 1;
  /* margin: 6px; */
}

.caregiver-burden-grid-item-header {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.caregiver-burden-grid-item-header > p {
  display: block;
  font-weight: bold;
}
.caregiver-burden-grid-item > p {
  height: 100%;
  padding: 0;
}

.caregiver-burden-grid-item > hr[data-type="vertical"] {
  height: 100%;
  width: 2px;
  border-left: 2px dashed white;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

.caregiver-burden-grid-item > hr[data-type="horizontal"] {
  width: 100%;
  height: 2px;
  border-top: 2px dashed white;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
}

.info-box {
  margin: 2rem 0;
  text-align: start;
  border: 4px solid #e9ecf0;
  display: flex;
  flex-direction: row;
}

.info-box > .info-box-bar-header,
.info-box-bar-content {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.info-box-bar-header {
  background-color: #005178;
  color: white;
}

.highlighted {
  background-color: #015078;
  color: white;
}

p[class*="highlighted"] {
  text-align: center;
}

table[id="institutionalization-and-healthcare-costs"] {
  caption-side: top;

  /* border: none; */
  border-collapse: collapse;
  letter-spacing: 1px;
}
table[id="institutionalization-and-healthcare-costs"] caption {
  /* padding: 10px; */
}

table[id="institutionalization-and-healthcare-costs"] tbody,
table[id="institutionalization-and-healthcare-costs"] thead {
  font-size: 0.75rem; /* 12px */
  line-height: 1rem; /* 16px */
}

table[id="institutionalization-and-healthcare-costs"] tr:first-child {
}

table[id="institutionalization-and-healthcare-costs"] tbody th[scope="row"][data-external="true"] .bubble {
  border-radius: 20px;
  background-color: #3182ce;
  padding: 20px;
  color: white;
}
table[id="institutionalization-and-healthcare-costs"] td {
  padding: 10px;
  text-align: center;
  /* border: 0; */
}
table[id="institutionalization-and-healthcare-costs"] th {
  padding: 10px;
  /* border: 0; */
}

table[id="institutionalization-and-healthcare-costs"] thead th[scope="col"] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));

  /* border: 0; */
  text-align: center;
}

table[id="institutionalization-and-healthcare-costs"] tbody tr:hover :not([data-inert="true"]) td {
  background-color: hsla(209, 62%, 50%, 0.74);
}

table[id="institutionalization-and-healthcare-costs"] td,
table[id="institutionalization-and-healthcare-costs"] table th {
  border: 1px white dotted;
  border-bottom: 0px;
  border-top: 0px;
}

table[id="institutionalization-and-healthcare-costs"] tbody th[scope="row"] {
  background-color: transparent;
  color: #4a5568;
}

table[id="institutionalization-and-healthcare-costs"] tbody tr:nth-child(even) {
  background-color: #1a202c17;
}
table[id="institutionalization-and-healthcare-costs"] tbody tr:nth-child(even) th[scope="row"] {
  background-color: transparent;
}
table[id="institutionalization-and-healthcare-costs"] tbody tr:nth-child(even) th[scope="row"][data-external="true"] {
  background-color: transparent;
}
table[id="institutionalization-and-healthcare-costs"] tbody tr:nth-child(odd) {
  background-color: transparent;
}
table[id="institutionalization-and-healthcare-costs"] tbody tr:nth-child(odd) th[scope="row"] {
  background-color: transparent;
}
table[id="institutionalization-and-healthcare-costs"] tbody tr:nth-child(odd) th[scope="row"][data-external="true"] {
  background-color: transparent;
}

/* table[id='institutionalization-and-healthcare-costs'] tbody th[scope=row][data-external]:not([data-external="true"]) {
    background-color: yellow;
  } */
table[id="institutionalization-and-healthcare-costs"] tbody th[scope="row"][data-external="true"] {
  /* border: 0; */
  background-color: transparent;
}

.scrolling-element-100vh {
  height: 100dvh;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}

.scrolling-element-100vh::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.scroll-corridor-500vh {
  height: 500vh;
}

.fixed-fullscreen-block {
  position: fixed;
  left: 50%;
  top: 50%;
  max-height: 100dvh;
  max-width: 100dvw;
  transform: translate(-50%, -50%);
}

article[id="treatment-guidelines"] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.treatment-guidelines-svg-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100dvw;
  max-height: 30vh;
}

.force-graph-category-overview-panel[data-open="false"] {
  max-height: 100px;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}

.force-graph-category-overview-panel[data-open="true"] {
  max-height: 105vh;
  transition: max-height 0.25s ease-in;
  padding: 2rem;
}

.force-graph-overview-content {
}

.annotations .annotation circle.handle {
  stroke-dasharray: 5;
  stroke: #334d59;
  fill: rgba(255, 255, 255, 0.2);
  cursor: move;
  stroke-opacity: 0.4;
}
.annotations .annotation path {
  stroke: #334d59;
  fill: none;
}
.annotations .annotation text {
  fill: #334d59;
}
.annotations .annotation .annotation-subject {
  cursor: move;
}
.annotations .annotation .annotation-note .annotation-note-content .annotation-note-title {
  font-weight: bold;
  font-size: 1.2em;
}
.annotations .annotation .annotation-note .annotation-note-content .annotation-note-bg {
  fill: rgba(0, 0, 0, 0);
}

.annotation-note-content tspan {
  font-size: small;
}

a[aria-describedby="ref-marker"] {
  /* vertical-align: top;
    font-size: x-small;
    counter-increment: footnotes 1;
    text-decoration: none !important;
    color: inherit;
    cursor: pointer;
    outline: none;
    margin: 0 1px;
    font-weight: bold; */

  /* JP wants the styling below:  */
  margin: 0 1px 0 0;
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  text-underline-offset: 0.05em;
  text-decoration: none !important;
}

a[aria-describedby="ref-marker"]:focus {
  text-decoration: underline;
}

a[aria-describedby="ref-marker"]:focus::after {
  outline: thin dotted;
  outline-offset: 2px;
}

/* We remove references for submission */
/* a[data-referent-id] {
    display: none;
  } */

/* Add commas between references */
span[id="ref-marker-group"]
  > a[aria-describedby="ref-marker"][data-brackets="false"]:has(+ a[aria-describedby="ref-marker"][data-brackets="false"])::after {
  content: ",";
}

.video-slider {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

.video-slider__video {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-slider__video--before {
  height: 100%;
  z-index: 1;
}
.video-slider__video--after {
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Style the description list container */
dl {
  font-size: small;
  font-style: italic;
  margin: 0;
  padding: 2rem;
  list-style: none;
}

/* Style the term (dt) elements */
dt {
  display: inline;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}

/* Style the description (dd) elements */
dd {
  display: inline;
  margin-left: 0;
  margin-bottom: 15px;
}
dd::after {
  content: ";";
  margin-right: 5px;
}

/* Add a separator between terms and descriptions */
dt::after {
  content: ":";
  margin-right: 5px;
}

.zebra-stripe-rows {
}

.default-mode-color {
  background-color: #52feff;
}
.salience-color {
  background-color: #fcadfa;
}
.dorsal-attention-color {
  background-color: #6eb443;
}
.limbic-color {
  background-color: #2b7979;
}
.frontoparietal-control-color {
  background-color: #52297b;
}
.sensorimotor-color {
  background-color: #ffee3f;
}
.visual-color {
  background-color: #36298f;
}

.presentation_wrapper {
  width: 100%;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr min(60ch, calc(100% - 64px)) 1fr;
  grid-column-gap: 32px;
  /* padding-top: 2rem; */
}

.presentation_wrapper > * {
  grid-column: 2;
}

.presentation_wrapper > [data-full-bleed="true"] {
  grid-column: 1 / -1;
}

.speech-bubble-right {
  position: relative;
  border-radius: 0.75rem;
  background: white;
  border: 1px solid rgba(226, 232, 240, 0.192);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.08);
  padding: 1.25rem;
  padding-right: 1.5rem;
}
.speech-bubble-right::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: none;
  border-left: 12px solid rgba(226, 232, 240, 0.192);
}
.speech-bubble-right::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-right: none;
  border-left: 11px solid white;
  margin-left: 1px;
}
.speech-bubble-left {
  position: relative;
  border-radius: 0.75rem;
  background: white;
  border: 1px solid rgba(226, 232, 240, 0.192);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.08);
  padding: 1.25rem;
  padding-left: 1rem;
}
.speech-bubble-left::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: none;
  border-right: 12px solid rgb(226 232 240);
}
.speech-bubble-left::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-left: none;
  border-right: 11px solid white;
  margin-right: 1px;
}



.text-xxs {
  font-size: 0.6625rem;
  /* font-size: 0.575rem; */
}

.fullscreen {
  height: 100vh;
  width: 100vw;
}

.w-half {
  width: 50%;
}

.overlay {
  pointer-events: none;
  position: absolute;
}

.centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

.responsive-xs {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 20rem;
}
.responsive-sm {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 24rem;
}
.responsive-md {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 28rem;
}
.responsive-lg {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 32rem;
}
.responsive-xl {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 36rem;
}
.responsive-2xl {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 42rem;
}
.responsive-3xl {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 48rem;
}
.responsive-4xl {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 56rem;
}

.h-128 {
  height: 32rem;
}

