.container-eb79d {

    display: flex;

    flex-direction: column
}

.title-5bd2e {

    display: flex;

    justify-content: center;

    color: var(--text-primary)
}

.header-9463e {

    margin-top: 4rem;

    margin-bottom: 2rem;

    text-decoration-line: underline
}

.subheader-a26e4 {

    margin-top: 1.5rem;

    font-size: 1.125rem;

    font-weight: 600;

    --tw-text-opacity: 1;

    color: rgb(17 24 39 / var(--tw-text-opacity, 1))
}

.chart-b820c {
  height: 3rem;
}

.chart-b820c svg {
  overflow: visible;
}

.chartContainer-11d01 {
  width: 0;
  flex-grow: 1;
  position: relative;
  height: calc(3rem + 2px);
  border-top: 1px dashed var(--border-strong);
  border-bottom: 1px dashed var(--border-strong);
}

.minMax-2bf49 {
  width: 2rem;
  height: 4.125rem;
  white-space: nowrap;
  color: var(--text-secondary);
}

.title-146fd {
  width: 0;
  flex-grow: 1;
}

.legend-1e877 {
  flex-shrink: 0;
  color: var(--text-secondary);
}

.legend-1e877 strong {
  flex-shrink: 0;
  color: var(--text-default);
}

.container-756d1 {

    align-items: flex-start;

    border-radius: 0.5rem;

    background-color: var(--background-default);

    padding: 1.25rem;

    --tw-shadow: var(--shadow-soft);

    --tw-shadow-colored: var(--shadow-soft);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.heading-185fe {

    display: flex;

    flex-direction: column
}

.heading-185fe > h4 {

    margin-top: 0px;

    margin-bottom: 0px;

    font-size: 1rem;

    line-height: 1.5rem;

    font-weight: 700
}

.heading-185fe > p {

    margin-top: 0.25rem;

    margin-bottom: 0px;

    color: var(--text-secondary)
}

.heading-185fe > hr {

    margin-top: 1rem
}

.tabList-2c987 {
  display: flex;
  box-shadow: inset 0 -1px var(--border-soft);
  gap: 1.25rem;
}

.tab-dead3 {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  color: var(--text-secondary);
}

.tab-dead3:hover {
  color: var(--text-default);
}

.active-7c0ff {
  font-weight: 600;
  color: var(--text-primary);
}

.active-7c0ff:hover {
  color: var(--text-primary);
}

.active-7c0ff::after {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: var(--icon-primary);
}

.container-14fec {
    display: flex;
    width: -moz-min-content;
    width: min-content;
    gap: 0.25rem;
    border-radius: 0.25rem;
    padding: 0.125rem;
    color: var(--text-white)
}

html,
body,
.loading-1b176-1b176 {
  min-height: 100vh;
  min-height: 100dvh;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

.loading-1b176-1b176 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-1b176-1b176 > div {
  margin: auto;
}

.loadingAnimation-fe366 {
  height: 3.75rem;
  margin: 1rem auto;
  position: relative;
  width: 3.75rem;
}

.loadingAnimation-fe366:after,
.loadingAnimation-fe366:before {
  animation: medify-loadingAnimation 1.8s ease-in-out infinite;
  background-color: var(--blue-text);
  content: "";
  height: 1rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1rem;
}

.loadingAnimation-fe366:after {
  animation-delay: -0.9s;
}

.loadingText-0945c {
  color: var(--blue-text);
  font-size: 1.125rem;
  text-align: center;
}

.loadingText-0945c:after {
  animation: medify-loadingText 2.2s linear infinite;
  content: "…";
}

@keyframes medify-loadingAnimation {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }

  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
  }

  to {
    transform: rotate(-1turn);
  }
}

@keyframes medify-loadingText {
  0% {
    content: "   ";
  }

  25% {
    content: ".  ";
  }

  50% {
    content: ".. ";
  }

  75% {
    content: "...";
  }

  to {
    content: "   ";
  }
}

.mathjax-3cd5d {

  height: auto;

  max-width: 100%;

  align-self: center;

  border-radius: 0.25rem;

  background-color: var(--background-secondary);

  padding: 1rem;

  svg {

    display: block
  }

  svg {

    height: auto
  }

  svg {

    max-width: 100%
  }

  svg {

    overflow: visible
  }
}

/* In Images.module.css */
.imagesContainer-d0558 {
  margin: 1.5rem;
  width: 100%;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border-strong)
}

.imagesHeader-96c0b {
  padding: 1.25rem;
  border-bottom: 1px solid var(--border-strong)
}

.imageRow-3842b {
  width: 100%;
  padding: 1.25rem;
  border-bottom: 1px solid var(--border-strong)
}

.imageTile-aad7f {
  height: 4rem;
  width: 4rem;
  overflow: hidden;
  border-radius: 0.5rem;
  min-height: 64px;
  min-width: 64px;
  background-color: var(--mono-200);
  border: 1px solid var(--border-strong)
}

.richtext svg {

  height: auto;

  max-width: 100%;

  overflow: visible
}

.mathjax-31498 {

  height: auto;

  max-width: 100%;

  align-self: center;

  border-radius: 0.25rem;

  background-color: var(--background-subdued);

  padding: 1rem;

  svg {

    display: block
  }

  svg {

    height: auto
  }

  svg {

    max-width: 100%
  }

  svg {

    overflow: visible
  }
}
.container-858aa {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}@media (min-width: 48rem) {.container-858aa {
    flex-direction: column;
    gap: 0.5rem;
  }
}.container-858aa {
  width: 100%;

  @media (min-width: 48rem) {
    max-width: 18.87rem;
  }
}

.name-de85a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--text-default);
}

.group:hover .name-de85a {
  text-decoration-line: underline;
}

.description-83911 {
  margin-top: 0px;
  color: var(--text-secondary);
}

.image-9f65f {
  flex-shrink: 0;
  border-radius: 0.25rem;
  background-color: var(--background-secondary);
  -o-object-fit: cover;
     object-fit: cover;
  width: 6rem;
  height: 4rem;

  @media (min-width: 48rem) {
    width: 100%;
    height: 6.75rem;
  }
}

.nameContainer-21d89 {
  display: flex;
  min-width: 0px;
  flex-direction: row;
  gap: 0.25rem;
}

.content-10f1a {
  display: flex;
  min-width: 0px;
  flex-direction: column;
  justify-content: center;
  gap: 0.125rem;
}

@media (min-width: 48rem) {.content-10f1a {
    justify-content: flex-start;
  }
}

.container-c50b1 {

    width: 100%;

    align-items: flex-start;

    background-color: var(--background-default);

    padding: 1.25rem
}

@media (min-width: 48rem) {

    .container-c50b1 {

        border-radius: 0.5rem;

        --tw-shadow: var(--shadow-soft);

        --tw-shadow-colored: var(--shadow-soft);

        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }
}

.headings-22b76 {

    display: flex;

    flex-direction: column;

    gap: 0.25rem
}

.headings-22b76>h4 {

    font-size: 0.875rem;

    font-weight: 400
}

.headings-22b76>h5 {

    font-size: 0.875rem;

    font-weight: 700
}

.body-62d5b {

    margin-top: 0.5rem;

    color: var(--text-secondary)
}

.imagePreview-1ef75 {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--contrast-alpha-20);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 256px;
  min-height: 140px;
}
.container-03fd7 {
  width: 256px;
  height: 140px;
}

.button-85a11 {
  border: 1px solid var(--icon-secondary);
  padding: 3px 8px;
}
