/*
 * This file is a modified version of the quarto-html.min.css file, where the .hidden class is removed due to conflict with Tailwind.
 */

/* .hidden {
  display: none !important;
} */

.top-right {
  position: absolute;
  top: 1em;
  right: 1em;
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.zindex-bottom {
  z-index: -1 !important;
}
figure.figure {
  display: block;
}
.quarto-layout-panel {
  margin-bottom: 1em;
}
.quarto-layout-panel > figure {
  width: 100%;
}
.quarto-layout-panel > figure > figcaption,
.quarto-layout-panel > .panel-caption {
  margin-top: 10pt;
}
.quarto-layout-panel > .table-caption {
  margin-top: 0px;
}
.table-caption p {
  margin-bottom: 0.5em;
}
.quarto-layout-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.quarto-layout-valign-top {
  align-items: flex-start;
}
.quarto-layout-valign-bottom {
  align-items: flex-end;
}
.quarto-layout-valign-center {
  align-items: center;
}
.quarto-layout-cell {
  position: relative;
  margin-right: 20px;
}
.quarto-layout-cell:last-child {
  margin-right: 0;
}
.quarto-layout-cell figure,
.quarto-layout-cell > p {
  margin: 0.2em;
}
.quarto-layout-cell img {
  max-width: 100%;
}
.quarto-layout-cell .html-widget {
  width: 100% !important;
}
.quarto-layout-cell div figure p {
  margin: 0;
}
.quarto-layout-cell figure {
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.quarto-layout-cell table {
  display: inline-table;
}
.quarto-layout-cell-subref figcaption,
figure .quarto-layout-row figure figcaption {
  text-align: center;
  font-style: italic;
}
.quarto-figure {
  position: relative;
  margin-bottom: 1em;
}
.quarto-figure > figure {
  width: 100%;
  margin-bottom: 0;
}
.quarto-figure-left > figure > p,
.quarto-figure-left > figure > div {
  text-align: left;
}
.quarto-figure-center > figure > p,
.quarto-figure-center > figure > div {
  text-align: center;
}
.quarto-figure-right > figure > p,
.quarto-figure-right > figure > div {
  text-align: right;
}
.quarto-figure > figure > div.cell-annotation,
.quarto-figure > figure > div code {
  text-align: left;
}
figure > p:empty {
  display: none;
}
figure > p:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
figure > figcaption.quarto-float-caption-bottom {
  margin-bottom: 0.5em;
}
figure > figcaption.quarto-float-caption-top {
  margin-top: 0.5em;
}
div[id^="tbl-"] {
  position: relative;
}
.quarto-figure > .anchorjs-link {
  position: absolute;
  top: 0.6em;
  right: 0.5em;
}
div[id^="tbl-"] > .anchorjs-link {
  position: absolute;
  top: 0.7em;
  right: 0.3em;
}
.quarto-figure:hover > .anchorjs-link,
div[id^="tbl-"]:hover > .anchorjs-link,
h2:hover > .anchorjs-link,
h3:hover > .anchorjs-link,
h4:hover > .anchorjs-link,
h5:hover > .anchorjs-link,
h6:hover > .anchorjs-link,
.reveal-anchorjs-link > .anchorjs-link {
  opacity: 1;
}
#title-block-header {
  margin-block-end: 1rem;
  position: relative;
  margin-top: -1px;
}
#title-block-header .abstract {
  margin-block-start: 1rem;
}
#title-block-header .abstract .abstract-title {
  font-weight: 600;
}
#title-block-header a {
  text-decoration: none;
}
#title-block-header .author,
#title-block-header .date,
#title-block-header .doi {
  margin-block-end: 0.2rem;
}
#title-block-header .quarto-title-block > div {
  display: flex;
}
#title-block-header .quarto-title-block > div > h1 {
  flex-grow: 1;
}
#title-block-header .quarto-title-block > div > button {
  flex-shrink: 0;
  height: 2.25rem;
  margin-top: 0;
}
tr.header > th > p:last-of-type {
  margin-bottom: 0px;
}
table,
table.table {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
caption,
.table-caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
figure.quarto-float-tbl figcaption.quarto-float-caption-top {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  text-align: center;
}
figure.quarto-float-tbl figcaption.quarto-float-caption-bottom {
  padding-top: 0.25rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.utterances {
  max-width: none;
  margin-left: -8px;
}
iframe {
  margin-bottom: 1em;
}
details {
  margin-bottom: 1em;
}
details[show] {
  margin-bottom: 0;
}
details > summary {
  color: #6f6f6f;
}
details > summary > p:only-child {
  display: inline;
}
pre.sourceCode,
code.sourceCode {
  position: relative;
}
p code:not(.sourceCode) {
  white-space: pre-wrap;
}
code {
  white-space: pre;
}
@media print {
  code {
    white-space: pre-wrap;
  }
}
pre > code {
  display: block;
}
pre > code.sourceCode {
  white-space: pre;
}
pre > code.sourceCode > span > a:first-child::before {
  text-decoration: none;
}
pre.code-overflow-wrap > code.sourceCode {
  white-space: pre-wrap;
}
pre.code-overflow-scroll > code.sourceCode {
  white-space: pre;
}
code a:any-link {
  color: inherit;
  text-decoration: none;
}
code a:hover {
  color: inherit;
  text-decoration: underline;
}
ul.task-list {
  padding-left: 1em;
}
[data-tippy-root] {
  display: inline-block;
}
.tippy-content .footnote-back {
  display: none;
}
.footnote-back {
  margin-left: 0.2em;
}
.tippy-content {
  overflow-x: auto;
}
.quarto-embedded-source-code {
  display: none;
}
.quarto-unresolved-ref {
  font-weight: 600;
}
.quarto-cover-image {
  max-width: 35%;
  float: right;
  margin-left: 30px;
}
.cell-output-display .widget-subarea {
  margin-bottom: 1em;
}
.cell-output-display:not(.no-overflow-x),
.knitsql-table:not(.no-overflow-x) {
  overflow-x: auto;
}
.panel-input {
  margin-bottom: 1em;
}
.panel-input > div,
.panel-input > div > div {
  display: inline-block;
  vertical-align: top;
  padding-right: 12px;
}
.panel-input > p:last-child {
  margin-bottom: 0;
}
.layout-sidebar {
  margin-bottom: 1em;
}
.layout-sidebar .tab-content {
  border: none;
}
.tab-content > .page-columns.active {
  display: grid;
}
div.sourceCode > iframe {
  width: 100%;
  height: 300px;
  margin-bottom: -0.5em;
}
a {
  text-underline-offset: 3px;
}
div.ansi-escaped-output {
  font-family: monospace;
  display: block;
} /*!
*
* ansi colors from IPython notebook's
*
* we also add `bright-[color]-` synonyms for the `-[color]-intense` classes since
* that seems to be what ansi_up emits
*
*/
.ansi-black-fg {
  color: #3e424d;
}
.ansi-black-bg {
  background-color: #3e424d;
}
.ansi-black-intense-black,
.ansi-bright-black-fg {
  color: #282c36;
}
.ansi-black-intense-black,
.ansi-bright-black-bg {
  background-color: #282c36;
}
.ansi-red-fg {
  color: #e75c58;
}
.ansi-red-bg {
  background-color: #e75c58;
}
.ansi-red-intense-red,
.ansi-bright-red-fg {
  color: #b22b31;
}
.ansi-red-intense-red,
.ansi-bright-red-bg {
  background-color: #b22b31;
}
.ansi-green-fg {
  color: #00a250;
}
.ansi-green-bg {
  background-color: #00a250;
}
.ansi-green-intense-green,
.ansi-bright-green-fg {
  color: #007427;
}
.ansi-green-intense-green,
.ansi-bright-green-bg {
  background-color: #007427;
}
.ansi-yellow-fg {
  color: #ddb62b;
}
.ansi-yellow-bg {
  background-color: #ddb62b;
}
.ansi-yellow-intense-yellow,
.ansi-bright-yellow-fg {
  color: #b27d12;
}
.ansi-yellow-intense-yellow,
.ansi-bright-yellow-bg {
  background-color: #b27d12;
}
.ansi-blue-fg {
  color: #208ffb;
}
.ansi-blue-bg {
  background-color: #208ffb;
}
.ansi-blue-intense-blue,
.ansi-bright-blue-fg {
  color: #0065ca;
}
.ansi-blue-intense-blue,
.ansi-bright-blue-bg {
  background-color: #0065ca;
}
.ansi-magenta-fg {
  color: #d160c4;
}
.ansi-magenta-bg {
  background-color: #d160c4;
}
.ansi-magenta-intense-magenta,
.ansi-bright-magenta-fg {
  color: #a03196;
}
.ansi-magenta-intense-magenta,
.ansi-bright-magenta-bg {
  background-color: #a03196;
}
.ansi-cyan-fg {
  color: #60c6c8;
}
.ansi-cyan-bg {
  background-color: #60c6c8;
}
.ansi-cyan-intense-cyan,
.ansi-bright-cyan-fg {
  color: #258f8f;
}
.ansi-cyan-intense-cyan,
.ansi-bright-cyan-bg {
  background-color: #258f8f;
}
.ansi-white-fg {
  color: #c5c1b4;
}
.ansi-white-bg {
  background-color: #c5c1b4;
}
.ansi-white-intense-white,
.ansi-bright-white-fg {
  color: #a1a6b2;
}
.ansi-white-intense-white,
.ansi-bright-white-bg {
  background-color: #a1a6b2;
}
.ansi-default-inverse-fg {
  color: #fff;
}
.ansi-default-inverse-bg {
  background-color: #000;
}
.ansi-bold {
  font-weight: bold;
}
.ansi-underline {
  text-decoration: underline;
}
:root {
  --quarto-body-bg: #fff;
  --quarto-body-color: #222;
  --quarto-text-muted: #6f6f6f;
  --quarto-border-color: #6f6f6f;
  --quarto-border-width: 1px;
  --quarto-border-radius: 4px;
}
table.gt_table {
  color: var(--quarto-body-color);
  font-size: 1em;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-top-width: inherit;
  border-bottom-width: inherit;
  border-color: var(--quarto-border-color);
}
table.gt_table th.gt_column_spanner_outer {
  color: var(--quarto-body-color);
  background-color: rgba(0, 0, 0, 0);
  border-top-width: inherit;
  border-bottom-width: inherit;
  border-color: var(--quarto-border-color);
}
table.gt_table th.gt_col_heading {
  color: var(--quarto-body-color);
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0);
}
table.gt_table thead.gt_col_headings {
  border-bottom: 1px solid currentColor;
  border-top-width: inherit;
  border-top-color: var(--quarto-border-color);
}
table.gt_table thead.gt_col_headings:not(:first-child) {
  border-top-width: 1px;
  border-top-color: var(--quarto-border-color);
}
table.gt_table td.gt_row {
  border-bottom-width: 1px;
  border-bottom-color: var(--quarto-border-color);
  border-top-width: 0px;
}
table.gt_table tbody.gt_table_body {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-color: var(--quarto-border-color);
  border-top-color: currentColor;
}
div.columns {
  display: initial;
  gap: initial;
}
div.column {
  display: inline-block;
  overflow-x: initial;
  vertical-align: top;
  width: 50%;
}
.code-annotation-tip-content {
  word-wrap: break-word;
}
.code-annotation-container-hidden {
  display: none !important;
}
dl.code-annotation-container-grid {
  display: grid;
  grid-template-columns: min-content auto;
}
dl.code-annotation-container-grid dt {
  grid-column: 1;
}
dl.code-annotation-container-grid dd {
  grid-column: 2;
}
pre.sourceCode.code-annotation-code {
  padding-right: 0;
}
code.sourceCode .code-annotation-anchor {
  z-index: 100;
  position: relative;
  float: right;
  background-color: rgba(0, 0, 0, 0);
}
input[type="checkbox"] {
  margin-right: 0.5ch;
}
:root {
  --mermaid-bg-color: #fff;
  --mermaid-edge-color: #999;
  --mermaid-node-fg-color: #222;
  --mermaid-fg-color: #222;
  --mermaid-fg-color--lighter: #3c3c3c;
  --mermaid-fg-color--lightest: #555555;
  --mermaid-font-family: sans-serif;
  --mermaid-label-bg-color: #fff;
  --mermaid-label-fg-color: #468;
  --mermaid-node-bg-color: rgba(68, 102, 136, 0.1);
  --mermaid-node-fg-color: #222;
}
@media print {
  :root {
    font-size: 11pt;
  }
  #quarto-sidebar,
  #TOC,
  .nav-page {
    display: none;
  }
  .page-columns .content {
    grid-column-start: page-start;
  }
  .fixed-top {
    position: relative;
  }
  .panel-caption,
  .figure-caption,
  figcaption {
    color: #666;
  }
}
.code-copy-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  margin-top: 5px;
  margin-right: 5px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 3;
}
.code-copy-button:focus {
  outline: none;
}
.code-copy-button-tooltip {
  font-size: 0.75em;
}
pre.sourceCode:hover > .code-copy-button > .bi::before {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  content: "";
  vertical-align: -0.125em;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(111, 111, 111)" viewBox="0 0 16 16"><path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/><path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/></svg>');
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}
pre.sourceCode:hover > .code-copy-button-checked > .bi::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(111, 111, 111)" viewBox="0 0 16 16"><path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/></svg>');
}
pre.sourceCode:hover > .code-copy-button:hover > .bi::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(13, 110, 253)" viewBox="0 0 16 16"><path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/><path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/></svg>');
}
pre.sourceCode:hover > .code-copy-button-checked:hover > .bi::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(13, 110, 253)"  viewBox="0 0 16 16"><path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/></svg>');
}
.panel-tabset [role="tablist"] {
  border-bottom: 1px solid #dee2e6;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.panel-tabset [role="tablist"] * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 30em) {
  .panel-tabset [role="tablist"] li {
    display: inline-block;
  }
}
.panel-tabset [role="tab"] {
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-color: #dee2e6;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
@media (min-width: 30em) {
  .panel-tabset [role="tab"] {
    border-top-color: rgba(0, 0, 0, 0);
    display: inline-block;
    margin-bottom: -1px;
  }
}
.panel-tabset [role="tab"][aria-selected="true"] {
  background-color: #dee2e6;
}
@media (min-width: 30em) {
  .panel-tabset [role="tab"][aria-selected="true"] {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #dee2e6;
    border-bottom-color: #fff;
  }
}
@media (min-width: 30em) {
  .panel-tabset [role="tab"]:hover:not([aria-selected="true"]) {
    border: 1px solid #dee2e6;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
