/*
! tailwindcss v3.1.7 | 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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]) {
  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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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::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;
}

*, ::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-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:  ;
}

::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-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:  ;
}
.fixed {
  position: fixed;
}
.top-0 {
  top: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-4 {
  height: 1rem;
}
.h-12 {
  height: 3rem;
}
.h-6 {
  height: 1.5rem;
}
.w-full {
  width: 100%;
}
.w-32 {
  width: 8rem;
}
.w-64 {
  width: 16rem;
}
.w-48 {
  width: 12rem;
}
.w-6 {
  width: 1.5rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.rounded {
  border-radius: 0.25rem;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }
}
@media (min-width: 1280px) {

  .xl\:max-w-4xl {
    max-width: 56rem;
  }
}
/**
 * prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/chriskempson/tomorrow-theme
 * @author Rose Pritchard
 */

pre {
  color: var(--code-block-fg);
  border: 1px solid var(--code-block-border-fg);
  background: none;
  font-family: var(--code-font);
  font-size: 1rem;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;

  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;

  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* Code blocks */
pre {
  border-radius: 0.5rem;
  padding: 1.25rem;
  margin: 0.5em 0;
  overflow: auto;
}

:not(pre) > code {
  background: var(--code-span-bg);
  font-family: var(--code-font);
  color: var(--code-span-fg);
  padding: 2px 4px;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

pre {
  background: var(--code-block-bg);
}

/* Inline code */
:not(pre) > code[class*='language-'] {
  padding: 0.1em;
  border-radius: 0.4em;
  white-space: normal;
}

.token.comment,
.token.prolog,
.token.cdata {
  color: hsl(230, 4%, 64%);
}

.token.doctype,
.token.punctuation,
.token.entity {
  color: hsl(230, 8%, 24%);
}

.token.attr-name,
.token.class-name,
.token.boolean,
.token.constant,
.token.number,
.token.atrule {
  color: hsl(35, 99%, 36%);
}

.token.keyword {
  color: hsl(301, 63%, 40%);
}

.token.property,
.token.tag,
.token.symbol,
.token.deleted,
.token.important {
  color: hsl(5, 74%, 59%);
}

.token.selector,
.token.string,
.token.char,
.token.builtin,
.token.inserted,
.token.regex,
.token.attr-value,
.token.attr-value > .token.punctuation {
  color: hsl(119, 34%, 47%);
}

.token.variable,
.token.operator,
.token.function {
  color: hsl(221, 87%, 60%);
}

.token.url {
  color: hsl(198, 99%, 37%);
}

.dark .token.comment,
  .dark .token.block-comment,
  .dark .token.prolog,
  .dark .token.doctype,
  .dark .token.cdata {
    color: #999;
  }

.dark .token.punctuation {
    color: #ccc;
  }

.dark .token.tag,
  .dark .token.attr-name,
  .dark .token.namespace,
  .dark .token.deleted {
    color: #e2777a;
  }

.dark .token.function-name {
    color: #6196cc;
  }

.dark .token.boolean,
  .dark .token.number,
  .dark .token.function {
    color: #f08d49;
  }

.dark .token.property,
  .dark .token.class-name,
  .dark .token.constant,
  .dark .token.symbol {
    color: #f8c555;
  }

.dark .token.selector,
  .dark .token.important,
  .dark .token.atrule,
  .dark .token.keyword,
  .dark .token.builtin {
    color: #cc99cd;
  }

.dark .token.string,
  .dark .token.char,
  .dark .token.attr-value,
  .dark .token.regex,
  .dark .token.variable {
    color: #7ec699;
  }

.dark .token.operator,
  .dark .token.entity,
  .dark .token.url {
    color: #67cdcc;
  }

.dark .token.important,
  .dark .token.bold {
    font-weight: bold;
  }

.dark .token.italic {
    font-style: italic;
  }

.dark .token.entity {
    cursor: help;
  }

.dark .token.inserted {
    color: green;
  }
:root {
  --fg: #000;
  --bg: #fff;
  --border-fg: rgb(218, 218, 218);
  --navbar-bg: #ffffff;
  --navbar-fg: inherit;
  --navlink-fg: inherit;
  --navlink-hover-fg: inherit;
  --navlink-hover-bg: #d8d8d8;

  --sidebar-bg: #ffffff;
  --sidebar-width: 300px;
  --sidebar-text-fg: #6b6867;

  --sidebar-menu-item-active-fg: #3e2723;

  --code-block-bg: #f8f8f8;
  --code-block-border-fg: rgb(201, 201, 201);
  --code-span-bg: #f8f3f0;
  --code-block-fg: rgb(94, 94, 94);
  --code-span-fg: inherit;
  --code-font: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;

  --content-link-fg: rgb(20, 121, 20);
  --content-link-hover-decoration: underline;

  --table-border-fg: #e2e2e2;

  --loader-start-bg: #eeeeee;
  --loader-end-bg: #e4e2e1;
}

.dark {
  --bg: #121212;
  --fg: #eaeaea;
  --border-fg: rgb(68, 68, 68);
  --navbar-bg: var(--bg);
  --sidebar-bg: var(--bg);
  --sidebar-text-fg: var(--fg);
  --code-block-fg: rgb(182, 182, 182);
  --code-block-bg: rgb(30, 30, 30);
  --code-block-border-fg: rgb(42, 42, 42);
  --code-span-bg: #3b3b3b;
  --navlink-hover-bg: rgba(103, 103, 103, 0.29);
  --sidebar-menu-item-active-fg: #ffe77a;
  --content-link-fg: #ffe77a;
  --table-border-fg: rgb(59, 59, 59);

  --loader-start-bg: #2b2c2e;
  --loader-end-bg: #252525;
}

*,
*::before,
*::after {
  border-color: var(--border-fg);
}

body {
  font-family: Lato;
  background: var(--bg);
  color: var(--fg);
}

.navbar {
  background: var(--navbar-bg);
  color: var(--navbar-fg);
  z-index: 999;
}

.navlink {
  color: var(--navlink-fg);
  display: flex;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  height: 2rem;
}

@media (min-width: 768px) {
  .navlink {
    padding: 0.5rem;
    border-radius: 0.25rem;
    height: 2rem;
  }
}

.navlink:hover {
  color: var(--navlink-hover-fg);
  background: var(--navlink-hover-bg);
}

.sidebar {
  background: var(--sidebar-bg);
  z-index: 9999;
  width: 60%;
  min-width: 300px;
  color: var(--sidebar-text-fg);
  overflow: auto;
  transform: translateX(-100%);
  transition: transform ease-in-out 150ms;
}

.sidebar_overlay {
  z-index: 9990;
}

.sidebar_navbar {
  background: var(--navbar-bg);
  color: var(--navbar-fg);
}

@media (min-width: 768px) {
  .sidebar {
    z-index: 990;
    width: var(--sidebar-width);
    transform: none;
  }
}

.sidebar.sidebar_show {
  display: block;
  transform: translateX(0);
}

.main {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .main {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: var(--sidebar-width);
  }
}

.loader {
  animation: loader 3s infinite ease-in-out;
}

@keyframes loader {
  0% {
    background-color: var(--loader-start-bg);
  }
  50% {
    background-color: var(--loader-end-bg);
  }
  100% {
    background-color: var(--loader-start-bg);
  }
}

.menu_item__active {
  color: var(--sidebar-menu-item-active-fg);
  font-weight: bold;
}

.menu_item[data-depth='3'] {
  padding-left: 2rem;
}

.menu_item[data-depth='4'] {
  padding-left: 2rem;
}

.menu_item[data-depth='4']:before {
  content: '-';
  opacity: 0.25;
  padding-right: 0.5rem;
}
.content {
  font-size: 1.175rem;
}

.content pre {
  overflow: auto;
}

.content img {
  max-width: 100%;
}

.content > *, 
.content p {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.content > *:first-child, 
.content > *:first-child > *:first-child {
  margin-top: 0px;
}

.content > *:last-child, 
.content > *:last-child > *:last-child {
  margin-bottom: 0px;
}

.content a {
  color: var(--content-link-fg);
}

.content a:hover {
  text-decoration: var(--content-link-hover-decoration);
}

.content h2 {
  font-size: 2.3rem;
  font-weight: 700;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
  padding-bottom: 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.content h3 {
  font-weight: 400;
  margin-top: 2.5rem;
  font-size: 2rem;
}

.content h4 {
  font-size: 1.5rem;
  margin-top: 2.5rem;
}

.content h5 {
  font-size: 1.1rem;
}

.content h6 {
  font-size: 1rem;
  font-weight: bold;
}

.content ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

.content blockquote {
  padding: 10px 15px;
  border-left: 3px solid rgb(0, 0, 0);
  margin: 20px 0px;
}
.content blockquote p,
.message p {
  margin: 0;
}
blockquote p:not(:first-child),
.message p:not(:first-child) {
  margin-top: 20px;
}
.message {
  background: whitesmoke;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  color: #4a4a4a;
  padding: 1em 1.25em;
  margin: 25px 0;
}
.dark .message {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.message.message_type__alert {
  background: #fff5f7;
  border-color: #ff3860;
  color: #cd0930;
}
.dark .message.message_type__alert {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity));
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
}
.message.message_type__info {
  background: #f6fbfe;
  border-color: #209cee;
  color: #12537e;
}
.dark .message.message_type__info {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.message.message_type__warning {
  background: #fffdf5;
  border-color: #ffdd57;
  color: #3b3108;
}
.dark .message.message_type__warning {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity));
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.message.message_type__success {
  background: #f6fef9;
  border-color: #23d160;
  color: #0e301a;
}
.dark .message.message_type__success {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity));
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}

.anchor {
  position: relative;
  margin-left: -14px;
  opacity: 0.5;
  display: inline-block;
  width: 14px;
  height: 14px;
  visibility: hidden;
}
.anchor:hover {
  opacity: 1;
}
.anchor svg {
  position: absolute;
  right: 5px;
  top: 0;
}
.content h2:hover .anchor,
.content h3:hover .anchor,
.content h4:hover .anchor {
  visibility: visible;
}

.task_list__item {
  list-style-type: none;
}

.task_list__item input[type='checkbox']:first-child {
  margin-right: 0.5rem;
}

table {
  font-size: 0.95rem;
}
table code {
  font-size: 0.85rem;
}

table td,
table th {
  border: 1px solid var(--table-border-fg);
  padding: 7px 10px;
}

table > tbody > tr > td:first-child {
  padding-right: 5px;
}
table > tbody > tr > td:not(:first-child) {
  padding-left: 5px;
}

table code {
  background: unset;
  padding: unset;
}

.content select {
  border-radius: 0.25rem;
  border-width: 1px;
}
