html,
body,
.loading-8d5de-8d5de {
  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-8d5de-8d5de {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-8d5de-8d5de > div {
  margin: auto;
}

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

.loadingAnimation-e1956:after,
.loadingAnimation-e1956: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-e1956:after {
  animation-delay: -0.9s;
}

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

.loadingText-d10e9: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: "   ";
  }
}

.richtext svg {

  height: auto;

  max-width: 100%;

  overflow: visible
}

.mathjax-41699 {

  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-0931e {

    display: flex;

    flex-direction: column
}

.title-1ab47 {

    display: flex;

    justify-content: center;

    color: var(--text-primary)
}

.header-9f150 {

    margin-top: 4rem;

    margin-bottom: 2rem;

    text-decoration-line: underline
}

.subheader-f6a81 {

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

.mathjax-24381 {

  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
  }
}

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

.chart-b895f {
  height: 3rem;
}

.chart-b895f svg {
  overflow: visible;
}

.chartContainer-98290 {
  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-25594 {
  width: 2rem;
  height: 4.125rem;
  white-space: nowrap;
  color: var(--text-secondary);
}

.title-3b320 {
  width: 0;
  flex-grow: 1;
}

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

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

.container-a99c0 {

    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-0612a {

    display: flex;

    flex-direction: column
}

.heading-0612a > h4 {

    margin-top: 0px;

    margin-bottom: 0px;

    font-size: 1rem;

    line-height: 1.5rem;

    font-weight: 700
}

.heading-0612a > p {

    margin-top: 0.25rem;

    margin-bottom: 0px;

    color: var(--text-secondary)
}

.heading-0612a > hr {

    margin-top: 1rem
}

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

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

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

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

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

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

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

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

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

.imageTile-78175 {
  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)
}

.imagePreview-537cd {
  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-54738 {
  width: 256px;
  height: 140px;
}

.container-d92eb {

    width: 100%;

    align-items: flex-start;

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

    padding: 1.25rem
}

@media (min-width: 48rem) {

    .container-d92eb {

        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-38653 {

    display: flex;

    flex-direction: column;

    gap: 0.25rem
}

.headings-38653>h4 {

    font-size: 0.875rem;

    font-weight: 400
}

.headings-38653>h5 {

    font-size: 0.875rem;

    font-weight: 700
}

.body-83f81 {

    margin-top: 0.5rem;

    color: var(--text-secondary)
}

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

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

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

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

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

.image-4c8fe {
  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-52a09 {
  display: flex;
  min-width: 0px;
  flex-direction: row;
  gap: 0.25rem;
}

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

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

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