.md-dark ol {
  list-style: decimal;
}
.md-dark ul {
  list-style: disc;
}

.md-dark {
  color-scheme: dark;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  color: #c9d1d9;
  background-color: #0d1117;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; */
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
}

.md-dark.md-code-bg {
  background-color: #282c34;
}

.md-dark .octicon {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}

.md-dark h1:hover .anchor .octicon-link:before,
.md-dark h2:hover .anchor .octicon-link:before,
.md-dark h3:hover .anchor .octicon-link:before,
.md-dark h4:hover .anchor .octicon-link:before,
.md-dark h5:hover .anchor .octicon-link:before,
.md-dark h6:hover .anchor .octicon-link:before {
  width: 16px;
  height: 16px;
  content: " ";
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
}

.md-dark details,
.md-dark figcaption,
.md-dark figure {
  display: block;
}

.md-dark summary {
  display: list-item;
}

.md-dark [hidden] {
  display: none !important;
}

.md-dark a {
  background-color: transparent;
  color: #58a6ff;
  text-decoration: none;
}

.md-dark a:active,
.md-dark a:hover {
  outline-width: 0;
}

.md-dark abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

.md-dark b,
.md-dark strong {
  font-weight: 600;
}

.md-dark dfn {
  font-style: italic;
}

.md-dark h1 {
  margin: 0.67em 0;
  font-weight: 600;
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid #21262d;
}

.md-dark mark {
  background-color: rgba(187, 128, 9, 0.15);
  color: #c9d1d9;
}

.md-dark small {
  font-size: 90%;
}

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

.md-dark sub {
  bottom: -0.25em;
}

.md-dark sup {
  top: -0.5em;
}

.md-dark img {
  border-style: none;
  max-width: 100%;
  box-sizing: content-box;
  background-color: #0d1117;
}

.md-dark code,
.md-dark kbd,
.md-dark pre,
.md-dark samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

.md-dark figure {
  margin: 1em 40px;
}

.md-dark hr {
  box-sizing: content-box;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid #21262d;
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: #30363d;
  border: 0;
}

.md-dark input {
  font: inherit;
  margin: 0;
  overflow: visible;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.md-dark [type="button"],
.md-dark [type="reset"],
.md-dark [type="submit"] {
  -webkit-appearance: button;
}

.md-dark [type="button"]::-moz-focus-inner,
.md-dark [type="reset"]::-moz-focus-inner,
.md-dark [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.md-dark [type="button"]:-moz-focusring,
.md-dark [type="reset"]:-moz-focusring,
.md-dark [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.md-dark [type="checkbox"],
.md-dark [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.md-dark [type="number"]::-webkit-inner-spin-button,
.md-dark [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.md-dark [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

.md-dark [type="search"]::-webkit-search-cancel-button,
.md-dark [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.md-dark ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

.md-dark ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.md-dark a:hover {
  text-decoration: underline;
}

.md-dark hr::before {
  display: table;
  content: "";
}

.md-dark hr::after {
  display: table;
  clear: both;
  content: "";
}

.md-dark table {
  border-spacing: 0;
  border-collapse: collapse;
  display: block;
  width: max-content;
  max-width: 100%;
  overflow: auto;
}

.md-dark td,
.md-dark th {
  padding: 0;
}

.md-dark details summary {
  cursor: pointer;
}

.md-dark details:not([open]) > *:not(summary) {
  display: none !important;
}

.md-dark kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
    Liberation Mono, monospace;
  line-height: 10px;
  color: #c9d1d9;
  vertical-align: middle;
  background-color: #161b22;
  border: solid 1px rgba(110, 118, 129, 0.4);
  border-bottom-color: rgba(110, 118, 129, 0.4);
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 rgba(110, 118, 129, 0.4);
}

.md-dark h1,
.md-dark h2,
.md-dark h3,
.md-dark h4,
.md-dark h5,
.md-dark h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.md-dark h2 {
  font-weight: 600;
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid #21262d;
}

.md-dark h3 {
  font-weight: 600;
  font-size: 1.25em;
}

.md-dark h4 {
  font-weight: 600;
  font-size: 1em;
}

.md-dark h5 {
  font-weight: 600;
  font-size: 0.875em;
}

.md-dark h6 {
  font-weight: 600;
  font-size: 0.85em;
  color: #8b949e;
}

.md-dark p {
  margin-top: 0;
  margin-bottom: 10px;
}

.md-dark blockquote {
  margin: 0;
  padding: 0 1em;
  color: #8b949e;
  border-left: 0.25em solid #30363d;
}

.md-dark ul,
.md-dark ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}

.md-dark ol ol,
.md-dark ul ol {
  list-style-type: lower-roman;
}

.md-dark ul ul ol,
.md-dark ul ol ol,
.md-dark ol ul ol,
.md-dark ol ol ol {
  list-style-type: lower-alpha;
}

.md-dark dd {
  margin-left: 0;
}

.md-dark tt,
.md-dark code {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
    Liberation Mono, monospace;
  font-size: 12px;
}

.md-dark pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
    Liberation Mono, monospace;
  font-size: 12px;
  word-wrap: normal;
}

.md-dark .octicon {
  display: inline-block;
  overflow: visible !important;
  vertical-align: text-bottom;
  fill: currentColor;
}

.md-dark ::placeholder {
  color: #484f58;
  opacity: 1;
}

.md-dark input::-webkit-outer-spin-button,
.md-dark input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.md-dark .pl-c {
  color: #8b949e;
}

.md-dark .pl-c1,
.md-dark .pl-s .pl-v {
  color: #79c0ff;
}

.md-dark .pl-e,
.md-dark .pl-en {
  color: #d2a8ff;
}

.md-dark .pl-smi,
.md-dark .pl-s .pl-s1 {
  color: #c9d1d9;
}

.md-dark .pl-ent {
  color: #7ee787;
}

.md-dark .pl-k {
  color: #ff7b72;
}

.md-dark .pl-s,
.md-dark .pl-pds,
.md-dark .pl-s .pl-pse .pl-s1,
.md-dark .pl-sr,
.md-dark .pl-sr .pl-cce,
.md-dark .pl-sr .pl-sre,
.md-dark .pl-sr .pl-sra {
  color: #a5d6ff;
}

.md-dark .pl-v,
.md-dark .pl-smw {
  color: #ffa657;
}

.md-dark .pl-bu {
  color: #f85149;
}

.md-dark .pl-ii {
  color: #f0f6fc;
  background-color: #8e1519;
}

.md-dark .pl-c2 {
  color: #f0f6fc;
  background-color: #b62324;
}

.md-dark .pl-sr .pl-cce {
  font-weight: bold;
  color: #7ee787;
}

.md-dark .pl-ml {
  color: #f2cc60;
}

.md-dark .pl-mh,
.md-dark .pl-mh .pl-en,
.md-dark .pl-ms {
  font-weight: bold;
  color: #1f6feb;
}

.md-dark .pl-mi {
  font-style: italic;
  color: #c9d1d9;
}

.md-dark .pl-mb {
  font-weight: bold;
  color: #c9d1d9;
}

.md-dark .pl-md {
  color: #ffdcd7;
  background-color: #67060c;
}

.md-dark .pl-mi1 {
  color: #aff5b4;
  background-color: #033a16;
}

.md-dark .pl-mc {
  color: #ffdfb6;
  background-color: #5a1e02;
}

.md-dark .pl-mi2 {
  color: #c9d1d9;
  background-color: #1158c7;
}

.md-dark .pl-mdr {
  font-weight: bold;
  color: #d2a8ff;
}

.md-dark .pl-ba {
  color: #8b949e;
}

.md-dark .pl-sg {
  color: #484f58;
}

.md-dark .pl-corl {
  text-decoration: underline;
  color: #a5d6ff;
}

.md-dark [data-catalyst] {
  display: block;
}

.md-dark g-emoji {
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1em;
  font-style: normal !important;
  font-weight: 400;
  line-height: 1;
  vertical-align: -0.075em;
}

.md-dark g-emoji img {
  width: 1em;
  height: 1em;
}

.md-dark::before {
  display: table;
  content: "";
}

.md-dark::after {
  display: table;
  clear: both;
  content: "";
}

.md-dark > *:first-child {
  margin-top: 0 !important;
}

.md-dark > *:last-child {
  margin-bottom: 0 !important;
}

.md-dark a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.md-dark .absent {
  color: #f85149;
}

.md-dark .anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}

.md-dark .anchor:focus {
  outline: none;
}

.md-dark p,
.md-dark blockquote,
.md-dark ul,
.md-dark ol,
.md-dark dl,
.md-dark table,
.md-dark pre,
.md-dark details {
  margin-top: 0;
  margin-bottom: 16px;
}

.md-dark blockquote > :first-child {
  margin-top: 0;
}

.md-dark blockquote > :last-child {
  margin-bottom: 0;
}

.md-dark sup > a::before {
  content: "[";
}

.md-dark sup > a::after {
  content: "]";
}

.md-dark h1 .octicon-link,
.md-dark h2 .octicon-link,
.md-dark h3 .octicon-link,
.md-dark h4 .octicon-link,
.md-dark h5 .octicon-link,
.md-dark h6 .octicon-link {
  color: #c9d1d9;
  vertical-align: middle;
  visibility: hidden;
}

.md-dark h1:hover .anchor,
.md-dark h2:hover .anchor,
.md-dark h3:hover .anchor,
.md-dark h4:hover .anchor,
.md-dark h5:hover .anchor,
.md-dark h6:hover .anchor {
  text-decoration: none;
}

.md-dark h1:hover .anchor .octicon-link,
.md-dark h2:hover .anchor .octicon-link,
.md-dark h3:hover .anchor .octicon-link,
.md-dark h4:hover .anchor .octicon-link,
.md-dark h5:hover .anchor .octicon-link,
.md-dark h6:hover .anchor .octicon-link {
  visibility: visible;
}

.md-dark h1 tt,
.md-dark h1 code,
.md-dark h2 tt,
.md-dark h2 code,
.md-dark h3 tt,
.md-dark h3 code,
.md-dark h4 tt,
.md-dark h4 code,
.md-dark h5 tt,
.md-dark h5 code,
.md-dark h6 tt,
.md-dark h6 code {
  padding: 0 0.2em;
  font-size: inherit;
}

.md-dark ul.no-list,
.md-dark ol.no-list {
  padding: 0;
  list-style-type: none;
}

.md-dark ol[type="1"] {
  list-style-type: decimal;
}

.md-dark ol[type="a"] {
  list-style-type: lower-alpha;
}

.md-dark ol[type="i"] {
  list-style-type: lower-roman;
}

.md-dark div > ol:not([type]) {
  list-style-type: decimal;
}

.md-dark ul ul,
.md-dark ul ol,
.md-dark ol ol,
.md-dark ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.md-dark li > p {
  margin-top: 16px;
}

.md-dark li + li {
  margin-top: 0.25em;
}

.md-dark dl {
  padding: 0;
}

.md-dark dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}

.md-dark dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.md-dark table th {
  font-weight: 600;
}

.md-dark table th,
.md-dark table td {
  padding: 6px 13px;
  border: 1px solid #30363d;
}

.md-dark table tr {
  background-color: #0d1117;
  border-top: 1px solid #21262d;
}

.md-dark table tr:nth-child(2n) {
  background-color: #161b22;
}

.md-dark table img {
  background-color: transparent;
}

.md-dark img[align="right"] {
  padding-left: 20px;
}

.md-dark img[align="left"] {
  padding-right: 20px;
}

.md-dark .emoji {
  max-width: none;
  vertical-align: text-top;
  background-color: transparent;
}

.md-dark span.frame {
  display: block;
  overflow: hidden;
}

.md-dark span.frame > span {
  display: block;
  float: left;
  width: auto;
  padding: 7px;
  margin: 13px 0 0;
  overflow: hidden;
  border: 1px solid #30363d;
}

.md-dark span.frame span img {
  display: block;
  float: left;
}

.md-dark span.frame span span {
  display: block;
  padding: 5px 0 0;
  clear: both;
  color: #c9d1d9;
}

.md-dark span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}

.md-dark span.align-center > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: center;
}

.md-dark span.align-center span img {
  margin: 0 auto;
  text-align: center;
}

.md-dark span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}

.md-dark span.align-right > span {
  display: block;
  margin: 13px 0 0;
  overflow: hidden;
  text-align: right;
}

.md-dark span.align-right span img {
  margin: 0;
  text-align: right;
}

.md-dark span.float-left {
  display: block;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}

.md-dark span.float-left span {
  margin: 13px 0 0;
}

.md-dark span.float-right {
  display: block;
  float: right;
  margin-left: 13px;
  overflow: hidden;
}

.md-dark span.float-right > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: right;
}

.md-dark code,
.md-dark tt {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(110, 118, 129, 0.4);
  border-radius: 6px;
}

.md-dark code br,
.md-dark tt br {
  display: none;
}

.md-dark del code {
  text-decoration: inherit;
}

.md-dark pre code {
  font-size: 100%;
}

.md-dark pre > code {
  padding: 0;
  margin: 0;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.md-dark .highlight {
  margin-bottom: 16px;
}

.md-dark .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.md-dark .highlight pre,
.md-dark pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #161b22;
  border-radius: 6px;
}

.md-dark pre code,
.md-dark pre tt {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.md-dark .csv-data td,
.md-dark .csv-data th {
  padding: 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}

.md-dark .csv-data .blob-num {
  padding: 10px 8px 9px;
  text-align: right;
  background: #0d1117;
  border: 0;
}

.md-dark .csv-data tr {
  border-top: 0;
}

.md-dark .csv-data th {
  font-weight: 600;
  background: #161b22;
  border-top: 0;
}

.md-dark .footnotes {
  font-size: 12px;
  color: #8b949e;
  border-top: 1px solid #30363d;
}

.md-dark .footnotes ol {
  padding-left: 16px;
}

.md-dark .footnotes li {
  position: relative;
}

.md-dark .footnotes li:target::before {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -24px;
  pointer-events: none;
  content: "";
  border: 2px solid #1f6feb;
  border-radius: 6px;
}

.md-dark .footnotes li:target {
  color: #c9d1d9;
}

.md-dark .footnotes .data-footnote-backref g-emoji {
  font-family: monospace;
}

.md-dark .task-list-item {
  list-style-type: none;
}

.md-dark .task-list-item label {
  font-weight: 400;
}

.md-dark .task-list-item.enabled label {
  cursor: pointer;
}

.md-dark .task-list-item + .task-list-item {
  margin-top: 3px;
}

.md-dark .task-list-item .handle {
  display: none;
}

.md-dark .task-list-item-checkbox {
  margin: 0 0.2em 0.25em -1.6em;
  vertical-align: middle;
}

.md-dark .contains-task-list:dir(rtl) .task-list-item-checkbox {
  margin: 0 -1.6em 0.25em 0.2em;
}

.md-dark ::-webkit-calendar-picker-indicator {
  filter: invert(50%);
}
