@charset "UTF-8";
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */.b-avatar{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;flex-shrink:0;width:2.5rem;height:2.5rem;font-size:inherit;font-weight:400;line-height:1;max-width:100%;max-height:auto;text-align:center;overflow:visible;position:relative;transition:color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out}.b-avatar:focus{outline:0}.b-avatar.btn,.b-avatar[href]{padding:0;border:0}.b-avatar.btn .b-avatar-img img,.b-avatar[href] .b-avatar-img img{transition:transform .15s ease-in-out}.b-avatar.btn:not(:disabled):not(.disabled),.b-avatar[href]:not(:disabled):not(.disabled){cursor:pointer}.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img,.b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img{transform:scale(1.15)}.b-avatar.disabled,.b-avatar:disabled,.b-avatar[disabled]{opacity:.65;pointer-events:none}.b-avatar .b-avatar-custom,.b-avatar .b-avatar-text,.b-avatar .b-avatar-img{border-radius:inherit;width:100%;height:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;-webkit-mask-image:radial-gradient(white,black);mask-image:radial-gradient(white,black)}.b-avatar .b-avatar-text{text-transform:uppercase;white-space:nowrap}.b-avatar[href]{text-decoration:none}.b-avatar>.bootstrap-icon{width:60%;height:auto;max-width:100%}.b-avatar .b-avatar-img img{width:100%;height:100%;max-height:auto;border-radius:inherit;object-fit:cover}.b-avatar .b-avatar-badge{position:absolute;min-height:1.5em;min-width:1.5em;padding:.25em;line-height:1;border-radius:10em;font-size:70%;font-weight:700;z-index:1}.b-avatar-sm{width:1.5rem;height:1.5rem}.b-avatar-sm .b-avatar-text{font-size:.6rem}.b-avatar-sm .b-avatar-badge{font-size:.42rem}.b-avatar-lg{width:3.5rem;height:3.5rem}.b-avatar-lg .b-avatar-text{font-size:1.4rem}.b-avatar-lg .b-avatar-badge{font-size:.98rem}.b-avatar-group .b-avatar-group-inner{display:flex;flex-wrap:wrap}.b-avatar-group .b-avatar{border:1px solid #dee2e6}.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled){z-index:1}.card-deck{gap:1.5rem}@media (min-width: 576px){.card-deck{display:flex;flex-flow:row wrap}}.card-deck>.card{flex:1 0 0%;margin-bottom:0}.card-columns .card{margin-bottom:.75rem}@media (min-width: 576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.b-form-tags.focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.b-form-tags.disabled{background-color:#e9ecef}.b-form-tag.disabled{opacity:.75}.b-form-tags.focus.is-valid{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.b-form-tags.focus.is-invalid{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.b-form-tags .b-form-tags-list{margin-top:-.25rem}.b-form-tags .b-form-tags-list .b-form-tag,.b-form-tags .b-form-tags-list .b-from-tags-field{margin-top:.25rem}.b-form-tags .b-form-tags-list .b-form-tag{padding:.25em .65em}.b-form-tag{font-size:75%!important;font-weight:400!important;line-height:1.5!important;margin-right:.25rem}.b-form-tags .b-form-tag+.b-form-tag{margin-left:0}.b-form-tag>button.b-form-tag-remove{color:inherit;font-size:75%;line-height:1;float:none;margin-left:.25rem}.input-group>.input-group-prepend>.btn-group>.btn,.input-group>.input-group-append:not(:last-child)>.btn-group>.btn,.input-group>.input-group-append:last-child>.btn-group:not(:last-child):not(.dropdown-toggle)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn-group>.btn,.input-group>.input-group-prepend:not(:first-child)>.btn-group>.btn,.input-group>.input-group-prepend:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-lg .input-group-append>.form-control,.input-group-lg .input-group-append>.form-select,.input-group-lg .input-group-append>.input-group-text,.input-group-lg .input-group-append>.btn,.input-group-lg .input-group-prepend>.form-control,.input-group-lg .input-group-prepend>.form-select,.input-group-lg .input-group-prepend>.input-group-text,.input-group-lg .input-group-prepend>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.input-group-sm .input-group-append>.form-control,.input-group-sm .input-group-append>.form-select,.input-group-sm .input-group-append>.input-group-text,.input-group-sm .input-group-append>.btn,.input-group-sm .input-group-prepend>.form-control,.input-group-sm .input-group-prepend>.form-select,.input-group-sm .input-group-prepend>.input-group-text,.input-group-sm .input-group-prepend>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}.input-group .btn-group:not(:last-child)>:not(:first-child){border-start-end-radius:0px;border-end-end-radius:0px}.input-group .btn-group:not(:last-child)>:not(:last-child){border-start-start-radius:0px;border-end-start-radius:0px}.input-group .btn-group:not(:last-child)>:not(:last-child){border-start-end-radius:0px;border-end-end-radius:0px}.input-group .btn-group:not(:first-child)>:not(:last-child){border-end-start-radius:0px;border-start-start-radius:0px}.b-pagination-pills .page-item .page-link{border-radius:50rem!important;margin-left:.25rem!important;line-height:1}.b-pagination-pills .page-item:first-child .page-link{margin-left:0!important}.b-table-stacked-label{display:none;font-weight:700}.table.b-table.b-table-stacked{display:block;width:100%}.table.b-table.b-table-stacked>tfoot,.table.b-table.b-table-stacked>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked>thead,.table.b-table.b-table-stacked>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked>caption,.table.b-table.b-table-stacked>tbody,.table.b-table.b-table-stacked>tbody>tr,.table.b-table.b-table-stacked>tbody>tr>td,.table.b-table.b-table-stacked>tbody>tr>td>.b-table-stacked-label,.table.b-table.b-table-stacked>tbody>tr>th{display:block}.table.b-table.b-table-stacked>tbody>tr>:first-child,.table.b-table.b-table-stacked>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked>tbody>tr>[rowspan]+th{border-top-width:3px}.table.b-table.b-table-stacked>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;word-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}@media (max-width: 575.98px){.table.b-table.b-table-stacked-sm{display:block;width:100%}.table.b-table.b-table-stacked-sm>tfoot,.table.b-table.b-table-stacked-sm>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-sm>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-sm>thead,.table.b-table.b-table-stacked-sm>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-sm>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked-sm>caption,.table.b-table.b-table-stacked-sm>tbody,.table.b-table.b-table-stacked-sm>tbody>tr,.table.b-table.b-table-stacked-sm>tbody>tr>td,.table.b-table.b-table-stacked-sm>tbody>tr>td>.b-table-stacked-label,.table.b-table.b-table-stacked-sm>tbody>tr>th{display:block}.table.b-table.b-table-stacked-sm>tbody>tr>:first-child,.table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+th{border-top-width:3px}.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;word-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}}@media (max-width: 767.98px){.table.b-table.b-table-stacked-md{display:block;width:100%}.table.b-table.b-table-stacked-md>tfoot,.table.b-table.b-table-stacked-md>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-md>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-md>thead,.table.b-table.b-table-stacked-md>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-md>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked-md>caption,.table.b-table.b-table-stacked-md>tbody,.table.b-table.b-table-stacked-md>tbody>tr,.table.b-table.b-table-stacked-md>tbody>tr>td,.table.b-table.b-table-stacked-md>tbody>tr>td>.b-table-stacked-label,.table.b-table.b-table-stacked-md>tbody>tr>th{display:block}.table.b-table.b-table-stacked-md>tbody>tr>:first-child,.table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+th{border-top-width:3px}.table.b-table.b-table-stacked-md>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;word-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-md>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-md>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}}@media (max-width: 991.98px){.table.b-table.b-table-stacked-lg{display:block;width:100%}.table.b-table.b-table-stacked-lg>tfoot,.table.b-table.b-table-stacked-lg>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-lg>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-lg>thead,.table.b-table.b-table-stacked-lg>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-lg>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked-lg>caption,.table.b-table.b-table-stacked-lg>tbody,.table.b-table.b-table-stacked-lg>tbody>tr,.table.b-table.b-table-stacked-lg>tbody>tr>td,.table.b-table.b-table-stacked-lg>tbody>tr>td>.b-table-stacked-label,.table.b-table.b-table-stacked-lg>tbody>tr>th{display:block}.table.b-table.b-table-stacked-lg>tbody>tr>:first-child,.table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+th{border-top-width:3px}.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;word-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}}@media (max-width: 1199.98px){.table.b-table.b-table-stacked-xl{display:block;width:100%}.table.b-table.b-table-stacked-xl>tfoot,.table.b-table.b-table-stacked-xl>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-xl>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-xl>thead,.table.b-table.b-table-stacked-xl>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-xl>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked-xl>caption,.table.b-table.b-table-stacked-xl>tbody,.table.b-table.b-table-stacked-xl>tbody>tr,.table.b-table.b-table-stacked-xl>tbody>tr>td,.table.b-table.b-table-stacked-xl>tbody>tr>td>.b-table-stacked-label,.table.b-table.b-table-stacked-xl>tbody>tr>th{display:block}.table.b-table.b-table-stacked-xl>tbody>tr>:first-child,.table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+th{border-top-width:3px}.table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;word-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-xl>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}}@media (max-width: 1399.98px){.table.b-table.b-table-stacked-xxl{display:block;width:100%}.table.b-table.b-table-stacked-xxl>tfoot,.table.b-table.b-table-stacked-xxl>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-xxl>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-xxl>thead,.table.b-table.b-table-stacked-xxl>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-xxl>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked-xxl>caption,.table.b-table.b-table-stacked-xxl>tbody,.table.b-table.b-table-stacked-xxl>tbody>tr,.table.b-table.b-table-stacked-xxl>tbody>tr>td,.table.b-table.b-table-stacked-xxl>tbody>tr>td>.b-table-stacked-label,.table.b-table.b-table-stacked-xxl>tbody>tr>th{display:block}.table.b-table.b-table-stacked-xxl>tbody>tr>:first-child,.table.b-table.b-table-stacked-xxl>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-xxl>tbody>tr>[rowspan]+th{border-top-width:3px}.table.b-table.b-table-stacked-xxl>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;word-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-xxl>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-xxl>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}}.b-table-sticky-header,.table-responsive,[class*=table-responsive-]{margin-bottom:1rem}.b-table-sticky-header>.table,.table-responsive>.table,[class*=table-responsive-]>.table{margin-bottom:0}.b-table-sticky-header{overflow-y:auto}@media print{.b-table-sticky-header{overflow-y:visible!important;max-height:none!important}}.table.b-table[aria-busy=true]{opacity:.55}@supports (position: sticky){.b-table-sticky-header>.table.b-table>thead>tr>th{position:sticky;top:0;z-index:2}.b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,.table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column{position:sticky;left:0}.b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,.table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column{z-index:5}.b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column{z-index:2}}.table.b-table>tbody>tr>.table-b-table-default,.table.b-table>tfoot>tr>.table-b-table-default,.table.b-table>thead>tr>.table-b-table-default{color:#212529;background-color:#fff}.table th.b-table-sortable-column,.b-table.b-table-selectable td{cursor:pointer}.b-table.b-table-busy .b-table-busy-slot>td{border:none;padding:0}.form-control-highlighted{border-color:#86b7fe;transition:box-shadow .3s ease-in-out;animation:form-control-highlighted-blink 1s infinite}@keyframes form-control-highlighted-blink{0%{box-shadow:0 0 0 0 transparent}50%{box-shadow:0 0 0 .25rem #0d6efd40}to{box-shadow:0 0 0 0 transparent}}.b-form-spinbutton{text-align:center;overflow:hidden;background-image:none;padding:0}[dir=rtl] .b-form-spinbutton:not(.flex-column),.b-form-spinbutton[dir=rtl]:not(.flex-column){flex-direction:row-reverse}.b-form-spinbutton output{font-size:inherit;outline:0;border:0;background-color:transparent;width:auto;margin:0;padding:0 .25rem}.b-form-spinbutton output>div,.b-form-spinbutton output>bdi{display:block;min-width:2.25em;height:1.5em}.b-form-spinbutton.flex-column{height:auto;width:auto}.b-form-spinbutton.flex-column output{margin:0 .25rem;padding:.25rem 0}.b-form-spinbutton:not(.d-inline-flex):not(.flex-column){output-width:100%}.b-form-spinbutton.d-inline-flex:not(.flex-column){width:auto}.b-form-spinbutton .btn{line-height:1;box-shadow:none!important}.b-form-spinbutton .btn:disabled{pointer-events:none}.b-form-spinbutton .btn:hover:not(:disabled)>div>.b-icon{transform:scale(1.25)}.b-form-spinbutton.disabled,.b-form-spinbutton.readonly{background-color:var(--bs-secondary-bg)}.b-form-spinbutton.disabled{pointer-events:none}.container,.container-fluid{display:block}.input-group>.form-floating:not(:first-child)>:not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.form-floating:not(:last-child)>:not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.dropdown-toggle.dropdown-toggle-no-caret:before,.dropdown-toggle.dropdown-toggle-no-caret:after{display:none!important}.bv-no-focus-ring:focus{outline:none}.fade-enter-active,.fade-leave-active{transition:opacity .25s linear}.fade-enter-from,.fade-leave-to{opacity:0}.btn-close-custom[data-v-e683f25c]{position:absolute;top:0;right:0;z-index:2;margin:var(--bs-alert-padding-y) var(--bs-alert-padding-x)}.modal[data-v-2a759028]{display:block}.modal-dialog[data-v-2a759028]{z-index:1051}
:root{--el-color-white:#fff;--el-color-black:#000;--el-color-primary-rgb:64, 158, 255;--el-color-success-rgb:103, 194, 58;--el-color-warning-rgb:230, 162, 60;--el-color-danger-rgb:245, 108, 108;--el-color-error-rgb:245, 108, 108;--el-color-info-rgb:144, 147, 153;--el-font-size-extra-large:20px;--el-font-size-large:18px;--el-font-size-medium:16px;--el-font-size-base:14px;--el-font-size-small:13px;--el-font-size-extra-small:12px;--el-font-family:"Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;--el-font-weight-primary:500;--el-font-line-height-primary:24px;--el-index-normal:1;--el-index-top:1000;--el-index-popper:2000;--el-border-radius-base:4px;--el-border-radius-small:2px;--el-border-radius-round:20px;--el-border-radius-circle:100%;--el-transition-duration:.3s;--el-transition-duration-fast:.2s;--el-transition-function-ease-in-out-bezier:cubic-bezier(.645, .045, .355, 1);--el-transition-function-fast-bezier:cubic-bezier(.23, 1, .32, 1);--el-transition-all:all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);--el-transition-fade:opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);--el-transition-md-fade:transform var(--el-transition-duration) var(--el-transition-function-fast-bezier), opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);--el-transition-fade-linear:opacity var(--el-transition-duration-fast) linear;--el-transition-border:border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-transition-box-shadow:box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-transition-color:color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-component-size-large:40px;--el-component-size:32px;--el-component-size-small:24px;--lightningcss-light:initial;--lightningcss-dark: ;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--el-color-primary:#409eff;--el-color-primary-light-3:#79bbff;--el-color-primary-light-5:#a0cfff;--el-color-primary-light-7:#c6e2ff;--el-color-primary-light-8:#d9ecff;--el-color-primary-light-9:#ecf5ff;--el-color-primary-dark-2:#337ecc;--el-color-success:#67c23a;--el-color-success-light-3:#95d475;--el-color-success-light-5:#b3e19d;--el-color-success-light-7:#d1edc4;--el-color-success-light-8:#e1f3d8;--el-color-success-light-9:#f0f9eb;--el-color-success-dark-2:#529b2e;--el-color-warning:#e6a23c;--el-color-warning-light-3:#eebe77;--el-color-warning-light-5:#f3d19e;--el-color-warning-light-7:#f8e3c5;--el-color-warning-light-8:#faecd8;--el-color-warning-light-9:#fdf6ec;--el-color-warning-dark-2:#b88230;--el-color-danger:#f56c6c;--el-color-danger-light-3:#f89898;--el-color-danger-light-5:#fab6b6;--el-color-danger-light-7:#fcd3d3;--el-color-danger-light-8:#fde2e2;--el-color-danger-light-9:#fef0f0;--el-color-danger-dark-2:#c45656;--el-color-error:#f56c6c;--el-color-error-light-3:#f89898;--el-color-error-light-5:#fab6b6;--el-color-error-light-7:#fcd3d3;--el-color-error-light-8:#fde2e2;--el-color-error-light-9:#fef0f0;--el-color-error-dark-2:#c45656;--el-color-info:#909399;--el-color-info-light-3:#b1b3b8;--el-color-info-light-5:#c8c9cc;--el-color-info-light-7:#dedfe0;--el-color-info-light-8:#e9e9eb;--el-color-info-light-9:#f4f4f5;--el-color-info-dark-2:#73767a;--el-bg-color:#fff;--el-bg-color-page:#f2f3f5;--el-bg-color-overlay:#fff;--el-text-color-primary:#303133;--el-text-color-regular:#606266;--el-text-color-secondary:#909399;--el-text-color-placeholder:#a8abb2;--el-text-color-disabled:#c0c4cc;--el-border-color:#dcdfe6;--el-border-color-light:#e4e7ed;--el-border-color-lighter:#ebeef5;--el-border-color-extra-light:#f2f6fc;--el-border-color-dark:#d4d7de;--el-border-color-darker:#cdd0d6;--el-fill-color:#f0f2f5;--el-fill-color-light:#f5f7fa;--el-fill-color-lighter:#fafafa;--el-fill-color-extra-light:#fafcff;--el-fill-color-dark:#ebedf0;--el-fill-color-darker:#e6e8eb;--el-fill-color-blank:#fff;--el-box-shadow:0px 12px 32px 4px #0000000a, 0px 8px 20px #00000014;--el-box-shadow-light:0px 0px 12px #0000001f;--el-box-shadow-lighter:0px 0px 6px #0000001f;--el-box-shadow-dark:0px 16px 48px 16px #00000014, 0px 12px 32px #0000001f, 0px 8px 16px -8px #00000029;--el-disabled-bg-color:var(--el-fill-color-light);--el-disabled-text-color:var(--el-text-color-placeholder);--el-disabled-border-color:var(--el-border-color-light);--el-overlay-color:#000c;--el-overlay-color-light:#000000b3;--el-overlay-color-lighter:#00000080;--el-mask-color:#ffffffe6;--el-mask-color-extra-light:#ffffff4d;--el-border-width:1px;--el-border-style:solid;--el-border-color-hover:var(--el-text-color-disabled);--el-border:var(--el-border-width) var(--el-border-style) var(--el-border-color);--el-svg-monochrome-grey:var(--el-border-color)}.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.fade-in-linear-enter-from,.fade-in-linear-leave-to{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.el-fade-in-linear-enter-from,.el-fade-in-linear-leave-to{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55, 0, .1, 1)}.el-fade-in-enter-from,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55, 0, .1, 1)}.el-zoom-in-center-enter-from,.el-zoom-in-center-leave-active{opacity:0;transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;transition:var(--el-transition-md-fade);transform-origin:top;transform:scaleY(1)}.el-zoom-in-top-enter-active[data-popper-placement^=top],.el-zoom-in-top-leave-active[data-popper-placement^=top]{transform-origin:bottom}.el-zoom-in-top-enter-from,.el-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;transition:var(--el-transition-md-fade);transform-origin:bottom;transform:scaleY(1)}.el-zoom-in-bottom-enter-from,.el-zoom-in-bottom-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;transition:var(--el-transition-md-fade);transform-origin:0 0;transform:scale(1)}.el-zoom-in-left-enter-from,.el-zoom-in-left-leave-active{opacity:0;transform:scale(.45)}.collapse-transition{transition:var(--el-transition-duration) height ease-in-out, var(--el-transition-duration) padding-top ease-in-out, var(--el-transition-duration) padding-bottom ease-in-out}.el-collapse-transition-leave-active,.el-collapse-transition-enter-active{transition:var(--el-transition-duration) max-height ease-in-out, var(--el-transition-duration) padding-top ease-in-out, var(--el-transition-duration) padding-bottom ease-in-out}.horizontal-collapse-transition{transition:var(--el-transition-duration) width ease-in-out, var(--el-transition-duration) padding-left ease-in-out, var(--el-transition-duration) padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{transition:all 1s}.el-list-enter-from,.el-list-leave-to{opacity:0;transform:translateY(-30px)}.el-list-leave-active{position:absolute!important}.el-opacity-transition{transition:opacity var(--el-transition-duration) cubic-bezier(.55, 0, .1, 1)}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.el-icon{--color:inherit;fill:currentColor;width:1em;height:1em;color:var(--color);line-height:1em;font-size:inherit;justify-content:center;align-items:center;display:inline-flex;position:relative}.el-icon.is-loading{animation:2s linear infinite rotating}.el-icon svg{width:1em;height:1em}.el-affix--fixed{position:fixed}.el-alert{--el-alert-padding:8px 16px;--el-alert-border-radius-base:var(--el-border-radius-base);--el-alert-title-font-size:14px;--el-alert-title-with-description-font-size:16px;--el-alert-description-font-size:14px;--el-alert-close-font-size:16px;--el-alert-close-customed-font-size:14px;--el-alert-icon-size:16px;--el-alert-icon-large-size:28px;width:100%;padding:var(--el-alert-padding);box-sizing:border-box;border-radius:var(--el-alert-border-radius-base);background-color:var(--el-color-white);opacity:1;transition:opacity var(--el-transition-duration-fast);align-items:center;margin:0;display:flex;position:relative;overflow:hidden}.el-alert.is-light .el-alert__close-btn{color:var(--el-text-color-placeholder)}.el-alert.is-dark .el-alert__close-btn,.el-alert.is-dark .el-alert__description{color:var(--el-color-white)}.el-alert.is-center{justify-content:center}.el-alert--primary{--el-alert-bg-color:var(--el-color-primary-light-9)}.el-alert--primary.is-light{background-color:var(--el-alert-bg-color);color:var(--el-color-primary)}.el-alert--primary.is-light .el-alert__description{color:var(--el-color-primary)}.el-alert--primary.is-dark{background-color:var(--el-color-primary);color:var(--el-color-white)}.el-alert--success{--el-alert-bg-color:var(--el-color-success-light-9)}.el-alert--success.is-light{background-color:var(--el-alert-bg-color);color:var(--el-color-success)}.el-alert--success.is-light .el-alert__description{color:var(--el-color-success)}.el-alert--success.is-dark{background-color:var(--el-color-success);color:var(--el-color-white)}.el-alert--info{--el-alert-bg-color:var(--el-color-info-light-9)}.el-alert--info.is-light{background-color:var(--el-alert-bg-color);color:var(--el-color-info)}.el-alert--info.is-light .el-alert__description{color:var(--el-color-info)}.el-alert--info.is-dark{background-color:var(--el-color-info);color:var(--el-color-white)}.el-alert--warning{--el-alert-bg-color:var(--el-color-warning-light-9)}.el-alert--warning.is-light{background-color:var(--el-alert-bg-color);color:var(--el-color-warning)}.el-alert--warning.is-light .el-alert__description{color:var(--el-color-warning)}.el-alert--warning.is-dark{background-color:var(--el-color-warning);color:var(--el-color-white)}.el-alert--error{--el-alert-bg-color:var(--el-color-error-light-9)}.el-alert--error.is-light{background-color:var(--el-alert-bg-color);color:var(--el-color-error)}.el-alert--error.is-light .el-alert__description{color:var(--el-color-error)}.el-alert--error.is-dark{background-color:var(--el-color-error);color:var(--el-color-white)}.el-alert__content{flex-direction:column;gap:4px;display:flex}.el-alert .el-alert__icon{font-size:var(--el-alert-icon-size);width:var(--el-alert-icon-size);margin-right:8px}.el-alert .el-alert__icon.is-big{font-size:var(--el-alert-icon-large-size);width:var(--el-alert-icon-large-size);margin-right:12px}.el-alert__title{font-size:var(--el-alert-title-font-size);line-height:24px}.el-alert__title.with-description{font-size:var(--el-alert-title-with-description-font-size)}.el-alert .el-alert__description{font-size:var(--el-alert-description-font-size);margin:0}.el-alert .el-alert__close-btn{font-size:var(--el-alert-close-font-size);opacity:1;cursor:pointer;position:absolute;top:12px;right:16px}.el-alert .el-alert__close-btn.is-customed{font-style:normal;font-size:var(--el-alert-close-customed-font-size);line-height:24px;top:8px}.el-alert-fade-enter-from,.el-alert-fade-leave-active{opacity:0}.el-aside{box-sizing:border-box;width:var(--el-aside-width,300px);flex-shrink:0;overflow:auto}.el-autocomplete{--el-input-text-color:var(--el-text-color-regular);--el-input-border:var(--el-border);--el-input-hover-border:var(--el-border-color-hover);--el-input-focus-border:var(--el-color-primary);--el-input-transparent-border:0 0 0 1px transparent inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:var(--el-fill-color-blank);--el-input-icon-color:var(--el-text-color-placeholder);--el-input-placeholder-color:var(--el-text-color-placeholder);--el-input-hover-border-color:var(--el-border-color-hover);--el-input-clear-hover-color:var(--el-text-color-secondary);--el-input-focus-border-color:var(--el-color-primary);--el-input-width:100%;width:var(--el-input-width);display:inline-block;position:relative}.el-autocomplete__popper.el-popper{background:var(--el-bg-color-overlay);border:1px solid var(--el-border-color-light);box-shadow:var(--el-box-shadow-light)}.el-autocomplete__popper.el-popper .el-popper__arrow:before{border:1px solid var(--el-border-color-light)}.el-autocomplete__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before{border-top-color:#0000;border-left-color:#0000}.el-autocomplete__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:#0000;border-right-color:#0000}.el-autocomplete__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:#0000;border-left-color:#0000}.el-autocomplete__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-top-color:#0000;border-right-color:#0000}.el-autocomplete-suggestion{border-radius:var(--el-border-radius-base);box-sizing:border-box}.el-autocomplete-suggestion__header{border-bottom:1px solid var(--el-border-color-lighter);padding:10px}.el-autocomplete-suggestion__footer{border-top:1px solid var(--el-border-color-lighter);padding:10px}.el-autocomplete-suggestion__wrap{box-sizing:border-box;max-height:280px;padding:10px 0}.el-autocomplete-suggestion__list{margin:0;padding:0}.el-autocomplete-suggestion li{cursor:pointer;color:var(--el-text-color-regular);line-height:34px;font-size:var(--el-font-size-base);text-align:left;text-overflow:ellipsis;white-space:nowrap;margin:0;padding:0 20px;list-style:none;overflow:hidden}.el-autocomplete-suggestion li:hover,.el-autocomplete-suggestion li.highlighted{background-color:var(--el-fill-color-light)}.el-autocomplete-suggestion li.divider{border-top:1px solid var(--el-color-black);margin-top:6px}.el-autocomplete-suggestion li.divider:last-child{margin-bottom:-6px}.el-autocomplete-suggestion.is-loading li{cursor:default;height:100px;color:var(--el-text-color-secondary);justify-content:center;align-items:center;font-size:20px;display:flex}.el-autocomplete-suggestion.is-loading li:hover{background-color:var(--el-bg-color-overlay)}.el-avatar{--el-avatar-text-color:var(--el-color-white);--el-avatar-bg-color:var(--el-text-color-disabled);--el-avatar-text-size:14px;--el-avatar-icon-size:18px;--el-avatar-border-radius:var(--el-border-radius-base);--el-avatar-size-large:56px;--el-avatar-size:40px;--el-avatar-size-small:24px;box-sizing:border-box;text-align:center;color:var(--el-avatar-text-color);background:var(--el-avatar-bg-color);width:var(--el-avatar-size);height:var(--el-avatar-size);font-size:var(--el-avatar-text-size);outline:none;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.el-avatar>img{width:100%;height:100%;display:block}.el-avatar--circle{border-radius:50%}.el-avatar--square{border-radius:var(--el-avatar-border-radius)}.el-avatar--icon{font-size:var(--el-avatar-icon-size)}.el-avatar--small{--el-avatar-size:24px}.el-avatar--large{--el-avatar-size:56px}.el-avatar-group{--el-avatar-group-item-gap:-8px;--el-avatar-group-collapse-item-gap:4px;display:inline-flex}.el-avatar-group .el-avatar{border:1px solid var(--el-border-color-extra-light)}.el-avatar-group .el-avatar:not(:first-child){margin-left:var(--el-avatar-group-item-gap)}.el-avatar-group__collapse-avatars{--el-avatar-group-item-gap:-8px;--el-avatar-group-collapse-item-gap:4px}.el-avatar-group__collapse-avatars .el-avatar:not(:first-child){margin-left:var(--el-avatar-group-collapse-item-gap)}.el-backtop{--el-backtop-bg-color:var(--el-bg-color-overlay);--el-backtop-text-color:var(--el-color-primary);--el-backtop-hover-bg-color:var(--el-border-color-extra-light);background-color:var(--el-backtop-bg-color);width:40px;height:40px;color:var(--el-backtop-text-color);box-shadow:var(--el-box-shadow-lighter);cursor:pointer;z-index:5;border-radius:50%;justify-content:center;align-items:center;font-size:20px;display:flex;position:fixed}.el-backtop:hover{background-color:var(--el-backtop-hover-bg-color)}.el-backtop__icon{font-size:20px}.el-badge{--el-badge-bg-color:var(--el-color-danger);--el-badge-radius:10px;--el-badge-font-size:12px;--el-badge-padding:6px;--el-badge-size:18px;vertical-align:middle;width:-moz-fit-content;width:fit-content;display:inline-block;position:relative}.el-badge__content{background-color:var(--el-badge-bg-color);border-radius:var(--el-badge-radius);color:var(--el-color-white);font-size:var(--el-badge-font-size);height:var(--el-badge-size);padding:0 var(--el-badge-padding);white-space:nowrap;border:1px solid var(--el-bg-color);justify-content:center;align-items:center;display:inline-flex}.el-badge__content.is-fixed{top:0;right:calc(1px + var(--el-badge-size) / 2);z-index:var(--el-index-normal);position:absolute;transform:translateY(-50%)translate(100%)}.el-badge__content.is-fixed.is-dot{right:5px}.el-badge__content.is-dot{border-radius:50%;width:8px;height:8px;padding:0;right:0}.el-badge__content.is-hide-zero{display:none}.el-badge__content--primary{background-color:var(--el-color-primary)}.el-badge__content--success{background-color:var(--el-color-success)}.el-badge__content--warning{background-color:var(--el-color-warning)}.el-badge__content--info{background-color:var(--el-color-info)}.el-badge__content--danger{background-color:var(--el-color-danger)}.el-breadcrumb__separator{color:var(--el-text-color-placeholder);margin:0 9px;font-weight:700}.el-breadcrumb__separator.el-icon{margin:0 6px;font-weight:400}.el-breadcrumb__separator.el-icon svg{vertical-align:middle}.el-breadcrumb__item{float:left;align-items:center;display:inline-flex}.el-breadcrumb__inner{color:var(--el-text-color-regular)}.el-breadcrumb__inner.is-link,.el-breadcrumb__inner a{transition:var(--el-transition-color);color:var(--el-text-color-primary);font-weight:700;text-decoration:none}.el-breadcrumb__inner.is-link:hover,.el-breadcrumb__inner a:hover{color:var(--el-color-primary);cursor:pointer}.el-breadcrumb__item:last-child .el-breadcrumb__inner,.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner a,.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover{color:var(--el-text-color-regular);cursor:text;font-weight:400}.el-breadcrumb__item:last-child .el-breadcrumb__separator{display:none}.el-breadcrumb{font-size:14px;line-height:1}.el-breadcrumb:before,.el-breadcrumb:after{content:"";display:table}.el-breadcrumb:after{clear:both}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button:first-child:last-child{border-top-right-radius:var(--el-border-radius-base);border-bottom-right-radius:var(--el-border-radius-base);border-top-left-radius:var(--el-border-radius-base);border-bottom-left-radius:var(--el-border-radius-base)}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:var(--el-border-radius-round)}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:hover,.el-button-group>.el-button:focus,.el-button-group>.el-button:active,.el-button-group>.el-button.is-active{z-index:1}.el-button-group--horizontal{vertical-align:middle;display:inline-block}.el-button-group--horizontal:before,.el-button-group--horizontal:after{content:"";display:table}.el-button-group--horizontal:after{clear:both}.el-button-group--horizontal>.el-button{float:left;position:relative}.el-button-group--horizontal>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group--horizontal>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group--horizontal>.el-button:not(:last-child){margin-right:-1px}.el-button-group--horizontal .el-button--primary:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .el-button--primary:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .el-button--primary:not(:first-child):not(:last-child){border-left-color:var(--el-button-divide-border-color);border-right-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .el-button--success:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .el-button--success:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .el-button--success:not(:first-child):not(:last-child){border-left-color:var(--el-button-divide-border-color);border-right-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .el-button--warning:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .el-button--warning:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .el-button--warning:not(:first-child):not(:last-child){border-left-color:var(--el-button-divide-border-color);border-right-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .el-button--danger:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .el-button--danger:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .el-button--danger:not(:first-child):not(:last-child){border-left-color:var(--el-button-divide-border-color);border-right-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .el-button--info:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .el-button--info:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group--horizontal .el-button--info:not(:first-child):not(:last-child){border-left-color:var(--el-button-divide-border-color);border-right-color:var(--el-button-divide-border-color)}.el-button-group--horizontal>.el-dropdown>.el-button{border-left-color:var(--el-button-divide-border-color);border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group--vertical{flex-direction:column;align-items:stretch;display:inline-flex}.el-button-group--vertical>.el-button{margin-top:-1px}.el-button-group--vertical>.el-button:first-child{border-bottom-right-radius:0;border-bottom-left-radius:0}.el-button-group--vertical>.el-button:last-child{border-top-left-radius:0;border-top-right-radius:0}.el-button-group--vertical>.el-dropdown{margin-top:-1px}.el-button-group--vertical>.el-dropdown>.el-button{border-left-color:var(--el-button-divide-border-color);border-top-left-radius:0;border-top-right-radius:0}.el-button-group--vertical .el-button--primary:first-child{border-bottom-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--primary:last-child{border-top-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--primary:not(:first-child):not(:last-child){border-top-color:var(--el-button-divide-border-color);border-bottom-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--success:first-child{border-bottom-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--success:last-child{border-top-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--success:not(:first-child):not(:last-child){border-top-color:var(--el-button-divide-border-color);border-bottom-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--warning:first-child{border-bottom-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--warning:last-child{border-top-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--warning:not(:first-child):not(:last-child){border-top-color:var(--el-button-divide-border-color);border-bottom-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--danger:first-child{border-bottom-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--danger:last-child{border-top-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--danger:not(:first-child):not(:last-child){border-top-color:var(--el-button-divide-border-color);border-bottom-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--info:first-child{border-bottom-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--info:last-child{border-top-color:var(--el-button-divide-border-color)}.el-button-group--vertical .el-button--info:not(:first-child):not(:last-child){border-top-color:var(--el-button-divide-border-color);border-bottom-color:var(--el-button-divide-border-color)}.el-button{--el-button-font-weight:var(--el-font-weight-primary);--el-button-border-color:var(--el-border-color);--el-button-bg-color:var(--el-fill-color-blank);--el-button-text-color:var(--el-text-color-regular);--el-button-disabled-text-color:var(--el-disabled-text-color);--el-button-disabled-bg-color:var(--el-fill-color-blank);--el-button-disabled-border-color:var(--el-border-color-light);--el-button-divide-border-color:#ffffff80;--el-button-hover-text-color:var(--el-color-primary);--el-button-hover-bg-color:var(--el-color-primary-light-9);--el-button-hover-border-color:var(--el-color-primary-light-7);--el-button-active-text-color:var(--el-button-hover-text-color);--el-button-active-border-color:var(--el-color-primary);--el-button-active-bg-color:var(--el-button-hover-bg-color);--el-button-outline-color:var(--el-color-primary-light-5);--el-button-hover-link-text-color:var(--el-text-color-secondary);--el-button-active-color:var(--el-text-color-primary);white-space:nowrap;cursor:pointer;height:32px;color:var(--el-button-text-color);text-align:center;box-sizing:border-box;line-height:1;font-weight:var(--el-button-font-weight);-webkit-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;background-color:var(--el-button-bg-color);border:var(--el-border);border-color:var(--el-button-border-color);outline:none;justify-content:center;align-items:center;transition:all .1s;display:inline-flex}.el-button:hover{color:var(--el-button-hover-text-color);border-color:var(--el-button-hover-border-color);background-color:var(--el-button-hover-bg-color);outline:none}.el-button:active{color:var(--el-button-active-text-color);border-color:var(--el-button-active-border-color);background-color:var(--el-button-active-bg-color);outline:none}.el-button:focus-visible{outline:2px solid var(--el-button-outline-color);outline-offset:1px;transition:outline-offset,outline}.el-button>span{align-items:center;display:inline-flex}.el-button+.el-button{margin-left:12px}.el-button{font-size:var(--el-font-size-base);border-radius:var(--el-border-radius-base);padding:8px 15px}.el-button.is-round{padding:8px 15px}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon]+span{margin-left:6px}.el-button [class*=el-icon] svg{vertical-align:bottom}.el-button.is-plain{--el-button-hover-text-color:var(--el-color-primary);--el-button-hover-bg-color:var(--el-fill-color-blank);--el-button-hover-border-color:var(--el-color-primary)}.el-button.is-active{color:var(--el-button-active-text-color);border-color:var(--el-button-active-border-color);background-color:var(--el-button-active-bg-color);outline:none}.el-button.is-disabled,.el-button.is-disabled:hover{color:var(--el-button-disabled-text-color);cursor:not-allowed;background-image:none;background-color:var(--el-button-disabled-bg-color);border-color:var(--el-button-disabled-border-color)}.el-button.is-loading{pointer-events:none;position:relative}.el-button.is-loading:before{z-index:1;pointer-events:none;content:"";border-radius:inherit;background-color:var(--el-mask-color-extra-light);position:absolute;top:-1px;bottom:-1px;left:-1px;right:-1px}.el-button.is-round{border-radius:var(--el-border-radius-round)}.el-button.is-dashed{--el-button-hover-text-color:var(--el-color-primary);--el-button-hover-bg-color:var(--el-fill-color-blank);--el-button-hover-border-color:var(--el-color-primary);border-style:dashed}.el-button.is-circle{border-radius:50%;width:32px;padding:8px}.el-button.is-text{color:var(--el-button-text-color);background-color:#0000;border:0 solid #0000}.el-button.is-text.is-disabled{color:var(--el-button-disabled-text-color);background-color:#0000!important}.el-button.is-text:not(.is-disabled):hover{background-color:var(--el-fill-color-light)}.el-button.is-text:not(.is-disabled):focus-visible{outline:2px solid var(--el-button-outline-color);outline-offset:1px;transition:outline-offset,outline}.el-button.is-text:not(.is-disabled):active{background-color:var(--el-fill-color)}.el-button.is-text:not(.is-disabled).is-has-bg{background-color:var(--el-fill-color-light)}.el-button.is-text:not(.is-disabled).is-has-bg:hover{background-color:var(--el-fill-color)}.el-button.is-text:not(.is-disabled).is-has-bg:active{background-color:var(--el-fill-color-dark)}.el-button__text--expand{letter-spacing:.3em;margin-right:-.3em}.el-button.is-link{color:var(--el-button-text-color);background:0 0;border-color:#0000;height:auto;padding:2px}.el-button.is-link:hover{color:var(--el-button-hover-link-text-color)}.el-button.is-link.is-disabled{color:var(--el-button-disabled-text-color);background-color:#0000!important;border-color:#0000!important}.el-button.is-link:not(.is-disabled):hover{background-color:#0000;border-color:#0000}.el-button.is-link:not(.is-disabled):active{color:var(--el-button-active-color);background-color:#0000;border-color:#0000}.el-button--text{color:var(--el-color-primary);background:0 0;border-color:#0000;padding-left:0;padding-right:0}.el-button--text.is-disabled{color:var(--el-button-disabled-text-color);background-color:#0000!important;border-color:#0000!important}.el-button--text:not(.is-disabled):hover{color:var(--el-color-primary-light-3);background-color:#0000;border-color:#0000}.el-button--text:not(.is-disabled):active{color:var(--el-color-primary-dark-2);background-color:#0000;border-color:#0000}.el-button__link--expand{letter-spacing:.3em;margin-right:-.3em}.el-button--primary{--el-button-text-color:var(--el-color-white);--el-button-bg-color:var(--el-color-primary);--el-button-border-color:var(--el-color-primary);--el-button-outline-color:var(--el-color-primary-light-5);--el-button-active-color:var(--el-color-primary-dark-2);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-link-text-color:var(--el-color-primary-light-5);--el-button-hover-bg-color:var(--el-color-primary-light-3);--el-button-hover-border-color:var(--el-color-primary-light-3);--el-button-active-bg-color:var(--el-color-primary-dark-2);--el-button-active-border-color:var(--el-color-primary-dark-2);--el-button-disabled-text-color:var(--el-color-white);--el-button-disabled-bg-color:var(--el-color-primary-light-5);--el-button-disabled-border-color:var(--el-color-primary-light-5)}.el-button--primary.is-plain,.el-button--primary.is-text,.el-button--primary.is-link{--el-button-text-color:var(--el-color-primary);--el-button-bg-color:var(--el-color-primary-light-9);--el-button-border-color:var(--el-color-primary-light-5);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-bg-color:var(--el-color-primary);--el-button-hover-border-color:var(--el-color-primary);--el-button-active-text-color:var(--el-color-white)}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:hover,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-text.is-disabled,.el-button--primary.is-text.is-disabled:hover,.el-button--primary.is-text.is-disabled:focus,.el-button--primary.is-text.is-disabled:active,.el-button--primary.is-link.is-disabled,.el-button--primary.is-link.is-disabled:hover,.el-button--primary.is-link.is-disabled:focus,.el-button--primary.is-link.is-disabled:active{color:var(--el-color-primary-light-5);background-color:var(--el-color-primary-light-9);border-color:var(--el-color-primary-light-8)}.el-button--primary.is-dashed{--el-button-text-color:var(--el-color-primary);--el-button-bg-color:var(--el-color-primary-light-9);--el-button-border-color:var(--el-color-primary-light-5);--el-button-hover-text-color:var(--el-color-primary);--el-button-hover-bg-color:var(--el-color-primary-light-9);--el-button-hover-border-color:var(--el-color-primary-light-3);--el-button-active-text-color:var(--el-color-primary-dark-2);--el-button-active-bg-color:var(--el-color-primary-light-9);--el-button-active-border-color:var(--el-color-primary-dark-2)}.el-button--primary.is-dashed.is-disabled,.el-button--primary.is-dashed.is-disabled:hover,.el-button--primary.is-dashed.is-disabled:focus,.el-button--primary.is-dashed.is-disabled:active{color:var(--el-color-primary-light-5);background-color:var(--el-color-primary-light-9);border-color:var(--el-color-primary-light-8)}.el-button--success{--el-button-text-color:var(--el-color-white);--el-button-bg-color:var(--el-color-success);--el-button-border-color:var(--el-color-success);--el-button-outline-color:var(--el-color-success-light-5);--el-button-active-color:var(--el-color-success-dark-2);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-link-text-color:var(--el-color-success-light-5);--el-button-hover-bg-color:var(--el-color-success-light-3);--el-button-hover-border-color:var(--el-color-success-light-3);--el-button-active-bg-color:var(--el-color-success-dark-2);--el-button-active-border-color:var(--el-color-success-dark-2);--el-button-disabled-text-color:var(--el-color-white);--el-button-disabled-bg-color:var(--el-color-success-light-5);--el-button-disabled-border-color:var(--el-color-success-light-5)}.el-button--success.is-plain,.el-button--success.is-text,.el-button--success.is-link{--el-button-text-color:var(--el-color-success);--el-button-bg-color:var(--el-color-success-light-9);--el-button-border-color:var(--el-color-success-light-5);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-bg-color:var(--el-color-success);--el-button-hover-border-color:var(--el-color-success);--el-button-active-text-color:var(--el-color-white)}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:hover,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-text.is-disabled,.el-button--success.is-text.is-disabled:hover,.el-button--success.is-text.is-disabled:focus,.el-button--success.is-text.is-disabled:active,.el-button--success.is-link.is-disabled,.el-button--success.is-link.is-disabled:hover,.el-button--success.is-link.is-disabled:focus,.el-button--success.is-link.is-disabled:active{color:var(--el-color-success-light-5);background-color:var(--el-color-success-light-9);border-color:var(--el-color-success-light-8)}.el-button--success.is-dashed{--el-button-text-color:var(--el-color-success);--el-button-bg-color:var(--el-color-success-light-9);--el-button-border-color:var(--el-color-success-light-5);--el-button-hover-text-color:var(--el-color-success);--el-button-hover-bg-color:var(--el-color-success-light-9);--el-button-hover-border-color:var(--el-color-success-light-3);--el-button-active-text-color:var(--el-color-success-dark-2);--el-button-active-bg-color:var(--el-color-success-light-9);--el-button-active-border-color:var(--el-color-success-dark-2)}.el-button--success.is-dashed.is-disabled,.el-button--success.is-dashed.is-disabled:hover,.el-button--success.is-dashed.is-disabled:focus,.el-button--success.is-dashed.is-disabled:active{color:var(--el-color-success-light-5);background-color:var(--el-color-success-light-9);border-color:var(--el-color-success-light-8)}.el-button--warning{--el-button-text-color:var(--el-color-white);--el-button-bg-color:var(--el-color-warning);--el-button-border-color:var(--el-color-warning);--el-button-outline-color:var(--el-color-warning-light-5);--el-button-active-color:var(--el-color-warning-dark-2);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-link-text-color:var(--el-color-warning-light-5);--el-button-hover-bg-color:var(--el-color-warning-light-3);--el-button-hover-border-color:var(--el-color-warning-light-3);--el-button-active-bg-color:var(--el-color-warning-dark-2);--el-button-active-border-color:var(--el-color-warning-dark-2);--el-button-disabled-text-color:var(--el-color-white);--el-button-disabled-bg-color:var(--el-color-warning-light-5);--el-button-disabled-border-color:var(--el-color-warning-light-5)}.el-button--warning.is-plain,.el-button--warning.is-text,.el-button--warning.is-link{--el-button-text-color:var(--el-color-warning);--el-button-bg-color:var(--el-color-warning-light-9);--el-button-border-color:var(--el-color-warning-light-5);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-bg-color:var(--el-color-warning);--el-button-hover-border-color:var(--el-color-warning);--el-button-active-text-color:var(--el-color-white)}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:hover,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-text.is-disabled,.el-button--warning.is-text.is-disabled:hover,.el-button--warning.is-text.is-disabled:focus,.el-button--warning.is-text.is-disabled:active,.el-button--warning.is-link.is-disabled,.el-button--warning.is-link.is-disabled:hover,.el-button--warning.is-link.is-disabled:focus,.el-button--warning.is-link.is-disabled:active{color:var(--el-color-warning-light-5);background-color:var(--el-color-warning-light-9);border-color:var(--el-color-warning-light-8)}.el-button--warning.is-dashed{--el-button-text-color:var(--el-color-warning);--el-button-bg-color:var(--el-color-warning-light-9);--el-button-border-color:var(--el-color-warning-light-5);--el-button-hover-text-color:var(--el-color-warning);--el-button-hover-bg-color:var(--el-color-warning-light-9);--el-button-hover-border-color:var(--el-color-warning-light-3);--el-button-active-text-color:var(--el-color-warning-dark-2);--el-button-active-bg-color:var(--el-color-warning-light-9);--el-button-active-border-color:var(--el-color-warning-dark-2)}.el-button--warning.is-dashed.is-disabled,.el-button--warning.is-dashed.is-disabled:hover,.el-button--warning.is-dashed.is-disabled:focus,.el-button--warning.is-dashed.is-disabled:active{color:var(--el-color-warning-light-5);background-color:var(--el-color-warning-light-9);border-color:var(--el-color-warning-light-8)}.el-button--danger{--el-button-text-color:var(--el-color-white);--el-button-bg-color:var(--el-color-danger);--el-button-border-color:var(--el-color-danger);--el-button-outline-color:var(--el-color-danger-light-5);--el-button-active-color:var(--el-color-danger-dark-2);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-link-text-color:var(--el-color-danger-light-5);--el-button-hover-bg-color:var(--el-color-danger-light-3);--el-button-hover-border-color:var(--el-color-danger-light-3);--el-button-active-bg-color:var(--el-color-danger-dark-2);--el-button-active-border-color:var(--el-color-danger-dark-2);--el-button-disabled-text-color:var(--el-color-white);--el-button-disabled-bg-color:var(--el-color-danger-light-5);--el-button-disabled-border-color:var(--el-color-danger-light-5)}.el-button--danger.is-plain,.el-button--danger.is-text,.el-button--danger.is-link{--el-button-text-color:var(--el-color-danger);--el-button-bg-color:var(--el-color-danger-light-9);--el-button-border-color:var(--el-color-danger-light-5);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-bg-color:var(--el-color-danger);--el-button-hover-border-color:var(--el-color-danger);--el-button-active-text-color:var(--el-color-white)}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:hover,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-text.is-disabled,.el-button--danger.is-text.is-disabled:hover,.el-button--danger.is-text.is-disabled:focus,.el-button--danger.is-text.is-disabled:active,.el-button--danger.is-link.is-disabled,.el-button--danger.is-link.is-disabled:hover,.el-button--danger.is-link.is-disabled:focus,.el-button--danger.is-link.is-disabled:active{color:var(--el-color-danger-light-5);background-color:var(--el-color-danger-light-9);border-color:var(--el-color-danger-light-8)}.el-button--danger.is-dashed{--el-button-text-color:var(--el-color-danger);--el-button-bg-color:var(--el-color-danger-light-9);--el-button-border-color:var(--el-color-danger-light-5);--el-button-hover-text-color:var(--el-color-danger);--el-button-hover-bg-color:var(--el-color-danger-light-9);--el-button-hover-border-color:var(--el-color-danger-light-3);--el-button-active-text-color:var(--el-color-danger-dark-2);--el-button-active-bg-color:var(--el-color-danger-light-9);--el-button-active-border-color:var(--el-color-danger-dark-2)}.el-button--danger.is-dashed.is-disabled,.el-button--danger.is-dashed.is-disabled:hover,.el-button--danger.is-dashed.is-disabled:focus,.el-button--danger.is-dashed.is-disabled:active{color:var(--el-color-danger-light-5);background-color:var(--el-color-danger-light-9);border-color:var(--el-color-danger-light-8)}.el-button--info{--el-button-text-color:var(--el-color-white);--el-button-bg-color:var(--el-color-info);--el-button-border-color:var(--el-color-info);--el-button-outline-color:var(--el-color-info-light-5);--el-button-active-color:var(--el-color-info-dark-2);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-link-text-color:var(--el-color-info-light-5);--el-button-hover-bg-color:var(--el-color-info-light-3);--el-button-hover-border-color:var(--el-color-info-light-3);--el-button-active-bg-color:var(--el-color-info-dark-2);--el-button-active-border-color:var(--el-color-info-dark-2);--el-button-disabled-text-color:var(--el-color-white);--el-button-disabled-bg-color:var(--el-color-info-light-5);--el-button-disabled-border-color:var(--el-color-info-light-5)}.el-button--info.is-plain,.el-button--info.is-text,.el-button--info.is-link{--el-button-text-color:var(--el-color-info);--el-button-bg-color:var(--el-color-info-light-9);--el-button-border-color:var(--el-color-info-light-5);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-bg-color:var(--el-color-info);--el-button-hover-border-color:var(--el-color-info);--el-button-active-text-color:var(--el-color-white)}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:hover,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-text.is-disabled,.el-button--info.is-text.is-disabled:hover,.el-button--info.is-text.is-disabled:focus,.el-button--info.is-text.is-disabled:active,.el-button--info.is-link.is-disabled,.el-button--info.is-link.is-disabled:hover,.el-button--info.is-link.is-disabled:focus,.el-button--info.is-link.is-disabled:active{color:var(--el-color-info-light-5);background-color:var(--el-color-info-light-9);border-color:var(--el-color-info-light-8)}.el-button--info.is-dashed{--el-button-text-color:var(--el-color-info);--el-button-bg-color:var(--el-color-info-light-9);--el-button-border-color:var(--el-color-info-light-5);--el-button-hover-text-color:var(--el-color-info);--el-button-hover-bg-color:var(--el-color-info-light-9);--el-button-hover-border-color:var(--el-color-info-light-3);--el-button-active-text-color:var(--el-color-info-dark-2);--el-button-active-bg-color:var(--el-color-info-light-9);--el-button-active-border-color:var(--el-color-info-dark-2)}.el-button--info.is-dashed.is-disabled,.el-button--info.is-dashed.is-disabled:hover,.el-button--info.is-dashed.is-disabled:focus,.el-button--info.is-dashed.is-disabled:active{color:var(--el-color-info-light-5);background-color:var(--el-color-info-light-9);border-color:var(--el-color-info-light-8)}.el-button--large{--el-button-size:40px;height:var(--el-button-size)}.el-button--large [class*=el-icon]+span{margin-left:8px}.el-button--large{font-size:var(--el-font-size-base);border-radius:var(--el-border-radius-base);padding:12px 19px}.el-button--large.is-round{padding:12px 19px}.el-button--large.is-circle{width:var(--el-button-size);padding:12px}.el-button--small{--el-button-size:24px;height:var(--el-button-size)}.el-button--small [class*=el-icon]+span{margin-left:4px}.el-button--small{border-radius:calc(var(--el-border-radius-base) - 1px);padding:5px 11px;font-size:12px}.el-button--small.is-round{padding:5px 11px}.el-button--small.is-circle{width:var(--el-button-size);padding:5px}.el-calendar{--el-calendar-border:var(--el-table-border,1px solid var(--el-border-color-lighter));--el-calendar-header-border-bottom:var(--el-calendar-border);--el-calendar-selected-bg-color:var(--el-color-primary-light-9);--el-calendar-cell-width:85px;background-color:var(--el-fill-color-blank)}.el-calendar__header{border-bottom:var(--el-calendar-header-border-bottom);justify-content:space-between;padding:12px 20px;display:flex}.el-calendar__title{color:var(--el-text-color);align-self:center}.el-calendar__body{padding:12px 20px 35px}.el-calendar__select-controller .el-select{margin-right:8px}.el-calendar__select-controller .el-calendar-select__year{width:120px}.el-calendar__select-controller .el-calendar-select__month{width:60px}.el-calendar-table{table-layout:fixed;width:100%}.el-calendar-table thead th{color:var(--el-text-color-regular);padding:12px 0;font-weight:400}.el-calendar-table:not(.is-range) td.prev,.el-calendar-table:not(.is-range) td.next{color:var(--el-text-color-placeholder)}.el-calendar-table td{border-bottom:var(--el-calendar-border);border-right:var(--el-calendar-border);vertical-align:top;transition:background-color var(--el-transition-duration-fast) ease}.el-calendar-table td.is-selected{background-color:var(--el-calendar-selected-bg-color)}.el-calendar-table td.is-today{color:var(--el-color-primary)}.el-calendar-table tr:first-child td{border-top:var(--el-calendar-border)}.el-calendar-table tr td:first-child{border-left:var(--el-calendar-border)}.el-calendar-table tr.el-calendar-table__row--hide-border td{border-top:none}.el-calendar-table .el-calendar-day{box-sizing:border-box;height:var(--el-calendar-cell-width);padding:8px}.el-calendar-table .el-calendar-day:hover{cursor:pointer;background-color:var(--el-calendar-selected-bg-color)}.el-card{--el-card-border-color:var(--el-border-color-light);--el-card-border-radius:4px;--el-card-padding:20px;--el-card-bg-color:var(--el-fill-color-blank);border-radius:var(--el-card-border-radius);border:1px solid var(--el-card-border-color);background-color:var(--el-card-bg-color);color:var(--el-text-color-primary);transition:var(--el-transition-duration);flex-direction:column;display:flex;overflow:hidden}.el-card.is-always-shadow,.el-card.is-hover-shadow:hover,.el-card.is-hover-shadow:focus{box-shadow:var(--el-box-shadow-light)}.el-card__header{padding:calc(var(--el-card-padding) - 2px) var(--el-card-padding);border-bottom:1px solid var(--el-card-border-color);box-sizing:border-box}.el-card__body{padding:var(--el-card-padding);flex-grow:1;overflow:auto}.el-card__footer{padding:calc(var(--el-card-padding) - 2px) var(--el-card-padding);border-top:1px solid var(--el-card-border-color);box-sizing:border-box}.el-carousel__item{width:100%;height:100%;z-index:calc(var(--el-index-normal) - 1);display:inline-block;position:absolute;top:0;left:0;overflow:hidden}.el-carousel__item.is-active{z-index:calc(var(--el-index-normal) - 1)}.el-carousel__item.is-animating{transition:transform .4s ease-in-out}.el-carousel__item--card{width:50%;transition:transform .4s ease-in-out}.el-carousel__item--card.is-in-stage{cursor:pointer;z-index:var(--el-index-normal)}.el-carousel__item--card.is-in-stage:hover .el-carousel__mask,.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask{opacity:.12}.el-carousel__item--card.is-active{z-index:calc(var(--el-index-normal) + 1)}.el-carousel__item--card-vertical{width:100%;height:50%}.el-carousel__mask{background-color:var(--el-color-white);opacity:.24;width:100%;height:100%;transition:var(--el-transition-duration-fast);position:absolute;top:0;left:0}.el-carousel{--el-carousel-arrow-font-size:12px;--el-carousel-arrow-size:36px;--el-carousel-arrow-background:#1f2d3d1c;--el-carousel-arrow-hover-background:#1f2d3d3b;--el-carousel-indicator-width:30px;--el-carousel-indicator-height:2px;--el-carousel-indicator-padding-horizontal:4px;--el-carousel-indicator-padding-vertical:12px;--el-carousel-indicator-out-color:var(--el-border-color-hover);position:relative}.el-carousel--horizontal,.el-carousel--vertical{overflow:hidden}.el-carousel.is-vertical-outside{flex-direction:row;align-items:center;display:flex}.el-carousel.is-vertical-outside .el-carousel__container{flex:1}.el-carousel__container{height:300px;position:relative}.el-carousel__arrow{height:var(--el-carousel-arrow-size);width:var(--el-carousel-arrow-size);cursor:pointer;transition:var(--el-transition-duration);background-color:var(--el-carousel-arrow-background);color:#fff;z-index:10;text-align:center;font-size:var(--el-carousel-arrow-font-size);border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.el-carousel__arrow--left{left:16px}.el-carousel__arrow--right{right:16px}.el-carousel__arrow:hover{background-color:var(--el-carousel-arrow-hover-background)}.el-carousel__arrow i{cursor:pointer}.el-carousel__indicators{z-index:calc(var(--el-index-normal) + 1);margin:0;padding:0;list-style:none;position:absolute}.el-carousel__indicators--horizontal{bottom:0;left:50%;transform:translate(-50%)}.el-carousel__indicators--vertical{top:50%;right:0;transform:translateY(-50%)}.el-carousel__indicators--outside{text-align:center;position:static;transform:none}.el-carousel__indicators--outside .el-carousel__indicator:hover button{opacity:.64}.el-carousel__indicators--outside button{background-color:var(--el-carousel-indicator-out-color);opacity:.24}.el-carousel__indicators--right{right:0}.el-carousel__indicators--labels .el-carousel__button{color:#000;padding:2px 18px;font-size:12px}.el-carousel__indicators--labels .el-carousel__indicator{padding:6px 4px}.el-carousel__indicator{cursor:pointer;background-color:#0000}.el-carousel__indicator:hover button{opacity:.72}.el-carousel__indicator--horizontal{padding:var(--el-carousel-indicator-padding-vertical) var(--el-carousel-indicator-padding-horizontal);display:inline-block}.el-carousel__indicator--vertical{padding:var(--el-carousel-indicator-padding-horizontal) var(--el-carousel-indicator-padding-vertical)}.el-carousel__indicator--vertical .el-carousel__button{width:var(--el-carousel-indicator-height);height:calc(var(--el-carousel-indicator-width) / 2)}.el-carousel__indicator.is-active button{opacity:1}.el-carousel__button{opacity:.48;width:var(--el-carousel-indicator-width);height:var(--el-carousel-indicator-height);cursor:pointer;transition:var(--el-transition-duration);background-color:#fff;border:none;outline:none;margin:0;padding:0;display:block}.el-carousel__indicators--labels .el-carousel__button{width:auto;height:auto}.carousel-arrow-left-enter-from,.carousel-arrow-left-leave-active{opacity:0;transform:translateY(-50%)translate(-10px)}.carousel-arrow-right-enter-from,.carousel-arrow-right-leave-active{opacity:0;transform:translateY(-50%)translate(10px)}.el-transitioning{filter:url(#elCarouselHorizontal)}.el-transitioning-vertical{filter:url(#elCarouselVertical)}.el-cascader-panel{--el-cascader-menu-text-color:var(--el-text-color-regular);--el-cascader-menu-selected-text-color:var(--el-color-primary);--el-cascader-menu-fill:var(--el-bg-color-overlay);--el-cascader-menu-font-size:var(--el-font-size-base);--el-cascader-menu-radius:var(--el-border-radius-base);--el-cascader-menu-border:solid 1px var(--el-border-color-light);--el-cascader-menu-shadow:var(--el-box-shadow-light);--el-cascader-node-background-hover:var(--el-fill-color-light);--el-cascader-node-color-disabled:var(--el-text-color-placeholder);--el-cascader-color-empty:var(--el-text-color-placeholder);--el-cascader-tag-background:var(--el-fill-color);border-radius:var(--el-cascader-menu-radius);width:-moz-fit-content;width:fit-content;font-size:var(--el-cascader-menu-font-size);display:flex}.el-cascader-panel.is-bordered{border:var(--el-cascader-menu-border);border-radius:var(--el-cascader-menu-radius)}.el-cascader-menu{box-sizing:border-box;min-width:180px;color:var(--el-cascader-menu-text-color);border-right:var(--el-cascader-menu-border)}.el-cascader-menu:last-child{border-right:none}.el-cascader-menu:last-child .el-cascader-node{padding-right:20px}.el-cascader-menu__wrap.el-scrollbar__wrap{height:204px}.el-cascader-menu__list{box-sizing:border-box;min-height:100%;margin:0;padding:6px 0;list-style:none;position:relative}.el-cascader-menu__list.el-vl__window{margin:6px 0;padding:0}.el-cascader-menu__list.el-vl__window ul{margin:0;padding:0}.el-cascader-menu__hover-zone{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.el-cascader-menu__empty-text{color:var(--el-cascader-color-empty);align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.el-cascader-menu__empty-text .is-loading{margin-right:2px}.el-cascader-node{box-sizing:border-box;outline:none;align-items:center;height:34px;padding:0 30px 0 20px;line-height:34px;display:flex;position:relative}.el-cascader-node.is-selectable.in-active-path{color:var(--el-cascader-menu-text-color)}.el-cascader-node.in-active-path,.el-cascader-node.is-selectable.in-checked-path,.el-cascader-node.is-active{color:var(--el-cascader-menu-selected-text-color);font-weight:700}.el-cascader-node:not(.is-disabled){cursor:pointer}.el-cascader-node:not(.is-disabled):hover,.el-cascader-node:not(.is-disabled):focus{background:var(--el-cascader-node-background-hover)}.el-cascader-node.is-disabled{color:var(--el-cascader-node-color-disabled);cursor:not-allowed}.el-cascader-node__prefix{position:absolute;left:10px}.el-cascader-node__postfix{position:absolute;right:10px}.el-cascader-node__label{text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:1;padding:0 8px;overflow:hidden}.el-cascader-node>.el-checkbox,.el-cascader-node>.el-radio{margin-right:0}.el-cascader-node>.el-radio .el-radio__label{padding-left:0}.el-cascader{--el-cascader-menu-text-color:var(--el-text-color-regular);--el-cascader-menu-selected-text-color:var(--el-color-primary);--el-cascader-menu-fill:var(--el-bg-color-overlay);--el-cascader-menu-font-size:var(--el-font-size-base);--el-cascader-menu-radius:var(--el-border-radius-base);--el-cascader-menu-border:solid 1px var(--el-border-color-light);--el-cascader-menu-shadow:var(--el-box-shadow-light);--el-cascader-node-background-hover:var(--el-fill-color-light);--el-cascader-node-color-disabled:var(--el-text-color-placeholder);--el-cascader-color-empty:var(--el-text-color-placeholder);--el-cascader-tag-background:var(--el-fill-color);vertical-align:middle;font-size:var(--el-font-size-base);outline:none;line-height:32px;display:inline-block;position:relative}.el-cascader:not(.is-disabled):hover .el-input__wrapper{cursor:pointer;box-shadow:0 0 0 1px var(--el-input-hover-border-color) inset}.el-cascader .el-input{cursor:pointer;display:flex}.el-cascader .el-input .el-input__inner{text-overflow:ellipsis}.el-cascader .el-input .el-input__inner:read-only{cursor:pointer}.el-cascader .el-input .el-input__inner:disabled{cursor:not-allowed}.el-cascader .el-input .el-input__suffix-inner .el-icon svg{vertical-align:middle}.el-cascader .el-input .icon-arrow-down{transition:transform var(--el-transition-duration);font-size:14px}.el-cascader .el-input .icon-arrow-down.is-reverse{transform:rotate(180deg)}.el-cascader .el-input .icon-circle-close:hover{color:var(--el-input-clear-hover-color,var(--el-text-color-secondary))}.el-cascader .el-input.is-focus .el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-focus-border-color,var(--el-color-primary)) inset}.el-cascader--large{font-size:14px;line-height:40px}.el-cascader--large .el-cascader__tags{gap:6px;padding:8px}.el-cascader--large .el-cascader__search-input{height:24px;margin-left:7px}.el-cascader--small{font-size:12px;line-height:24px}.el-cascader--small .el-cascader__tags{gap:4px;padding:2px}.el-cascader--small .el-cascader__search-input{height:20px;margin-left:5px}.el-cascader.is-disabled .el-cascader__label{z-index:calc(var(--el-index-normal) + 1);color:var(--el-disabled-text-color)}.el-cascader__dropdown{--el-cascader-menu-text-color:var(--el-text-color-regular);--el-cascader-menu-selected-text-color:var(--el-color-primary);--el-cascader-menu-fill:var(--el-bg-color-overlay);--el-cascader-menu-font-size:var(--el-font-size-base);--el-cascader-menu-radius:var(--el-border-radius-base);--el-cascader-menu-border:solid 1px var(--el-border-color-light);--el-cascader-menu-shadow:var(--el-box-shadow-light);--el-cascader-node-background-hover:var(--el-fill-color-light);--el-cascader-node-color-disabled:var(--el-text-color-placeholder);--el-cascader-color-empty:var(--el-text-color-placeholder);--el-cascader-tag-background:var(--el-fill-color);font-size:var(--el-cascader-menu-font-size);border-radius:var(--el-cascader-menu-radius)}.el-cascader__dropdown.el-popper{background:var(--el-cascader-menu-fill);border:var(--el-cascader-menu-border);box-shadow:var(--el-cascader-menu-shadow)}.el-cascader__dropdown.el-popper .el-popper__arrow:before{border:var(--el-cascader-menu-border)}.el-cascader__dropdown.el-popper[data-popper-placement^=top] .el-popper__arrow:before{border-top-color:#0000;border-left-color:#0000}.el-cascader__dropdown.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:#0000;border-right-color:#0000}.el-cascader__dropdown.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:#0000;border-left-color:#0000}.el-cascader__dropdown.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-top-color:#0000;border-right-color:#0000}.el-cascader__dropdown.el-popper{box-shadow:var(--el-cascader-menu-shadow)}.el-cascader__header{border-bottom:1px solid var(--el-border-color-light);padding:10px}.el-cascader__footer{border-top:1px solid var(--el-border-color-light);padding:10px}.el-cascader__tags{text-align:left;box-sizing:border-box;flex-wrap:wrap;gap:6px;padding:4px;line-height:normal;display:flex;position:absolute;top:50%;left:0;right:30px;transform:translateY(-50%)}.el-cascader__tags .el-tag{text-overflow:ellipsis;background:var(--el-cascader-tag-background);align-items:center;max-width:100%;display:inline-flex}.el-cascader__tags .el-tag.el-tag--dark,.el-cascader__tags .el-tag.el-tag--plain{background-color:var(--el-tag-bg-color)}.el-cascader__tags .el-tag:not(.is-hit){border-color:#0000}.el-cascader__tags .el-tag:not(.is-hit).el-tag--dark,.el-cascader__tags .el-tag:not(.is-hit).el-tag--plain{border-color:var(--el-tag-border-color)}.el-cascader__tags .el-tag>span{text-overflow:ellipsis;flex:1;line-height:normal;overflow:hidden}.el-cascader__tags .el-tag .el-icon-close{background-color:var(--el-text-color-placeholder);color:var(--el-color-white);flex:none}.el-cascader__tags .el-tag .el-icon-close:hover{background-color:var(--el-text-color-secondary)}.el-cascader__tags .el-tag+input{margin-left:0}.el-cascader__tags.is-validate{right:55px}.el-cascader__collapse-tags{white-space:normal;z-index:var(--el-index-normal)}.el-cascader__collapse-tags .el-tag{text-overflow:ellipsis;background:var(--el-fill-color);align-items:center;max-width:100%;display:inline-flex}.el-cascader__collapse-tags .el-tag.el-tag--dark,.el-cascader__collapse-tags .el-tag.el-tag--plain{background-color:var(--el-tag-bg-color)}.el-cascader__collapse-tags .el-tag:not(.is-hit){border-color:#0000}.el-cascader__collapse-tags .el-tag:not(.is-hit).el-tag--dark,.el-cascader__collapse-tags .el-tag:not(.is-hit).el-tag--plain{border-color:var(--el-tag-border-color)}.el-cascader__collapse-tags .el-tag>span{text-overflow:ellipsis;flex:1;line-height:normal;overflow:hidden}.el-cascader__collapse-tags .el-tag .el-icon-close{background-color:var(--el-text-color-placeholder);color:var(--el-color-white);flex:none}.el-cascader__collapse-tags .el-tag .el-icon-close:hover{background-color:var(--el-text-color-secondary)}.el-cascader__collapse-tags .el-tag+input{margin-left:0}.el-cascader__collapse-tags .el-tag{margin:2px 0}.el-cascader__suggestion-panel{border-radius:var(--el-cascader-menu-radius)}.el-cascader__suggestion-wrap{max-height:204px}.el-cascader__suggestion-list{font-size:var(--el-font-size-base);color:var(--el-cascader-menu-text-color);text-align:center;margin:0;padding:6px 0;list-style:none}.el-cascader__suggestion-list.el-vl__window{margin:6px 0;padding:0}.el-cascader__suggestion-list.el-vl__window ul{margin:0;padding:0}.el-cascader__suggestion-item{text-align:left;cursor:pointer;box-sizing:border-box;outline:none;justify-content:space-between;align-items:center;height:34px;padding:0 15px;display:flex}.el-cascader__suggestion-item:hover,.el-cascader__suggestion-item:focus{background:var(--el-cascader-node-background-hover)}.el-cascader__suggestion-item.is-checked{color:var(--el-cascader-menu-selected-text-color);font-weight:700}.el-cascader__suggestion-item>:not(.el-icon){white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.el-cascader__suggestion-item>span{margin-right:10px}.el-cascader__suggestion-item .el-icon{flex-shrink:0}.el-cascader__empty-text{color:var(--el-cascader-color-empty);margin:10px 0}.el-cascader__search-input{min-width:60px;height:24px;color:var(--el-cascader-menu-text-color);box-sizing:border-box;background:0 0;border:none;outline:none;flex:1;margin-left:7px;padding:0}.el-cascader__search-input::placeholder{color:#0000}.el-check-tag{background-color:var(--el-color-info-light-9);border-radius:var(--el-border-radius-base);color:var(--el-color-info);cursor:pointer;font-size:var(--el-font-size-base);line-height:var(--el-font-size-base);transition:var(--el-transition-all);padding:7px 15px;font-weight:700;display:inline-block}.el-check-tag:hover{background-color:var(--el-color-info-light-7)}.el-check-tag.el-check-tag--primary.is-checked{background-color:var(--el-color-primary-light-8);color:var(--el-color-primary)}.el-check-tag.el-check-tag--primary.is-checked:hover{background-color:var(--el-color-primary-light-7)}.el-check-tag.el-check-tag--primary.is-checked.is-disabled{background-color:var(--el-color-primary-light-8);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--primary.is-checked.is-disabled:hover{background-color:var(--el-color-primary-light-8)}.el-check-tag.el-check-tag--primary.is-disabled{background-color:var(--el-color-info-light-9);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--primary.is-disabled:hover{background-color:var(--el-color-info-light-9)}.el-check-tag.el-check-tag--success.is-checked{background-color:var(--el-color-success-light-8);color:var(--el-color-success)}.el-check-tag.el-check-tag--success.is-checked:hover{background-color:var(--el-color-success-light-7)}.el-check-tag.el-check-tag--success.is-checked.is-disabled{background-color:var(--el-color-success-light-8);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--success.is-checked.is-disabled:hover{background-color:var(--el-color-success-light-8)}.el-check-tag.el-check-tag--success.is-disabled{background-color:var(--el-color-success-light-9);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--success.is-disabled:hover{background-color:var(--el-color-success-light-9)}.el-check-tag.el-check-tag--warning.is-checked{background-color:var(--el-color-warning-light-8);color:var(--el-color-warning)}.el-check-tag.el-check-tag--warning.is-checked:hover{background-color:var(--el-color-warning-light-7)}.el-check-tag.el-check-tag--warning.is-checked.is-disabled{background-color:var(--el-color-warning-light-8);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--warning.is-checked.is-disabled:hover{background-color:var(--el-color-warning-light-8)}.el-check-tag.el-check-tag--warning.is-disabled{background-color:var(--el-color-warning-light-9);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--warning.is-disabled:hover{background-color:var(--el-color-warning-light-9)}.el-check-tag.el-check-tag--danger.is-checked{background-color:var(--el-color-danger-light-8);color:var(--el-color-danger)}.el-check-tag.el-check-tag--danger.is-checked:hover{background-color:var(--el-color-danger-light-7)}.el-check-tag.el-check-tag--danger.is-checked.is-disabled{background-color:var(--el-color-danger-light-8);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--danger.is-checked.is-disabled:hover{background-color:var(--el-color-danger-light-8)}.el-check-tag.el-check-tag--danger.is-disabled{background-color:var(--el-color-danger-light-9);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--danger.is-disabled:hover{background-color:var(--el-color-danger-light-9)}.el-check-tag.el-check-tag--error.is-checked{background-color:var(--el-color-error-light-8);color:var(--el-color-error)}.el-check-tag.el-check-tag--error.is-checked:hover{background-color:var(--el-color-error-light-7)}.el-check-tag.el-check-tag--error.is-checked.is-disabled{background-color:var(--el-color-error-light-8);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--error.is-checked.is-disabled:hover{background-color:var(--el-color-error-light-8)}.el-check-tag.el-check-tag--error.is-disabled{background-color:var(--el-color-error-light-9);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--error.is-disabled:hover{background-color:var(--el-color-error-light-9)}.el-check-tag.el-check-tag--info.is-checked{background-color:var(--el-color-info-light-8);color:var(--el-color-info)}.el-check-tag.el-check-tag--info.is-checked:hover{background-color:var(--el-color-info-light-7)}.el-check-tag.el-check-tag--info.is-checked.is-disabled{background-color:var(--el-color-info-light-8);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--info.is-checked.is-disabled:hover{background-color:var(--el-color-info-light-8)}.el-check-tag.el-check-tag--info.is-disabled{background-color:var(--el-color-info-light-9);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--info.is-disabled:hover{background-color:var(--el-color-info-light-9)}.el-checkbox-button{--el-checkbox-button-checked-bg-color:var(--el-color-primary);--el-checkbox-button-checked-text-color:var(--el-color-white);--el-checkbox-button-checked-border-color:var(--el-color-primary);--el-checkbox-button-disabled-checked-fill:var(--el-border-color-extra-light);display:inline-block;position:relative}.el-checkbox-button__inner{line-height:1;font-weight:var(--el-checkbox-font-weight);white-space:nowrap;vertical-align:middle;cursor:pointer;background:var(--el-button-bg-color,var(--el-fill-color-blank));outline:var(--el-border);color:var(--el-button-text-color,var(--el-text-color-regular));-webkit-appearance:none;text-align:center;box-sizing:border-box;transition:var(--el-transition-all);-webkit-user-select:none;user-select:none;font-size:var(--el-font-size-base);border-radius:0;margin:0;padding:8px 15px;display:inline-block;position:relative}.el-checkbox-button__inner.is-round{padding:8px 15px}.el-checkbox-button__inner:hover{color:var(--el-color-primary)}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;z-index:-1;outline:none;margin:0;position:absolute}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:var(--el-checkbox-button-checked-text-color);background-color:var(--el-checkbox-button-checked-bg-color);border-color:var(--el-checkbox-button-checked-border-color);box-shadow:-1px 0 0 0 var(--el-color-primary-light-7)}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:var(--el-disabled-text-color);cursor:not-allowed;background-image:none;background-color:var(--el-button-disabled-bg-color,var(--el-fill-color-blank));border-color:var(--el-button-disabled-border-color,var(--el-border-color-light));box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:var(--el-button-disabled-border-color,var(--el-border-color-light))}.el-checkbox-button.is-disabled.is-checked .el-checkbox-button__inner{background-color:var(--el-checkbox-button-disabled-checked-fill)}.el-checkbox-button:first-child .el-checkbox-button__inner{border-top-left-radius:var(--el-border-radius-base);border-bottom-left-radius:var(--el-border-radius-base);box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button:last-child .el-checkbox-button__inner{border-top-right-radius:var(--el-border-radius-base);border-bottom-right-radius:var(--el-border-radius-base)}.el-checkbox-button--large .el-checkbox-button__inner{font-size:var(--el-font-size-base);border-radius:0;padding:12px 19px}.el-checkbox-button--large .el-checkbox-button__inner.is-round{padding:12px 19px}.el-checkbox-button--small .el-checkbox-button__inner{border-radius:0;padding:5px 11px;font-size:12px}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:5px 11px}.el-checkbox-group{font-size:0;line-height:0}.el-checkbox{--el-checkbox-font-size:14px;--el-checkbox-font-weight:var(--el-font-weight-primary);--el-checkbox-text-color:var(--el-text-color-regular);--el-checkbox-input-height:14px;--el-checkbox-input-width:14px;--el-checkbox-border-radius:var(--el-border-radius-small);--el-checkbox-bg-color:var(--el-fill-color-blank);--el-checkbox-input-border:var(--el-border);--el-checkbox-disabled-border-color:var(--el-border-color);--el-checkbox-disabled-input-fill:var(--el-fill-color-light);--el-checkbox-disabled-icon-color:var(--el-text-color-placeholder);--el-checkbox-disabled-checked-input-fill:var(--el-border-color-extra-light);--el-checkbox-disabled-checked-input-border-color:var(--el-border-color);--el-checkbox-disabled-checked-icon-color:var(--el-text-color-placeholder);--el-checkbox-checked-text-color:var(--el-color-primary);--el-checkbox-checked-input-border-color:var(--el-color-primary);--el-checkbox-checked-bg-color:var(--el-color-primary);--el-checkbox-checked-icon-color:var(--el-color-white);--el-checkbox-input-border-color-hover:var(--el-color-primary);color:var(--el-checkbox-text-color);font-weight:var(--el-checkbox-font-weight);font-size:var(--el-font-size-base);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;height:var(--el-checkbox-height,32px);align-items:center;margin-right:30px;display:inline-flex;position:relative}.el-checkbox.is-disabled{cursor:not-allowed}.el-checkbox.is-bordered{border-radius:var(--el-border-radius-base);border:var(--el-border);box-sizing:border-box;padding:0 15px 0 9px}.el-checkbox.is-bordered.is-checked{border-color:var(--el-color-primary)}.el-checkbox.is-bordered.is-disabled{border-color:var(--el-border-color-lighter)}.el-checkbox.is-bordered.el-checkbox--large{border-radius:var(--el-border-radius-base);padding:0 19px 0 11px}.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__label{font-size:var(--el-font-size-base)}.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__inner{width:14px;height:14px}.el-checkbox.is-bordered.el-checkbox--small{border-radius:calc(var(--el-border-radius-base) - 1px);padding:0 11px 0 7px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{width:12px;height:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after{width:2px;height:6px}.el-checkbox input:focus-visible+.el-checkbox__inner{outline:2px solid var(--el-checkbox-input-border-color-hover);outline-offset:1px;border-radius:var(--el-checkbox-border-radius)}.el-checkbox__input{white-space:nowrap;cursor:pointer;outline:none;display:inline-flex;position:relative}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:var(--el-checkbox-disabled-input-fill);border-color:var(--el-checkbox-disabled-border-color);cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner:after{cursor:not-allowed;border-color:var(--el-checkbox-disabled-icon-color);will-change:transform}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:var(--el-checkbox-disabled-checked-input-fill);border-color:var(--el-checkbox-disabled-checked-input-border-color)}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after{border-color:var(--el-checkbox-disabled-checked-icon-color)}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:var(--el-checkbox-disabled-checked-input-fill);border-color:var(--el-checkbox-disabled-checked-input-border-color)}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before{background-color:var(--el-checkbox-disabled-checked-icon-color);border-color:var(--el-checkbox-disabled-checked-icon-color)}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:var(--el-disabled-text-color);cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner{background-color:var(--el-checkbox-checked-bg-color);border-color:var(--el-checkbox-checked-input-border-color)}.el-checkbox__input.is-checked .el-checkbox__inner:after{border-color:var(--el-checkbox-checked-icon-color);transform:translate(-45%,-60%)rotate(45deg)scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:var(--el-checkbox-checked-text-color)}.el-checkbox__input.is-focus:not(.is-checked) .el-checkbox__original:not(:focus-visible){border-color:var(--el-checkbox-input-border-color-hover)}.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:var(--el-checkbox-checked-bg-color);border-color:var(--el-checkbox-checked-input-border-color)}.el-checkbox__input.is-indeterminate .el-checkbox__inner:before{content:"";background-color:var(--el-checkbox-checked-icon-color);height:2px;display:block;position:absolute;top:5px;left:0;right:0;transform:scale(.5)}.el-checkbox__input.is-indeterminate .el-checkbox__inner:after{display:none}.el-checkbox__inner{border:var(--el-checkbox-input-border);border-radius:var(--el-checkbox-border-radius);box-sizing:border-box;width:var(--el-checkbox-input-width);height:var(--el-checkbox-input-height);background-color:var(--el-checkbox-bg-color);z-index:var(--el-index-normal);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46),outline .25s cubic-bezier(.71,-.46,.29,1.46);display:inline-block;position:relative}.el-checkbox__inner:hover{border-color:var(--el-checkbox-input-border-color-hover)}.el-checkbox__inner:after{box-sizing:content-box;content:"";transform-origin:50%;border:1px solid #0000;border-top:0;border-left:0;width:3px;height:7px;transition:transform .15s ease-in 50ms;position:absolute;top:50%;left:50%;transform:translate(-45%,-60%)rotate(45deg)scaleY(0)}.el-checkbox__original{opacity:0;z-index:-1;outline:none;width:0;height:0;margin:0;position:absolute}.el-checkbox__label{line-height:1;font-size:var(--el-checkbox-font-size);padding-left:8px;display:inline-block}.el-checkbox.el-checkbox--large{height:40px}.el-checkbox.el-checkbox--large .el-checkbox__label{font-size:14px}.el-checkbox.el-checkbox--large .el-checkbox__inner{width:14px;height:14px}.el-checkbox.el-checkbox--small{height:24px}.el-checkbox.el-checkbox--small .el-checkbox__label{font-size:12px}.el-checkbox.el-checkbox--small .el-checkbox__inner{width:12px;height:12px}.el-checkbox.el-checkbox--small .el-checkbox__input.is-indeterminate .el-checkbox__inner:before{top:4px}.el-checkbox.el-checkbox--small .el-checkbox__inner:after{width:2px;height:6px}.el-checkbox:last-of-type{margin-right:0}[class*=el-col-]{box-sizing:border-box}[class*=el-col-].is-guttered{min-height:1px;display:block}.el-col-0{flex:0 0;max-width:0%;display:none}.el-col-0.is-guttered{display:none}.el-col-offset-0{margin-left:0%}.el-col-pull-0{position:relative;right:0%}.el-col-push-0{position:relative;left:0%}.el-col-1{flex:0 0 4.16667%;max-width:4.16667%;display:block}.el-col-1.is-guttered{display:block}.el-col-offset-1{margin-left:4.16667%}.el-col-pull-1{position:relative;right:4.16667%}.el-col-push-1{position:relative;left:4.16667%}.el-col-2{flex:0 0 8.33333%;max-width:8.33333%;display:block}.el-col-2.is-guttered{display:block}.el-col-offset-2{margin-left:8.33333%}.el-col-pull-2{position:relative;right:8.33333%}.el-col-push-2{position:relative;left:8.33333%}.el-col-3{flex:0 0 12.5%;max-width:12.5%;display:block}.el-col-3.is-guttered{display:block}.el-col-offset-3{margin-left:12.5%}.el-col-pull-3{position:relative;right:12.5%}.el-col-push-3{position:relative;left:12.5%}.el-col-4{flex:0 0 16.6667%;max-width:16.6667%;display:block}.el-col-4.is-guttered{display:block}.el-col-offset-4{margin-left:16.6667%}.el-col-pull-4{position:relative;right:16.6667%}.el-col-push-4{position:relative;left:16.6667%}.el-col-5{flex:0 0 20.8333%;max-width:20.8333%;display:block}.el-col-5.is-guttered{display:block}.el-col-offset-5{margin-left:20.8333%}.el-col-pull-5{position:relative;right:20.8333%}.el-col-push-5{position:relative;left:20.8333%}.el-col-6{flex:0 0 25%;max-width:25%;display:block}.el-col-6.is-guttered{display:block}.el-col-offset-6{margin-left:25%}.el-col-pull-6{position:relative;right:25%}.el-col-push-6{position:relative;left:25%}.el-col-7{flex:0 0 29.1667%;max-width:29.1667%;display:block}.el-col-7.is-guttered{display:block}.el-col-offset-7{margin-left:29.1667%}.el-col-pull-7{position:relative;right:29.1667%}.el-col-push-7{position:relative;left:29.1667%}.el-col-8{flex:0 0 33.3333%;max-width:33.3333%;display:block}.el-col-8.is-guttered{display:block}.el-col-offset-8{margin-left:33.3333%}.el-col-pull-8{position:relative;right:33.3333%}.el-col-push-8{position:relative;left:33.3333%}.el-col-9{flex:0 0 37.5%;max-width:37.5%;display:block}.el-col-9.is-guttered{display:block}.el-col-offset-9{margin-left:37.5%}.el-col-pull-9{position:relative;right:37.5%}.el-col-push-9{position:relative;left:37.5%}.el-col-10{flex:0 0 41.6667%;max-width:41.6667%;display:block}.el-col-10.is-guttered{display:block}.el-col-offset-10{margin-left:41.6667%}.el-col-pull-10{position:relative;right:41.6667%}.el-col-push-10{position:relative;left:41.6667%}.el-col-11{flex:0 0 45.8333%;max-width:45.8333%;display:block}.el-col-11.is-guttered{display:block}.el-col-offset-11{margin-left:45.8333%}.el-col-pull-11{position:relative;right:45.8333%}.el-col-push-11{position:relative;left:45.8333%}.el-col-12{flex:0 0 50%;max-width:50%;display:block}.el-col-12.is-guttered{display:block}.el-col-offset-12{margin-left:50%}.el-col-pull-12{position:relative;right:50%}.el-col-push-12{position:relative;left:50%}.el-col-13{flex:0 0 54.1667%;max-width:54.1667%;display:block}.el-col-13.is-guttered{display:block}.el-col-offset-13{margin-left:54.1667%}.el-col-pull-13{position:relative;right:54.1667%}.el-col-push-13{position:relative;left:54.1667%}.el-col-14{flex:0 0 58.3333%;max-width:58.3333%;display:block}.el-col-14.is-guttered{display:block}.el-col-offset-14{margin-left:58.3333%}.el-col-pull-14{position:relative;right:58.3333%}.el-col-push-14{position:relative;left:58.3333%}.el-col-15{flex:0 0 62.5%;max-width:62.5%;display:block}.el-col-15.is-guttered{display:block}.el-col-offset-15{margin-left:62.5%}.el-col-pull-15{position:relative;right:62.5%}.el-col-push-15{position:relative;left:62.5%}.el-col-16{flex:0 0 66.6667%;max-width:66.6667%;display:block}.el-col-16.is-guttered{display:block}.el-col-offset-16{margin-left:66.6667%}.el-col-pull-16{position:relative;right:66.6667%}.el-col-push-16{position:relative;left:66.6667%}.el-col-17{flex:0 0 70.8333%;max-width:70.8333%;display:block}.el-col-17.is-guttered{display:block}.el-col-offset-17{margin-left:70.8333%}.el-col-pull-17{position:relative;right:70.8333%}.el-col-push-17{position:relative;left:70.8333%}.el-col-18{flex:0 0 75%;max-width:75%;display:block}.el-col-18.is-guttered{display:block}.el-col-offset-18{margin-left:75%}.el-col-pull-18{position:relative;right:75%}.el-col-push-18{position:relative;left:75%}.el-col-19{flex:0 0 79.1667%;max-width:79.1667%;display:block}.el-col-19.is-guttered{display:block}.el-col-offset-19{margin-left:79.1667%}.el-col-pull-19{position:relative;right:79.1667%}.el-col-push-19{position:relative;left:79.1667%}.el-col-20{flex:0 0 83.3333%;max-width:83.3333%;display:block}.el-col-20.is-guttered{display:block}.el-col-offset-20{margin-left:83.3333%}.el-col-pull-20{position:relative;right:83.3333%}.el-col-push-20{position:relative;left:83.3333%}.el-col-21{flex:0 0 87.5%;max-width:87.5%;display:block}.el-col-21.is-guttered{display:block}.el-col-offset-21{margin-left:87.5%}.el-col-pull-21{position:relative;right:87.5%}.el-col-push-21{position:relative;left:87.5%}.el-col-22{flex:0 0 91.6667%;max-width:91.6667%;display:block}.el-col-22.is-guttered{display:block}.el-col-offset-22{margin-left:91.6667%}.el-col-pull-22{position:relative;right:91.6667%}.el-col-push-22{position:relative;left:91.6667%}.el-col-23{flex:0 0 95.8333%;max-width:95.8333%;display:block}.el-col-23.is-guttered{display:block}.el-col-offset-23{margin-left:95.8333%}.el-col-pull-23{position:relative;right:95.8333%}.el-col-push-23{position:relative;left:95.8333%}.el-col-24{flex:0 0 100%;max-width:100%;display:block}.el-col-24.is-guttered{display:block}.el-col-offset-24{margin-left:100%}.el-col-pull-24{position:relative;right:100%}.el-col-push-24{position:relative;left:100%}@media only screen and (max-width:767px){.el-col-xs-0{flex:0 0;max-width:0%;display:none}.el-col-xs-0.is-guttered{display:none}.el-col-xs-offset-0{margin-left:0%}.el-col-xs-pull-0{position:relative;right:0%}.el-col-xs-push-0{position:relative;left:0%}.el-col-xs-1{flex:0 0 4.16667%;max-width:4.16667%;display:block}.el-col-xs-1.is-guttered{display:block}.el-col-xs-offset-1{margin-left:4.16667%}.el-col-xs-pull-1{position:relative;right:4.16667%}.el-col-xs-push-1{position:relative;left:4.16667%}.el-col-xs-2{flex:0 0 8.33333%;max-width:8.33333%;display:block}.el-col-xs-2.is-guttered{display:block}.el-col-xs-offset-2{margin-left:8.33333%}.el-col-xs-pull-2{position:relative;right:8.33333%}.el-col-xs-push-2{position:relative;left:8.33333%}.el-col-xs-3{flex:0 0 12.5%;max-width:12.5%;display:block}.el-col-xs-3.is-guttered{display:block}.el-col-xs-offset-3{margin-left:12.5%}.el-col-xs-pull-3{position:relative;right:12.5%}.el-col-xs-push-3{position:relative;left:12.5%}.el-col-xs-4{flex:0 0 16.6667%;max-width:16.6667%;display:block}.el-col-xs-4.is-guttered{display:block}.el-col-xs-offset-4{margin-left:16.6667%}.el-col-xs-pull-4{position:relative;right:16.6667%}.el-col-xs-push-4{position:relative;left:16.6667%}.el-col-xs-5{flex:0 0 20.8333%;max-width:20.8333%;display:block}.el-col-xs-5.is-guttered{display:block}.el-col-xs-offset-5{margin-left:20.8333%}.el-col-xs-pull-5{position:relative;right:20.8333%}.el-col-xs-push-5{position:relative;left:20.8333%}.el-col-xs-6{flex:0 0 25%;max-width:25%;display:block}.el-col-xs-6.is-guttered{display:block}.el-col-xs-offset-6{margin-left:25%}.el-col-xs-pull-6{position:relative;right:25%}.el-col-xs-push-6{position:relative;left:25%}.el-col-xs-7{flex:0 0 29.1667%;max-width:29.1667%;display:block}.el-col-xs-7.is-guttered{display:block}.el-col-xs-offset-7{margin-left:29.1667%}.el-col-xs-pull-7{position:relative;right:29.1667%}.el-col-xs-push-7{position:relative;left:29.1667%}.el-col-xs-8{flex:0 0 33.3333%;max-width:33.3333%;display:block}.el-col-xs-8.is-guttered{display:block}.el-col-xs-offset-8{margin-left:33.3333%}.el-col-xs-pull-8{position:relative;right:33.3333%}.el-col-xs-push-8{position:relative;left:33.3333%}.el-col-xs-9{flex:0 0 37.5%;max-width:37.5%;display:block}.el-col-xs-9.is-guttered{display:block}.el-col-xs-offset-9{margin-left:37.5%}.el-col-xs-pull-9{position:relative;right:37.5%}.el-col-xs-push-9{position:relative;left:37.5%}.el-col-xs-10{flex:0 0 41.6667%;max-width:41.6667%;display:block}.el-col-xs-10.is-guttered{display:block}.el-col-xs-offset-10{margin-left:41.6667%}.el-col-xs-pull-10{position:relative;right:41.6667%}.el-col-xs-push-10{position:relative;left:41.6667%}.el-col-xs-11{flex:0 0 45.8333%;max-width:45.8333%;display:block}.el-col-xs-11.is-guttered{display:block}.el-col-xs-offset-11{margin-left:45.8333%}.el-col-xs-pull-11{position:relative;right:45.8333%}.el-col-xs-push-11{position:relative;left:45.8333%}.el-col-xs-12{flex:0 0 50%;max-width:50%;display:block}.el-col-xs-12.is-guttered{display:block}.el-col-xs-offset-12{margin-left:50%}.el-col-xs-pull-12{position:relative;right:50%}.el-col-xs-push-12{position:relative;left:50%}.el-col-xs-13{flex:0 0 54.1667%;max-width:54.1667%;display:block}.el-col-xs-13.is-guttered{display:block}.el-col-xs-offset-13{margin-left:54.1667%}.el-col-xs-pull-13{position:relative;right:54.1667%}.el-col-xs-push-13{position:relative;left:54.1667%}.el-col-xs-14{flex:0 0 58.3333%;max-width:58.3333%;display:block}.el-col-xs-14.is-guttered{display:block}.el-col-xs-offset-14{margin-left:58.3333%}.el-col-xs-pull-14{position:relative;right:58.3333%}.el-col-xs-push-14{position:relative;left:58.3333%}.el-col-xs-15{flex:0 0 62.5%;max-width:62.5%;display:block}.el-col-xs-15.is-guttered{display:block}.el-col-xs-offset-15{margin-left:62.5%}.el-col-xs-pull-15{position:relative;right:62.5%}.el-col-xs-push-15{position:relative;left:62.5%}.el-col-xs-16{flex:0 0 66.6667%;max-width:66.6667%;display:block}.el-col-xs-16.is-guttered{display:block}.el-col-xs-offset-16{margin-left:66.6667%}.el-col-xs-pull-16{position:relative;right:66.6667%}.el-col-xs-push-16{position:relative;left:66.6667%}.el-col-xs-17{flex:0 0 70.8333%;max-width:70.8333%;display:block}.el-col-xs-17.is-guttered{display:block}.el-col-xs-offset-17{margin-left:70.8333%}.el-col-xs-pull-17{position:relative;right:70.8333%}.el-col-xs-push-17{position:relative;left:70.8333%}.el-col-xs-18{flex:0 0 75%;max-width:75%;display:block}.el-col-xs-18.is-guttered{display:block}.el-col-xs-offset-18{margin-left:75%}.el-col-xs-pull-18{position:relative;right:75%}.el-col-xs-push-18{position:relative;left:75%}.el-col-xs-19{flex:0 0 79.1667%;max-width:79.1667%;display:block}.el-col-xs-19.is-guttered{display:block}.el-col-xs-offset-19{margin-left:79.1667%}.el-col-xs-pull-19{position:relative;right:79.1667%}.el-col-xs-push-19{position:relative;left:79.1667%}.el-col-xs-20{flex:0 0 83.3333%;max-width:83.3333%;display:block}.el-col-xs-20.is-guttered{display:block}.el-col-xs-offset-20{margin-left:83.3333%}.el-col-xs-pull-20{position:relative;right:83.3333%}.el-col-xs-push-20{position:relative;left:83.3333%}.el-col-xs-21{flex:0 0 87.5%;max-width:87.5%;display:block}.el-col-xs-21.is-guttered{display:block}.el-col-xs-offset-21{margin-left:87.5%}.el-col-xs-pull-21{position:relative;right:87.5%}.el-col-xs-push-21{position:relative;left:87.5%}.el-col-xs-22{flex:0 0 91.6667%;max-width:91.6667%;display:block}.el-col-xs-22.is-guttered{display:block}.el-col-xs-offset-22{margin-left:91.6667%}.el-col-xs-pull-22{position:relative;right:91.6667%}.el-col-xs-push-22{position:relative;left:91.6667%}.el-col-xs-23{flex:0 0 95.8333%;max-width:95.8333%;display:block}.el-col-xs-23.is-guttered{display:block}.el-col-xs-offset-23{margin-left:95.8333%}.el-col-xs-pull-23{position:relative;right:95.8333%}.el-col-xs-push-23{position:relative;left:95.8333%}.el-col-xs-24{flex:0 0 100%;max-width:100%;display:block}.el-col-xs-24.is-guttered{display:block}.el-col-xs-offset-24{margin-left:100%}.el-col-xs-pull-24{position:relative;right:100%}.el-col-xs-push-24{position:relative;left:100%}}@media only screen and (min-width:768px){.el-col-sm-0{flex:0 0;max-width:0%;display:none}.el-col-sm-0.is-guttered{display:none}.el-col-sm-offset-0{margin-left:0%}.el-col-sm-pull-0{position:relative;right:0%}.el-col-sm-push-0{position:relative;left:0%}.el-col-sm-1{flex:0 0 4.16667%;max-width:4.16667%;display:block}.el-col-sm-1.is-guttered{display:block}.el-col-sm-offset-1{margin-left:4.16667%}.el-col-sm-pull-1{position:relative;right:4.16667%}.el-col-sm-push-1{position:relative;left:4.16667%}.el-col-sm-2{flex:0 0 8.33333%;max-width:8.33333%;display:block}.el-col-sm-2.is-guttered{display:block}.el-col-sm-offset-2{margin-left:8.33333%}.el-col-sm-pull-2{position:relative;right:8.33333%}.el-col-sm-push-2{position:relative;left:8.33333%}.el-col-sm-3{flex:0 0 12.5%;max-width:12.5%;display:block}.el-col-sm-3.is-guttered{display:block}.el-col-sm-offset-3{margin-left:12.5%}.el-col-sm-pull-3{position:relative;right:12.5%}.el-col-sm-push-3{position:relative;left:12.5%}.el-col-sm-4{flex:0 0 16.6667%;max-width:16.6667%;display:block}.el-col-sm-4.is-guttered{display:block}.el-col-sm-offset-4{margin-left:16.6667%}.el-col-sm-pull-4{position:relative;right:16.6667%}.el-col-sm-push-4{position:relative;left:16.6667%}.el-col-sm-5{flex:0 0 20.8333%;max-width:20.8333%;display:block}.el-col-sm-5.is-guttered{display:block}.el-col-sm-offset-5{margin-left:20.8333%}.el-col-sm-pull-5{position:relative;right:20.8333%}.el-col-sm-push-5{position:relative;left:20.8333%}.el-col-sm-6{flex:0 0 25%;max-width:25%;display:block}.el-col-sm-6.is-guttered{display:block}.el-col-sm-offset-6{margin-left:25%}.el-col-sm-pull-6{position:relative;right:25%}.el-col-sm-push-6{position:relative;left:25%}.el-col-sm-7{flex:0 0 29.1667%;max-width:29.1667%;display:block}.el-col-sm-7.is-guttered{display:block}.el-col-sm-offset-7{margin-left:29.1667%}.el-col-sm-pull-7{position:relative;right:29.1667%}.el-col-sm-push-7{position:relative;left:29.1667%}.el-col-sm-8{flex:0 0 33.3333%;max-width:33.3333%;display:block}.el-col-sm-8.is-guttered{display:block}.el-col-sm-offset-8{margin-left:33.3333%}.el-col-sm-pull-8{position:relative;right:33.3333%}.el-col-sm-push-8{position:relative;left:33.3333%}.el-col-sm-9{flex:0 0 37.5%;max-width:37.5%;display:block}.el-col-sm-9.is-guttered{display:block}.el-col-sm-offset-9{margin-left:37.5%}.el-col-sm-pull-9{position:relative;right:37.5%}.el-col-sm-push-9{position:relative;left:37.5%}.el-col-sm-10{flex:0 0 41.6667%;max-width:41.6667%;display:block}.el-col-sm-10.is-guttered{display:block}.el-col-sm-offset-10{margin-left:41.6667%}.el-col-sm-pull-10{position:relative;right:41.6667%}.el-col-sm-push-10{position:relative;left:41.6667%}.el-col-sm-11{flex:0 0 45.8333%;max-width:45.8333%;display:block}.el-col-sm-11.is-guttered{display:block}.el-col-sm-offset-11{margin-left:45.8333%}.el-col-sm-pull-11{position:relative;right:45.8333%}.el-col-sm-push-11{position:relative;left:45.8333%}.el-col-sm-12{flex:0 0 50%;max-width:50%;display:block}.el-col-sm-12.is-guttered{display:block}.el-col-sm-offset-12{margin-left:50%}.el-col-sm-pull-12{position:relative;right:50%}.el-col-sm-push-12{position:relative;left:50%}.el-col-sm-13{flex:0 0 54.1667%;max-width:54.1667%;display:block}.el-col-sm-13.is-guttered{display:block}.el-col-sm-offset-13{margin-left:54.1667%}.el-col-sm-pull-13{position:relative;right:54.1667%}.el-col-sm-push-13{position:relative;left:54.1667%}.el-col-sm-14{flex:0 0 58.3333%;max-width:58.3333%;display:block}.el-col-sm-14.is-guttered{display:block}.el-col-sm-offset-14{margin-left:58.3333%}.el-col-sm-pull-14{position:relative;right:58.3333%}.el-col-sm-push-14{position:relative;left:58.3333%}.el-col-sm-15{flex:0 0 62.5%;max-width:62.5%;display:block}.el-col-sm-15.is-guttered{display:block}.el-col-sm-offset-15{margin-left:62.5%}.el-col-sm-pull-15{position:relative;right:62.5%}.el-col-sm-push-15{position:relative;left:62.5%}.el-col-sm-16{flex:0 0 66.6667%;max-width:66.6667%;display:block}.el-col-sm-16.is-guttered{display:block}.el-col-sm-offset-16{margin-left:66.6667%}.el-col-sm-pull-16{position:relative;right:66.6667%}.el-col-sm-push-16{position:relative;left:66.6667%}.el-col-sm-17{flex:0 0 70.8333%;max-width:70.8333%;display:block}.el-col-sm-17.is-guttered{display:block}.el-col-sm-offset-17{margin-left:70.8333%}.el-col-sm-pull-17{position:relative;right:70.8333%}.el-col-sm-push-17{position:relative;left:70.8333%}.el-col-sm-18{flex:0 0 75%;max-width:75%;display:block}.el-col-sm-18.is-guttered{display:block}.el-col-sm-offset-18{margin-left:75%}.el-col-sm-pull-18{position:relative;right:75%}.el-col-sm-push-18{position:relative;left:75%}.el-col-sm-19{flex:0 0 79.1667%;max-width:79.1667%;display:block}.el-col-sm-19.is-guttered{display:block}.el-col-sm-offset-19{margin-left:79.1667%}.el-col-sm-pull-19{position:relative;right:79.1667%}.el-col-sm-push-19{position:relative;left:79.1667%}.el-col-sm-20{flex:0 0 83.3333%;max-width:83.3333%;display:block}.el-col-sm-20.is-guttered{display:block}.el-col-sm-offset-20{margin-left:83.3333%}.el-col-sm-pull-20{position:relative;right:83.3333%}.el-col-sm-push-20{position:relative;left:83.3333%}.el-col-sm-21{flex:0 0 87.5%;max-width:87.5%;display:block}.el-col-sm-21.is-guttered{display:block}.el-col-sm-offset-21{margin-left:87.5%}.el-col-sm-pull-21{position:relative;right:87.5%}.el-col-sm-push-21{position:relative;left:87.5%}.el-col-sm-22{flex:0 0 91.6667%;max-width:91.6667%;display:block}.el-col-sm-22.is-guttered{display:block}.el-col-sm-offset-22{margin-left:91.6667%}.el-col-sm-pull-22{position:relative;right:91.6667%}.el-col-sm-push-22{position:relative;left:91.6667%}.el-col-sm-23{flex:0 0 95.8333%;max-width:95.8333%;display:block}.el-col-sm-23.is-guttered{display:block}.el-col-sm-offset-23{margin-left:95.8333%}.el-col-sm-pull-23{position:relative;right:95.8333%}.el-col-sm-push-23{position:relative;left:95.8333%}.el-col-sm-24{flex:0 0 100%;max-width:100%;display:block}.el-col-sm-24.is-guttered{display:block}.el-col-sm-offset-24{margin-left:100%}.el-col-sm-pull-24{position:relative;right:100%}.el-col-sm-push-24{position:relative;left:100%}}@media only screen and (min-width:992px){.el-col-md-0{flex:0 0;max-width:0%;display:none}.el-col-md-0.is-guttered{display:none}.el-col-md-offset-0{margin-left:0%}.el-col-md-pull-0{position:relative;right:0%}.el-col-md-push-0{position:relative;left:0%}.el-col-md-1{flex:0 0 4.16667%;max-width:4.16667%;display:block}.el-col-md-1.is-guttered{display:block}.el-col-md-offset-1{margin-left:4.16667%}.el-col-md-pull-1{position:relative;right:4.16667%}.el-col-md-push-1{position:relative;left:4.16667%}.el-col-md-2{flex:0 0 8.33333%;max-width:8.33333%;display:block}.el-col-md-2.is-guttered{display:block}.el-col-md-offset-2{margin-left:8.33333%}.el-col-md-pull-2{position:relative;right:8.33333%}.el-col-md-push-2{position:relative;left:8.33333%}.el-col-md-3{flex:0 0 12.5%;max-width:12.5%;display:block}.el-col-md-3.is-guttered{display:block}.el-col-md-offset-3{margin-left:12.5%}.el-col-md-pull-3{position:relative;right:12.5%}.el-col-md-push-3{position:relative;left:12.5%}.el-col-md-4{flex:0 0 16.6667%;max-width:16.6667%;display:block}.el-col-md-4.is-guttered{display:block}.el-col-md-offset-4{margin-left:16.6667%}.el-col-md-pull-4{position:relative;right:16.6667%}.el-col-md-push-4{position:relative;left:16.6667%}.el-col-md-5{flex:0 0 20.8333%;max-width:20.8333%;display:block}.el-col-md-5.is-guttered{display:block}.el-col-md-offset-5{margin-left:20.8333%}.el-col-md-pull-5{position:relative;right:20.8333%}.el-col-md-push-5{position:relative;left:20.8333%}.el-col-md-6{flex:0 0 25%;max-width:25%;display:block}.el-col-md-6.is-guttered{display:block}.el-col-md-offset-6{margin-left:25%}.el-col-md-pull-6{position:relative;right:25%}.el-col-md-push-6{position:relative;left:25%}.el-col-md-7{flex:0 0 29.1667%;max-width:29.1667%;display:block}.el-col-md-7.is-guttered{display:block}.el-col-md-offset-7{margin-left:29.1667%}.el-col-md-pull-7{position:relative;right:29.1667%}.el-col-md-push-7{position:relative;left:29.1667%}.el-col-md-8{flex:0 0 33.3333%;max-width:33.3333%;display:block}.el-col-md-8.is-guttered{display:block}.el-col-md-offset-8{margin-left:33.3333%}.el-col-md-pull-8{position:relative;right:33.3333%}.el-col-md-push-8{position:relative;left:33.3333%}.el-col-md-9{flex:0 0 37.5%;max-width:37.5%;display:block}.el-col-md-9.is-guttered{display:block}.el-col-md-offset-9{margin-left:37.5%}.el-col-md-pull-9{position:relative;right:37.5%}.el-col-md-push-9{position:relative;left:37.5%}.el-col-md-10{flex:0 0 41.6667%;max-width:41.6667%;display:block}.el-col-md-10.is-guttered{display:block}.el-col-md-offset-10{margin-left:41.6667%}.el-col-md-pull-10{position:relative;right:41.6667%}.el-col-md-push-10{position:relative;left:41.6667%}.el-col-md-11{flex:0 0 45.8333%;max-width:45.8333%;display:block}.el-col-md-11.is-guttered{display:block}.el-col-md-offset-11{margin-left:45.8333%}.el-col-md-pull-11{position:relative;right:45.8333%}.el-col-md-push-11{position:relative;left:45.8333%}.el-col-md-12{flex:0 0 50%;max-width:50%;display:block}.el-col-md-12.is-guttered{display:block}.el-col-md-offset-12{margin-left:50%}.el-col-md-pull-12{position:relative;right:50%}.el-col-md-push-12{position:relative;left:50%}.el-col-md-13{flex:0 0 54.1667%;max-width:54.1667%;display:block}.el-col-md-13.is-guttered{display:block}.el-col-md-offset-13{margin-left:54.1667%}.el-col-md-pull-13{position:relative;right:54.1667%}.el-col-md-push-13{position:relative;left:54.1667%}.el-col-md-14{flex:0 0 58.3333%;max-width:58.3333%;display:block}.el-col-md-14.is-guttered{display:block}.el-col-md-offset-14{margin-left:58.3333%}.el-col-md-pull-14{position:relative;right:58.3333%}.el-col-md-push-14{position:relative;left:58.3333%}.el-col-md-15{flex:0 0 62.5%;max-width:62.5%;display:block}.el-col-md-15.is-guttered{display:block}.el-col-md-offset-15{margin-left:62.5%}.el-col-md-pull-15{position:relative;right:62.5%}.el-col-md-push-15{position:relative;left:62.5%}.el-col-md-16{flex:0 0 66.6667%;max-width:66.6667%;display:block}.el-col-md-16.is-guttered{display:block}.el-col-md-offset-16{margin-left:66.6667%}.el-col-md-pull-16{position:relative;right:66.6667%}.el-col-md-push-16{position:relative;left:66.6667%}.el-col-md-17{flex:0 0 70.8333%;max-width:70.8333%;display:block}.el-col-md-17.is-guttered{display:block}.el-col-md-offset-17{margin-left:70.8333%}.el-col-md-pull-17{position:relative;right:70.8333%}.el-col-md-push-17{position:relative;left:70.8333%}.el-col-md-18{flex:0 0 75%;max-width:75%;display:block}.el-col-md-18.is-guttered{display:block}.el-col-md-offset-18{margin-left:75%}.el-col-md-pull-18{position:relative;right:75%}.el-col-md-push-18{position:relative;left:75%}.el-col-md-19{flex:0 0 79.1667%;max-width:79.1667%;display:block}.el-col-md-19.is-guttered{display:block}.el-col-md-offset-19{margin-left:79.1667%}.el-col-md-pull-19{position:relative;right:79.1667%}.el-col-md-push-19{position:relative;left:79.1667%}.el-col-md-20{flex:0 0 83.3333%;max-width:83.3333%;display:block}.el-col-md-20.is-guttered{display:block}.el-col-md-offset-20{margin-left:83.3333%}.el-col-md-pull-20{position:relative;right:83.3333%}.el-col-md-push-20{position:relative;left:83.3333%}.el-col-md-21{flex:0 0 87.5%;max-width:87.5%;display:block}.el-col-md-21.is-guttered{display:block}.el-col-md-offset-21{margin-left:87.5%}.el-col-md-pull-21{position:relative;right:87.5%}.el-col-md-push-21{position:relative;left:87.5%}.el-col-md-22{flex:0 0 91.6667%;max-width:91.6667%;display:block}.el-col-md-22.is-guttered{display:block}.el-col-md-offset-22{margin-left:91.6667%}.el-col-md-pull-22{position:relative;right:91.6667%}.el-col-md-push-22{position:relative;left:91.6667%}.el-col-md-23{flex:0 0 95.8333%;max-width:95.8333%;display:block}.el-col-md-23.is-guttered{display:block}.el-col-md-offset-23{margin-left:95.8333%}.el-col-md-pull-23{position:relative;right:95.8333%}.el-col-md-push-23{position:relative;left:95.8333%}.el-col-md-24{flex:0 0 100%;max-width:100%;display:block}.el-col-md-24.is-guttered{display:block}.el-col-md-offset-24{margin-left:100%}.el-col-md-pull-24{position:relative;right:100%}.el-col-md-push-24{position:relative;left:100%}}@media only screen and (min-width:1200px){.el-col-lg-0{flex:0 0;max-width:0%;display:none}.el-col-lg-0.is-guttered{display:none}.el-col-lg-offset-0{margin-left:0%}.el-col-lg-pull-0{position:relative;right:0%}.el-col-lg-push-0{position:relative;left:0%}.el-col-lg-1{flex:0 0 4.16667%;max-width:4.16667%;display:block}.el-col-lg-1.is-guttered{display:block}.el-col-lg-offset-1{margin-left:4.16667%}.el-col-lg-pull-1{position:relative;right:4.16667%}.el-col-lg-push-1{position:relative;left:4.16667%}.el-col-lg-2{flex:0 0 8.33333%;max-width:8.33333%;display:block}.el-col-lg-2.is-guttered{display:block}.el-col-lg-offset-2{margin-left:8.33333%}.el-col-lg-pull-2{position:relative;right:8.33333%}.el-col-lg-push-2{position:relative;left:8.33333%}.el-col-lg-3{flex:0 0 12.5%;max-width:12.5%;display:block}.el-col-lg-3.is-guttered{display:block}.el-col-lg-offset-3{margin-left:12.5%}.el-col-lg-pull-3{position:relative;right:12.5%}.el-col-lg-push-3{position:relative;left:12.5%}.el-col-lg-4{flex:0 0 16.6667%;max-width:16.6667%;display:block}.el-col-lg-4.is-guttered{display:block}.el-col-lg-offset-4{margin-left:16.6667%}.el-col-lg-pull-4{position:relative;right:16.6667%}.el-col-lg-push-4{position:relative;left:16.6667%}.el-col-lg-5{flex:0 0 20.8333%;max-width:20.8333%;display:block}.el-col-lg-5.is-guttered{display:block}.el-col-lg-offset-5{margin-left:20.8333%}.el-col-lg-pull-5{position:relative;right:20.8333%}.el-col-lg-push-5{position:relative;left:20.8333%}.el-col-lg-6{flex:0 0 25%;max-width:25%;display:block}.el-col-lg-6.is-guttered{display:block}.el-col-lg-offset-6{margin-left:25%}.el-col-lg-pull-6{position:relative;right:25%}.el-col-lg-push-6{position:relative;left:25%}.el-col-lg-7{flex:0 0 29.1667%;max-width:29.1667%;display:block}.el-col-lg-7.is-guttered{display:block}.el-col-lg-offset-7{margin-left:29.1667%}.el-col-lg-pull-7{position:relative;right:29.1667%}.el-col-lg-push-7{position:relative;left:29.1667%}.el-col-lg-8{flex:0 0 33.3333%;max-width:33.3333%;display:block}.el-col-lg-8.is-guttered{display:block}.el-col-lg-offset-8{margin-left:33.3333%}.el-col-lg-pull-8{position:relative;right:33.3333%}.el-col-lg-push-8{position:relative;left:33.3333%}.el-col-lg-9{flex:0 0 37.5%;max-width:37.5%;display:block}.el-col-lg-9.is-guttered{display:block}.el-col-lg-offset-9{margin-left:37.5%}.el-col-lg-pull-9{position:relative;right:37.5%}.el-col-lg-push-9{position:relative;left:37.5%}.el-col-lg-10{flex:0 0 41.6667%;max-width:41.6667%;display:block}.el-col-lg-10.is-guttered{display:block}.el-col-lg-offset-10{margin-left:41.6667%}.el-col-lg-pull-10{position:relative;right:41.6667%}.el-col-lg-push-10{position:relative;left:41.6667%}.el-col-lg-11{flex:0 0 45.8333%;max-width:45.8333%;display:block}.el-col-lg-11.is-guttered{display:block}.el-col-lg-offset-11{margin-left:45.8333%}.el-col-lg-pull-11{position:relative;right:45.8333%}.el-col-lg-push-11{position:relative;left:45.8333%}.el-col-lg-12{flex:0 0 50%;max-width:50%;display:block}.el-col-lg-12.is-guttered{display:block}.el-col-lg-offset-12{margin-left:50%}.el-col-lg-pull-12{position:relative;right:50%}.el-col-lg-push-12{position:relative;left:50%}.el-col-lg-13{flex:0 0 54.1667%;max-width:54.1667%;display:block}.el-col-lg-13.is-guttered{display:block}.el-col-lg-offset-13{margin-left:54.1667%}.el-col-lg-pull-13{position:relative;right:54.1667%}.el-col-lg-push-13{position:relative;left:54.1667%}.el-col-lg-14{flex:0 0 58.3333%;max-width:58.3333%;display:block}.el-col-lg-14.is-guttered{display:block}.el-col-lg-offset-14{margin-left:58.3333%}.el-col-lg-pull-14{position:relative;right:58.3333%}.el-col-lg-push-14{position:relative;left:58.3333%}.el-col-lg-15{flex:0 0 62.5%;max-width:62.5%;display:block}.el-col-lg-15.is-guttered{display:block}.el-col-lg-offset-15{margin-left:62.5%}.el-col-lg-pull-15{position:relative;right:62.5%}.el-col-lg-push-15{position:relative;left:62.5%}.el-col-lg-16{flex:0 0 66.6667%;max-width:66.6667%;display:block}.el-col-lg-16.is-guttered{display:block}.el-col-lg-offset-16{margin-left:66.6667%}.el-col-lg-pull-16{position:relative;right:66.6667%}.el-col-lg-push-16{position:relative;left:66.6667%}.el-col-lg-17{flex:0 0 70.8333%;max-width:70.8333%;display:block}.el-col-lg-17.is-guttered{display:block}.el-col-lg-offset-17{margin-left:70.8333%}.el-col-lg-pull-17{position:relative;right:70.8333%}.el-col-lg-push-17{position:relative;left:70.8333%}.el-col-lg-18{flex:0 0 75%;max-width:75%;display:block}.el-col-lg-18.is-guttered{display:block}.el-col-lg-offset-18{margin-left:75%}.el-col-lg-pull-18{position:relative;right:75%}.el-col-lg-push-18{position:relative;left:75%}.el-col-lg-19{flex:0 0 79.1667%;max-width:79.1667%;display:block}.el-col-lg-19.is-guttered{display:block}.el-col-lg-offset-19{margin-left:79.1667%}.el-col-lg-pull-19{position:relative;right:79.1667%}.el-col-lg-push-19{position:relative;left:79.1667%}.el-col-lg-20{flex:0 0 83.3333%;max-width:83.3333%;display:block}.el-col-lg-20.is-guttered{display:block}.el-col-lg-offset-20{margin-left:83.3333%}.el-col-lg-pull-20{position:relative;right:83.3333%}.el-col-lg-push-20{position:relative;left:83.3333%}.el-col-lg-21{flex:0 0 87.5%;max-width:87.5%;display:block}.el-col-lg-21.is-guttered{display:block}.el-col-lg-offset-21{margin-left:87.5%}.el-col-lg-pull-21{position:relative;right:87.5%}.el-col-lg-push-21{position:relative;left:87.5%}.el-col-lg-22{flex:0 0 91.6667%;max-width:91.6667%;display:block}.el-col-lg-22.is-guttered{display:block}.el-col-lg-offset-22{margin-left:91.6667%}.el-col-lg-pull-22{position:relative;right:91.6667%}.el-col-lg-push-22{position:relative;left:91.6667%}.el-col-lg-23{flex:0 0 95.8333%;max-width:95.8333%;display:block}.el-col-lg-23.is-guttered{display:block}.el-col-lg-offset-23{margin-left:95.8333%}.el-col-lg-pull-23{position:relative;right:95.8333%}.el-col-lg-push-23{position:relative;left:95.8333%}.el-col-lg-24{flex:0 0 100%;max-width:100%;display:block}.el-col-lg-24.is-guttered{display:block}.el-col-lg-offset-24{margin-left:100%}.el-col-lg-pull-24{position:relative;right:100%}.el-col-lg-push-24{position:relative;left:100%}}@media only screen and (min-width:1920px){.el-col-xl-0{flex:0 0;max-width:0%;display:none}.el-col-xl-0.is-guttered{display:none}.el-col-xl-offset-0{margin-left:0%}.el-col-xl-pull-0{position:relative;right:0%}.el-col-xl-push-0{position:relative;left:0%}.el-col-xl-1{flex:0 0 4.16667%;max-width:4.16667%;display:block}.el-col-xl-1.is-guttered{display:block}.el-col-xl-offset-1{margin-left:4.16667%}.el-col-xl-pull-1{position:relative;right:4.16667%}.el-col-xl-push-1{position:relative;left:4.16667%}.el-col-xl-2{flex:0 0 8.33333%;max-width:8.33333%;display:block}.el-col-xl-2.is-guttered{display:block}.el-col-xl-offset-2{margin-left:8.33333%}.el-col-xl-pull-2{position:relative;right:8.33333%}.el-col-xl-push-2{position:relative;left:8.33333%}.el-col-xl-3{flex:0 0 12.5%;max-width:12.5%;display:block}.el-col-xl-3.is-guttered{display:block}.el-col-xl-offset-3{margin-left:12.5%}.el-col-xl-pull-3{position:relative;right:12.5%}.el-col-xl-push-3{position:relative;left:12.5%}.el-col-xl-4{flex:0 0 16.6667%;max-width:16.6667%;display:block}.el-col-xl-4.is-guttered{display:block}.el-col-xl-offset-4{margin-left:16.6667%}.el-col-xl-pull-4{position:relative;right:16.6667%}.el-col-xl-push-4{position:relative;left:16.6667%}.el-col-xl-5{flex:0 0 20.8333%;max-width:20.8333%;display:block}.el-col-xl-5.is-guttered{display:block}.el-col-xl-offset-5{margin-left:20.8333%}.el-col-xl-pull-5{position:relative;right:20.8333%}.el-col-xl-push-5{position:relative;left:20.8333%}.el-col-xl-6{flex:0 0 25%;max-width:25%;display:block}.el-col-xl-6.is-guttered{display:block}.el-col-xl-offset-6{margin-left:25%}.el-col-xl-pull-6{position:relative;right:25%}.el-col-xl-push-6{position:relative;left:25%}.el-col-xl-7{flex:0 0 29.1667%;max-width:29.1667%;display:block}.el-col-xl-7.is-guttered{display:block}.el-col-xl-offset-7{margin-left:29.1667%}.el-col-xl-pull-7{position:relative;right:29.1667%}.el-col-xl-push-7{position:relative;left:29.1667%}.el-col-xl-8{flex:0 0 33.3333%;max-width:33.3333%;display:block}.el-col-xl-8.is-guttered{display:block}.el-col-xl-offset-8{margin-left:33.3333%}.el-col-xl-pull-8{position:relative;right:33.3333%}.el-col-xl-push-8{position:relative;left:33.3333%}.el-col-xl-9{flex:0 0 37.5%;max-width:37.5%;display:block}.el-col-xl-9.is-guttered{display:block}.el-col-xl-offset-9{margin-left:37.5%}.el-col-xl-pull-9{position:relative;right:37.5%}.el-col-xl-push-9{position:relative;left:37.5%}.el-col-xl-10{flex:0 0 41.6667%;max-width:41.6667%;display:block}.el-col-xl-10.is-guttered{display:block}.el-col-xl-offset-10{margin-left:41.6667%}.el-col-xl-pull-10{position:relative;right:41.6667%}.el-col-xl-push-10{position:relative;left:41.6667%}.el-col-xl-11{flex:0 0 45.8333%;max-width:45.8333%;display:block}.el-col-xl-11.is-guttered{display:block}.el-col-xl-offset-11{margin-left:45.8333%}.el-col-xl-pull-11{position:relative;right:45.8333%}.el-col-xl-push-11{position:relative;left:45.8333%}.el-col-xl-12{flex:0 0 50%;max-width:50%;display:block}.el-col-xl-12.is-guttered{display:block}.el-col-xl-offset-12{margin-left:50%}.el-col-xl-pull-12{position:relative;right:50%}.el-col-xl-push-12{position:relative;left:50%}.el-col-xl-13{flex:0 0 54.1667%;max-width:54.1667%;display:block}.el-col-xl-13.is-guttered{display:block}.el-col-xl-offset-13{margin-left:54.1667%}.el-col-xl-pull-13{position:relative;right:54.1667%}.el-col-xl-push-13{position:relative;left:54.1667%}.el-col-xl-14{flex:0 0 58.3333%;max-width:58.3333%;display:block}.el-col-xl-14.is-guttered{display:block}.el-col-xl-offset-14{margin-left:58.3333%}.el-col-xl-pull-14{position:relative;right:58.3333%}.el-col-xl-push-14{position:relative;left:58.3333%}.el-col-xl-15{flex:0 0 62.5%;max-width:62.5%;display:block}.el-col-xl-15.is-guttered{display:block}.el-col-xl-offset-15{margin-left:62.5%}.el-col-xl-pull-15{position:relative;right:62.5%}.el-col-xl-push-15{position:relative;left:62.5%}.el-col-xl-16{flex:0 0 66.6667%;max-width:66.6667%;display:block}.el-col-xl-16.is-guttered{display:block}.el-col-xl-offset-16{margin-left:66.6667%}.el-col-xl-pull-16{position:relative;right:66.6667%}.el-col-xl-push-16{position:relative;left:66.6667%}.el-col-xl-17{flex:0 0 70.8333%;max-width:70.8333%;display:block}.el-col-xl-17.is-guttered{display:block}.el-col-xl-offset-17{margin-left:70.8333%}.el-col-xl-pull-17{position:relative;right:70.8333%}.el-col-xl-push-17{position:relative;left:70.8333%}.el-col-xl-18{flex:0 0 75%;max-width:75%;display:block}.el-col-xl-18.is-guttered{display:block}.el-col-xl-offset-18{margin-left:75%}.el-col-xl-pull-18{position:relative;right:75%}.el-col-xl-push-18{position:relative;left:75%}.el-col-xl-19{flex:0 0 79.1667%;max-width:79.1667%;display:block}.el-col-xl-19.is-guttered{display:block}.el-col-xl-offset-19{margin-left:79.1667%}.el-col-xl-pull-19{position:relative;right:79.1667%}.el-col-xl-push-19{position:relative;left:79.1667%}.el-col-xl-20{flex:0 0 83.3333%;max-width:83.3333%;display:block}.el-col-xl-20.is-guttered{display:block}.el-col-xl-offset-20{margin-left:83.3333%}.el-col-xl-pull-20{position:relative;right:83.3333%}.el-col-xl-push-20{position:relative;left:83.3333%}.el-col-xl-21{flex:0 0 87.5%;max-width:87.5%;display:block}.el-col-xl-21.is-guttered{display:block}.el-col-xl-offset-21{margin-left:87.5%}.el-col-xl-pull-21{position:relative;right:87.5%}.el-col-xl-push-21{position:relative;left:87.5%}.el-col-xl-22{flex:0 0 91.6667%;max-width:91.6667%;display:block}.el-col-xl-22.is-guttered{display:block}.el-col-xl-offset-22{margin-left:91.6667%}.el-col-xl-pull-22{position:relative;right:91.6667%}.el-col-xl-push-22{position:relative;left:91.6667%}.el-col-xl-23{flex:0 0 95.8333%;max-width:95.8333%;display:block}.el-col-xl-23.is-guttered{display:block}.el-col-xl-offset-23{margin-left:95.8333%}.el-col-xl-pull-23{position:relative;right:95.8333%}.el-col-xl-push-23{position:relative;left:95.8333%}.el-col-xl-24{flex:0 0 100%;max-width:100%;display:block}.el-col-xl-24.is-guttered{display:block}.el-col-xl-offset-24{margin-left:100%}.el-col-xl-pull-24{position:relative;right:100%}.el-col-xl-push-24{position:relative;left:100%}}.el-collapse-item.is-disabled .el-collapse-item__header{color:var(--el-text-color-disabled);cursor:not-allowed}.el-collapse-item__header{width:100%;min-height:var(--el-collapse-header-height);line-height:var(--el-collapse-header-height);background-color:var(--el-collapse-header-bg-color);color:var(--el-collapse-header-text-color);cursor:pointer;border:none;border-bottom:1px solid var(--el-collapse-border-color);font-size:var(--el-collapse-header-font-size);transition:border-bottom-color var(--el-transition-duration);box-sizing:border-box;outline:none;align-items:center;padding:0;font-weight:500;display:flex}.el-collapse-item__arrow{transition:transform var(--el-transition-duration);font-weight:300}.el-collapse-item__arrow.is-active{transform:rotate(90deg)}.el-collapse-item__title{text-align:left;flex:auto}.el-collapse-item__header.focusing:focus:not(:hover){color:var(--el-color-primary)}.el-collapse-item__header.is-active{border-bottom-color:#0000}.el-collapse-item__wrap{will-change:height;background-color:var(--el-collapse-content-bg-color);box-sizing:border-box;border-bottom:1px solid var(--el-collapse-border-color);overflow:hidden}.el-collapse-item__content{font-size:var(--el-collapse-content-font-size);color:var(--el-collapse-content-text-color);padding-bottom:25px;line-height:1.76923}.el-collapse-item:last-child{margin-bottom:-1px}.el-collapse{--el-collapse-border-color:var(--el-border-color-lighter);--el-collapse-header-height:48px;--el-collapse-header-bg-color:var(--el-fill-color-blank);--el-collapse-header-text-color:var(--el-text-color-primary);--el-collapse-header-font-size:13px;--el-collapse-content-bg-color:var(--el-fill-color-blank);--el-collapse-content-font-size:13px;--el-collapse-content-text-color:var(--el-text-color-primary);border-top:1px solid var(--el-collapse-border-color);border-bottom:1px solid var(--el-collapse-border-color)}.el-collapse-icon-position-left .el-collapse-item__header{gap:8px}.el-collapse-icon-position-left .el-collapse-item__title{order:1}.el-collapse-icon-position-right .el-collapse-item__header{padding-right:8px}.el-color-picker-panel{--el-colorpicker-bg-color:var(--el-bg-color-overlay);--el-fill-color-blank:var(--el-colorpicker-bg-color);box-sizing:content-box;background:var(--el-colorpicker-bg-color);width:300px;padding:12px}.el-color-picker-panel.is-border{border:solid 1px var(--el-border-color-lighter);border-radius:4px}.el-color-picker-panel__wrapper{margin-bottom:6px}.el-color-picker-panel__footer{text-align:right;justify-content:space-between;margin-top:12px;display:flex}.el-color-picker-panel__footer .el-input{color:#000;width:160px;font-size:12px;line-height:26px}.el-color-picker-panel.is-disabled .el-color-svpanel,.el-color-picker-panel.is-disabled .el-color-hue-slider{cursor:not-allowed;opacity:.3}.el-color-picker-panel.is-disabled .el-color-hue-slider__thumb{cursor:not-allowed}.el-color-picker-panel.is-disabled .el-color-alpha-slider,.el-color-picker-panel.is-disabled .el-color-predefine .el-color-predefine__color-selector{cursor:not-allowed;opacity:.3}.el-color-predefine{width:280px;margin-top:8px;font-size:12px;display:flex}.el-color-predefine__colors{flex-wrap:wrap;flex:1;gap:8px;display:flex}.el-color-predefine__color-selector{border-radius:var(--el-border-radius-base);cursor:pointer;border:none;outline:none;width:20px;height:20px;padding:0;overflow:hidden}.el-color-predefine__color-selector.selected{box-shadow:0 0 3px 2px var(--el-color-primary)}.el-color-predefine__color-selector:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.el-color-predefine__color-selector>div{height:100%;display:flex}.el-color-predefine__color-selector.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-hue-slider{box-sizing:border-box;float:right;background-color:red;width:280px;height:12px;padding:0 2px;position:relative}.el-color-hue-slider__bar{background:linear-gradient(90deg,red 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);height:100%;position:relative}.el-color-hue-slider__thumb{cursor:pointer;box-sizing:border-box;border:1px solid var(--el-border-color-lighter);z-index:1;background:#fff;border-radius:1px;width:4px;height:100%;position:absolute;top:0;left:0;box-shadow:0 0 2px #0009}.el-color-hue-slider__thumb:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:1px}.el-color-hue-slider.is-vertical{width:12px;height:180px;padding:2px 0}.el-color-hue-slider.is-vertical .el-color-hue-slider__bar{background:linear-gradient(red 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)}.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb{width:100%;height:4px;top:0;left:0}.el-color-svpanel{background-image:linear-gradient(#0000,#000),linear-gradient(90deg,#fff,#fff0);width:280px;height:180px;position:relative}.el-color-svpanel__cursor{cursor:pointer;border-radius:50%;width:4px;height:4px;position:absolute;transform:translate(-2px,-2px);box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px #0000004d,0 0 1px 2px #0006}.el-color-svpanel__cursor:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.el-color-alpha-slider{box-sizing:border-box;background-image:linear-gradient(45deg, var(--el-color-picker-alpha-bg-a) 25%, var(--el-color-picker-alpha-bg-b) 25%), linear-gradient(135deg, var(--el-color-picker-alpha-bg-a) 25%, var(--el-color-picker-alpha-bg-b) 25%), linear-gradient(45deg, var(--el-color-picker-alpha-bg-b) 75%, var(--el-color-picker-alpha-bg-a) 75%), linear-gradient(135deg, var(--el-color-picker-alpha-bg-b) 75%, var(--el-color-picker-alpha-bg-a) 75%);background-position:0 0,6px 0,6px -6px,0 6px;background-size:12px 12px;width:280px;height:12px;position:relative}.el-color-alpha-slider.is-disabled .el-color-alpha-slider__thumb{cursor:not-allowed}.el-color-alpha-slider__bar{background:linear-gradient(to right, #fff0 0%, var(--el-bg-color) 100%);height:100%;position:relative}.el-color-alpha-slider__thumb{cursor:pointer;box-sizing:border-box;border:1px solid var(--el-border-color-lighter);z-index:1;background:#fff;border-radius:1px;width:4px;height:100%;position:absolute;top:0;left:0;box-shadow:0 0 2px #0009}.el-color-alpha-slider__thumb:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:1px}.el-color-alpha-slider.is-vertical{width:20px;height:180px}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar{background:linear-gradient(#fff0 0%,#fff 100%)}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb{width:100%;height:4px;top:0;left:0}.el-color-picker-panel{--el-color-picker-alpha-bg-a:#ccc;--el-color-picker-alpha-bg-b:transparent}.dark .el-color-picker-panel{--el-color-picker-alpha-bg-a:#333}.el-color-picker{outline:none;width:32px;height:32px;line-height:normal;display:inline-block;position:relative}.el-color-picker:hover:not(:-webkit-any(.is-disabled,.is-focused)) .el-color-picker__trigger{border-color:var(--el-border-color-hover)}.el-color-picker:hover:not(:is(.is-disabled,.is-focused)) .el-color-picker__trigger{border-color:var(--el-border-color-hover)}.el-color-picker:focus-visible:not(.is-disabled) .el-color-picker__trigger{outline:2px solid var(--el-color-primary);outline-offset:1px}.el-color-picker.is-focused .el-color-picker__trigger{border-color:var(--el-color-primary)}.el-color-picker.is-disabled .el-color-picker__trigger{cursor:not-allowed;background-color:var(--el-fill-color-light)}.el-color-picker.is-disabled .el-color-picker__color{opacity:.3}.el-color-picker--large{width:40px;height:40px}.el-color-picker--small{width:24px;height:24px}.el-color-picker--small .el-color-picker__icon,.el-color-picker--small .el-color-picker__empty{transform:scale(.8)}.el-color-picker__trigger{box-sizing:border-box;border:1px solid var(--el-border-color);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;width:100%;height:100%;padding:4px;font-size:0;display:inline-flex;position:relative}.el-color-picker__color{box-sizing:border-box;border:1px solid var(--el-text-color-secondary);border-radius:var(--el-border-radius-small);text-align:center;width:100%;height:100%;display:block;position:relative}.el-color-picker__color.is-alpha{background-image:linear-gradient(45deg, var(--el-color-picker-alpha-bg-a) 25%, var(--el-color-picker-alpha-bg-b) 25%), linear-gradient(135deg, var(--el-color-picker-alpha-bg-a) 25%, var(--el-color-picker-alpha-bg-b) 25%), linear-gradient(45deg, var(--el-color-picker-alpha-bg-b) 75%, var(--el-color-picker-alpha-bg-a) 75%), linear-gradient(135deg, var(--el-color-picker-alpha-bg-b) 75%, var(--el-color-picker-alpha-bg-a) 75%);background-position:0 0,6px 0,6px -6px,0 6px;background-size:12px 12px}.el-color-picker__color-inner{justify-content:center;align-items:center;width:100%;height:100%;display:inline-flex}.el-color-picker .el-color-picker__empty{color:var(--el-text-color-secondary);font-size:12px}.el-color-picker .el-color-picker__icon{color:#fff;justify-content:center;align-items:center;font-size:12px;display:inline-flex}.el-color-picker__panel{border-radius:var(--el-border-radius-base);box-shadow:var(--el-box-shadow-light);background-color:#fff}.el-color-picker__panel.el-popper{border:1px solid var(--el-border-color-lighter)}.el-color-picker,.el-color-picker__panel{--el-color-picker-alpha-bg-a:#ccc;--el-color-picker-alpha-bg-b:transparent}.dark .el-color-picker,.dark .el-color-picker__panel{--el-color-picker-alpha-bg-a:#333}.el-container{box-sizing:border-box;flex-direction:row;flex:auto;min-width:0;display:flex}.el-container.is-vertical{flex-direction:column}.el-date-table{-webkit-user-select:none;user-select:none;font-size:12px}.el-date-table.is-week-mode .el-date-table__row:hover .el-date-table-cell{background-color:var(--el-datepicker-inrange-bg-color)}.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover{color:var(--el-datepicker-text-color)}.el-date-table.is-week-mode .el-date-table__row:hover td:first-child .el-date-table-cell{border-top-left-radius:15px;border-bottom-left-radius:15px;margin-left:5px}.el-date-table.is-week-mode .el-date-table__row:hover td:last-child .el-date-table-cell{border-top-right-radius:15px;border-bottom-right-radius:15px;margin-right:5px}.el-date-table.is-week-mode .el-date-table__row.current .el-date-table-cell{background-color:var(--el-datepicker-inrange-bg-color)}.el-date-table td{box-sizing:border-box;text-align:center;cursor:pointer;width:32px;height:30px;padding:4px 0;position:relative}.el-date-table td .el-date-table-cell{box-sizing:border-box;height:30px;padding:3px 0}.el-date-table td .el-date-table-cell .el-date-table-cell__text{border-radius:50%;width:24px;height:24px;margin:0 auto;line-height:24px;display:block;position:absolute;left:50%;transform:translate(-50%)}.el-date-table td.next-month,.el-date-table td.prev-month{color:var(--el-datepicker-off-text-color)}.el-date-table td.today{position:relative}.el-date-table td.today .el-date-table-cell__text{color:var(--el-color-primary);font-weight:700}.el-date-table td.today.start-date .el-date-table-cell__text,.el-date-table td.today.end-date .el-date-table-cell__text{color:#fff}.el-date-table td.available:hover{color:var(--el-datepicker-hover-text-color)}.el-date-table td.in-range .el-date-table-cell{background-color:var(--el-datepicker-inrange-bg-color)}.el-date-table td.in-range .el-date-table-cell:hover{background-color:var(--el-datepicker-inrange-hover-bg-color)}.el-date-table td.current:not(.disabled) .el-date-table-cell__text{color:#fff;background-color:var(--el-datepicker-active-color)}.el-date-table td.current:not(.disabled):focus-visible .el-date-table-cell__text{outline:2px solid var(--el-datepicker-active-color);outline-offset:1px}.el-date-table td.start-date .el-date-table-cell,.el-date-table td.end-date .el-date-table-cell{color:#fff}.el-date-table td.start-date .el-date-table-cell__text,.el-date-table td.end-date .el-date-table-cell__text{background-color:var(--el-datepicker-active-color)}.el-date-table td.start-date .el-date-table-cell{border-top-left-radius:15px;border-bottom-left-radius:15px;margin-left:5px}.el-date-table td.end-date .el-date-table-cell{border-top-right-radius:15px;border-bottom-right-radius:15px;margin-right:5px}.el-date-table td.disabled .el-date-table-cell{background-color:var(--el-fill-color-light);opacity:1;cursor:not-allowed;color:var(--el-text-color-placeholder)}.el-date-table td.selected .el-date-table-cell{border-radius:15px;margin-left:5px;margin-right:5px}.el-date-table td.selected .el-date-table-cell__text{background-color:var(--el-datepicker-active-color);color:#fff;border-radius:15px}.el-date-table td.week{color:var(--el-datepicker-off-text-color);cursor:default;font-size:80%}.el-date-table td:focus{outline:none}.el-date-table th{color:var(--el-datepicker-header-text-color);border-bottom:solid 1px var(--el-border-color-lighter);padding:5px;font-weight:400}.el-date-table th.el-date-table__week-header{width:24px;padding:0}.el-month-table{border-collapse:collapse;margin:-1px;font-size:12px}.el-month-table td{text-align:center;cursor:pointer;width:68px;padding:8px 0;position:relative}.el-month-table td .el-date-table-cell{box-sizing:border-box;height:48px;padding:6px 0}.el-month-table td.today .el-date-table-cell__text{color:var(--el-color-primary);font-weight:700}.el-month-table td.today.start-date .el-date-table-cell__text,.el-month-table td.today.end-date .el-date-table-cell__text{color:#fff}.el-month-table td.disabled .el-date-table-cell__text{background-color:var(--el-fill-color-light);cursor:not-allowed;color:var(--el-text-color-placeholder)}.el-month-table td.disabled .el-date-table-cell__text:hover{color:var(--el-text-color-placeholder)}.el-month-table td .el-date-table-cell__text{width:54px;height:36px;color:var(--el-datepicker-text-color);border-radius:18px;margin:0 auto;line-height:36px;display:block;position:absolute;left:50%;transform:translate(-50%)}.el-month-table td .el-date-table-cell__text:hover{color:var(--el-datepicker-hover-text-color)}.el-month-table td.in-range .el-date-table-cell{background-color:var(--el-datepicker-inrange-bg-color)}.el-month-table td.in-range .el-date-table-cell:hover{background-color:var(--el-datepicker-inrange-hover-bg-color)}.el-month-table td.start-date .el-date-table-cell,.el-month-table td.end-date .el-date-table-cell{color:#fff}.el-month-table td.start-date .el-date-table-cell__text,.el-month-table td.end-date .el-date-table-cell__text{color:#fff;background-color:var(--el-datepicker-active-color)}.el-month-table td.start-date .el-date-table-cell{border-top-left-radius:24px;border-bottom-left-radius:24px;margin-left:3px}.el-month-table td.end-date .el-date-table-cell{border-top-right-radius:24px;border-bottom-right-radius:24px;margin-right:3px}.el-month-table td.current:not(.disabled) .el-date-table-cell{border-radius:24px;margin-left:3px;margin-right:3px}.el-month-table td.current:not(.disabled) .el-date-table-cell__text{color:#fff;background-color:var(--el-datepicker-active-color)}.el-month-table td:focus-visible{outline:none}.el-month-table td:focus-visible .el-date-table-cell__text{outline:2px solid var(--el-datepicker-active-color);outline-offset:1px}.el-quarter-table{border-collapse:collapse;margin:-1px;font-size:12px}.el-quarter-table td{text-align:center;cursor:pointer;width:68px;padding:8px 0;position:relative}.el-quarter-table td .el-date-table-cell{box-sizing:border-box;height:48px;padding:6px 0}.el-quarter-table td.today .el-date-table-cell__text{color:var(--el-color-primary);font-weight:700}.el-quarter-table td.today.start-date .el-date-table-cell__text,.el-quarter-table td.today.end-date .el-date-table-cell__text{color:#fff}.el-quarter-table td.disabled .el-date-table-cell__text{background-color:var(--el-fill-color-light);cursor:not-allowed;color:var(--el-text-color-placeholder)}.el-quarter-table td.disabled .el-date-table-cell__text:hover{color:var(--el-text-color-placeholder)}.el-quarter-table td .el-date-table-cell__text{width:48px;height:36px;color:var(--el-datepicker-text-color);border-radius:18px;margin:0 auto;line-height:36px;display:block;position:absolute;left:50%;transform:translate(-50%)}.el-quarter-table td .el-date-table-cell__text:hover{color:var(--el-datepicker-hover-text-color)}.el-quarter-table td.in-range .el-date-table-cell{background-color:var(--el-datepicker-inrange-bg-color)}.el-quarter-table td.in-range .el-date-table-cell:hover{background-color:var(--el-datepicker-inrange-hover-bg-color)}.el-quarter-table td.start-date .el-date-table-cell,.el-quarter-table td.end-date .el-date-table-cell{color:#fff}.el-quarter-table td.start-date .el-date-table-cell__text,.el-quarter-table td.end-date .el-date-table-cell__text{color:#fff;background-color:var(--el-datepicker-active-color)}.el-quarter-table td.start-date .el-date-table-cell{border-top-left-radius:24px;border-bottom-left-radius:24px;margin-left:6px}.el-quarter-table td.end-date .el-date-table-cell{border-top-right-radius:24px;border-bottom-right-radius:24px;margin-right:6px}.el-quarter-table td.current:not(.disabled) .el-date-table-cell{border-radius:24px;margin-left:6px;margin-right:6px}.el-quarter-table td.current:not(.disabled) .el-date-table-cell__text{color:#fff;background-color:var(--el-datepicker-active-color)}.el-quarter-table td:focus-visible{outline:none}.el-quarter-table td:focus-visible .el-date-table-cell__text{outline:2px solid var(--el-datepicker-active-color);outline-offset:1px}.el-year-table{border-collapse:collapse;margin:-1px;font-size:12px}.el-year-table .el-icon{color:var(--el-datepicker-icon-color)}.el-year-table td{text-align:center;cursor:pointer;width:68px;padding:8px 0;position:relative}.el-year-table td .el-date-table-cell{box-sizing:border-box;height:48px;padding:6px 0}.el-year-table td.today .el-date-table-cell__text{color:var(--el-color-primary);font-weight:700}.el-year-table td.today.start-date .el-date-table-cell__text,.el-year-table td.today.end-date .el-date-table-cell__text{color:#fff}.el-year-table td.disabled .el-date-table-cell__text{background-color:var(--el-fill-color-light);cursor:not-allowed;color:var(--el-text-color-placeholder)}.el-year-table td.disabled .el-date-table-cell__text:hover{color:var(--el-text-color-placeholder)}.el-year-table td .el-date-table-cell__text{width:60px;height:36px;color:var(--el-datepicker-text-color);border-radius:18px;margin:0 auto;line-height:36px;display:block;position:absolute;left:50%;transform:translate(-50%)}.el-year-table td .el-date-table-cell__text:hover{color:var(--el-datepicker-hover-text-color)}.el-year-table td.in-range .el-date-table-cell{background-color:var(--el-datepicker-inrange-bg-color)}.el-year-table td.in-range .el-date-table-cell:hover{background-color:var(--el-datepicker-inrange-hover-bg-color)}.el-year-table td.start-date .el-date-table-cell,.el-year-table td.end-date .el-date-table-cell{color:#fff}.el-year-table td.start-date .el-date-table-cell__text,.el-year-table td.end-date .el-date-table-cell__text{color:#fff;background-color:var(--el-datepicker-active-color)}.el-year-table td.start-date .el-date-table-cell{border-top-left-radius:24px;border-bottom-left-radius:24px}.el-year-table td.end-date .el-date-table-cell{border-top-right-radius:24px;border-bottom-right-radius:24px}.el-year-table td.current:not(.disabled) .el-date-table-cell__text{color:#fff;background-color:var(--el-datepicker-active-color)}.el-year-table td:focus-visible{outline:none}.el-year-table td:focus-visible .el-date-table-cell__text{outline:2px solid var(--el-datepicker-active-color);outline-offset:1px}.el-time-spinner.has-seconds .el-time-spinner__wrapper{width:33.3%}.el-time-spinner__wrapper{vertical-align:top;width:50%;max-height:192px;display:inline-block;position:relative;overflow:auto}.el-time-spinner__wrapper.el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default){padding-bottom:15px}.el-time-spinner__wrapper.is-arrow{box-sizing:border-box;text-align:center;overflow:hidden}.el-time-spinner__wrapper.is-arrow .el-time-spinner__list{transform:translateY(-32px)}.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.is-disabled):not(.is-active){background:var(--el-fill-color-light);cursor:default}.el-time-spinner__arrow{color:var(--el-text-color-secondary);width:100%;z-index:var(--el-index-normal);text-align:center;cursor:pointer;height:30px;font-size:12px;line-height:30px;position:absolute;left:0}.el-time-spinner__arrow:hover{color:var(--el-color-primary)}.el-time-spinner__arrow.arrow-up{top:10px}.el-time-spinner__arrow.arrow-down{bottom:10px}.el-time-spinner__input.el-input{width:70%}.el-time-spinner__input.el-input .el-input__inner{text-align:center;padding:0}.el-time-spinner__list{text-align:center;margin:0;padding:0;list-style:none}.el-time-spinner__list:after,.el-time-spinner__list:before{content:"";width:100%;height:80px;display:block}.el-time-spinner__item{height:32px;color:var(--el-text-color-regular);font-size:12px;line-height:32px}.el-time-spinner__item:hover:not(.is-disabled):not(.is-active){background:var(--el-fill-color-light);cursor:pointer}.el-time-spinner__item.is-active:not(.is-disabled){color:var(--el-text-color-primary);font-weight:700}.el-time-spinner__item.is-disabled{color:var(--el-text-color-placeholder);cursor:not-allowed}.el-picker__popper{--el-datepicker-border-color:var(--el-disabled-border-color)}.el-picker__popper.el-popper{background:var(--el-bg-color-overlay);border:1px solid var(--el-datepicker-border-color);box-shadow:var(--el-box-shadow-light)}.el-picker__popper.el-popper .el-popper__arrow:before{border:1px solid var(--el-datepicker-border-color)}.el-picker__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before{border-top-color:#0000;border-left-color:#0000}.el-picker__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:#0000;border-right-color:#0000}.el-picker__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:#0000;border-left-color:#0000}.el-picker__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-top-color:#0000;border-right-color:#0000}.el-date-editor{--el-date-editor-width:220px;--el-date-editor-monthrange-width:300px;--el-date-editor-quarterrange-width:300px;--el-date-editor-daterange-width:350px;--el-date-editor-datetimerange-width:400px;--el-input-text-color:var(--el-text-color-regular);--el-input-border:var(--el-border);--el-input-hover-border:var(--el-border-color-hover);--el-input-focus-border:var(--el-color-primary);--el-input-transparent-border:0 0 0 1px transparent inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:var(--el-fill-color-blank);--el-input-icon-color:var(--el-text-color-placeholder);--el-input-placeholder-color:var(--el-text-color-placeholder);--el-input-hover-border-color:var(--el-border-color-hover);--el-input-clear-hover-color:var(--el-text-color-secondary);--el-input-focus-border-color:var(--el-color-primary);--el-input-width:100%;text-align:left;vertical-align:middle;position:relative}.el-date-editor.el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-border-color,var(--el-border-color)) inset}.el-date-editor.el-input__wrapper:hover{box-shadow:0 0 0 1px var(--el-input-hover-border-color) inset}.el-date-editor.is-focus .el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-focus-border-color) inset}.el-date-editor.el-input,.el-date-editor.el-input__wrapper{width:var(--el-date-editor-width);height:var(--el-input-height,var(--el-component-size))}.el-date-editor--monthrange{--el-date-editor-width:var(--el-date-editor-monthrange-width)}.el-date-editor--quarterrange{--el-date-editor-width:var(--el-date-editor-quarterrange-width)}.el-date-editor--daterange,.el-date-editor--timerange{--el-date-editor-width:var(--el-date-editor-daterange-width)}.el-date-editor--datetimerange{--el-date-editor-width:var(--el-date-editor-datetimerange-width)}.el-date-editor--dates .el-input__wrapper{text-overflow:ellipsis;white-space:nowrap}.el-date-editor .close-icon,.el-date-editor .clear-icon{cursor:pointer}.el-date-editor .clear-icon:hover{color:var(--el-input-clear-hover-color)}.el-date-editor .el-range__icon{height:inherit;color:var(--el-text-color-placeholder);float:left;font-size:14px}.el-date-editor .el-range__icon svg{vertical-align:middle}.el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;width:39%;height:30px;line-height:30px;font-size:var(--el-font-size-base);color:var(--el-text-color-regular);background-color:#0000;border:none;outline:none;margin:0;padding:0;display:inline-block}.el-date-editor .el-range-input::placeholder{color:var(--el-text-color-placeholder)}.el-date-editor .el-range-separator{overflow-wrap:break-word;height:100%;color:var(--el-text-color-primary);flex:1;justify-content:center;align-items:center;margin:0;padding:0 5px;font-size:14px;display:inline-flex}.el-date-editor .el-range__close-icon{color:var(--el-text-color-placeholder);height:inherit;width:unset;cursor:pointer;font-size:14px}.el-date-editor .el-range__close-icon:hover{color:var(--el-input-clear-hover-color)}.el-date-editor .el-range__close-icon svg{vertical-align:middle}.el-date-editor .el-range__close-icon--hidden{opacity:0;visibility:hidden}.el-range-editor.el-input__wrapper{vertical-align:middle;align-items:center;padding:0 10px;display:inline-flex}.el-range-editor.is-active,.el-range-editor.is-active:hover{box-shadow:0 0 0 1px var(--el-input-focus-border-color) inset}.el-range-editor--large{line-height:var(--el-component-size-large)}.el-range-editor--large.el-input__wrapper{height:var(--el-component-size-large)}.el-range-editor--large .el-range-separator{font-size:14px;line-height:40px}.el-range-editor--large .el-range-input{height:38px;font-size:14px;line-height:38px}.el-range-editor--small{line-height:var(--el-component-size-small)}.el-range-editor--small.el-input__wrapper{height:var(--el-component-size-small)}.el-range-editor--small .el-range-separator{font-size:12px;line-height:24px}.el-range-editor--small .el-range-input{height:22px;font-size:12px;line-height:22px}.el-range-editor.is-disabled{background-color:var(--el-disabled-bg-color);border-color:var(--el-disabled-border-color);color:var(--el-disabled-text-color);cursor:not-allowed}.el-range-editor.is-disabled:hover,.el-range-editor.is-disabled:focus{border-color:var(--el-disabled-border-color)}.el-range-editor.is-disabled input{background-color:var(--el-disabled-bg-color);color:var(--el-disabled-text-color);cursor:not-allowed}.el-range-editor.is-disabled input::placeholder{color:var(--el-text-color-placeholder)}.el-range-editor.is-disabled .el-range-separator{color:var(--el-disabled-text-color)}.el-picker-panel{color:var(--el-text-color-regular);background:var(--el-datepicker-bg-color);border-radius:var(--el-popper-border-radius,var(--el-border-radius-base));line-height:30px}.el-picker-panel .el-time-panel{border:solid 1px var(--el-datepicker-border-color);background-color:var(--el-datepicker-bg-color);box-shadow:var(--el-box-shadow-light);margin:5px 0}.el-picker-panel__body:after,.el-picker-panel__body-wrapper:after{content:"";clear:both;display:table}.el-picker-panel__content{margin:15px;position:relative}.el-picker-panel__footer{border-top:1px solid var(--el-datepicker-inner-border-color);text-align:right;background-color:var(--el-datepicker-bg-color);padding:4px 12px;font-size:0;position:relative}.el-picker-panel__shortcut{width:100%;color:var(--el-datepicker-text-color);text-align:left;cursor:pointer;background-color:#0000;border:0;outline:none;padding-left:12px;font-size:14px;line-height:28px;display:block}.el-picker-panel__shortcut:hover{color:var(--el-datepicker-hover-text-color)}.el-picker-panel__shortcut.active{color:var(--el-datepicker-active-color);background-color:#e6f1fe}.el-picker-panel__btn{border:1px solid var(--el-fill-color-darker);color:var(--el-text-color-primary);cursor:pointer;background-color:#0000;border-radius:2px;outline:none;padding:0 20px;font-size:12px;line-height:24px}.el-picker-panel__btn[disabled]{color:var(--el-text-color-disabled);cursor:not-allowed}.el-picker-panel__icon-btn{color:var(--el-datepicker-icon-color);cursor:pointer;background:0 0;border:0;outline:none;margin-top:8px;padding:1px 6px;font-size:12px;line-height:1}.el-picker-panel__icon-btn:hover{color:var(--el-datepicker-hover-text-color)}.el-picker-panel__icon-btn:focus-visible{color:var(--el-datepicker-hover-text-color)}.el-picker-panel__icon-btn.is-disabled{color:var(--el-text-color-disabled)}.el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.el-picker-panel__icon-btn.is-disabled .el-icon{cursor:inherit}.el-picker-panel__icon-btn .el-icon{cursor:pointer;font-size:inherit}.el-picker-panel__link-btn{vertical-align:middle}.el-picker-panel.is-disabled .el-picker-panel__prev-btn{color:var(--el-text-color-disabled)}.el-picker-panel.is-disabled .el-picker-panel__prev-btn:hover{cursor:not-allowed}.el-picker-panel.is-disabled .el-picker-panel__prev-btn .el-icon{cursor:inherit}.el-picker-panel.is-disabled .el-picker-panel__next-btn{color:var(--el-text-color-disabled)}.el-picker-panel.is-disabled .el-picker-panel__next-btn:hover{cursor:not-allowed}.el-picker-panel.is-disabled .el-picker-panel__next-btn .el-icon{cursor:inherit}.el-picker-panel.is-disabled .el-picker-panel__icon-btn{color:var(--el-text-color-disabled)}.el-picker-panel.is-disabled .el-picker-panel__icon-btn:hover{cursor:not-allowed}.el-picker-panel.is-disabled .el-picker-panel__icon-btn .el-icon{cursor:inherit}.el-picker-panel.is-disabled .el-picker-panel__shortcut{color:var(--el-text-color-disabled)}.el-picker-panel.is-disabled .el-picker-panel__shortcut:hover{cursor:not-allowed}.el-picker-panel.is-disabled .el-picker-panel__shortcut .el-icon{cursor:inherit}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{border-right:1px solid var(--el-datepicker-inner-border-color);box-sizing:border-box;width:110px;padding-top:6px;position:absolute;top:0;bottom:0;overflow:auto}.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.el-date-picker{--el-datepicker-text-color:var(--el-text-color-regular);--el-datepicker-off-text-color:var(--el-text-color-placeholder);--el-datepicker-header-text-color:var(--el-text-color-regular);--el-datepicker-icon-color:var(--el-text-color-primary);--el-datepicker-border-color:var(--el-disabled-border-color);--el-datepicker-inner-border-color:var(--el-border-color-light);--el-datepicker-inrange-bg-color:var(--el-border-color-extra-light);--el-datepicker-inrange-hover-bg-color:var(--el-border-color-extra-light);--el-datepicker-active-color:var(--el-color-primary);--el-datepicker-hover-text-color:var(--el-color-primary);--el-datepicker-bg-color:var(--el-bg-color-overlay);--el-fill-color-blank:var(--el-datepicker-bg-color);width:322px}.el-date-picker.has-sidebar.has-time{width:434px}.el-date-picker.has-sidebar{width:438px}.el-date-picker.has-time .el-picker-panel__body-wrapper{position:relative}.el-date-picker .el-picker-panel__content{width:292px}.el-date-picker table{table-layout:fixed;width:100%}.el-date-picker__editor-wrap{padding:0 5px;display:table-cell;position:relative}.el-date-picker__time-header{border-bottom:1px solid var(--el-datepicker-inner-border-color);box-sizing:border-box;width:100%;padding:8px 5px 5px;font-size:12px;display:table;position:relative}.el-date-picker__header{text-align:center;padding:12px 12px 0}.el-date-picker__header--bordered{border-bottom:solid 1px var(--el-border-color-lighter);margin-bottom:0;padding-bottom:12px}.el-date-picker__header--bordered+.el-picker-panel__content{margin-top:0}.el-date-picker__header-label{text-align:center;cursor:pointer;color:var(--el-text-color-regular);padding:0 5px;font-size:16px;font-weight:500;line-height:22px}.el-date-picker__header-label:hover{color:var(--el-datepicker-hover-text-color)}.el-date-picker__header-label:focus-visible{color:var(--el-datepicker-hover-text-color);outline:none}.el-date-picker__header-label.active{color:var(--el-datepicker-active-color)}.el-date-picker__prev-btn{float:left}.el-date-picker__next-btn{float:right}.el-date-picker__time-wrap{text-align:center;padding:10px}.el-date-picker__time-label{float:left;cursor:pointer;margin-left:10px;line-height:30px}.el-date-picker .el-time-panel{position:absolute}.el-date-picker.is-disabled .el-date-picker__header-label{color:var(--el-text-color-disabled)}.el-date-picker.is-disabled .el-date-picker__header-label:hover{cursor:not-allowed}.el-date-picker.is-disabled .el-date-picker__header-label .el-icon{cursor:inherit}.el-date-range-picker{--el-datepicker-text-color:var(--el-text-color-regular);--el-datepicker-off-text-color:var(--el-text-color-placeholder);--el-datepicker-header-text-color:var(--el-text-color-regular);--el-datepicker-icon-color:var(--el-text-color-primary);--el-datepicker-border-color:var(--el-disabled-border-color);--el-datepicker-inner-border-color:var(--el-border-color-light);--el-datepicker-inrange-bg-color:var(--el-border-color-extra-light);--el-datepicker-inrange-hover-bg-color:var(--el-border-color-extra-light);--el-datepicker-active-color:var(--el-color-primary);--el-datepicker-hover-text-color:var(--el-color-primary);--el-datepicker-bg-color:var(--el-bg-color-overlay);width:646px}.el-date-range-picker.has-sidebar{width:756px}.el-date-range-picker.has-time .el-picker-panel__body-wrapper{position:relative}.el-date-range-picker table{table-layout:fixed;width:100%}.el-date-range-picker .el-picker-panel__body{min-width:513px}.el-date-range-picker .el-picker-panel__content{margin:0}.el-date-range-picker.single-panel{width:322px}.el-date-range-picker.single-panel .el-picker-panel__body{min-width:322px}.el-date-range-picker.single-panel.has-sidebar.has-time{width:434px}.el-date-range-picker.single-panel.has-sidebar{width:438px}.el-date-range-picker.single-panel .el-picker-panel__content{width:292px;margin:15px;padding:0;display:block;position:relative}.el-date-range-picker__header{text-align:center;height:28px;position:relative}.el-date-range-picker__header [class*=arrow-left]{float:left}.el-date-range-picker__header [class*=arrow-right]{float:right}.el-date-range-picker__header div{margin-right:50px;font-size:16px;font-weight:500}.el-date-range-picker__header-label{text-align:center;cursor:pointer;color:var(--el-text-color-regular);padding:0 5px;font-size:16px;font-weight:500;line-height:22px}.el-date-range-picker__header-label:hover{color:var(--el-datepicker-hover-text-color)}.el-date-range-picker__header-label:focus-visible{color:var(--el-datepicker-hover-text-color);outline:none}.el-date-range-picker__header-label.active{color:var(--el-datepicker-active-color)}.el-date-range-picker__content{box-sizing:border-box;width:50%;margin:0;padding:16px;display:table-cell}.el-date-range-picker__content.is-left{border-right:1px solid var(--el-datepicker-inner-border-color)}.el-date-range-picker__content .el-date-range-picker__header div{margin-left:50px;margin-right:50px}.el-date-range-picker__editors-wrap{box-sizing:border-box;display:table-cell}.el-date-range-picker__editors-wrap.is-right{text-align:right}.el-date-range-picker__time-header{border-bottom:1px solid var(--el-datepicker-inner-border-color);box-sizing:border-box;width:100%;padding:8px 5px 5px;font-size:12px;display:table;position:relative}.el-date-range-picker__time-header>.el-icon-arrow-right{vertical-align:middle;color:var(--el-datepicker-icon-color);font-size:20px;display:table-cell}.el-date-range-picker__time-picker-wrap{padding:0 5px;display:table-cell;position:relative}.el-date-range-picker__time-picker-wrap .el-picker-panel{z-index:1;background:#fff;position:absolute;top:13px;right:0}.el-date-range-picker__time-picker-wrap .el-time-panel{position:absolute}.el-date-range-picker.is-disabled .el-date-range-picker__header-label{color:var(--el-text-color-disabled)}.el-date-range-picker.is-disabled .el-date-range-picker__header-label:hover{cursor:not-allowed}.el-date-range-picker.is-disabled .el-date-range-picker__header-label .el-icon{cursor:inherit}.el-time-range-picker{width:354px;overflow:visible}.el-time-range-picker__content{text-align:center;z-index:1;padding:10px;position:relative}.el-time-range-picker__cell{box-sizing:border-box;width:50%;margin:0;padding:4px 7px 7px;display:inline-block}.el-time-range-picker__header{text-align:center;margin-bottom:5px;font-size:14px}.el-time-range-picker__body{border:1px solid var(--el-datepicker-border-color);border-radius:2px}.el-time-panel{width:180px;z-index:var(--el-index-top);-webkit-user-select:none;user-select:none;box-sizing:content-box;border-radius:2px;position:relative;left:0}.el-time-panel__content{font-size:0;position:relative;overflow:hidden}.el-time-panel__content:after,.el-time-panel__content:before{content:"";z-index:-1;box-sizing:border-box;text-align:left;height:32px;margin-top:-16px;padding-top:6px;position:absolute;top:50%;left:0;right:0}.el-time-panel__content:after{margin-left:12%;margin-right:12%;left:50%}.el-time-panel__content:before{border-top:1px solid var(--el-border-color-light);border-bottom:1px solid var(--el-border-color-light);margin-left:12%;margin-right:12%;padding-left:50%}.el-time-panel__content.has-seconds:after{left:66.6667%}.el-time-panel__content.has-seconds:before{padding-left:33.3333%}.el-time-panel__footer{border-top:1px solid var(--el-timepicker-inner-border-color,var(--el-border-color-light));text-align:right;box-sizing:border-box;height:36px;padding:4px;line-height:25px}.el-time-panel__btn{cursor:pointer;color:var(--el-text-color-primary);background-color:#0000;border:none;outline:none;margin:0 5px;padding:0 5px;font-size:12px;line-height:28px}.el-time-panel__btn.confirm{color:var(--el-timepicker-active-color,var(--el-color-primary));font-weight:800}.el-picker-panel.is-border{border:solid 1px var(--el-border-color-lighter)}.el-picker-panel.is-border .el-picker-panel__body-wrapper{position:relative}.el-picker-panel.is-border.el-picker-panel [slot=sidebar],.el-picker-panel.is-border.el-picker-panel__sidebar{border-right:1px solid var(--el-datepicker-inner-border-color);box-sizing:border-box;width:110px;height:100%;padding-top:6px;position:absolute;top:0;overflow:auto}.el-descriptions{--el-descriptions-table-border:1px solid var(--el-border-color-lighter);--el-descriptions-item-bordered-label-background:var(--el-fill-color-light);box-sizing:border-box;font-size:var(--el-font-size-base);color:var(--el-text-color-primary)}.el-descriptions__header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.el-descriptions__title{color:var(--el-text-color-primary);font-size:16px;font-weight:700}.el-descriptions__body{background-color:var(--el-fill-color-blank)}.el-descriptions__body .el-descriptions__table{border-collapse:collapse;width:100%}.el-descriptions__body .el-descriptions__table .el-descriptions__cell{box-sizing:border-box;text-align:left;font-size:14px;line-height:23px}.el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-left{text-align:left}.el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-center{text-align:center}.el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-right{text-align:right}.el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell{border:var(--el-descriptions-table-border);padding:8px 11px}.el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell{padding-bottom:12px}.el-descriptions--large{font-size:14px}.el-descriptions--large .el-descriptions__header{margin-bottom:20px}.el-descriptions--large .el-descriptions__header .el-descriptions__title{font-size:16px}.el-descriptions--large .el-descriptions__body .el-descriptions__table .el-descriptions__cell{font-size:14px}.el-descriptions--large .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell{padding:12px 15px}.el-descriptions--large .el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell{padding-bottom:16px}.el-descriptions--small{font-size:12px}.el-descriptions--small .el-descriptions__header{margin-bottom:12px}.el-descriptions--small .el-descriptions__header .el-descriptions__title{font-size:14px}.el-descriptions--small .el-descriptions__body .el-descriptions__table .el-descriptions__cell{font-size:12px}.el-descriptions--small .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell{padding:4px 7px}.el-descriptions--small .el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell{padding-bottom:8px}.el-descriptions__label.el-descriptions__cell.is-bordered-label{color:var(--el-text-color-regular);background:var(--el-descriptions-item-bordered-label-background);font-weight:700}.el-descriptions__label:not(.is-bordered-label){color:var(--el-text-color-primary);margin-right:16px}.el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label{padding-bottom:6px}.el-descriptions__content.el-descriptions__cell.is-bordered-content{color:var(--el-text-color-primary)}.el-descriptions__content:not(.is-bordered-label){color:var(--el-text-color-regular)}.el-descriptions--large .el-descriptions__label:not(.is-bordered-label){margin-right:16px}.el-descriptions--large .el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label{padding-bottom:8px}.el-descriptions--small .el-descriptions__label:not(.is-bordered-label){margin-right:12px}.el-descriptions--small .el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label{padding-bottom:4px}:root{--el-popup-modal-bg-color:var(--el-color-black);--el-popup-modal-opacity:.5}.v-modal-enter{animation:v-modal-in var(--el-transition-duration-fast) ease}.v-modal-leave{animation:v-modal-out var(--el-transition-duration-fast) ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{to{opacity:0}}.v-modal{width:100%;height:100%;opacity:var(--el-popup-modal-opacity);background:var(--el-popup-modal-bg-color);position:fixed;top:0;left:0}.el-popup-parent--hidden{overflow:hidden}.el-dialog{--el-dialog-width:50%;--el-dialog-margin-top:15vh;--el-dialog-bg-color:var(--el-bg-color);--el-dialog-box-shadow:var(--el-box-shadow);--el-dialog-title-font-size:var(--el-font-size-large);--el-dialog-content-font-size:14px;--el-dialog-font-line-height:var(--el-font-line-height-primary);--el-dialog-padding-primary:16px;--el-dialog-border-radius:var(--el-border-radius-base);margin:var(--el-dialog-margin-top,15vh) auto 50px;background:var(--el-dialog-bg-color);border-radius:var(--el-dialog-border-radius);box-shadow:var(--el-dialog-box-shadow);box-sizing:border-box;padding:var(--el-dialog-padding-primary);width:var(--el-dialog-width,50%);overflow-wrap:break-word;position:relative}.el-dialog:focus{outline:none!important}.el-dialog.is-align-center{margin:auto}.el-dialog.is-fullscreen{--el-dialog-width:100%;--el-dialog-margin-top:0;border-radius:0;height:100%;margin-bottom:0;overflow:auto}.el-dialog__wrapper{margin:0;position:fixed;top:0;bottom:0;left:0;right:0;overflow:auto}.el-dialog.is-draggable .el-dialog__header{cursor:move;-webkit-user-select:none;user-select:none}.el-dialog__header{padding-bottom:var(--el-dialog-padding-primary)}.el-dialog__header.show-close{padding-right:calc(var(--el-dialog-padding-primary) + var(--el-message-close-size,16px))}.el-dialog__headerbtn{cursor:pointer;width:48px;height:48px;font-size:var(--el-message-close-size,16px);background:0 0;border:none;outline:none;padding:0;position:absolute;top:0;right:0}.el-dialog__headerbtn .el-dialog__close{color:var(--el-color-info);font-size:inherit}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:var(--el-color-primary)}.el-dialog__title{line-height:var(--el-dialog-font-line-height);font-size:var(--el-dialog-title-font-size);color:var(--el-text-color-primary)}.el-dialog__body{color:var(--el-text-color-regular);font-size:var(--el-dialog-content-font-size)}.el-dialog__footer{padding-top:var(--el-dialog-padding-primary);text-align:right;box-sizing:border-box}.el-dialog--center{text-align:center}.el-dialog--center .el-dialog__body{text-align:initial}.el-dialog--center .el-dialog__footer{text-align:inherit}.el-modal-dialog.is-penetrable{pointer-events:none}.el-modal-dialog.is-penetrable .el-dialog{pointer-events:auto}.el-overlay-dialog{position:fixed;top:0;bottom:0;left:0;right:0;overflow:auto}.el-overlay-dialog.is-closing .el-dialog{pointer-events:none}.dialog-fade-enter-active{animation:modal-fade-in var(--el-transition-duration)}.dialog-fade-enter-active .el-overlay-dialog{animation:dialog-fade-in var(--el-transition-duration)}.dialog-fade-leave-active{animation:modal-fade-out var(--el-transition-duration)}.dialog-fade-leave-active .el-overlay-dialog{animation:dialog-fade-out var(--el-transition-duration)}@keyframes dialog-fade-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translate(0,0)}}@keyframes dialog-fade-out{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translateY(-20px)}}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-fade-out{0%{opacity:1}to{opacity:0}}.el-divider{position:relative}.el-divider--horizontal{border-top:1px var(--el-border-color) var(--el-border-style);width:100%;height:1px;margin:24px 0;display:block}.el-divider--vertical{vertical-align:middle;border-left:1px var(--el-border-color) var(--el-border-style);width:1px;height:1em;margin:0 8px;display:inline-block;position:relative}.el-divider__text{background-color:var(--el-bg-color);color:var(--el-text-color-primary);padding:0 20px;font-size:14px;font-weight:500;position:absolute}.el-divider__text.is-left{left:20px;transform:translateY(-50%)}.el-divider__text.is-center{left:50%;transform:translate(-50%)translateY(-50%)}.el-divider__text.is-right{right:20px;transform:translateY(-50%)}.el-overlay.is-drawer{overflow:hidden}.el-drawer{--el-drawer-bg-color:var(--el-dialog-bg-color,var(--el-bg-color));--el-drawer-padding-primary:var(--el-dialog-padding-primary,20px);--el-drawer-dragger-size:8px;box-sizing:border-box;background-color:var(--el-drawer-bg-color);box-shadow:var(--el-box-shadow-dark);transition:all var(--el-transition-duration);flex-direction:column;display:flex;position:absolute}.el-drawer .rtl,.el-drawer .ltr,.el-drawer .ttb,.el-drawer .btt{transform:translate(0)}.el-drawer__sr-focus:focus{outline:none!important}.el-drawer__header{color:var(--el-text-color-primary);padding:var(--el-drawer-padding-primary);align-items:center;margin-bottom:32px;padding-bottom:0;display:flex;overflow:hidden}.el-drawer__header>:first-child{flex:1}.el-drawer__title{line-height:inherit;flex:1;margin:0;font-size:16px}.el-drawer__footer{padding:var(--el-drawer-padding-primary);text-align:right;padding-top:10px;overflow:hidden}.el-drawer__close-btn{cursor:pointer;font-size:var(--el-font-size-extra-large);color:inherit;background-color:#0000;border:none;outline:none;display:inline-flex}.el-drawer__close-btn:focus i,.el-drawer__close-btn:hover i{color:var(--el-color-primary)}.el-drawer__body{padding:var(--el-drawer-padding-primary);flex:1;overflow:auto}.el-drawer__body>*{box-sizing:border-box}.el-drawer.is-dragging{transition:none}.el-drawer__dragger{-webkit-user-select:none;user-select:none;background-color:#0000;transition:all .2s;position:absolute}.el-drawer__dragger:before{content:"";background-color:#0000;transition:all .2s;position:absolute}.el-drawer__dragger:hover:before{background-color:var(--el-color-primary)}.el-drawer.ltr,.el-drawer.rtl{height:100%;top:0;bottom:0}.el-drawer.ltr>.el-drawer__dragger,.el-drawer.rtl>.el-drawer__dragger{height:100%;width:var(--el-drawer-dragger-size);cursor:ew-resize;top:0;bottom:0}.el-drawer.ltr>.el-drawer__dragger:before,.el-drawer.rtl>.el-drawer__dragger:before{width:3px;top:0;bottom:0}.el-drawer.ttb,.el-drawer.btt{width:100%;left:0;right:0}.el-drawer.ttb>.el-drawer__dragger,.el-drawer.btt>.el-drawer__dragger{width:100%;height:var(--el-drawer-dragger-size);cursor:ns-resize;left:0;right:0}.el-drawer.ttb>.el-drawer__dragger:before,.el-drawer.btt>.el-drawer__dragger:before{height:3px;left:0;right:0}.el-drawer.ltr{left:0}.el-drawer.ltr>.el-drawer__dragger{right:0}.el-drawer.ltr>.el-drawer__dragger:before{right:-2px}.el-drawer.rtl{right:0}.el-drawer.rtl>.el-drawer__dragger{left:0}.el-drawer.rtl>.el-drawer__dragger:before{left:-2px}.el-drawer.ttb{top:0}.el-drawer.ttb>.el-drawer__dragger{bottom:0}.el-drawer.ttb>.el-drawer__dragger:before{bottom:-2px}.el-drawer.btt{bottom:0}.el-drawer.btt>.el-drawer__dragger{top:0}.el-drawer.btt>.el-drawer__dragger:before{top:-2px}.el-modal-drawer.is-penetrable{pointer-events:none}.el-modal-drawer.is-penetrable .el-drawer{pointer-events:auto}.el-drawer-fade-enter-active,.el-drawer-fade-leave-active{transition:all var(--el-transition-duration)}.el-drawer-fade-enter-from,.el-drawer-fade-enter-active,.el-drawer-fade-enter-to,.el-drawer-fade-leave-from,.el-drawer-fade-leave-active,.el-drawer-fade-leave-to{overflow:hidden!important}.el-drawer-fade-enter-from,.el-drawer-fade-leave-to{background-color:#0000!important}.el-drawer-fade-enter-from .rtl,.el-drawer-fade-leave-to .rtl{transform:translate(100%)}.el-drawer-fade-enter-from .ltr,.el-drawer-fade-leave-to .ltr{transform:translate(-100%)}.el-drawer-fade-enter-from .ttb,.el-drawer-fade-leave-to .ttb{transform:translateY(-100%)}.el-drawer-fade-enter-from .btt,.el-drawer-fade-leave-to .btt{transform:translateY(100%)}.el-dropdown{--el-dropdown-menu-box-shadow:var(--el-box-shadow-light);--el-dropdown-menuItem-hover-fill:var(--el-color-primary-light-9);--el-dropdown-menuItem-hover-color:var(--el-color-primary);--el-dropdown-menu-index:10;color:var(--el-text-color-regular);font-size:var(--el-font-size-base);vertical-align:top;line-height:1;display:inline-flex;position:relative}.el-dropdown.is-disabled{color:var(--el-text-color-placeholder);cursor:not-allowed}.el-dropdown__popper{--el-dropdown-menu-box-shadow:var(--el-box-shadow-light);--el-dropdown-menuItem-hover-fill:var(--el-color-primary-light-9);--el-dropdown-menuItem-hover-color:var(--el-color-primary);--el-dropdown-menu-index:10}.el-dropdown__popper.el-popper{background:var(--el-bg-color-overlay);border:1px solid var(--el-border-color-light);box-shadow:var(--el-dropdown-menu-box-shadow)}.el-dropdown__popper.el-popper .el-popper__arrow:before{border:1px solid var(--el-border-color-light)}.el-dropdown__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before{border-top-color:#0000;border-left-color:#0000}.el-dropdown__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:#0000;border-right-color:#0000}.el-dropdown__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:#0000;border-left-color:#0000}.el-dropdown__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-top-color:#0000;border-right-color:#0000}.el-dropdown__popper .el-dropdown-menu{border:none}.el-dropdown__popper .el-dropdown__popper-selfdefine{outline:none}.el-dropdown__popper .el-scrollbar__bar{z-index:calc(var(--el-dropdown-menu-index) + 1)}.el-dropdown__popper .el-dropdown__list{box-sizing:border-box;margin:0;padding:0;list-style:none}.el-dropdown .el-dropdown__caret-button{border-left:none;justify-content:center;align-items:center;width:32px;padding-left:0;padding-right:0;display:inline-flex}.el-dropdown .el-dropdown__caret-button>span{display:inline-flex}.el-dropdown .el-dropdown__caret-button:before{content:"";background:var(--el-overlay-color-lighter);width:1px;display:block;position:absolute;top:-1px;bottom:-1px;left:0}.el-dropdown .el-dropdown__caret-button.el-button:before{background:var(--el-border-color);opacity:.5}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{font-size:inherit;padding-left:0}.el-dropdown .el-dropdown-selfdefine{outline:none}.el-dropdown--large .el-dropdown__caret-button{width:40px}.el-dropdown--small .el-dropdown__caret-button{width:24px}.el-dropdown-menu{z-index:var(--el-dropdown-menu-index);background-color:var(--el-bg-color-overlay);border-radius:var(--el-border-radius-base);box-shadow:none;border:none;margin:0;padding:5px 0;list-style:none;position:relative;top:0;left:0}.el-dropdown-menu__item{white-space:nowrap;line-height:22px;font-size:var(--el-font-size-base);color:var(--el-text-color-regular);cursor:pointer;outline:none;align-items:center;margin:0;padding:5px 16px;list-style:none;display:flex}.el-dropdown-menu__item:not(.is-disabled):hover,.el-dropdown-menu__item:not(.is-disabled):focus{background-color:var(--el-dropdown-menuItem-hover-fill);color:var(--el-dropdown-menuItem-hover-color)}.el-dropdown-menu__item i{margin-right:5px}.el-dropdown-menu__item--divided{border-top:1px solid var(--el-border-color-lighter);margin:6px 0}.el-dropdown-menu__item.is-disabled{cursor:not-allowed;color:var(--el-text-color-disabled)}.el-dropdown-menu--large{padding:7px 0}.el-dropdown-menu--large .el-dropdown-menu__item{padding:7px 20px;font-size:14px;line-height:22px}.el-dropdown-menu--large .el-dropdown-menu__item--divided{margin:8px 0}.el-dropdown-menu--small{padding:3px 0}.el-dropdown-menu--small .el-dropdown-menu__item{padding:2px 12px;font-size:12px;line-height:20px}.el-dropdown-menu--small .el-dropdown-menu__item--divided{margin:4px 0}.el-empty{--el-empty-padding:40px 0;--el-empty-image-width:160px;--el-empty-description-margin-top:20px;--el-empty-bottom-margin-top:20px;--el-empty-fill-color-0:var(--el-color-white);--el-empty-fill-color-1:#fcfcfd;--el-empty-fill-color-2:#f8f9fb;--el-empty-fill-color-3:#f7f8fc;--el-empty-fill-color-4:#eeeff3;--el-empty-fill-color-5:#edeef2;--el-empty-fill-color-6:#e9ebef;--el-empty-fill-color-7:#e5e7e9;--el-empty-fill-color-8:#e0e3e9;--el-empty-fill-color-9:#d5d7de;text-align:center;box-sizing:border-box;padding:var(--el-empty-padding);flex-direction:column;justify-content:center;align-items:center;display:flex}.el-empty__image{width:var(--el-empty-image-width)}.el-empty__image img{-webkit-user-select:none;user-select:none;vertical-align:top;object-fit:contain;width:100%;height:100%}.el-empty__image svg{color:var(--el-svg-monochrome-grey);fill:currentColor;vertical-align:top;width:100%;height:100%}.el-empty__description{margin-top:var(--el-empty-description-margin-top)}.el-empty__description p{font-size:var(--el-font-size-base);color:var(--el-text-color-secondary);margin:0}.el-empty__bottom{margin-top:var(--el-empty-bottom-margin-top)}.el-footer{--el-footer-padding:0 20px;--el-footer-height:60px;padding:var(--el-footer-padding);box-sizing:border-box;height:var(--el-footer-height);flex-shrink:0}.el-form-item{--el-form-item-margin-bottom:18px;--font-size:14px;margin-bottom:var(--el-form-item-margin-bottom);display:flex}.el-form-item .el-form-item{margin-bottom:0}.el-form-item .el-input__validateIcon{display:none}.el-form-item--large{--font-size:14px;--el-form-label-font-size:var(--font-size);--el-form-item-margin-bottom:22px}.el-form-item--large .el-form-item__label{height:40px;line-height:40px}.el-form-item--large .el-form-item__content{line-height:40px}.el-form-item--large .el-form-item__error{padding-top:4px}.el-form-item--default{--font-size:14px;--el-form-label-font-size:var(--font-size);--el-form-item-margin-bottom:18px}.el-form-item--default .el-form-item__label{height:32px;line-height:32px}.el-form-item--default .el-form-item__content{line-height:32px}.el-form-item--default .el-form-item__error{padding-top:2px}.el-form-item--small{--font-size:12px;--el-form-label-font-size:var(--font-size);--el-form-item-margin-bottom:18px}.el-form-item--small .el-form-item__label{height:24px;line-height:24px}.el-form-item--small .el-form-item__content{line-height:24px}.el-form-item--small .el-form-item__error{padding-top:2px}.el-form-item--label-left .el-form-item__label{text-align:left;justify-content:flex-start}.el-form-item--label-right .el-form-item__label{text-align:right;justify-content:flex-end}.el-form-item--label-top{display:block}.el-form-item--label-top .el-form-item__label{text-align:left;width:-moz-fit-content;width:fit-content;height:auto;margin-bottom:8px;padding-right:0;line-height:22px;display:block}.el-form-item__label-wrap{display:flex}.el-form-item__label{font-size:var(--el-form-label-font-size);color:var(--el-text-color-regular);box-sizing:border-box;flex:none;align-items:flex-start;height:32px;padding:0 12px 0 0;line-height:32px;display:inline-flex}.el-form-item__content{line-height:32px;font-size:var(--font-size);flex-wrap:wrap;flex:1;align-items:center;min-width:0;display:flex;position:relative}.el-form-item__content .el-input-group{vertical-align:top}.el-form-item__error{color:var(--el-color-danger);padding-top:2px;font-size:12px;line-height:1;position:absolute;top:100%;left:0}.el-form-item__error--inline{margin-left:10px;display:inline-block;position:relative;top:auto;left:auto}.el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label:before,.el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label-wrap>.el-form-item__label:before{content:"*";color:var(--el-color-danger);margin-right:4px}.el-form-item.is-required:not(.is-no-asterisk).asterisk-right>.el-form-item__label:after,.el-form-item.is-required:not(.is-no-asterisk).asterisk-right>.el-form-item__label-wrap>.el-form-item__label:after{content:"*";color:var(--el-color-danger);margin-left:4px}.el-form-item.is-error .el-form-item__content .el-input__wrapper,.el-form-item.is-error .el-form-item__content .el-input__wrapper:hover,.el-form-item.is-error .el-form-item__content .el-input__wrapper:focus,.el-form-item.is-error .el-form-item__content .el-input__wrapper.is-focus,.el-form-item.is-error .el-form-item__content .el-textarea__inner,.el-form-item.is-error .el-form-item__content .el-textarea__inner:hover,.el-form-item.is-error .el-form-item__content .el-textarea__inner:focus,.el-form-item.is-error .el-form-item__content .el-textarea__inner.is-focus,.el-form-item.is-error .el-form-item__content .el-select__wrapper,.el-form-item.is-error .el-form-item__content .el-select__wrapper:hover,.el-form-item.is-error .el-form-item__content .el-select__wrapper:focus,.el-form-item.is-error .el-form-item__content .el-select__wrapper.is-focus,.el-form-item.is-error .el-form-item__content .el-input-tag__wrapper,.el-form-item.is-error .el-form-item__content .el-input-tag__wrapper:hover,.el-form-item.is-error .el-form-item__content .el-input-tag__wrapper:focus,.el-form-item.is-error .el-form-item__content .el-input-tag__wrapper.is-focus,.el-form-item.is-error .el-form-item__content :not(.el-input-otp--underlined) .el-input-otp__input-field,.el-form-item.is-error .el-form-item__content :not(.el-input-otp--underlined) .el-input-otp__input-field:hover,.el-form-item.is-error .el-form-item__content :not(.el-input-otp--underlined) .el-input-otp__input-field:focus,.el-form-item.is-error .el-form-item__content :not(.el-input-otp--underlined) .el-input-otp__input-field.is-focus,.el-form-item.is-error .el-form-item__content .el-input-otp--underlined .el-input-otp__input-field:after,.el-form-item.is-error .el-form-item__content .el-input-otp--underlined .el-input-otp__input-field:hover:after,.el-form-item.is-error .el-form-item__content .el-input-otp--underlined .el-input-otp__input-field:focus:after,.el-form-item.is-error .el-form-item__content .el-input-otp--underlined .el-input-otp__input-field.is-focus:after{box-shadow:0 0 0 1px var(--el-color-danger) inset}.el-form-item.is-error .el-form-item__content .el-input-group__append .el-input__wrapper,.el-form-item.is-error .el-form-item__content .el-input-group__prepend .el-input__wrapper{box-shadow:inset 0 0 0 1px #0000}.el-form-item.is-error .el-form-item__content .el-input-group__append .el-input__validateIcon,.el-form-item.is-error .el-form-item__content .el-input-group__prepend .el-input__validateIcon{display:none}.el-form-item.is-error .el-form-item__content .el-input__validateIcon{color:var(--el-color-danger)}.el-form-item--feedback .el-input__validateIcon{display:inline-flex}.el-form{--el-form-label-font-size:var(--el-font-size-base);--el-form-inline-content-width:220px}.el-form--inline .el-form-item{vertical-align:middle;margin-right:32px;display:inline-flex}.el-form--inline .el-form-item:last-child{margin-right:0}.el-form--inline.el-form--label-top{flex-wrap:wrap;display:flex}.el-form--inline.el-form--label-top .el-form-item{display:block}.el-header{--el-header-padding:0 20px;--el-header-height:60px;padding:var(--el-header-padding);box-sizing:border-box;height:var(--el-header-height);flex-shrink:0}.el-image-viewer__wrapper{position:fixed;top:0;bottom:0;left:0;right:0}.el-image-viewer__wrapper:focus{outline:none!important}.el-image-viewer__btn{z-index:1;opacity:.8;cursor:pointer;box-sizing:border-box;-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.el-image-viewer__btn .el-icon{cursor:pointer}.el-image-viewer__close{width:40px;height:40px;font-size:40px;top:40px;right:40px}.el-image-viewer__canvas{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:static}.el-image-viewer__actions{background-color:var(--el-text-color-regular);border-color:#fff;border-radius:22px;height:44px;padding:0 23px;bottom:30px;left:50%;transform:translate(-50%)}.el-image-viewer__actions__inner{cursor:default;color:#fff;justify-content:space-around;align-items:center;gap:22px;width:100%;height:100%;padding:0 6px;font-size:23px;display:flex}.el-image-viewer__actions__divider{margin:0 -6px}.el-image-viewer__progress{cursor:default;color:#fff;bottom:90px;left:50%;transform:translate(-50%)}.el-image-viewer__prev{color:#fff;background-color:var(--el-text-color-regular);border-color:#fff;width:44px;height:44px;font-size:24px;top:50%;left:40px;transform:translateY(-50%)}.el-image-viewer__next{text-indent:2px;color:#fff;background-color:var(--el-text-color-regular);border-color:#fff;width:44px;height:44px;font-size:24px;top:50%;right:40px;transform:translateY(-50%)}.el-image-viewer__close{color:#fff;background-color:var(--el-text-color-regular);border-color:#fff;width:44px;height:44px;font-size:24px}.el-image-viewer__mask{opacity:.5;background:#000;width:100%;height:100%;position:absolute;top:0;left:0}.el-image-viewer-parent--hidden{overflow:hidden}.viewer-fade-enter-active{animation:viewer-fade-in var(--el-transition-duration)}.viewer-fade-leave-active{animation:viewer-fade-out var(--el-transition-duration)}@keyframes viewer-fade-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translate(0,0)}}@keyframes viewer-fade-out{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translateY(-20px)}}.el-image__error,.el-image__placeholder,.el-image__wrapper,.el-image__inner{width:100%;height:100%}.el-image{display:inline-block;position:relative;overflow:hidden}.el-image__inner{vertical-align:top;opacity:1}.el-image__inner.is-loading{opacity:0}.el-image__wrapper{position:absolute;top:0;left:0}.el-image__placeholder{background:var(--el-fill-color-light)}.el-image__error{background:var(--el-fill-color-light);color:var(--el-text-color-placeholder);vertical-align:middle;justify-content:center;align-items:center;font-size:14px;display:flex}.el-image__preview{cursor:pointer}.el-textarea{--el-input-text-color:var(--el-text-color-regular);--el-input-border:var(--el-border);--el-input-hover-border:var(--el-border-color-hover);--el-input-focus-border:var(--el-color-primary);--el-input-transparent-border:0 0 0 1px transparent inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:var(--el-fill-color-blank);--el-input-icon-color:var(--el-text-color-placeholder);--el-input-placeholder-color:var(--el-text-color-placeholder);--el-input-hover-border-color:var(--el-border-color-hover);--el-input-clear-hover-color:var(--el-text-color-secondary);--el-input-focus-border-color:var(--el-color-primary);--el-input-width:100%;vertical-align:bottom;width:100%;font-size:var(--el-font-size-base);display:inline-block;position:relative}.el-textarea__inner{cursor:auto;resize:vertical;box-sizing:border-box;width:100%;line-height:1.5;font-size:inherit;color:var(--el-input-text-color,var(--el-text-color-regular));background-color:var(--el-input-bg-color,var(--el-fill-color-blank));-webkit-appearance:none;box-shadow:0 0 0 1px var(--el-input-border-color,var(--el-border-color)) inset;border-radius:var(--el-input-border-radius,var(--el-border-radius-base));transition:var(--el-transition-box-shadow);background-image:none;border:none;padding:5px 11px;font-family:inherit;display:block;position:relative;overflow-y:auto}.el-textarea__inner.is-clearable{padding:5px 26px 5px 11px}.el-textarea__inner::placeholder{color:var(--el-input-placeholder-color,var(--el-text-color-placeholder))}.el-textarea__inner:hover{box-shadow:0 0 0 1px var(--el-input-hover-border-color) inset}.el-textarea__inner:focus{box-shadow:0 0 0 1px var(--el-input-focus-border-color) inset;outline:none}.el-textarea__clear{color:var(--el-input-icon-color);cursor:pointer;font-size:14px;position:absolute;top:15px;right:11px;transform:translateY(-50%)}.el-textarea__clear:hover{color:var(--el-input-clear-hover-color)}.el-textarea .el-input__count{color:var(--el-color-info);background:var(--el-fill-color-blank);font-size:12px;line-height:14px;position:absolute;bottom:5px;right:10px}.el-textarea .el-input__count.is-outside{top:100%;right:0;bottom:unset;background:0 0;padding-top:2px;line-height:1;position:absolute}.el-textarea.is-disabled .el-textarea__inner{box-shadow:0 0 0 1px var(--el-disabled-border-color) inset;background-color:var(--el-disabled-bg-color);color:var(--el-disabled-text-color);cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:var(--el-text-color-placeholder)}.el-textarea.is-exceed .el-textarea__inner{box-shadow:0 0 0 1px var(--el-color-danger) inset}.el-textarea.is-exceed .el-input__count{color:var(--el-color-danger)}.el-input{--el-input-text-color:var(--el-text-color-regular);--el-input-border:var(--el-border);--el-input-hover-border:var(--el-border-color-hover);--el-input-focus-border:var(--el-color-primary);--el-input-transparent-border:0 0 0 1px transparent inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:var(--el-fill-color-blank);--el-input-icon-color:var(--el-text-color-placeholder);--el-input-placeholder-color:var(--el-text-color-placeholder);--el-input-hover-border-color:var(--el-border-color-hover);--el-input-clear-hover-color:var(--el-text-color-secondary);--el-input-focus-border-color:var(--el-color-primary);--el-input-width:100%;--el-input-height:var(--el-component-size);font-size:var(--el-font-size-base);width:var(--el-input-width);line-height:var(--el-input-height);box-sizing:border-box;vertical-align:middle;display:inline-flex;position:relative}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{background:var(--el-text-color-disabled);border-radius:5px;width:6px}.el-input::-webkit-scrollbar-corner{background:var(--el-fill-color-blank)}.el-input::-webkit-scrollbar-track{background:var(--el-fill-color-blank)}.el-input::-webkit-scrollbar-track-piece{background:var(--el-fill-color-blank);width:6px}.el-input .el-input__clear,.el-input .el-input__password{color:var(--el-input-icon-color);cursor:pointer;font-size:14px}.el-input .el-input__clear:hover,.el-input .el-input__password:hover{color:var(--el-input-clear-hover-color)}.el-input .el-input__count{height:100%;color:var(--el-color-info);align-items:center;font-size:12px;display:inline-flex}.el-input .el-input__count .el-input__count-inner{background:var(--el-fill-color-blank);line-height:initial;padding-left:8px;display:inline-block}.el-input .el-input__count.is-outside{height:unset;padding-top:2px;position:absolute;top:100%;right:0}.el-input .el-input__count.is-outside .el-input__count-inner{background:0 0;padding-left:0;line-height:1}.el-input__wrapper{background-color:var(--el-input-bg-color,var(--el-fill-color-blank));border-radius:var(--el-input-border-radius,var(--el-border-radius-base));cursor:text;transition:var(--el-transition-box-shadow);box-shadow:0 0 0 1px var(--el-input-border-color,var(--el-border-color)) inset;background-image:none;flex-grow:1;justify-content:center;align-items:center;padding:1px 11px;display:inline-flex;transform:translateZ(0)}.el-input__wrapper:hover{box-shadow:0 0 0 1px var(--el-input-hover-border-color) inset}.el-input__wrapper.is-focus{box-shadow:0 0 0 1px var(--el-input-focus-border-color) inset}.el-input{--el-input-inner-height:calc(var(--el-input-height,32px) - 2px)}.el-input__inner{-webkit-appearance:none;width:100%;color:var(--el-input-text-color,var(--el-text-color-regular));font-size:inherit;height:var(--el-input-inner-height);line-height:var(--el-input-inner-height);box-sizing:border-box;background:0 0;border:none;outline:none;flex-grow:1;padding:0}.el-input__inner:focus{outline:none}.el-input__inner::placeholder{color:var(--el-input-placeholder-color,var(--el-text-color-placeholder))}.el-input__inner[type=password]::-ms-reveal{display:none}.el-input__inner[type=number]{line-height:1}.el-input__prefix{white-space:nowrap;height:100%;line-height:var(--el-input-inner-height);text-align:center;color:var(--el-input-icon-color,var(--el-text-color-placeholder));transition:all var(--el-transition-duration);pointer-events:none;flex-wrap:nowrap;flex-shrink:0;display:inline-flex}.el-input__prefix-inner{pointer-events:all;justify-content:center;align-items:center;display:inline-flex}.el-input__prefix-inner>:last-child{margin-right:8px}.el-input__prefix-inner>:first-child,.el-input__prefix-inner>:first-child.el-input__icon{margin-left:0}.el-input__suffix{white-space:nowrap;height:100%;line-height:var(--el-input-inner-height);text-align:center;color:var(--el-input-icon-color,var(--el-text-color-placeholder));transition:all var(--el-transition-duration);pointer-events:none;flex-wrap:nowrap;flex-shrink:0;display:inline-flex}.el-input__suffix-inner{pointer-events:all;justify-content:center;align-items:center;display:inline-flex}.el-input__suffix-inner>:first-child{margin-left:8px}.el-input .el-input__icon{height:inherit;line-height:inherit;transition:all var(--el-transition-duration);justify-content:center;align-items:center;margin-left:8px;display:flex}.el-input .el-input__clear{transition:color var(--el-transition-duration)}.el-input__validateIcon{pointer-events:none}.el-input.is-active .el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-focus-color, ) inset}.el-input.is-disabled{cursor:not-allowed}.el-input.is-disabled .el-input__wrapper{background-color:var(--el-disabled-bg-color);cursor:not-allowed;box-shadow:0 0 0 1px var(--el-disabled-border-color) inset}.el-input.is-disabled .el-input__inner{color:var(--el-disabled-text-color);-webkit-text-fill-color:var(--el-disabled-text-color);cursor:not-allowed}.el-input.is-disabled .el-input__inner::placeholder{color:var(--el-text-color-placeholder)}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-disabled .el-input__prefix-inner,.el-input.is-disabled .el-input__suffix-inner{pointer-events:none}.el-input.is-exceed .el-input__wrapper{box-shadow:0 0 0 1px var(--el-color-danger) inset}.el-input.is-exceed .el-input__suffix .el-input__count{color:var(--el-color-danger)}.el-input--large{--el-input-height:var(--el-component-size-large);font-size:14px}.el-input--large .el-input__wrapper{padding:1px 15px}.el-input--large{--el-input-inner-height:calc(var(--el-input-height,40px) - 2px)}.el-input--small{--el-input-height:var(--el-component-size-small);font-size:12px}.el-input--small .el-input__wrapper{padding:1px 7px}.el-input--small{--el-input-inner-height:calc(var(--el-input-height,24px) - 2px)}.el-input-group{align-items:stretch;width:100%;display:inline-flex}.el-input-group__append,.el-input-group__prepend{background-color:var(--el-fill-color-light);color:var(--el-color-info);border-radius:var(--el-input-border-radius);white-space:nowrap;justify-content:center;align-items:center;min-height:100%;padding:0 20px;display:inline-flex;position:relative}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:none}.el-input-group__append .el-select,.el-input-group__append .el-button,.el-input-group__prepend .el-select,.el-input-group__prepend .el-button{flex:1;margin:0 -20px;display:inline-block}.el-input-group__append button.el-button,.el-input-group__append button.el-button:hover,.el-input-group__append div.el-select .el-select__wrapper,.el-input-group__append div.el-select:hover .el-select__wrapper,.el-input-group__prepend button.el-button,.el-input-group__prepend button.el-button:hover,.el-input-group__prepend div.el-select .el-select__wrapper,.el-input-group__prepend div.el-select:hover .el-select__wrapper{color:inherit;background-color:#0000;border-color:#0000}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{box-shadow:1px 0 0 0 var(--el-input-border-color) inset, 0 1px 0 0 var(--el-input-border-color) inset, 0 -1px 0 0 var(--el-input-border-color) inset;border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append{box-shadow:0 1px 0 0 var(--el-input-border-color) inset, 0 -1px 0 0 var(--el-input-border-color) inset, -1px 0 0 0 var(--el-input-border-color) inset;border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend>.el-input__wrapper{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-input-group__prepend .el-select .el-select__wrapper{box-shadow:1px 0 0 0 var(--el-input-border-color) inset, 0 1px 0 0 var(--el-input-border-color) inset, 0 -1px 0 0 var(--el-input-border-color) inset;border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group--append>.el-input__wrapper{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group--append .el-input-group__append .el-select .el-select__wrapper{box-shadow:0 1px 0 0 var(--el-input-border-color) inset, 0 -1px 0 0 var(--el-input-border-color) inset, -1px 0 0 0 var(--el-input-border-color) inset;border-top-left-radius:0;border-bottom-left-radius:0}.el-input-hidden{display:none!important}.el-input-number{vertical-align:middle;width:150px;line-height:30px;display:inline-flex;position:relative}.el-input-number .el-input__wrapper{padding-left:42px;padding-right:42px}.el-input-number .el-input__inner{-webkit-appearance:none;-moz-appearance:textfield;text-align:center;line-height:1}.el-input-number .el-input__inner::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.el-input-number .el-input__inner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.el-input-number.is-left .el-input__inner{text-align:left}.el-input-number.is-right .el-input__inner{text-align:right}.el-input-number.is-center .el-input__inner{text-align:center}.el-input-number__increase,.el-input-number__decrease{z-index:1;background:var(--el-fill-color-light);width:32px;height:auto;color:var(--el-text-color-regular);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:13px;display:flex;position:absolute;top:1px;bottom:1px}.el-input-number__increase:hover,.el-input-number__decrease:hover{color:var(--el-color-primary)}.el-input-number__increase:hover~.el-input:not(.is-disabled) .el-input__wrapper,.el-input-number__decrease:hover~.el-input:not(.is-disabled) .el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-focus-border-color,var(--el-color-primary)) inset}.el-input-number__increase.is-disabled,.el-input-number__decrease.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.el-input-number__increase{border-radius:0 var(--el-border-radius-base) var(--el-border-radius-base) 0;border-left:var(--el-border);right:1px}.el-input-number__decrease{border-radius:var(--el-border-radius-base) 0 0 var(--el-border-radius-base);border-right:var(--el-border);left:1px}.el-input-number.is-disabled .el-input-number__increase,.el-input-number.is-disabled .el-input-number__decrease{border-color:var(--el-disabled-border-color);color:var(--el-disabled-border-color)}.el-input-number.is-disabled .el-input-number__increase:hover,.el-input-number.is-disabled .el-input-number__decrease:hover{color:var(--el-disabled-border-color);cursor:not-allowed}.el-input-number--large{width:180px;line-height:38px}.el-input-number--large .el-input-number__increase,.el-input-number--large .el-input-number__decrease{width:40px;font-size:14px}.el-input-number--large.is-controls-right .el-input--large .el-input__wrapper{padding-right:47px}.el-input-number--large .el-input--large .el-input__wrapper{padding-left:47px;padding-right:47px}.el-input-number--small{width:120px;line-height:22px}.el-input-number--small .el-input-number__increase,.el-input-number--small .el-input-number__decrease{width:24px;font-size:12px}.el-input-number--small.is-controls-right .el-input--small .el-input__wrapper{padding-right:31px}.el-input-number--small .el-input--small .el-input__wrapper{padding-left:31px;padding-right:31px}.el-input-number--small .el-input-number__increase [class*=el-icon],.el-input-number--small .el-input-number__decrease [class*=el-icon]{transform:scale(.9)}.el-input-number.is-without-controls .el-input__wrapper{padding-left:15px;padding-right:15px}.el-input-number.is-controls-right .el-input__wrapper{padding-left:15px;padding-right:42px}.el-input-number.is-controls-right .el-input-number__increase,.el-input-number.is-controls-right .el-input-number__decrease{--el-input-number-controls-height:15px;height:var(--el-input-number-controls-height);line-height:var(--el-input-number-controls-height)}.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon],.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon]{transform:scale(.8)}.el-input-number.is-controls-right .el-input-number__increase{border-radius:0 var(--el-border-radius-base) 0 0;border-bottom:var(--el-border);bottom:auto;left:auto}.el-input-number.is-controls-right .el-input-number__decrease{border-right:none;border-left:var(--el-border);border-radius:0 0 var(--el-border-radius-base) 0;top:auto;left:auto;right:1px}.el-input-number.is-controls-right[class*=large] [class*=increase],.el-input-number.is-controls-right[class*=large] [class*=decrease]{--el-input-number-controls-height:19px}.el-input-number.is-controls-right[class*=small] [class*=increase],.el-input-number.is-controls-right[class*=small] [class*=decrease]{--el-input-number-controls-height:11px}.el-input-tag{--el-input-tag-border-color-hover:var(--el-border-color-hover);--el-input-tag-placeholder-color:var(--el-text-color-placeholder);--el-input-tag-disabled-color:var(--el-disabled-text-color);--el-input-tag-disabled-border:var(--el-disabled-border-color);--el-input-tag-font-size:var(--el-font-size-base);--el-input-tag-close-hover-color:var(--el-text-color-secondary);--el-input-tag-text-color:var(--el-text-color-regular);--el-input-tag-input-focus-border-color:var(--el-color-primary);--el-input-tag-width:100%;--el-input-tag-mini-height:var(--el-component-size);--el-input-tag-gap:6px;--el-input-tag-padding:4px;--el-input-tag-inner-padding:8px;--el-input-tag-line-height:24px;box-sizing:border-box;cursor:pointer;font-size:var(--el-input-tag-font-size);padding:var(--el-input-tag-padding);width:var(--el-input-tag-width);min-height:var(--el-input-tag-mini-height);line-height:var(--el-input-tag-line-height);border-radius:var(--el-border-radius-base);background-color:var(--el-fill-color-blank);transition:var(--el-transition-duration);box-shadow:0 0 0 1px var(--el-border-color) inset;align-items:center;display:flex;transform:translate(0,0)}.el-input-tag.is-focused{box-shadow:0 0 0 1px var(--el-color-primary) inset}.el-input-tag.is-hovering:not(.is-focused){box-shadow:0 0 0 1px var(--el-border-color-hover) inset}.el-input-tag.is-disabled{cursor:not-allowed;background-color:var(--el-fill-color-light);box-shadow:0 0 0 1px var(--el-input-tag-disabled-border) inset}.el-input-tag.is-disabled:hover{box-shadow:0 0 0 1px var(--el-input-tag-disabled-border) inset}.el-input-tag.is-disabled.is-focus{box-shadow:0 0 0 1px var(--el-input-focus-border-color) inset}.el-input-tag.is-disabled .el-input-tag__inner .el-input-tag__input,.el-input-tag.is-disabled .el-input-tag__inner .el-tag{cursor:not-allowed}.el-input-tag__prefix{padding:0 var(--el-input-tag-inner-padding);color:var(--el-input-icon-color,var(--el-text-color-placeholder));flex-shrink:0;align-items:center;display:flex}.el-input-tag__suffix{padding:0 var(--el-input-tag-inner-padding);color:var(--el-input-icon-color,var(--el-text-color-placeholder));flex-shrink:0;align-items:center;gap:8px;display:flex}.el-input-tag__collapse-tag{line-height:1}.el-input-tag__input-tag-list{flex-wrap:wrap;flex:1;align-items:center;gap:6px;min-width:0;display:flex;position:relative}.el-input-tag__input-tag-list.is-near{margin-left:-8px}.el-input-tag__input-tag-list .el-tag{cursor:pointer;border-color:#0000}.el-input-tag__input-tag-list .el-tag.el-tag--plain{border-color:var(--el-tag-border-color)}.el-input-tag__input-tag-list .el-tag .el-tag__content{min-width:0}.el-input-tag__inner{align-items:center;gap:var(--el-input-tag-gap);flex-wrap:wrap;flex:1;min-width:0;max-width:100%;display:flex;position:relative}.el-input-tag__inner.is-left-space{margin-left:var(--el-input-tag-inner-padding)}.el-input-tag__inner.is-right-space{margin-right:var(--el-input-tag-inner-padding)}.el-input-tag__inner.is-draggable .el-tag{cursor:move;-webkit-user-select:none;user-select:none}.el-input-tag__drop-indicator{width:1px;height:var(--el-input-tag-line-height);background-color:var(--el-color-primary);position:absolute;top:0}.el-input-tag__inner .el-tag{cursor:pointer;border-color:#0000;max-width:100%}.el-input-tag__inner .el-tag.el-tag--plain{border-color:var(--el-tag-border-color)}.el-input-tag__inner .el-tag .el-tag__content{text-overflow:ellipsis;white-space:nowrap;min-width:0;line-height:normal;overflow:hidden}.el-input-tag__input-wrapper{flex:1}.el-input-tag__input{color:var(--el-input-tag-text-color);font-size:inherit;font-family:inherit;line-height:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#0000;border:none;outline:none;width:100%;padding:0}.el-input-tag__input::placeholder{color:var(--el-input-tag-placeholder-color)}.el-input-tag__input-calculator{visibility:hidden;white-space:pre;max-width:100%;position:absolute;top:0;left:0;overflow:hidden}.el-input-tag--large{--el-input-tag-gap:6px;--el-input-tag-padding:8px;--el-input-tag-padding-left:8px;--el-input-tag-font-size:14px}.el-input-tag--small{--el-input-tag-gap:4px;--el-input-tag-padding:2px;--el-input-tag-padding-left:6px;--el-input-tag-font-size:12px;--el-input-tag-line-height:20px;--el-input-tag-mini-height:var(--el-component-size-small)}.el-input-otp{--el-input-otp-text-color:var(--el-text-color-regular);--el-input-otp-field-width:calc(var(--el-input-otp-size) - 4px);--el-input-otp-gap:8px;--el-input-otp-font-size:14px;--el-input-otp-size:32px}.el-input-otp--large{--el-input-otp-gap:12px;--el-input-otp-font-size:14px;--el-input-otp-size:40px}.el-input-otp--small{--el-input-otp-gap:6px;--el-input-otp-font-size:12px;--el-input-otp-size:24px}.el-input-otp{align-items:center;column-gap:var(--el-input-otp-gap);font-size:var(--el-input-otp-font-size);height:var(--el-input-otp-size);flex-wrap:nowrap;display:inline-flex}.el-input-otp.is-disabled,.el-input-otp.is-disabled .el-input-otp__input{cursor:not-allowed}.el-input-otp__input-field{width:var(--el-input-otp-field-width,calc(var(--el-input-otp-size) - 4px));border-radius:var(--el-border-radius-base);height:100%;line-height:1;position:relative}.el-input-otp__input{text-align:center;width:100%;height:100%;line-height:1;font-size:inherit;color:var(--el-input-otp-text-color,var(--el-text-color-regular));background-color:#0000;border:none;outline:none;padding:0}.el-input-otp.is-disabled .el-input-otp__input{color:var(--el-text-color-disabled)}.el-input-otp--outlined .el-input-otp__input-field{box-shadow:0 0 0 1px var(--el-border-color) inset}@media (hover:hover){.el-input-otp--outlined .el-input-otp__input-field:hover{box-shadow:0 0 0 1px var(--el-color-primary-light-5) inset}}.el-input-otp--outlined .el-input-otp__input-field:focus-within{box-shadow:0 0 0 1px var(--el-color-primary) inset}.el-input-otp--outlined.is-disabled .el-input-otp__input-field{background-color:var(--el-fill-color-light)}@media (hover:hover){.el-input-otp--outlined.is-disabled .el-input-otp__input-field:hover{box-shadow:0 0 0 1px var(--el-border-color) inset}}.el-input-otp--filled .el-input-otp__input-field{background-color:var(--el-fill-color)}@media (hover:hover){.el-input-otp--filled .el-input-otp__input-field:hover{background-color:var(--el-fill-color-dark)}}.el-input-otp--filled .el-input-otp__input-field:focus-within{background-color:var(--el-fill-color-blank);box-shadow:0 0 0 1px var(--el-color-primary) inset}.el-input-otp--filled.is-disabled .el-input-otp__input-field{background-color:var(--el-fill-color-light)}@media (hover:hover){.el-input-otp--filled.is-disabled .el-input-otp__input-field:hover{background-color:var(--el-fill-color-light)}}.el-input-otp--underlined .el-input-otp__input-field:after{content:"";background-color:var(--el-border-color);width:100%;height:1px;display:block;position:absolute;bottom:0;left:0}@media (hover:hover){.el-input-otp--underlined .el-input-otp__input-field:hover:after{background-color:var(--el-color-primary-light-5)}}.el-input-otp--underlined .el-input-otp__input-field:focus-within:after{background-color:var(--el-color-primary)}@media (hover:hover){.el-input-otp--underlined.is-disabled .el-input-otp__input-field:hover:after{background-color:var(--el-border-color)}}.el-link{--el-link-font-size:var(--el-font-size-base);--el-link-font-weight:var(--el-font-weight-primary);--el-link-text-color:var(--el-text-color-regular);--el-link-hover-text-color:var(--el-color-primary);--el-link-disabled-text-color:var(--el-text-color-placeholder);vertical-align:middle;cursor:pointer;font-size:var(--el-link-font-size);font-weight:var(--el-link-font-weight);color:var(--el-link-text-color);outline:none;flex-direction:row;justify-content:center;align-items:center;padding:0;text-decoration:none;display:inline-flex;position:relative}.el-link.is-hover-underline:hover:after{content:"";border-bottom:1px solid var(--el-link-hover-text-color);height:0;position:absolute;bottom:0;left:0;right:0}.el-link.is-underline:after{content:"";border-bottom:1px solid var(--el-link-text-color);height:0;position:absolute;bottom:0;left:0;right:0}.el-link:hover{color:var(--el-link-hover-text-color)}.el-link:hover:after{border-color:var(--el-link-hover-text-color)}.el-link [class*=el-icon-]+span{margin-left:5px}.el-link__inner{justify-content:center;align-items:center;display:inline-flex}.el-link.el-link--primary{--el-link-text-color:var(--el-color-primary);--el-link-hover-text-color:var(--el-color-primary-light-3);--el-link-disabled-text-color:var(--el-color-primary-light-5)}.el-link.el-link--success{--el-link-text-color:var(--el-color-success);--el-link-hover-text-color:var(--el-color-success-light-3);--el-link-disabled-text-color:var(--el-color-success-light-5)}.el-link.el-link--warning{--el-link-text-color:var(--el-color-warning);--el-link-hover-text-color:var(--el-color-warning-light-3);--el-link-disabled-text-color:var(--el-color-warning-light-5)}.el-link.el-link--danger{--el-link-text-color:var(--el-color-danger);--el-link-hover-text-color:var(--el-color-danger-light-3);--el-link-disabled-text-color:var(--el-color-danger-light-5)}.el-link.el-link--error{--el-link-text-color:var(--el-color-error);--el-link-hover-text-color:var(--el-color-error-light-3);--el-link-disabled-text-color:var(--el-color-error-light-5)}.el-link.el-link--info{--el-link-text-color:var(--el-color-info);--el-link-hover-text-color:var(--el-color-info-light-3);--el-link-disabled-text-color:var(--el-color-info-light-5)}.el-link.is-disabled{color:var(--el-link-disabled-text-color);cursor:not-allowed}.el-link.is-disabled:after{border-color:var(--el-link-disabled-text-color)}:root{--el-loading-spinner-size:42px;--el-loading-fullscreen-spinner-size:50px}.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{z-index:2000;background-color:var(--el-mask-color);transition:opacity var(--el-transition-duration);margin:0;position:absolute;top:0;bottom:0;left:0;right:0}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:calc((0px - var(--el-loading-fullscreen-spinner-size)) / 2)}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:var(--el-loading-fullscreen-spinner-size);width:var(--el-loading-fullscreen-spinner-size)}.el-loading-spinner{margin-top:calc((0px - var(--el-loading-spinner-size)) / 2);text-align:center;width:100%;position:absolute;top:50%}.el-loading-spinner .el-loading-text{color:var(--el-color-primary);margin:3px 0;font-size:14px}.el-loading-spinner .circular{height:var(--el-loading-spinner-size);width:var(--el-loading-spinner-size);animation:2s linear infinite loading-rotate;display:inline}.el-loading-spinner .path{stroke-dasharray:90 150;stroke-dashoffset:0;stroke-width:2px;stroke:var(--el-color-primary);stroke-linecap:round;will-change:transform;animation:1.5s ease-in-out infinite loading-dash}.el-loading-spinner i{color:var(--el-color-primary)}.el-loading-fade-enter-from,.el-loading-fade-leave-to{opacity:0}@keyframes loading-rotate{to{transform:rotate(360deg)}}@keyframes loading-dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:90 150;stroke-dashoffset:-40px}to{stroke-dasharray:90 150;stroke-dashoffset:-120px}}.el-main{--el-main-padding:20px;box-sizing:border-box;padding:var(--el-main-padding);flex:auto;display:block;overflow:auto}:root{--el-menu-active-color:var(--el-color-primary);--el-menu-text-color:var(--el-text-color-primary);--el-menu-hover-text-color:var(--el-color-primary);--el-menu-bg-color:var(--el-fill-color-blank);--el-menu-hover-bg-color:var(--el-color-primary-light-9);--el-menu-item-height:56px;--el-menu-sub-item-height:calc(var(--el-menu-item-height) - 6px);--el-menu-horizontal-height:60px;--el-menu-horizontal-sub-item-height:36px;--el-menu-item-font-size:var(--el-font-size-base);--el-menu-item-hover-fill:var(--el-color-primary-light-9);--el-menu-border-color:var(--el-border-color);--el-menu-base-level-padding:20px;--el-menu-level-padding:20px;--el-menu-icon-width:24px}.el-menu{border-right:solid 1px var(--el-menu-border-color);background-color:var(--el-menu-bg-color);box-sizing:border-box;margin:0;padding-left:0;list-style:none;position:relative}.el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-menu-item,.el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-sub-menu__title,.el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-menu-item-group__title{white-space:nowrap;padding-left:calc(var(--el-menu-base-level-padding) + var(--el-menu-level) * var(--el-menu-level-padding))}.el-menu:not(.el-menu--collapse) .el-sub-menu__title{padding-right:calc(var(--el-menu-base-level-padding) + var(--el-menu-icon-width))}.el-menu--horizontal{height:var(--el-menu-horizontal-height);border-right:none;flex-wrap:nowrap;display:flex}.el-menu--horizontal.el-menu--popup-container{height:unset}.el-menu--horizontal.el-menu{border-bottom:solid 1px var(--el-menu-border-color)}.el-menu--horizontal>.el-menu-item{height:100%;color:var(--el-menu-text-color);border-bottom:2px solid #0000;justify-content:center;align-items:center;margin:0;display:inline-flex}.el-menu--horizontal>.el-menu-item a,.el-menu--horizontal>.el-menu-item a:hover{color:inherit}.el-menu--horizontal>.el-sub-menu:focus,.el-menu--horizontal>.el-sub-menu:hover{outline:none}.el-menu--horizontal>.el-sub-menu:hover .el-sub-menu__title{color:var(--el-menu-hover-text-color)}.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title{border-bottom:2px solid var(--el-menu-active-color);color:var(--el-menu-active-color)}.el-menu--horizontal>.el-sub-menu .el-sub-menu__title{height:100%;color:var(--el-menu-text-color);border-bottom:2px solid #0000}.el-menu--horizontal>.el-sub-menu .el-sub-menu__title:hover{background-color:var(--el-menu-bg-color)}.el-menu--horizontal .el-menu .el-menu-item,.el-menu--horizontal .el-menu .el-sub-menu__title{background-color:var(--el-menu-bg-color);height:var(--el-menu-horizontal-sub-item-height);line-height:var(--el-menu-horizontal-sub-item-height);color:var(--el-menu-text-color);align-items:center;padding:0 10px;display:flex}.el-menu--horizontal .el-menu .el-sub-menu__title{padding-right:40px}.el-menu--horizontal .el-menu .el-menu-item.is-active,.el-menu--horizontal .el-menu .el-menu-item.is-active:hover,.el-menu--horizontal .el-menu .el-sub-menu.is-active>.el-sub-menu__title,.el-menu--horizontal .el-menu .el-sub-menu.is-active>.el-sub-menu__title:hover{color:var(--el-menu-active-color)}.el-menu--horizontal .el-menu-item:not(.is-disabled):hover,.el-menu--horizontal .el-menu-item:not(.is-disabled):focus{color:var(--el-menu-active-color,var(--el-menu-hover-text-color));background-color:var(--el-menu-hover-bg-color);outline:none}.el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid var(--el-menu-active-color);color:var(--el-menu-active-color)!important}.el-menu--collapse{width:calc(var(--el-menu-icon-width) + var(--el-menu-base-level-padding) * 2)}.el-menu--collapse>.el-menu-item [class^=el-icon],.el-menu--collapse>.el-sub-menu>.el-sub-menu__title [class^=el-icon],.el-menu--collapse>.el-menu-item-group>ul>.el-sub-menu>.el-sub-menu__title [class^=el-icon]{vertical-align:middle;width:var(--el-menu-icon-width);text-align:center;margin:0}.el-menu--collapse>.el-menu-item .el-sub-menu__icon-arrow,.el-menu--collapse>.el-sub-menu>.el-sub-menu__title .el-sub-menu__icon-arrow,.el-menu--collapse>.el-menu-item-group>ul>.el-sub-menu>.el-sub-menu__title .el-sub-menu__icon-arrow{display:none}.el-menu--collapse>.el-menu-item>span,.el-menu--collapse>.el-sub-menu>.el-sub-menu__title>span,.el-menu--collapse>.el-menu-item-group>ul>.el-sub-menu>.el-sub-menu__title>span{visibility:hidden;width:0;height:0;display:inline-block;overflow:hidden}.el-menu--collapse>.el-menu-item.is-active i{color:inherit}.el-menu--collapse .el-menu .el-sub-menu{min-width:200px}.el-menu--collapse .el-sub-menu.is-active .el-sub-menu__title{color:var(--el-menu-active-color)}.el-menu--popup{z-index:100;border-radius:var(--el-border-radius-small);min-width:200px;box-shadow:var(--el-box-shadow-light);border:none;padding:5px 0}.el-menu .el-icon{flex-shrink:0}.el-menu-item{height:var(--el-menu-item-height);line-height:var(--el-menu-item-height);font-size:var(--el-menu-item-font-size);color:var(--el-menu-text-color);padding:0 var(--el-menu-base-level-padding);cursor:pointer;transition:border-color var(--el-transition-duration), background-color var(--el-transition-duration), color var(--el-transition-duration);box-sizing:border-box;white-space:nowrap;align-items:center;list-style:none;display:flex;position:relative}.el-menu-item *{vertical-align:bottom}.el-menu-item i{color:inherit}.el-menu-item:hover,.el-menu-item:focus{outline:none}.el-menu-item:hover{background-color:var(--el-menu-hover-bg-color)}.el-menu-item.is-disabled{opacity:.25;cursor:not-allowed;background:0 0!important}.el-menu-item [class^=el-icon]{width:var(--el-menu-icon-width);text-align:center;vertical-align:middle;margin-right:5px;font-size:18px}.el-menu-item.is-active{color:var(--el-menu-active-color)}.el-menu-item.is-active i{color:inherit}.el-menu-item .el-menu-tooltip__trigger{box-sizing:border-box;width:100%;height:100%;padding:0 var(--el-menu-base-level-padding);align-items:center;display:inline-flex;position:absolute;top:0;left:0}.el-sub-menu{margin:0;padding-left:0;list-style:none}.el-sub-menu__title{height:var(--el-menu-item-height);line-height:var(--el-menu-item-height);font-size:var(--el-menu-item-font-size);color:var(--el-menu-text-color);padding:0 var(--el-menu-base-level-padding);cursor:pointer;transition:border-color var(--el-transition-duration), background-color var(--el-transition-duration), color var(--el-transition-duration);box-sizing:border-box;white-space:nowrap;align-items:center;list-style:none;display:flex;position:relative}.el-sub-menu__title *{vertical-align:bottom}.el-sub-menu__title i{color:inherit}.el-sub-menu__title:hover,.el-sub-menu__title:focus{outline:none}.el-sub-menu__title.is-disabled{opacity:.25;cursor:not-allowed;background:0 0!important}.el-sub-menu__title:hover{background-color:var(--el-menu-hover-bg-color)}.el-sub-menu .el-menu{border:none}.el-sub-menu .el-menu-item{height:var(--el-menu-sub-item-height);line-height:var(--el-menu-sub-item-height)}.el-sub-menu.el-sub-menu__hide-arrow .el-sub-menu__title{padding-right:var(--el-menu-base-level-padding)}.el-sub-menu__hide-arrow .el-sub-menu__icon-arrow{display:none!important}.el-sub-menu.is-active .el-sub-menu__title{border-bottom-color:var(--el-menu-active-color)}.el-sub-menu.is-disabled .el-sub-menu__title,.el-sub-menu.is-disabled .el-menu-item{opacity:.25;cursor:not-allowed;background:0 0!important}.el-sub-menu .el-icon{vertical-align:middle;width:var(--el-menu-icon-width);text-align:center;margin-right:5px;font-size:18px}.el-sub-menu .el-icon.el-sub-menu__icon-more{margin-right:0!important}.el-sub-menu .el-sub-menu__icon-arrow{top:50%;right:var(--el-menu-base-level-padding);transition:transform var(--el-transition-duration);width:inherit;margin-top:-6px;margin-right:0;font-size:12px;position:absolute}.el-menu-item-group>ul{padding:0}.el-menu-item-group__title{padding:7px 0 7px var(--el-menu-base-level-padding);color:var(--el-text-color-secondary);font-size:12px;line-height:normal}.horizontal-collapse-transition .el-sub-menu__title .el-sub-menu__icon-arrow{transition:var(--el-transition-duration-fast);opacity:0}.el-popper,.el-menu--popup-container,.el-menu{outline:none}.el-message-box{--el-messagebox-title-color:var(--el-text-color-primary);--el-messagebox-width:420px;--el-messagebox-border-radius:4px;--el-messagebox-box-shadow:var(--el-box-shadow);--el-messagebox-font-size:var(--el-font-size-large);--el-messagebox-content-font-size:var(--el-font-size-base);--el-messagebox-content-color:var(--el-text-color-regular);--el-messagebox-error-font-size:12px;--el-messagebox-padding-primary:12px;--el-messagebox-font-line-height:var(--el-font-line-height-primary);max-width:var(--el-messagebox-width);width:100%;padding:var(--el-messagebox-padding-primary);vertical-align:middle;background-color:var(--el-bg-color);border-radius:var(--el-messagebox-border-radius);font-size:var(--el-messagebox-font-size);box-shadow:var(--el-messagebox-box-shadow);text-align:left;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;overflow-wrap:break-word;display:inline-block;position:relative;overflow:hidden}.el-message-box:focus{outline:none!important}.is-message-box .el-overlay-message-box{text-align:center;padding:16px;position:fixed;top:0;bottom:0;left:0;right:0;overflow:auto}.is-message-box .el-overlay-message-box:after{content:"";vertical-align:middle;width:0;height:100%;display:inline-block}.el-message-box.is-draggable .el-message-box__header{cursor:move;-webkit-user-select:none;user-select:none}.el-message-box__header{padding-bottom:var(--el-messagebox-padding-primary)}.el-message-box__header.show-close{padding-right:calc(var(--el-messagebox-padding-primary) + var(--el-message-close-size,16px))}.el-message-box__title{font-size:var(--el-messagebox-font-size);line-height:var(--el-messagebox-font-line-height);color:var(--el-messagebox-title-color)}.el-message-box__headerbtn{width:40px;height:40px;font-size:var(--el-message-close-size,16px);cursor:pointer;background:0 0;border:none;outline:none;padding:0;position:absolute;top:0;right:0}.el-message-box__headerbtn .el-message-box__close{color:var(--el-color-info);font-size:inherit}.el-message-box__headerbtn:focus .el-message-box__close,.el-message-box__headerbtn:hover .el-message-box__close{color:var(--el-color-primary)}.el-message-box__content{color:var(--el-messagebox-content-color);font-size:var(--el-messagebox-content-font-size)}.el-message-box__container{align-items:center;gap:12px;display:flex}.el-message-box__input{padding-top:12px}.el-message-box__input div.invalid>input,.el-message-box__input div.invalid>input:focus{border-color:var(--el-color-error)}.el-message-box__status{font-size:24px}.el-message-box__status.el-message-box-icon--primary{--el-messagebox-color:var(--el-color-primary);color:var(--el-messagebox-color)}.el-message-box__status.el-message-box-icon--success{--el-messagebox-color:var(--el-color-success);color:var(--el-messagebox-color)}.el-message-box__status.el-message-box-icon--info{--el-messagebox-color:var(--el-color-info);color:var(--el-messagebox-color)}.el-message-box__status.el-message-box-icon--warning{--el-messagebox-color:var(--el-color-warning);color:var(--el-messagebox-color)}.el-message-box__status.el-message-box-icon--error{--el-messagebox-color:var(--el-color-error);color:var(--el-messagebox-color)}.el-message-box__message{min-width:0;margin:0}.el-message-box__message p{line-height:var(--el-messagebox-font-line-height);margin:0}.el-message-box__errormsg{color:var(--el-color-error);font-size:var(--el-messagebox-error-font-size);line-height:var(--el-messagebox-font-line-height)}.el-message-box__btns{padding-top:var(--el-messagebox-padding-primary);flex-wrap:wrap;justify-content:flex-end;align-items:center;display:flex}.el-message-box--center .el-message-box__title{justify-content:center;align-items:center;gap:6px;display:flex}.el-message-box--center .el-message-box__status{font-size:inherit}.el-message-box--center .el-message-box__btns,.el-message-box--center .el-message-box__container{justify-content:center}.el-message-box-parent--hidden{overflow:hidden}.fade-in-linear-enter-active .el-overlay-message-box{animation:msgbox-fade-in var(--el-transition-duration)}.fade-in-linear-leave-active .el-overlay-message-box{animation:msgbox-fade-in var(--el-transition-duration) reverse}@keyframes msgbox-fade-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translate(0,0)}}.el-message{--el-message-bg-color:var(--el-color-info-light-9);--el-message-border-color:var(--el-border-color-lighter);--el-message-padding:11px 15px;--el-message-close-size:16px;--el-message-close-icon-color:var(--el-text-color-placeholder);--el-message-close-hover-color:var(--el-text-color-secondary);box-sizing:border-box;border-radius:var(--el-border-radius-base);border-width:var(--el-border-width);border-style:var(--el-border-style);border-color:var(--el-message-border-color);background-color:var(--el-message-bg-color);width:max-content;max-width:calc(100% - 32px);transition:opacity var(--el-transition-duration), transform .4s, top .4s, bottom .4s;padding:var(--el-message-padding);align-items:center;gap:8px;display:flex;position:fixed}.el-message.is-left{left:16px}.el-message.is-right{right:16px}.el-message.is-center{left:50%;transform:translate(-50%)}.el-message.is-plain{background-color:var(--el-bg-color-overlay);border-color:var(--el-bg-color-overlay);box-shadow:var(--el-box-shadow-light)}.el-message p{margin:0}.el-message--primary{--el-message-bg-color:var(--el-color-primary-light-9);--el-message-border-color:var(--el-color-primary-light-8);--el-message-text-color:var(--el-color-primary)}.el-message--primary .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--primary{color:var(--el-message-text-color)}.el-message--success{--el-message-bg-color:var(--el-color-success-light-9);--el-message-border-color:var(--el-color-success-light-8);--el-message-text-color:var(--el-color-success)}.el-message--success .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--success{color:var(--el-message-text-color)}.el-message--info{--el-message-bg-color:var(--el-color-info-light-9);--el-message-border-color:var(--el-color-info-light-8);--el-message-text-color:var(--el-color-info)}.el-message--info .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--info{color:var(--el-message-text-color)}.el-message--warning{--el-message-bg-color:var(--el-color-warning-light-9);--el-message-border-color:var(--el-color-warning-light-8);--el-message-text-color:var(--el-color-warning)}.el-message--warning .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--warning{color:var(--el-message-text-color)}.el-message--error{--el-message-bg-color:var(--el-color-error-light-9);--el-message-border-color:var(--el-color-error-light-8);--el-message-text-color:var(--el-color-error)}.el-message--error .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--error{color:var(--el-message-text-color)}.el-message .el-message__badge{position:absolute;top:-8px;right:-8px}.el-message__content{padding:0;font-size:14px;line-height:1}.el-message__content:focus{outline-width:0}.el-message .el-message__closeBtn{cursor:pointer;color:var(--el-message-close-icon-color);font-size:var(--el-message-close-size)}.el-message .el-message__closeBtn:focus{outline-width:0}.el-message .el-message__closeBtn:hover{color:var(--el-message-close-hover-color)}.el-message-fade-enter-from,.el-message-fade-leave-to{opacity:0}.el-message-fade-enter-from.is-left,.el-message-fade-enter-from.is-right,.el-message-fade-leave-to.is-left,.el-message-fade-leave-to.is-right{transform:translateY(-100%)}.el-message-fade-enter-from.is-left.is-bottom,.el-message-fade-enter-from.is-right.is-bottom,.el-message-fade-leave-to.is-left.is-bottom,.el-message-fade-leave-to.is-right.is-bottom{transform:translateY(100%)}.el-message-fade-enter-from.is-center,.el-message-fade-leave-to.is-center{transform:translate(-50%,-100%)}.el-message-fade-enter-from.is-center.is-bottom,.el-message-fade-leave-to.is-center.is-bottom{transform:translate(-50%,100%)}.el-notification{--el-notification-width:330px;--el-notification-padding:14px 26px 14px 13px;--el-notification-radius:8px;--el-notification-shadow:var(--el-box-shadow-light);--el-notification-border-color:var(--el-border-color-lighter);--el-notification-icon-size:24px;--el-notification-close-font-size:var(--el-message-close-size,16px);--el-notification-group-margin-left:13px;--el-notification-group-margin-right:8px;--el-notification-content-font-size:var(--el-font-size-base);--el-notification-content-color:var(--el-text-color-regular);--el-notification-title-font-size:16px;--el-notification-title-color:var(--el-text-color-primary);--el-notification-close-color:var(--el-text-color-secondary);--el-notification-close-hover-color:var(--el-text-color-regular);width:var(--el-notification-width);padding:var(--el-notification-padding);border-radius:var(--el-notification-radius);box-sizing:border-box;border:1px solid var(--el-notification-border-color);background-color:var(--el-bg-color-overlay);box-shadow:var(--el-notification-shadow);transition:opacity var(--el-transition-duration), transform var(--el-transition-duration), left var(--el-transition-duration), right var(--el-transition-duration), top .4s, bottom var(--el-transition-duration);overflow-wrap:break-word;z-index:9999;display:flex;position:fixed;overflow:hidden}.el-notification.right{right:16px}.el-notification.left{left:16px}.el-notification__group{min-width:0;margin-left:var(--el-notification-group-margin-left);margin-right:var(--el-notification-group-margin-right);flex:1}.el-notification__title{font-weight:700;font-size:var(--el-notification-title-font-size);line-height:var(--el-notification-icon-size);color:var(--el-notification-title-color);margin:0}.el-notification__content{font-size:var(--el-notification-content-font-size);color:var(--el-notification-content-color);margin:6px 0 0;line-height:24px}.el-notification__content p{margin:0}.el-notification .el-notification__icon{height:var(--el-notification-icon-size);width:var(--el-notification-icon-size);font-size:var(--el-notification-icon-size);flex-shrink:0}.el-notification .el-notification__closeBtn{cursor:pointer;color:var(--el-notification-close-color);font-size:var(--el-notification-close-font-size);position:absolute;top:18px;right:15px}.el-notification .el-notification__closeBtn:hover{color:var(--el-notification-close-hover-color)}.el-notification .el-notification--primary{--el-notification-icon-color:var(--el-color-primary);color:var(--el-notification-icon-color)}.el-notification .el-notification--success{--el-notification-icon-color:var(--el-color-success);color:var(--el-notification-icon-color)}.el-notification .el-notification--info{--el-notification-icon-color:var(--el-color-info);color:var(--el-notification-icon-color)}.el-notification .el-notification--warning{--el-notification-icon-color:var(--el-color-warning);color:var(--el-notification-icon-color)}.el-notification .el-notification--error{--el-notification-icon-color:var(--el-color-error);color:var(--el-notification-icon-color)}.el-notification__progress{position:absolute;bottom:0;left:0;right:0}.el-notification__progress .el-progress-bar__inner{transition:width .1s linear}.el-notification-fade-enter-from.right{right:0;transform:translate(100%)}.el-notification-fade-enter-from.left{left:0;transform:translate(-100%)}.el-notification-fade-leave-to{opacity:0}.el-overlay{z-index:2000;background-color:var(--el-overlay-color-lighter);height:100%;position:fixed;top:0;bottom:0;left:0;right:0;overflow:auto}.el-overlay .el-overlay-root{height:0}.el-page-header.is-contentful .el-page-header__main{border-top:1px solid var(--el-border-color-light);margin-top:16px}.el-page-header__header{justify-content:space-between;align-items:center;line-height:24px;display:flex}.el-page-header__left{align-items:center;margin-right:40px;display:flex;position:relative}.el-page-header__back{cursor:pointer;align-items:center;display:flex}.el-page-header__left .el-divider--vertical{margin:0 16px}.el-page-header__icon{align-items:center;margin-right:10px;font-size:16px;display:flex}.el-page-header__icon .el-icon{font-size:inherit}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{color:var(--el-text-color-primary);font-size:18px}.el-page-header__breadcrumb{margin-bottom:16px}.el-pagination{--el-pagination-font-size:14px;--el-pagination-bg-color:var(--el-fill-color-blank);--el-pagination-text-color:var(--el-text-color-primary);--el-pagination-border-radius:2px;--el-pagination-button-color:var(--el-text-color-primary);--el-pagination-button-width:32px;--el-pagination-button-height:32px;--el-pagination-button-disabled-color:var(--el-text-color-placeholder);--el-pagination-button-disabled-bg-color:var(--el-fill-color-blank);--el-pagination-button-bg-color:var(--el-fill-color);--el-pagination-hover-color:var(--el-color-primary);--el-pagination-font-size-small:12px;--el-pagination-button-width-small:24px;--el-pagination-button-height-small:24px;--el-pagination-button-width-large:40px;--el-pagination-button-height-large:40px;--el-pagination-item-gap:16px;white-space:nowrap;color:var(--el-pagination-text-color);font-size:var(--el-pagination-font-size);align-items:center;font-weight:400;display:flex}.el-pagination .el-input__inner{text-align:center;-moz-appearance:textfield}.el-pagination .el-select{width:128px}.el-pagination .btn-prev,.el-pagination .btn-next{font-size:var(--el-pagination-font-size);min-width:var(--el-pagination-button-width);height:var(--el-pagination-button-height);line-height:var(--el-pagination-button-height);color:var(--el-pagination-button-color);background:var(--el-pagination-bg-color);border-radius:var(--el-pagination-border-radius);cursor:pointer;text-align:center;box-sizing:border-box;border:none;justify-content:center;align-items:center;padding:0 4px;display:flex}.el-pagination .btn-prev *,.el-pagination .btn-next *{pointer-events:none}.el-pagination .btn-prev:focus,.el-pagination .btn-next:focus{outline:none}.el-pagination .btn-prev:hover,.el-pagination .btn-next:hover{color:var(--el-pagination-hover-color)}.el-pagination .btn-prev.is-active,.el-pagination .btn-next.is-active{color:var(--el-pagination-hover-color);cursor:default;font-weight:700}.el-pagination .btn-prev.is-active.is-disabled,.el-pagination .btn-next.is-active.is-disabled{color:var(--el-text-color-secondary);font-weight:700}.el-pagination .btn-prev:disabled,.el-pagination .btn-prev.is-disabled,.el-pagination .btn-next:disabled,.el-pagination .btn-next.is-disabled{color:var(--el-pagination-button-disabled-color);background-color:var(--el-pagination-button-disabled-bg-color);cursor:not-allowed}.el-pagination .btn-prev:focus-visible{outline:1px solid var(--el-pagination-hover-color);outline-offset:-1px}.el-pagination .btn-next:focus-visible{outline:1px solid var(--el-pagination-hover-color);outline-offset:-1px}.el-pagination .btn-prev .el-icon,.el-pagination .btn-next .el-icon{width:inherit;font-size:12px;font-weight:700;display:block}.el-pagination>.is-first{margin-left:0!important}.el-pagination>.is-last{margin-right:0!important}.el-pagination .btn-prev{margin-left:var(--el-pagination-item-gap)}.el-pagination__sizes,.el-pagination__total{margin-left:var(--el-pagination-item-gap);color:var(--el-text-color-regular);font-weight:400}.el-pagination__total[disabled=true]{color:var(--el-text-color-placeholder)}.el-pagination__jump{margin-left:var(--el-pagination-item-gap);color:var(--el-text-color-regular);align-items:center;font-weight:400;display:flex}.el-pagination__jump[disabled=true]{color:var(--el-text-color-placeholder)}.el-pagination__goto{margin-right:8px}.el-pagination__editor{text-align:center;box-sizing:border-box}.el-pagination__editor.el-input{width:56px}.el-pagination__editor .el-input__inner::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.el-pagination__editor .el-input__inner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.el-pagination__classifier{margin-left:8px}.el-pagination__rightwrapper{flex:1;justify-content:flex-end;align-items:center;display:flex}.el-pagination.is-background .btn-prev,.el-pagination.is-background .btn-next,.el-pagination.is-background .el-pager li{background-color:var(--el-pagination-button-bg-color);margin:0 4px}.el-pagination.is-background .btn-prev.is-active,.el-pagination.is-background .btn-next.is-active,.el-pagination.is-background .el-pager li.is-active{background-color:var(--el-color-primary);color:var(--el-color-white)}.el-pagination.is-background .btn-prev:disabled,.el-pagination.is-background .btn-prev.is-disabled,.el-pagination.is-background .btn-next:disabled,.el-pagination.is-background .btn-next.is-disabled,.el-pagination.is-background .el-pager li:disabled,.el-pagination.is-background .el-pager li.is-disabled{color:var(--el-text-color-placeholder);background-color:var(--el-disabled-bg-color)}.el-pagination.is-background .btn-prev:disabled.is-active,.el-pagination.is-background .btn-prev.is-disabled.is-active,.el-pagination.is-background .btn-next:disabled.is-active,.el-pagination.is-background .btn-next.is-disabled.is-active,.el-pagination.is-background .el-pager li:disabled.is-active,.el-pagination.is-background .el-pager li.is-disabled.is-active{color:var(--el-text-color-secondary);background-color:var(--el-fill-color-dark)}.el-pagination.is-background .btn-prev{margin-left:var(--el-pagination-item-gap)}.el-pagination--small .btn-prev,.el-pagination--small .btn-next,.el-pagination--small .el-pager li{height:var(--el-pagination-button-height-small);line-height:var(--el-pagination-button-height-small);font-size:var(--el-pagination-font-size-small);min-width:var(--el-pagination-button-width-small)}.el-pagination--small span:not([class*=suffix]),.el-pagination--small button{font-size:var(--el-pagination-font-size-small)}.el-pagination--small .el-select{width:100px}.el-pagination--large .btn-prev,.el-pagination--large .btn-next,.el-pagination--large .el-pager li{height:var(--el-pagination-button-height-large);line-height:var(--el-pagination-button-height-large);min-width:var(--el-pagination-button-width-large)}.el-pagination--large .el-select .el-input{width:160px}.el-pager{-webkit-user-select:none;user-select:none;align-items:center;margin:0;padding:0;font-size:0;list-style:none;display:flex}.el-pager li{font-size:var(--el-pagination-font-size);min-width:var(--el-pagination-button-width);height:var(--el-pagination-button-height);line-height:var(--el-pagination-button-height);color:var(--el-pagination-button-color);background:var(--el-pagination-bg-color);border-radius:var(--el-pagination-border-radius);cursor:pointer;text-align:center;box-sizing:border-box;border:none;justify-content:center;align-items:center;padding:0 4px;display:flex}.el-pager li *{pointer-events:none}.el-pager li:focus{outline:none}.el-pager li:hover{color:var(--el-pagination-hover-color)}.el-pager li.is-active{color:var(--el-pagination-hover-color);cursor:default;font-weight:700}.el-pager li.is-active.is-disabled{color:var(--el-text-color-secondary);font-weight:700}.el-pager li:disabled,.el-pager li.is-disabled{color:var(--el-pagination-button-disabled-color);background-color:var(--el-pagination-button-disabled-bg-color);cursor:not-allowed}.el-pager li:focus-visible{outline:1px solid var(--el-pagination-hover-color);outline-offset:-1px}.el-popconfirm{outline:none}.el-popconfirm__main{align-items:center;display:flex}.el-popconfirm__icon{margin-right:5px}.el-popconfirm__action{text-align:right;margin-top:8px}.el-popover{--el-popover-bg-color:var(--el-bg-color-overlay);--el-popover-font-size:var(--el-font-size-base);--el-popover-border-color:var(--el-border-color-lighter);--el-popover-padding:12px;--el-popover-padding-large:18px 20px;--el-popover-title-font-size:16px;--el-popover-title-text-color:var(--el-text-color-primary);--el-popover-border-radius:4px}.el-popover.el-popper{background:var(--el-popover-bg-color);border-radius:var(--el-popover-border-radius);border:1px solid var(--el-popover-border-color);min-width:150px;padding:var(--el-popover-padding);z-index:var(--el-index-popper);color:var(--el-text-color-regular);line-height:1.4;font-size:var(--el-popover-font-size);box-shadow:var(--el-box-shadow-light);overflow-wrap:break-word;box-sizing:border-box}.el-popover.el-popper--plain{padding:var(--el-popover-padding-large)}.el-popover__title{color:var(--el-popover-title-text-color);font-size:var(--el-popover-title-font-size);margin-bottom:12px;line-height:1}.el-popover__reference:focus:not(.focusing),.el-popover__reference:focus:hover{outline-width:0}.el-popover.el-popper.is-dark{--el-popover-bg-color:var(--el-text-color-primary);--el-popover-border-color:var(--el-text-color-primary);--el-popover-title-text-color:var(--el-bg-color);color:var(--el-bg-color)}.el-popover.el-popper:focus:active,.el-popover.el-popper:focus{outline-width:0}.el-progress{align-items:center;line-height:1;display:flex;position:relative}.el-progress__text{color:var(--el-text-color-regular);min-width:50px;margin-left:5px;font-size:14px;line-height:1}.el-progress__text i{vertical-align:middle;display:block}.el-progress--circle,.el-progress--dashboard{display:inline-block}.el-progress--circle .el-progress__text,.el-progress--dashboard .el-progress__text{text-align:center;width:100%;margin:0;position:absolute;top:50%;left:0;transform:translateY(-50%)}.el-progress--circle .el-progress__text i,.el-progress--dashboard .el-progress__text i{vertical-align:middle;display:inline-block}.el-progress--without-text .el-progress__text{display:none}.el-progress--without-text .el-progress-bar{margin-right:0;padding-right:0;display:block}.el-progress--text-inside .el-progress-bar{margin-right:0;padding-right:0}.el-progress.is-success .el-progress-bar__inner{background-color:var(--el-color-success)}.el-progress.is-success .el-progress__text{color:var(--el-color-success)}.el-progress.is-warning .el-progress-bar__inner{background-color:var(--el-color-warning)}.el-progress.is-warning .el-progress__text{color:var(--el-color-warning)}.el-progress.is-exception .el-progress-bar__inner{background-color:var(--el-color-danger)}.el-progress.is-exception .el-progress__text{color:var(--el-color-danger)}.el-progress-bar{box-sizing:border-box;flex-grow:1}.el-progress-bar__outer{background-color:var(--el-border-color-lighter);vertical-align:middle;border-radius:100px;height:6px;position:relative;overflow:hidden}.el-progress-bar__inner{background-color:var(--el-color-primary);text-align:right;white-space:nowrap;border-radius:100px;height:100%;line-height:1;transition:width .6s;position:absolute;top:0;left:0}.el-progress-bar__inner:after{content:"";vertical-align:middle;height:100%;display:inline-block}.el-progress-bar__inner--indeterminate{animation:3s infinite indeterminate;transform:translateZ(0)}.el-progress-bar__inner--striped{background-image:linear-gradient(45deg,#0000001a 25%,#0000 25% 50%,#0000001a 50% 75%,#0000 75%,#0000);background-size:1.25em 1.25em}.el-progress-bar__inner--striped.el-progress-bar__inner--striped-flow{animation:3s linear infinite striped-flow}.el-progress-bar__innerText{vertical-align:middle;color:#fff;margin:0 5px;font-size:12px;display:inline-block}@keyframes progress{0%{background-position:0 0}to{background-position:32px 0}}@keyframes indeterminate{0%{left:-100%}to{left:100%}}@keyframes striped-flow{0%{background-position:-100%}to{background-position:100%}}.el-radio-button{--el-radio-button-checked-bg-color:var(--el-color-primary);--el-radio-button-checked-text-color:var(--el-color-white);--el-radio-button-checked-border-color:var(--el-color-primary);--el-radio-button-disabled-checked-fill:var(--el-border-color-extra-light);outline:none;display:inline-block;position:relative}.el-radio-button__inner{white-space:nowrap;vertical-align:middle;background:var(--el-button-bg-color,var(--el-fill-color-blank));outline:var(--el-border);line-height:1;font-weight:var(--el-button-font-weight,var(--el-font-weight-primary));color:var(--el-button-text-color,var(--el-text-color-regular));-webkit-appearance:none;text-align:center;box-sizing:border-box;cursor:pointer;transition:var(--el-transition-all);-webkit-user-select:none;user-select:none;font-size:var(--el-font-size-base);border-radius:0;margin:0;padding:8px 15px;display:inline-block;position:relative}.el-radio-button__inner.is-round{padding:8px 15px}.el-radio-button__inner:hover{color:var(--el-color-primary)}.el-radio-button__inner [class*=el-icon-]{line-height:.9}.el-radio-button__inner [class*=el-icon-]+span{margin-left:5px}.el-radio-button:first-child .el-radio-button__inner{border-radius:var(--el-border-radius-base) 0 0 var(--el-border-radius-base);box-shadow:none!important}.el-radio-button.is-active .el-radio-button__original-radio:not(:disabled)+.el-radio-button__inner{color:var(--el-radio-button-checked-text-color,var(--el-color-white));background-color:var(--el-radio-button-checked-bg-color,var(--el-color-primary));border-color:var(--el-radio-button-checked-border-color,var(--el-color-primary));box-shadow:-1px 0 0 0 var(--el-radio-button-checked-border-color,var(--el-color-primary))}.el-radio-button__original-radio{opacity:0;z-index:-1;outline:none;position:absolute}.el-radio-button__original-radio:focus-visible+.el-radio-button__inner{border-left:var(--el-border);border-left-color:var(--el-radio-button-checked-border-color,var(--el-color-primary));outline:2px solid var(--el-radio-button-checked-border-color);outline-offset:1px;z-index:2;border-radius:var(--el-border-radius-base);box-shadow:none}.el-radio-button__original-radio:disabled+.el-radio-button__inner{color:var(--el-disabled-text-color);cursor:not-allowed;background-image:none;background-color:var(--el-button-disabled-bg-color,var(--el-fill-color-blank));border-color:var(--el-button-disabled-border-color,var(--el-border-color-light));box-shadow:none}.el-radio-button__original-radio:disabled:checked+.el-radio-button__inner{background-color:var(--el-radio-button-disabled-checked-fill)}.el-radio-button:last-child .el-radio-button__inner{border-radius:0 var(--el-border-radius-base) var(--el-border-radius-base) 0}.el-radio-button:first-child:last-child .el-radio-button__inner{border-radius:var(--el-border-radius-base)}.el-radio-button--large .el-radio-button__inner{font-size:var(--el-font-size-base);border-radius:0;padding:12px 19px}.el-radio-button--large .el-radio-button__inner.is-round{padding:12px 19px}.el-radio-button--small .el-radio-button__inner{border-radius:0;padding:5px 11px;font-size:12px}.el-radio-button--small .el-radio-button__inner.is-round{padding:5px 11px}.el-radio-group{flex-wrap:wrap;align-items:center;font-size:0;display:inline-flex}.el-radio{--el-radio-font-size:var(--el-font-size-base);--el-radio-text-color:var(--el-text-color-regular);--el-radio-font-weight:var(--el-font-weight-primary);--el-radio-input-height:14px;--el-radio-input-width:14px;--el-radio-input-border-radius:var(--el-border-radius-circle);--el-radio-input-bg-color:var(--el-fill-color-blank);--el-radio-input-border:var(--el-border);--el-radio-input-border-color:var(--el-border-color);--el-radio-input-border-color-hover:var(--el-color-primary);color:var(--el-radio-text-color);font-weight:var(--el-radio-font-weight);cursor:pointer;white-space:nowrap;font-size:var(--el-font-size-base);-webkit-user-select:none;user-select:none;outline:none;align-items:center;height:32px;margin-right:30px;display:inline-flex;position:relative}.el-radio.el-radio--large{height:40px}.el-radio.el-radio--small{height:24px}.el-radio.is-bordered{border-radius:var(--el-border-radius-base);border:var(--el-border);box-sizing:border-box;padding:0 15px 0 9px}.el-radio.is-bordered.is-checked{border-color:var(--el-color-primary)}.el-radio.is-bordered.is-disabled{cursor:not-allowed;border-color:var(--el-border-color-lighter)}.el-radio.is-bordered.el-radio--large{border-radius:var(--el-border-radius-base);padding:0 19px 0 11px}.el-radio.is-bordered.el-radio--large .el-radio__label{font-size:var(--el-font-size-base)}.el-radio.is-bordered.el-radio--large .el-radio__inner{width:14px;height:14px}.el-radio.is-bordered.el-radio--small{border-radius:var(--el-border-radius-base);padding:0 11px 0 7px}.el-radio.is-bordered.el-radio--small .el-radio__label{font-size:12px}.el-radio.is-bordered.el-radio--small .el-radio__inner{width:12px;height:12px}.el-radio:last-child{margin-right:0}.el-radio__input{white-space:nowrap;cursor:pointer;vertical-align:middle;outline:none;display:inline-flex;position:relative}.el-radio__input.is-disabled .el-radio__inner{background-color:var(--el-disabled-bg-color);border-color:var(--el-disabled-border-color);cursor:not-allowed}.el-radio__input.is-disabled .el-radio__inner:after{cursor:not-allowed;background-color:var(--el-disabled-bg-color)}.el-radio__input.is-disabled .el-radio__inner+.el-radio__label{cursor:not-allowed}.el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:var(--el-disabled-bg-color);border-color:var(--el-disabled-border-color)}.el-radio__input.is-disabled.is-checked .el-radio__inner:after{background-color:var(--el-text-color-placeholder)}.el-radio__input.is-disabled+span.el-radio__label{color:var(--el-text-color-placeholder);cursor:not-allowed}.el-radio__input.is-checked .el-radio__inner{border-color:var(--el-color-primary);background:var(--el-color-primary)}.el-radio__input.is-checked .el-radio__inner:after{background-color:var(--el-color-white);transform:translate(-50%,-50%)scale(1)}.el-radio__input.is-checked+.el-radio__label{color:var(--el-color-primary)}.el-radio__input.is-focus .el-radio__inner{border-color:var(--el-radio-input-border-color-hover)}.el-radio__inner{border:var(--el-radio-input-border);border-radius:var(--el-radio-input-border-radius);width:var(--el-radio-input-width);height:var(--el-radio-input-height);background-color:var(--el-radio-input-bg-color);cursor:pointer;box-sizing:border-box;transition:all .3s;display:inline-block;position:relative}.el-radio__inner:hover{border-color:var(--el-radio-input-border-color-hover)}.el-radio__inner:after{border-radius:var(--el-radio-input-border-radius);content:"";width:4px;height:4px;transition:transform .15s ease-in;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.el-radio__original{opacity:0;z-index:-1;outline:none;margin:0;position:absolute;top:0;bottom:0;left:0;right:0}.el-radio__original:focus-visible+.el-radio__inner{outline:2px solid var(--el-radio-input-border-color-hover);outline-offset:1px;border-radius:var(--el-radio-input-border-radius)}.el-radio:focus:not(:focus-visible):not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{box-shadow:0 0 2px 2px var(--el-radio-input-border-color-hover)}.el-radio__label{font-size:var(--el-radio-font-size);padding-left:8px}.el-radio.el-radio--large .el-radio__label{font-size:14px}.el-radio.el-radio--large .el-radio__inner{width:14px;height:14px}.el-radio.el-radio--small .el-radio__label{font-size:12px}.el-radio.el-radio--small .el-radio__inner{width:12px;height:12px}.el-rate{--el-rate-height:20px;--el-rate-font-size:var(--el-font-size-base);--el-rate-icon-size:18px;--el-rate-icon-margin:6px;--el-rate-void-color:var(--el-border-color-darker);--el-rate-fill-color:#f7ba2a;--el-rate-disabled-void-color:var(--el-fill-color);--el-rate-text-color:var(--el-text-color-primary);--el-rate-outline-color:var(--el-color-primary-light-5);align-items:center;height:32px;display:inline-flex}.el-rate:focus,.el-rate:active{outline:none}.el-rate:focus-visible .el-rate__item .el-rate__icon.is-focus-visible{outline:2px solid var(--el-rate-outline-color);transition:outline-offset,outline}.el-rate__item{cursor:pointer;vertical-align:middle;color:var(--el-rate-void-color);font-size:0;line-height:normal;display:inline-block;position:relative}.el-rate .el-rate__icon{font-size:var(--el-rate-icon-size);margin-right:var(--el-rate-icon-margin);transition:var(--el-transition-duration);display:inline-block;position:relative}.el-rate .el-rate__icon.hover{transform:scale(1.15)}.el-rate .el-rate__icon .path2{position:absolute;top:0;left:0}.el-rate .el-rate__icon.is-active{color:var(--el-rate-fill-color)}.el-rate__decimal{color:var(--el-rate-fill-color);display:inline-block;position:absolute;top:0;left:0;overflow:hidden}.el-rate__decimal--box{position:absolute;top:0;left:0}.el-rate__text{font-size:var(--el-rate-font-size);vertical-align:middle;color:var(--el-rate-text-color)}.el-rate--large{height:40px}.el-rate--small{height:24px}.el-rate--small .el-rate__icon{font-size:14px}.el-rate.is-disabled .el-rate__item{cursor:not-allowed;color:var(--el-rate-disabled-void-color)}.el-result{--el-result-padding:40px 30px;--el-result-icon-font-size:64px;--el-result-title-font-size:20px;--el-result-title-margin-top:20px;--el-result-subtitle-margin-top:10px;--el-result-extra-margin-top:30px;text-align:center;box-sizing:border-box;padding:var(--el-result-padding);flex-direction:column;justify-content:center;align-items:center;display:flex}.el-result__icon svg{width:var(--el-result-icon-font-size);height:var(--el-result-icon-font-size)}.el-result__title{margin-top:var(--el-result-title-margin-top)}.el-result__title p{font-size:var(--el-result-title-font-size);color:var(--el-text-color-primary);margin:0;line-height:1.3}.el-result__subtitle{margin-top:var(--el-result-subtitle-margin-top)}.el-result__subtitle p{font-size:var(--el-font-size-base);color:var(--el-text-color-regular);margin:0;line-height:1.3}.el-result__extra{margin-top:var(--el-result-extra-margin-top)}.el-result .icon-primary{--el-result-color:var(--el-color-primary);color:var(--el-result-color)}.el-result .icon-success{--el-result-color:var(--el-color-success);color:var(--el-result-color)}.el-result .icon-warning{--el-result-color:var(--el-color-warning);color:var(--el-result-color)}.el-result .icon-danger{--el-result-color:var(--el-color-danger);color:var(--el-result-color)}.el-result .icon-error{--el-result-color:var(--el-color-error);color:var(--el-result-color)}.el-result .icon-info{--el-result-color:var(--el-color-info);color:var(--el-result-color)}.el-row{box-sizing:border-box;flex-wrap:wrap;display:flex;position:relative}.el-row.is-justify-center{justify-content:center}.el-row.is-justify-end{justify-content:flex-end}.el-row.is-justify-space-between{justify-content:space-between}.el-row.is-justify-space-around{justify-content:space-around}.el-row.is-justify-space-evenly{justify-content:space-evenly}.el-row.is-align-top{align-items:flex-start}.el-row.is-align-middle{align-items:center}.el-row.is-align-bottom{align-items:flex-end}.el-scrollbar{--el-scrollbar-opacity:.3;--el-scrollbar-bg-color:var(--el-text-color-secondary);--el-scrollbar-hover-opacity:.5;--el-scrollbar-hover-bg-color:var(--el-text-color-secondary);height:100%;position:relative;overflow:hidden}.el-scrollbar__wrap{height:100%;overflow:auto}.el-scrollbar__wrap--hidden-default{scrollbar-width:none}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{display:none}.el-scrollbar__thumb{cursor:pointer;border-radius:inherit;background-color:var(--el-scrollbar-bg-color,var(--el-text-color-secondary));width:0;height:0;transition:var(--el-transition-duration) background-color;opacity:var(--el-scrollbar-opacity,.3);display:block;position:relative}.el-scrollbar__thumb:hover{background-color:var(--el-scrollbar-hover-bg-color,var(--el-text-color-secondary));opacity:var(--el-scrollbar-hover-opacity,.5)}.el-scrollbar__bar{z-index:1;border-radius:4px;position:absolute;bottom:2px;right:2px}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-scrollbar-fade-enter-active{transition:opacity .34s ease-out}.el-scrollbar-fade-leave-active{transition:opacity .12s ease-out}.el-scrollbar-fade-enter-from,.el-scrollbar-fade-leave-active{opacity:0}.el-select-dropdown{z-index:calc(var(--el-index-top) + 1);border-radius:var(--el-border-radius-base);box-sizing:border-box}.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list{padding:0}.el-select-dropdown__loading,.el-select-dropdown__empty{text-align:center;color:var(--el-text-color-secondary);font-size:var(--el-select-font-size);margin:0;padding:10px 0}.el-select-dropdown__wrap{max-height:274px}.el-select-dropdown__list{box-sizing:border-box;margin:0;padding:6px 0;list-style:none}.el-select-dropdown__list.el-vl__window{margin:6px 0;padding:0}.el-select-dropdown__header{border-bottom:1px solid var(--el-border-color-light);padding:10px}.el-select-dropdown__footer{border-top:1px solid var(--el-border-color-light);padding:10px}.el-select-dropdown__item{font-size:var(--el-font-size-base);white-space:nowrap;text-overflow:ellipsis;color:var(--el-text-color-regular);box-sizing:border-box;cursor:pointer;height:34px;padding:0 32px 0 20px;line-height:34px;position:relative;overflow:hidden}.el-select-dropdown__item.is-hovering{background-color:var(--el-fill-color-light)}.el-select-dropdown__item.is-selected{color:var(--el-color-primary);font-weight:700}.el-select-dropdown__item.is-disabled{color:var(--el-text-color-placeholder);cursor:not-allowed;background-color:unset}.el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected:after{content:"";background-position:50%;background-repeat:no-repeat;background-color:var(--el-color-primary);-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") 0 0/100% 100% no-repeat;mask:url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") 0 0/100% 100% no-repeat;border-top:none;border-right:none;width:12px;height:12px;position:absolute;top:50%;right:20px;transform:translateY(-50%);-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") 0 0/100% 100% no-repeat}.el-select-dropdown.is-multiple .el-select-dropdown__item.is-disabled:after{background-color:var(--el-text-color-placeholder)}.el-select-group{margin:0;padding:0}.el-select-group__wrap{margin:0;padding:0;list-style:none;position:relative}.el-select-group__title{box-sizing:border-box;color:var(--el-color-info);text-overflow:ellipsis;white-space:nowrap;padding:0 20px;font-size:12px;line-height:34px;overflow:hidden}.el-select-group .el-select-dropdown__item{padding-left:20px}.el-select{--el-select-border-color-hover:var(--el-border-color-hover);--el-select-disabled-color:var(--el-disabled-text-color);--el-select-disabled-border:var(--el-disabled-border-color);--el-select-font-size:var(--el-font-size-base);--el-select-close-hover-color:var(--el-text-color-secondary);--el-select-input-color:var(--el-text-color-placeholder);--el-select-multiple-input-color:var(--el-text-color-regular);--el-select-input-focus-border-color:var(--el-color-primary);--el-select-input-font-size:14px;--el-select-width:100%;vertical-align:middle;width:var(--el-select-width);display:inline-block;position:relative}.el-select__wrapper{box-sizing:border-box;cursor:pointer;text-align:left;border-radius:var(--el-border-radius-base);background-color:var(--el-fill-color-blank);min-height:32px;transition:var(--el-transition-box-shadow);box-shadow:0 0 0 1px var(--el-border-color) inset;align-items:center;gap:6px;padding:4px 12px;font-size:14px;line-height:24px;display:flex;position:relative;transform:translateZ(0)}.el-select__wrapper.is-filterable{cursor:text}.el-select__wrapper.is-focused{box-shadow:0 0 0 1px var(--el-color-primary) inset}.el-select__wrapper.is-hovering:not(.is-focused){box-shadow:0 0 0 1px var(--el-border-color-hover) inset}.el-select__wrapper.is-disabled{cursor:not-allowed;background-color:var(--el-fill-color-light);color:var(--el-text-color-placeholder);box-shadow:0 0 0 1px var(--el-select-disabled-border) inset}.el-select__wrapper.is-disabled:hover{box-shadow:0 0 0 1px var(--el-select-disabled-border) inset}.el-select__wrapper.is-disabled.is-focus{box-shadow:0 0 0 1px var(--el-input-focus-border-color) inset}.el-select__wrapper.is-disabled .el-select__selected-item{color:var(--el-select-disabled-color)}.el-select__wrapper.is-disabled .el-select__caret,.el-select__wrapper.is-disabled .el-tag,.el-select__wrapper.is-disabled input{cursor:not-allowed}.el-select__wrapper.is-disabled .el-select__prefix,.el-select__wrapper.is-disabled .el-select__suffix{pointer-events:none}.el-select__prefix,.el-select__suffix{color:var(--el-input-icon-color,var(--el-text-color-placeholder));flex-shrink:0;align-items:center;gap:6px;display:flex}.el-select__caret{color:var(--el-select-input-color);font-size:var(--el-select-input-font-size);transition:var(--el-transition-duration);cursor:pointer;transform:rotate(0)}.el-select__caret.is-reverse{transform:rotate(180deg)}.el-select__clear{cursor:pointer}.el-select__clear:hover{color:var(--el-select-close-hover-color)}.el-select__selection{flex-wrap:wrap;flex:1;align-items:center;gap:6px;min-width:0;display:flex;position:relative}.el-select__selection.is-near{margin-left:-8px}.el-select__selection .el-tag{cursor:pointer;border-color:#0000}.el-select__selection .el-tag.el-tag--plain{border-color:var(--el-tag-border-color)}.el-select__selection .el-tag .el-tag__content{min-width:0}.el-select__selected-item{-webkit-user-select:none;user-select:none;flex-wrap:wrap;display:flex}.el-select__selected-item>.el-tag{max-width:100%}.el-select__collapse-item{flex-shrink:0;max-width:100%}.el-select__tags-text{text-overflow:ellipsis;white-space:nowrap;line-height:normal;display:block;overflow:hidden}.el-select__placeholder{z-index:-1;text-overflow:ellipsis;white-space:nowrap;width:100%;color:var(--el-input-text-color,var(--el-text-color-regular));display:block;position:absolute;top:50%;overflow:hidden;transform:translateY(-50%)}.el-select__placeholder.is-transparent{-webkit-user-select:none;user-select:none;color:var(--el-text-color-placeholder)}.el-select__popper.el-popper{background:var(--el-bg-color-overlay);border:1px solid var(--el-border-color-light);box-shadow:var(--el-box-shadow-light)}.el-select__popper.el-popper .el-popper__arrow:before{border:1px solid var(--el-border-color-light)}.el-select__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before{border-top-color:#0000;border-left-color:#0000}.el-select__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:#0000;border-right-color:#0000}.el-select__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:#0000;border-left-color:#0000}.el-select__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-top-color:#0000;border-right-color:#0000}.el-select__input-wrapper{flex:1}.el-select__input-wrapper.is-hidden{opacity:0;z-index:-1;position:absolute}.el-select__input{color:var(--el-select-multiple-input-color);font-size:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#0000;border:none;outline:none;width:100%;height:24px;padding:0;font-family:inherit}.el-select__input-calculator{visibility:hidden;white-space:pre;max-width:100%;position:absolute;top:0;left:0;overflow:hidden}.el-select--large .el-select__wrapper{gap:6px;min-height:40px;padding:8px 16px;font-size:14px;line-height:24px}.el-select--large .el-select__selection{gap:6px}.el-select--large .el-select__selection.is-near{margin-left:-8px}.el-select--large .el-select__prefix,.el-select--large .el-select__suffix{gap:6px}.el-select--large .el-select__input{height:24px}.el-select--small .el-select__wrapper{gap:4px;min-height:24px;padding:2px 8px;font-size:12px;line-height:20px}.el-select--small .el-select__selection{gap:4px}.el-select--small .el-select__selection.is-near{margin-left:-6px}.el-select--small .el-select__prefix,.el-select--small .el-select__suffix{gap:4px}.el-select--small .el-select__input{height:20px}.el-skeleton{--el-skeleton-circle-size:var(--el-avatar-size)}.el-skeleton__item{background:var(--el-skeleton-color);border-radius:var(--el-border-radius-base);width:100%;height:16px;display:inline-block}.el-skeleton__circle{width:var(--el-skeleton-circle-size);height:var(--el-skeleton-circle-size);line-height:var(--el-skeleton-circle-size);border-radius:50%}.el-skeleton__button{border-radius:4px;width:64px;height:40px}.el-skeleton__p{width:100%}.el-skeleton__p.is-last{width:61%}.el-skeleton__p.is-first{width:33%}.el-skeleton__text{width:100%;height:var(--el-font-size-small)}.el-skeleton__caption{height:var(--el-font-size-extra-small)}.el-skeleton__h1{height:var(--el-font-size-extra-large)}.el-skeleton__h3{height:var(--el-font-size-large)}.el-skeleton__h5{height:var(--el-font-size-medium)}.el-skeleton__image{width:unset;border-radius:0;justify-content:center;align-items:center;display:flex}.el-skeleton__image svg{color:var(--el-svg-monochrome-grey);fill:currentColor;width:22%;height:22%}.el-skeleton{--el-skeleton-color:var(--el-fill-color);--el-skeleton-to-color:var(--el-fill-color-darker)}@keyframes el-skeleton-loading{0%{background-position:100%}to{background-position:0}}.el-skeleton{width:100%}.el-skeleton__first-line,.el-skeleton__paragraph{background:var(--el-skeleton-color);height:16px;margin-top:16px}.el-skeleton.is-animated .el-skeleton__item{background:linear-gradient(90deg, var(--el-skeleton-color) 25%, var(--el-skeleton-to-color) 37%, var(--el-skeleton-color) 63%);background-size:400% 100%;animation:1.4s infinite el-skeleton-loading}.el-slider{--el-slider-main-bg-color:var(--el-color-primary);--el-slider-runway-bg-color:var(--el-border-color-light);--el-slider-stop-bg-color:var(--el-color-white);--el-slider-disabled-color:var(--el-text-color-placeholder);--el-slider-border-radius:3px;--el-slider-height:6px;--el-slider-button-size:20px;--el-slider-button-wrapper-size:36px;--el-slider-button-wrapper-offset:-15px;align-items:center;width:100%;height:32px;display:flex}.el-slider__runway{height:var(--el-slider-height);background-color:var(--el-slider-runway-bg-color);border-radius:var(--el-slider-border-radius);cursor:pointer;flex:1;position:relative}.el-slider__runway.show-input{width:auto;margin-right:30px}.el-slider__runway.is-disabled{cursor:default}.el-slider__runway.is-disabled .el-slider__bar{background-color:var(--el-slider-disabled-color)}.el-slider__runway.is-disabled .el-slider__button{border-color:var(--el-slider-disabled-color)}.el-slider__runway.is-disabled .el-slider__button-wrapper:hover,.el-slider__runway.is-disabled .el-slider__button-wrapper.hover,.el-slider__runway.is-disabled .el-slider__button-wrapper.dragging{cursor:not-allowed}.el-slider__runway.is-disabled .el-slider__button:hover,.el-slider__runway.is-disabled .el-slider__button.hover,.el-slider__runway.is-disabled .el-slider__button.dragging{cursor:not-allowed;transform:scale(1)}.el-slider__input{flex-shrink:0;width:130px}.el-slider__bar{height:var(--el-slider-height);background-color:var(--el-slider-main-bg-color);border-top-left-radius:var(--el-slider-border-radius);border-bottom-left-radius:var(--el-slider-border-radius);position:absolute}.el-slider__button-wrapper{height:var(--el-slider-button-wrapper-size);width:var(--el-slider-button-wrapper-size);z-index:1;top:var(--el-slider-button-wrapper-offset);text-align:center;-webkit-user-select:none;user-select:none;background-color:#0000;outline:none;line-height:normal;position:absolute;transform:translate(-50%)}.el-slider__button-wrapper:after{content:"";vertical-align:middle;height:100%;display:inline-block}.el-slider__button-wrapper:hover,.el-slider__button-wrapper.hover{cursor:grab}.el-slider__button-wrapper.dragging{cursor:grabbing}.el-slider__button{width:var(--el-slider-button-size);height:var(--el-slider-button-size);vertical-align:middle;border:solid 2px var(--el-slider-main-bg-color);background-color:var(--el-color-white);box-sizing:border-box;transition:var(--el-transition-duration-fast);-webkit-user-select:none;user-select:none;border-radius:50%;display:inline-block}.el-slider__button:hover,.el-slider__button.hover,.el-slider__button.dragging{transform:scale(1.2)}.el-slider__button:hover,.el-slider__button.hover{cursor:grab}.el-slider__button.dragging{cursor:grabbing}.el-slider__stop{height:var(--el-slider-height);width:var(--el-slider-height);border-radius:var(--el-border-radius-circle);background-color:var(--el-slider-stop-bg-color);position:absolute;transform:translate(-50%)}.el-slider__marks{width:18px;height:100%;top:0;left:12px}.el-slider__marks-text{color:var(--el-color-info);white-space:pre;margin-top:15px;font-size:14px;position:absolute;transform:translate(-50%)}.el-slider.is-vertical{flex:0;width:auto;height:100%;display:inline-flex;position:relative}.el-slider.is-vertical .el-slider__runway{width:var(--el-slider-height);height:100%;margin:0 16px}.el-slider.is-vertical .el-slider__bar{width:var(--el-slider-height);border-radius:0 0 3px 3px;height:auto}.el-slider.is-vertical .el-slider__button-wrapper{top:auto;left:var(--el-slider-button-wrapper-offset);transform:translateY(50%)}.el-slider.is-vertical .el-slider__stop{transform:translateY(50%)}.el-slider.is-vertical .el-slider__marks-text{margin-top:0;left:15px;transform:translateY(50%)}.el-slider--large{height:40px}.el-slider--small{height:24px}.el-space{vertical-align:top;display:inline-flex}.el-space__item{flex-wrap:wrap;display:flex}.el-space__item>*{flex:1}.el-space--vertical{flex-direction:column}.el-time-spinner{white-space:nowrap;width:100%}.el-spinner{vertical-align:middle;display:inline-block}.el-spinner-inner{width:50px;height:50px;animation:2s linear infinite rotate}.el-spinner-inner .path{stroke:var(--el-border-color-lighter);stroke-linecap:round;animation:1.5s ease-in-out infinite dash}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1 150;stroke-dashoffset:0}50%{stroke-dasharray:90 150;stroke-dashoffset:-35px}to{stroke-dasharray:90 150;stroke-dashoffset:-124px}}.el-step{flex-shrink:1;position:relative}.el-step:last-of-type .el-step__line{display:none}.el-step:last-of-type.is-flex{flex-grow:0;flex-shrink:0;flex-basis:auto!important}.el-step:last-of-type .el-step__main,.el-step:last-of-type .el-step__description{padding-right:0}.el-step__head{width:100%;position:relative}.el-step__head.is-process{color:var(--el-text-color-primary);border-color:var(--el-text-color-primary)}.el-step__head.is-wait{color:var(--el-text-color-placeholder);border-color:var(--el-text-color-placeholder)}.el-step__head.is-success{color:var(--el-color-success);border-color:var(--el-color-success)}.el-step__head.is-error{color:var(--el-color-danger);border-color:var(--el-color-danger)}.el-step__head.is-finish{color:var(--el-color-primary);border-color:var(--el-color-primary)}.el-step__icon{z-index:1;box-sizing:border-box;background:var(--el-bg-color);justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;transition:all .15s ease-out;display:inline-flex;position:relative}.el-step__icon.is-text{border:2px solid;border-radius:50%}.el-step__icon.is-icon{width:40px}.el-step__icon-inner{-webkit-user-select:none;user-select:none;text-align:center;color:inherit;font-weight:700;line-height:1;display:inline-block}.el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:25px;font-weight:400}.el-step__icon-inner.is-status{transform:translateY(1px)}.el-step__line{background-color:var(--el-text-color-placeholder);border-color:currentColor;position:absolute}.el-step__line-inner{box-sizing:border-box;border:1px solid;width:0;height:0;transition:all .15s ease-out;display:block}.el-step__main{white-space:normal;text-align:left}.el-step__title{font-size:16px;line-height:38px}.el-step__title.is-process{color:var(--el-text-color-primary);font-weight:700}.el-step__title.is-wait{color:var(--el-text-color-placeholder)}.el-step__title.is-success{color:var(--el-color-success)}.el-step__title.is-error{color:var(--el-color-danger)}.el-step__title.is-finish{color:var(--el-color-primary)}.el-step__description{margin-top:-5px;padding-right:10%;font-size:12px;font-weight:400;line-height:20px}.el-step__description.is-process{color:var(--el-text-color-primary)}.el-step__description.is-wait{color:var(--el-text-color-placeholder)}.el-step__description.is-success{color:var(--el-color-success)}.el-step__description.is-error{color:var(--el-color-danger)}.el-step__description.is-finish{color:var(--el-color-primary)}.el-step.is-horizontal{display:inline-block}.el-step.is-horizontal .el-step__line{height:2px;top:11px;left:0;right:0}.el-step.is-vertical{display:flex}.el-step.is-vertical .el-step__head{flex-grow:0;width:24px}.el-step.is-vertical .el-step__main{flex-grow:1;padding-left:10px}.el-step.is-vertical .el-step__title{padding-bottom:8px;line-height:24px}.el-step.is-vertical .el-step__line{width:2px;top:0;bottom:0;left:11px}.el-step.is-vertical .el-step__icon.is-icon{width:24px}.el-step.is-vertical .el-step__description{padding-right:0}.el-step.is-center .el-step__head,.el-step.is-center .el-step__main{text-align:center}.el-step.is-center .el-step__description{padding-left:20%;padding-right:20%}.el-step.is-center .el-step__line{left:50%;right:-50%}.el-step.is-simple{align-items:center;display:flex}.el-step.is-simple .el-step__head{width:auto;padding-right:10px;font-size:0}.el-step.is-simple .el-step__icon{background:0 0;width:16px;height:16px;font-size:12px}.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:18px}.el-step.is-simple .el-step__icon-inner.is-status{transform:scale(.8)translateY(1px)}.el-step.is-simple .el-step__main{flex-grow:1;align-items:stretch;display:flex;position:relative}.el-step.is-simple .el-step__title{font-size:16px;line-height:20px}.el-step.is-simple:not(:last-of-type) .el-step__title{overflow-wrap:break-word;max-width:50%}.el-step.is-simple .el-step__arrow{flex-grow:1;justify-content:center;align-items:center;display:flex}.el-step.is-simple .el-step__arrow:before,.el-step.is-simple .el-step__arrow:after{content:"";background:var(--el-text-color-placeholder);width:1px;height:15px;display:inline-block;position:absolute}.el-step.is-simple .el-step__arrow:before{transform-origin:0 0;transform:rotate(-45deg)translateY(-4px)}.el-step.is-simple .el-step__arrow:after{transform-origin:100% 100%;transform:rotate(45deg)translateY(4px)}.el-step.is-simple:last-of-type .el-step__arrow{display:none}.el-steps{line-height:normal;display:flex}.el-steps--simple{background:var(--el-fill-color-light);border-radius:4px;padding:13px 8%}.el-steps--horizontal{white-space:nowrap}.el-steps--vertical{flex-flow:column;height:100%}.el-switch{--el-switch-on-color:var(--el-color-primary);--el-switch-off-color:var(--el-border-color);vertical-align:middle;align-items:center;height:32px;font-size:14px;line-height:20px;display:inline-flex;position:relative}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{transition:var(--el-transition-duration-fast);cursor:pointer;vertical-align:middle;height:20px;color:var(--el-text-color-primary);font-size:14px;font-weight:500;display:inline-block}.el-switch__label.is-active{color:var(--el-color-primary)}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{font-size:14px;line-height:1;display:inline-block}.el-switch__label .el-icon{height:inherit}.el-switch__label .el-icon svg{vertical-align:middle}.el-switch__input{opacity:0;width:0;height:0;margin:0;position:absolute}.el-switch__input:focus-visible~.el-switch__core{outline:2px solid var(--el-switch-on-color);outline-offset:1px}.el-switch__core{border:1px solid var(--el-switch-border-color,var(--el-switch-off-color));box-sizing:border-box;background:var(--el-switch-off-color);cursor:pointer;min-width:40px;height:20px;transition:border-color var(--el-transition-duration), background-color var(--el-transition-duration);border-radius:10px;outline:none;align-items:center;display:inline-flex;position:relative}.el-switch__core .el-switch__inner{width:100%;transition:all var(--el-transition-duration);justify-content:center;align-items:center;height:16px;padding:0 4px 0 18px;display:flex;overflow:hidden}.el-switch__core .el-switch__inner-wrapper{color:var(--el-color-white);-webkit-user-select:none;user-select:none;text-overflow:ellipsis;white-space:nowrap;align-items:center;font-size:12px;display:flex;overflow:hidden}.el-switch__core .el-switch__action{border-radius:var(--el-border-radius-circle);transition:all var(--el-transition-duration);background-color:var(--el-color-white);width:16px;height:16px;color:var(--el-switch-off-color);justify-content:center;align-items:center;display:flex;position:absolute;left:1px}.el-switch.is-checked .el-switch__core{border-color:var(--el-switch-border-color,var(--el-switch-on-color));background-color:var(--el-switch-on-color)}.el-switch.is-checked .el-switch__core .el-switch__action{color:var(--el-switch-on-color);left:calc(100% - 17px)}.el-switch.is-checked .el-switch__core .el-switch__inner{padding:0 18px 0 4px}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter-from,.el-switch .label-fade-leave-active{opacity:0}.el-switch--large{height:40px;font-size:14px;line-height:24px}.el-switch--large .el-switch__label{height:24px;font-size:14px}.el-switch--large .el-switch__label *{font-size:14px}.el-switch--large .el-switch__core{border-radius:12px;min-width:50px;height:24px}.el-switch--large .el-switch__core .el-switch__inner{height:20px;padding:0 6px 0 22px}.el-switch--large .el-switch__core .el-switch__action{width:20px;height:20px}.el-switch--large.is-checked .el-switch__core .el-switch__action{left:calc(100% - 21px)}.el-switch--large.is-checked .el-switch__core .el-switch__inner{padding:0 22px 0 6px}.el-switch--small{height:24px;font-size:12px;line-height:16px}.el-switch--small .el-switch__label{height:16px;font-size:12px}.el-switch--small .el-switch__label *{font-size:12px}.el-switch--small .el-switch__core{border-radius:8px;min-width:30px;height:16px}.el-switch--small .el-switch__core .el-switch__inner{height:12px;padding:0 2px 0 14px}.el-switch--small .el-switch__core .el-switch__action{width:12px;height:12px}.el-switch--small.is-checked .el-switch__core .el-switch__action{left:calc(100% - 13px)}.el-switch--small.is-checked .el-switch__core .el-switch__inner{padding:0 14px 0 2px}.el-table-column--selection .cell{padding-left:14px;padding-right:14px}.el-table-filter{border:solid 1px var(--el-border-color-lighter);box-shadow:var(--el-box-shadow-light);box-sizing:border-box;background-color:#fff;border-radius:2px}.el-table-filter__list{outline:none;min-width:100px;margin:0;padding:5px 0;list-style:none}.el-table-filter__list-item{cursor:pointer;line-height:36px;font-size:var(--el-font-size-base);outline:none;padding:0 10px}.el-table-filter__list-item:hover,.el-table-filter__list-item:focus{background-color:var(--el-color-primary-light-9);color:var(--el-color-primary)}.el-table-filter__list-item.is-active{background-color:var(--el-color-primary);color:#fff}.el-table-filter__multiple{outline:none}.el-table-filter__content{min-width:100px}.el-table-filter__bottom{border-top:1px solid var(--el-border-color-lighter);padding:8px}.el-table-filter__bottom button{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:var(--el-border-radius-base);transition:transform var(--el-transition-duration-fast) ease-in-out;background-color:#0000;border:none;outline:none;margin:0;padding:0}.el-table-filter__bottom button:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.el-table-filter__bottom button{color:var(--el-text-color-regular);font-size:var(--el-font-size-small);padding:0 3px}.el-table-filter__bottom button:hover{color:var(--el-color-primary)}.el-table-filter__bottom button.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.el-table-filter__wrap{max-height:280px}.el-table-filter__checkbox-group{padding:10px}.el-table-filter__checkbox-group label.el-checkbox{height:unset;align-items:center;margin-bottom:12px;margin-left:5px;margin-right:5px;display:flex}.el-table-filter__checkbox-group .el-checkbox:last-child{margin-bottom:0}.el-table{--el-table-border-color:var(--el-border-color-lighter);--el-table-border:1px solid var(--el-table-border-color);--el-table-text-color:var(--el-text-color-regular);--el-table-header-text-color:var(--el-text-color-secondary);--el-table-row-hover-bg-color:var(--el-fill-color-light);--el-table-current-row-bg-color:var(--el-color-primary-light-9);--el-table-header-bg-color:var(--el-fill-color-blank);--el-table-fixed-box-shadow:var(--el-box-shadow-light);--el-table-bg-color:var(--el-fill-color-blank);--el-table-tr-bg-color:var(--el-fill-color-blank);--el-table-expanded-cell-bg-color:var(--el-fill-color-blank);--el-table-fixed-left-column:inset 10px 0 10px -10px #00000026;--el-table-fixed-right-column:inset -10px 0 10px -10px #00000026;--el-table-index:var(--el-index-normal);box-sizing:border-box;background-color:var(--el-table-bg-color);width:100%;max-width:100%;height:-moz-fit-content;height:fit-content;font-size:var(--el-font-size-base);color:var(--el-table-text-color);position:relative;overflow:hidden}.el-table__inner-wrapper{flex-direction:column;height:100%;display:flex;position:relative}.el-table__inner-wrapper:before{height:1px;bottom:0;left:0}.el-table tbody:focus-visible{outline:none}.el-table.has-footer.el-table--scrollable-y tr:last-child td.el-table__cell,.el-table.has-footer.el-table--fluid-height tr:last-child td.el-table__cell{border-bottom-color:#0000}.el-table__empty-block{text-align:center;justify-content:center;align-items:center;width:100%;min-height:60px;display:flex;position:sticky;left:0}.el-table__empty-text{width:50%;color:var(--el-text-color-secondary);line-height:60px}.el-table__expand-column .cell{text-align:center;-webkit-user-select:none;user-select:none;padding:0}.el-table__expand-icon{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:var(--el-border-radius-base);transition:transform var(--el-transition-duration-fast) ease-in-out;background-color:#0000;border:none;outline:none;margin:0;padding:0}.el-table__expand-icon:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:-2px}.el-table__expand-icon{color:var(--el-text-color-regular);width:min(23px,100%);height:23px;font-size:12px;line-height:12px}.el-table__expand-icon.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.el-table__expand-icon--expanded{transform:rotate(90deg)}.el-table__expand-icon>.el-icon{font-size:12px}.el-table__expanded-cell{background-color:var(--el-table-expanded-cell-bg-color)}.el-table__expanded-cell[class*=cell]{padding:20px 50px}.el-table__expanded-cell:hover{background-color:#0000!important}.el-table__placeholder{width:20px;display:inline-block}.el-table__append-wrapper{overflow:hidden}.el-table--fit{border-bottom:0;border-right:0}.el-table--fit .el-table__cell.gutter{border-right-width:1px}.el-table--fit .el-table__inner-wrapper:before{width:100%}.el-table thead{color:var(--el-table-header-text-color)}.el-table thead th{font-weight:600}.el-table thead.is-group th.el-table__cell{background:var(--el-fill-color-light)}.el-table .el-table__cell{box-sizing:border-box;text-overflow:ellipsis;vertical-align:middle;text-align:left;min-width:0;z-index:var(--el-table-index);padding:8px 0;position:relative}.el-table .el-table__cell.is-center{text-align:center}.el-table .el-table__cell.is-right{text-align:right}.el-table .el-table__cell.gutter{border-bottom-width:0;border-right-width:0;width:15px;padding:0}.el-table .el-table__cell.is-hidden>*{visibility:hidden}.el-table .cell{box-sizing:border-box;text-overflow:ellipsis;white-space:normal;overflow-wrap:break-word;padding:0 12px;line-height:23px;overflow:hidden}.el-table .cell.el-tooltip{white-space:nowrap;min-width:50px}.el-table--large{font-size:var(--el-font-size-base)}.el-table--large .el-table__cell{padding:12px 0}.el-table--large .cell{padding:0 16px}.el-table--default{font-size:var(--el-font-size-base)}.el-table--default .el-table__cell{padding:8px 0}.el-table--default .cell{padding:0 12px}.el-table--small{font-size:var(--el-font-size-extra-small)}.el-table--small .el-table__cell{padding:4px 0}.el-table--small .cell{padding:0 8px}.el-table tr{background-color:var(--el-table-tr-bg-color)}.el-table tr input[type=checkbox]{margin:0}.el-table th.el-table__cell.is-leaf,.el-table td.el-table__cell{border-bottom:var(--el-table-border)}.el-table th.el-table__cell.is-sortable{cursor:pointer}.el-table th.el-table__cell{background-color:var(--el-table-header-bg-color)}.el-table th.el-table__cell>.cell.highlight{color:var(--el-color-primary)}.el-table th.el-table__cell.required>div:before{content:"";vertical-align:middle;background:#ff4d51;border-radius:50%;width:8px;height:8px;margin-right:5px;display:inline-block}.el-table td.el-table__cell div{box-sizing:border-box}.el-table td.el-table__cell.gutter{width:0}.el-table--border:after,.el-table--border:before,.el-table--border .el-table__inner-wrapper:after,.el-table__inner-wrapper:before{content:"";background-color:var(--el-table-border-color);z-index:calc(var(--el-table-index) + 2);position:absolute}.el-table--border .el-table__inner-wrapper:after{width:100%;height:1px;z-index:calc(var(--el-table-index) + 2);top:0;left:0}.el-table--border:before{width:1px;height:100%;top:-1px;left:0}.el-table--border:after{width:1px;height:100%;top:-1px;right:0}.el-table--border .el-table__inner-wrapper{border-bottom:none;border-right:none}.el-table--border .el-table__footer-wrapper{flex-shrink:0;position:relative}.el-table--border .el-table__cell{border-right:var(--el-table-border)}.el-table--border th.el-table__cell.gutter:last-of-type{border-bottom:var(--el-table-border);border-bottom-width:1px}.el-table--border th.el-table__cell{border-bottom:var(--el-table-border)}.el-table--hidden{visibility:hidden}.el-table__header-wrapper,.el-table__body-wrapper,.el-table__footer-wrapper{width:100%}.el-table__header-wrapper tr td.el-table-fixed-column--left,.el-table__header-wrapper tr td.el-table-fixed-column--right,.el-table__header-wrapper tr th.el-table-fixed-column--left,.el-table__header-wrapper tr th.el-table-fixed-column--right,.el-table__body-wrapper tr td.el-table-fixed-column--left,.el-table__body-wrapper tr td.el-table-fixed-column--right,.el-table__body-wrapper tr th.el-table-fixed-column--left,.el-table__body-wrapper tr th.el-table-fixed-column--right,.el-table__footer-wrapper tr td.el-table-fixed-column--left,.el-table__footer-wrapper tr td.el-table-fixed-column--right,.el-table__footer-wrapper tr th.el-table-fixed-column--left,.el-table__footer-wrapper tr th.el-table-fixed-column--right{background:inherit;z-index:calc(var(--el-table-index) + 1);position:sticky!important}.el-table__header-wrapper tr td.el-table-fixed-column--left.is-last-column:before,.el-table__header-wrapper tr td.el-table-fixed-column--left.is-first-column:before,.el-table__header-wrapper tr td.el-table-fixed-column--right.is-last-column:before,.el-table__header-wrapper tr td.el-table-fixed-column--right.is-first-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--left.is-last-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--left.is-first-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--right.is-last-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--right.is-first-column:before,.el-table__body-wrapper tr td.el-table-fixed-column--left.is-last-column:before,.el-table__body-wrapper tr td.el-table-fixed-column--left.is-first-column:before,.el-table__body-wrapper tr td.el-table-fixed-column--right.is-last-column:before,.el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--left.is-last-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--left.is-first-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--right.is-last-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--right.is-first-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-last-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-first-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-last-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-first-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-last-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-first-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-last-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-first-column:before{content:"";width:10px;box-shadow:none;touch-action:none;pointer-events:none;position:absolute;top:0;bottom:0;overflow:hidden}.el-table__header-wrapper tr td.el-table-fixed-column--left.is-first-column:before,.el-table__header-wrapper tr td.el-table-fixed-column--right.is-first-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--left.is-first-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--right.is-first-column:before,.el-table__body-wrapper tr td.el-table-fixed-column--left.is-first-column:before,.el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--left.is-first-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--right.is-first-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-first-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-first-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-first-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-first-column:before{left:-10px}.el-table__header-wrapper tr td.el-table-fixed-column--left.is-last-column:before,.el-table__header-wrapper tr td.el-table-fixed-column--right.is-last-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--left.is-last-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--right.is-last-column:before,.el-table__body-wrapper tr td.el-table-fixed-column--left.is-last-column:before,.el-table__body-wrapper tr td.el-table-fixed-column--right.is-last-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--left.is-last-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--right.is-last-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-last-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-last-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-last-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-last-column:before{right:-10px}.el-table__header-wrapper tr td.el-table__fixed-right-patch,.el-table__header-wrapper tr th.el-table__fixed-right-patch,.el-table__body-wrapper tr td.el-table__fixed-right-patch,.el-table__body-wrapper tr th.el-table__fixed-right-patch,.el-table__footer-wrapper tr td.el-table__fixed-right-patch,.el-table__footer-wrapper tr th.el-table__fixed-right-patch{z-index:calc(var(--el-table-index) + 1);background:#fff;right:0;position:sticky!important}.el-table__header-wrapper{flex-shrink:0}.el-table__header-wrapper tr th.el-table-fixed-column--left,.el-table__header-wrapper tr th.el-table-fixed-column--right{background-color:var(--el-table-header-bg-color)}.el-table__header,.el-table__body,.el-table__footer{table-layout:fixed;border-collapse:separate}.el-table__header-wrapper{overflow:hidden}.el-table__header-wrapper tbody td.el-table__cell{background-color:var(--el-table-row-hover-bg-color);color:var(--el-table-text-color)}.el-table__footer-wrapper{flex-shrink:0;overflow:hidden}.el-table__footer-wrapper tfoot td.el-table__cell{background-color:var(--el-table-row-hover-bg-color);color:var(--el-table-text-color)}.el-table__header-wrapper .el-table-column--selection>.cell,.el-table__body-wrapper .el-table-column--selection>.cell{align-items:center;height:23px;display:inline-flex}.el-table__header-wrapper .el-table-column--selection .el-checkbox,.el-table__body-wrapper .el-table-column--selection .el-checkbox{height:unset}.el-table.is-scrolling-left .el-table-fixed-column--right.is-first-column:before{box-shadow:var(--el-table-fixed-right-column)}.el-table.is-scrolling-left.el-table--border .el-table-fixed-column--left.is-last-column.el-table__cell{border-right:var(--el-table-border)}.el-table.is-scrolling-left th.el-table-fixed-column--left{background-color:var(--el-table-header-bg-color)}.el-table.is-scrolling-right .el-table-fixed-column--left.is-last-column:before{box-shadow:var(--el-table-fixed-left-column)}.el-table.is-scrolling-right .el-table-fixed-column--left.is-last-column.el-table__cell{border-right:none}.el-table.is-scrolling-right th.el-table-fixed-column--right{background-color:var(--el-table-header-bg-color)}.el-table.is-scrolling-middle .el-table-fixed-column--left.is-last-column.el-table__cell{border-right:none}.el-table.is-scrolling-middle .el-table-fixed-column--right.is-first-column:before{box-shadow:var(--el-table-fixed-right-column)}.el-table.is-scrolling-middle .el-table-fixed-column--left.is-last-column:before{box-shadow:var(--el-table-fixed-left-column)}.el-table.is-scrolling-none .el-table-fixed-column--left.is-first-column:before,.el-table.is-scrolling-none .el-table-fixed-column--left.is-last-column:before,.el-table.is-scrolling-none .el-table-fixed-column--right.is-first-column:before,.el-table.is-scrolling-none .el-table-fixed-column--right.is-last-column:before{box-shadow:none}.el-table.is-scrolling-none th.el-table-fixed-column--left,.el-table.is-scrolling-none th.el-table-fixed-column--right{background-color:var(--el-table-header-bg-color)}.el-table__body-wrapper{flex:1;position:relative;overflow:hidden}.el-table__body-wrapper .el-scrollbar__bar{z-index:calc(var(--el-table-index) + 2)}.el-table .caret-wrapper{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:var(--el-border-radius-base);transition:transform var(--el-transition-duration-fast) ease-in-out;background-color:#0000;border:none;outline:none;margin:0;padding:0}.el-table .caret-wrapper:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.el-table .caret-wrapper{vertical-align:middle;width:24px;height:14px;overflow:initial;flex-direction:column;align-items:center;display:inline-flex;position:relative}.el-table .sort-caret{border:5px solid #0000;width:0;height:0;position:absolute;left:7px}.el-table .sort-caret.ascending{border-bottom-color:var(--el-text-color-placeholder);top:-5px}.el-table .sort-caret.descending{border-top-color:var(--el-text-color-placeholder);bottom:-3px}.el-table .ascending .sort-caret.ascending{border-bottom-color:var(--el-color-primary)}.el-table .descending .sort-caret.descending{border-top-color:var(--el-color-primary)}.el-table .hidden-columns{visibility:hidden;z-index:-1;position:absolute}.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{background:var(--el-fill-color-lighter)}.el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell{background-color:var(--el-table-current-row-bg-color)}.el-table__body tr.hover-row>td.el-table__cell,.el-table__body tr.hover-row.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,.el-table__body tr>td.hover-cell{background-color:var(--el-table-row-hover-bg-color)}.el-table__body tr.current-row>td.el-table__cell{background-color:var(--el-table-current-row-bg-color)}.el-table.el-table--scrollable-y .el-table__body-header{z-index:calc(var(--el-table-index) + 2);position:sticky;top:0}.el-table.el-table--scrollable-y .el-table__body-footer{z-index:calc(var(--el-table-index) + 2);position:sticky;bottom:0}.el-table__column-resize-proxy{border-left:var(--el-table-border);width:0;z-index:calc(var(--el-table-index) + 9);position:absolute;top:0;bottom:0;left:200px}.el-table__column-filter-trigger{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:var(--el-border-radius-base);transition:transform var(--el-transition-duration-fast) ease-in-out;background-color:#0000;border:none;outline:none;margin:0;padding:0}.el-table__column-filter-trigger:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.el-table__column-filter-trigger{display:inline-block}.el-table__column-filter-trigger i{color:var(--el-color-info);vertical-align:middle;font-size:14px}.el-table__border-left-patch{width:1px;height:100%;z-index:calc(var(--el-table-index) + 2);background-color:var(--el-table-border-color);position:absolute;top:0;left:0}.el-table__border-bottom-patch{height:1px;z-index:calc(var(--el-table-index) + 2);background-color:var(--el-table-border-color);position:absolute;left:0}.el-table__border-right-patch{width:1px;height:100%;z-index:calc(var(--el-table-index) + 2);background-color:var(--el-table-border-color);position:absolute;top:0}.el-table--enable-row-transition .el-table__body td.el-table__cell{transition:background-color .25s 1ms}.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{background-color:var(--el-table-row-hover-bg-color)}.el-table [class*=el-table__row--level] .el-table__expand-icon{text-align:center;width:20px;display:inline-block}.el-table .el-table.el-table--border .el-table__cell{border-right:var(--el-table-border)}.el-table:not(.el-table--border) .el-table__cell{border-right:none}.el-table:not(.el-table--border)>.el-table__inner-wrapper:after{content:none}.el-table-v2{--el-table-border-color:var(--el-border-color-lighter);--el-table-border:1px solid var(--el-table-border-color);--el-table-text-color:var(--el-text-color-regular);--el-table-header-text-color:var(--el-text-color-secondary);--el-table-row-hover-bg-color:var(--el-fill-color-light);--el-table-current-row-bg-color:var(--el-color-primary-light-9);--el-table-header-bg-color:var(--el-fill-color-blank);--el-table-fixed-box-shadow:var(--el-box-shadow-light);--el-table-bg-color:var(--el-fill-color-blank);--el-table-tr-bg-color:var(--el-fill-color-blank);--el-table-expanded-cell-bg-color:var(--el-fill-color-blank);--el-table-fixed-left-column:inset 10px 0 10px -10px #00000026;--el-table-fixed-right-column:inset -10px 0 10px -10px #00000026;--el-table-index:var(--el-index-normal);font-size:var(--el-font-size-base)}.el-table-v2 *{box-sizing:border-box}.el-table-v2__root{position:relative}.el-table-v2__root:hover .el-table-v2__main .el-virtual-scrollbar{opacity:1}.el-table-v2__main{background-color:var(--el-bg-color);flex-direction:column-reverse;display:flex;position:absolute;top:0;left:0;overflow:hidden}.el-table-v2__main .el-vl__horizontal,.el-table-v2__main .el-vl__vertical{z-index:2}.el-table-v2__left{background-color:var(--el-bg-color);flex-direction:column-reverse;display:flex;position:absolute;top:0;left:0;overflow:hidden;box-shadow:2px 0 4px #0000000f}.el-table-v2__left .el-virtual-scrollbar{opacity:0}.el-table-v2__left .el-vl__vertical,.el-table-v2__left .el-vl__horizontal{z-index:-1}.el-table-v2__right{background-color:var(--el-bg-color);flex-direction:column-reverse;display:flex;position:absolute;top:0;right:0;overflow:hidden;box-shadow:-2px 0 4px #0000000f}.el-table-v2__right .el-virtual-scrollbar{opacity:0}.el-table-v2__right .el-vl__vertical,.el-table-v2__right .el-vl__horizontal{z-index:-1}.el-table-v2__header-row,.el-table-v2__row{padding-inline-end:var(--el-table-scrollbar-size)}.el-table-v2__header-wrapper{overflow:hidden}.el-table-v2__header{position:relative;overflow:hidden}.el-table-v2__header .el-checkbox{z-index:0}.el-table-v2__footer{position:absolute;bottom:0;left:0;right:0;overflow:hidden}.el-table-v2__empty{position:absolute;left:0}.el-table-v2__overlay{z-index:9999;position:absolute;top:0;bottom:0;left:0;right:0}.el-table-v2__header-row{border-bottom:var(--el-table-border);display:flex}.el-table-v2__header-cell{-webkit-user-select:none;user-select:none;background-color:var(--el-table-header-bg-color);height:100%;color:var(--el-table-header-text-color);align-items:center;padding:0 8px;font-weight:700;display:flex;overflow:hidden}.el-table-v2__header-cell.is-align-center{text-align:center;justify-content:center}.el-table-v2__header-cell.is-align-right{text-align:right;justify-content:flex-end}.el-table-v2__header-cell.is-sortable{cursor:pointer}.el-table-v2__header-cell:hover .el-icon{display:block}.el-table-v2__sort-icon{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:var(--el-border-radius-base);transition:transform var(--el-transition-duration-fast) ease-in-out;background-color:#0000;border:none;outline:none;margin:0;padding:0}.el-table-v2__sort-icon:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.el-table-v2__sort-icon{transition:opacity, display var(--el-transition-duration);opacity:.6;display:none}.el-table-v2__sort-icon.is-sorting{opacity:1;display:flex}.el-table-v2__row{border-bottom:var(--el-table-border);transition:background-color var(--el-transition-duration);align-items:center;display:flex}.el-table-v2__row.is-hovered,.el-table-v2__row:hover{background-color:var(--el-table-row-hover-bg-color)}.el-table-v2__row-cell{align-items:center;height:100%;padding:0 8px;display:flex;overflow:hidden}.el-table-v2__row-cell.is-align-center{text-align:center;justify-content:center}.el-table-v2__row-cell.is-align-right{text-align:right;justify-content:flex-end}.el-table-v2__expand-icon{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:var(--el-border-radius-base);transition:transform var(--el-transition-duration-fast) ease-in-out;background-color:#0000;border:none;outline:none;margin:0;padding:0}.el-table-v2__expand-icon:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.el-table-v2__expand-icon{-webkit-user-select:none;user-select:none;margin:0 4px}.el-table-v2__expand-icon svg{transition:transform var(--el-transition-duration)}.el-table-v2__expand-icon.is-expanded svg{transform:rotate(90deg)}.el-table-v2:not(.is-dynamic) .el-table-v2__cell-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.el-table-v2.is-dynamic .el-table-v2__row{align-items:stretch;overflow:hidden}.el-table-v2.is-dynamic .el-table-v2__row .el-table-v2__row-cell{overflow-wrap:break-word}.el-tabs{--el-tabs-header-height:40px;display:flex}.el-tabs__header{justify-content:space-between;align-items:center;margin:0 0 15px;padding:0;display:flex;position:relative}.el-tabs__header-vertical{flex-direction:column}.el-tabs__active-bar{background-color:var(--el-color-primary);z-index:1;height:2px;transition:width var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier), transform var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);list-style:none;position:absolute;bottom:0;left:0}.el-tabs__active-bar.is-bottom{bottom:auto}.el-tabs__active-bar.is-hidden{visibility:hidden}.el-tabs__active-bar.is-hidden~.is-active:after{content:"";z-index:1;background-color:var(--el-color-primary);height:2px;position:absolute;bottom:0;left:20px;right:20px}.el-tabs__active-bar.is-hidden.is-bottom~.is-active:after{top:0;bottom:auto}.el-tabs__active-bar.is-hidden.is-left~.is-active:after,.el-tabs__active-bar.is-hidden.is-right~.is-active:after{width:2px;height:auto;top:0;bottom:0}.el-tabs__active-bar.is-hidden.is-left~.is-active:after{left:auto;right:0}.el-tabs__active-bar.is-hidden.is-right~.is-active:after{left:0;right:auto}.el-tabs__active-bar.is-hidden.is-top~.is-active:nth-child(2):after,.el-tabs__active-bar.is-hidden.is-bottom~.is-active:nth-child(2):after{left:0}.el-tabs__active-bar.is-hidden.is-top~.is-active:last-child:after,.el-tabs__active-bar.is-hidden.is-bottom~.is-active:last-child:after{right:0}.el-tabs__new-tab{border:1px solid var(--el-border-color);text-align:center;width:20px;height:20px;color:var(--el-text-color-primary);cursor:pointer;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;margin:10px 0 10px 10px;font-size:12px;line-height:20px;transition:all .15s;display:flex}.el-tabs__new-tab .is-icon-plus{height:inherit;width:inherit;transform:scale(.8)}.el-tabs__new-tab .is-icon-plus svg{vertical-align:middle}.el-tabs__new-tab:hover{color:var(--el-color-primary)}.el-tabs__new-tab-vertical{margin-left:0}.el-tabs__nav-wrap{flex:auto;margin-bottom:-1px;position:relative;overflow:hidden}.el-tabs__nav-wrap:after{content:"";background-color:var(--el-border-color-light);width:100%;height:2px;z-index:var(--el-index-normal);position:absolute;bottom:0;left:0}.el-tabs__nav-wrap.is-bottom:after{top:0;bottom:auto}.el-tabs__nav-wrap.is-scrollable{box-sizing:border-box;padding:0 20px}.el-tabs__nav-scroll{overflow:hidden}.el-tabs__nav-next,.el-tabs__nav-prev{cursor:pointer;color:var(--el-text-color-secondary);text-align:center;width:20px;font-size:12px;line-height:44px;position:absolute}.el-tabs__nav-next.is-disabled,.el-tabs__nav-prev.is-disabled{color:var(--el-text-color-disabled);cursor:not-allowed}.el-tabs__nav-next{right:0}.el-tabs__nav-prev{left:0}.el-tabs__nav{white-space:nowrap;transition:transform var(--el-transition-duration);float:left;z-index:calc(var(--el-index-normal) + 1);display:flex;position:relative}.el-tabs__nav.is-stretch{min-width:100%;display:flex}.el-tabs__nav.is-stretch>*{text-align:center;flex:1}.el-tabs__item{height:var(--el-tabs-header-height);box-sizing:border-box;font-size:var(--el-font-size-base);color:var(--el-text-color-primary);justify-content:center;align-items:center;padding:0 20px;font-weight:500;list-style:none;display:flex;position:relative}.el-tabs__item:focus,.el-tabs__item:focus:active{outline:none}.el-tabs__item:focus-visible{box-shadow:0 0 2px 2px var(--el-color-primary) inset;border-radius:3px}.el-tabs__item .is-icon-close{text-align:center;transition:all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);border-radius:50%;margin-left:5px}.el-tabs__item .is-icon-close:before{display:inline-block;transform:scale(.9)}.el-tabs__item .is-icon-close:hover{background-color:var(--el-text-color-placeholder);color:#fff}.el-tabs__item.is-active{color:var(--el-color-primary)}.el-tabs__item:hover{color:var(--el-color-primary);cursor:pointer}.el-tabs__item.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.el-tabs__content{flex-grow:1;position:relative;overflow:hidden}.el-tabs--top>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom>.el-tabs__header .el-tabs__item:nth-child(2){padding-left:0}.el-tabs--top>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom>.el-tabs__header .el-tabs__item:last-child{padding-right:0}.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2){padding-left:20px}.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child{padding-right:20px}.el-tabs--card>.el-tabs__header{border-bottom:1px solid var(--el-border-color-light);height:var(--el-tabs-header-height);box-sizing:border-box}.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap:after{content:none}.el-tabs--card>.el-tabs__header .el-tabs__nav{border:1px solid var(--el-border-color-light);box-sizing:border-box;border-bottom:none;border-radius:4px 4px 0 0}.el-tabs--card>.el-tabs__header .el-tabs__active-bar{display:none}.el-tabs--card>.el-tabs__header .el-tabs__item .is-icon-close{transform-origin:100%;width:0;height:14px;font-size:12px;position:relative;right:-2px;overflow:hidden}.el-tabs--card>.el-tabs__header .el-tabs__item{border-bottom:1px solid #0000;border-left:1px solid var(--el-border-color-light);transition:color var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier), padding var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);margin-top:-1px}.el-tabs--card>.el-tabs__header .el-tabs__item:first-child{border-left:none}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover{padding-left:13px;padding-right:13px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .is-icon-close{width:14px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{border-bottom-color:var(--el-bg-color)}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable{padding-left:20px;padding-right:20px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .is-icon-close{width:14px}.el-tabs--border-card{background:var(--el-bg-color-overlay);border:1px solid var(--el-border-color)}.el-tabs--border-card>.el-tabs__content{padding:15px}.el-tabs--border-card>.el-tabs__header{background-color:var(--el-fill-color-light);border-bottom:1px solid var(--el-border-color-light);margin:0}.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap:after{content:none}.el-tabs--border-card>.el-tabs__header .el-tabs__item{transition:all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);color:var(--el-text-color-secondary);border:1px solid #0000;margin-top:-1px}.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child,.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item{margin-left:-1px}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:var(--el-color-primary);background-color:var(--el-bg-color-overlay);border-right-color:var(--el-border-color);border-left-color:var(--el-border-color)}.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:var(--el-color-primary)}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled{color:var(--el-disabled-text-color)}.el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child{margin-left:0}.el-tabs--bottom{flex-direction:column}.el-tabs--bottom .el-tabs__header.is-bottom{margin-top:10px;margin-bottom:0}.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom{border-bottom:0;border-top:1px solid var(--el-border-color)}.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom{margin-top:-1px;margin-bottom:0}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active){border:1px solid #0000}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom{margin:0 -1px -1px}.el-tabs--card>.el-tabs__header.is-left,.el-tabs--card>.el-tabs__header.is-right,.el-tabs--border-card>.el-tabs__header.is-left,.el-tabs--border-card>.el-tabs__header.is-right{border-bottom:none}.el-tabs--left,.el-tabs--right{overflow:hidden}.el-tabs--left .el-tabs__header.is-left,.el-tabs--left .el-tabs__header.is-right,.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--left .el-tabs__nav-scroll,.el-tabs--right .el-tabs__header.is-left,.el-tabs--right .el-tabs__header.is-right,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__nav-scroll{height:100%}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__active-bar.is-right,.el-tabs--right .el-tabs__active-bar.is-left,.el-tabs--right .el-tabs__active-bar.is-right{width:2px;height:auto;top:0;bottom:auto}.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{margin-bottom:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next{text-align:center;cursor:pointer;width:100%;height:30px;line-height:30px}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i{transform:rotate(90deg)}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev.is-disabled,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next.is-disabled,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev.is-disabled,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next.is-disabled,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev.is-disabled,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next.is-disabled,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev.is-disabled,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next.is-disabled{cursor:not-allowed}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{top:0;left:auto}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next{bottom:0;right:auto}.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable{padding:30px 0}.el-tabs--left .el-tabs__nav-wrap.is-left:after,.el-tabs--left .el-tabs__nav-wrap.is-right:after,.el-tabs--right .el-tabs__nav-wrap.is-left:after,.el-tabs--right .el-tabs__nav-wrap.is-right:after{width:2px;height:100%;top:0;bottom:auto}.el-tabs--left .el-tabs__nav.is-left,.el-tabs--left .el-tabs__nav.is-right,.el-tabs--right .el-tabs__nav.is-left,.el-tabs--right .el-tabs__nav.is-right{flex-direction:column}.el-tabs--left .el-tabs__item.is-left,.el-tabs--right .el-tabs__item.is-left{justify-content:flex-end}.el-tabs--left .el-tabs__item.is-right,.el-tabs--right .el-tabs__item.is-right{justify-content:flex-start}.el-tabs--left{flex-direction:row}.el-tabs--left .el-tabs__header.is-left{margin-bottom:0;margin-right:10px}.el-tabs--left .el-tabs__nav-wrap.is-left{margin-right:-1px}.el-tabs--left .el-tabs__nav-wrap.is-left:after,.el-tabs--left .el-tabs__active-bar.is-left{left:auto;right:0}.el-tabs--left .el-tabs__item.is-left{text-align:right}.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left{display:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left{border-left:none;border-right:1px solid var(--el-border-color-light);border-bottom:none;border-top:1px solid var(--el-border-color-light);text-align:left}.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child{border-right:1px solid var(--el-border-color-light);border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active{border:1px solid var(--el-border-color-light);border-bottom:none;border-left:none;border-right-color:#fff}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child{border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child{border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__nav{border-bottom:1px solid var(--el-border-color-light);border-right:none;border-radius:4px 0 0 4px}.el-tabs--left.el-tabs--card .el-tabs__new-tab{float:none}.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left{border-right:1px solid var(--el-border-color)}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left{border:1px solid #0000;margin:-1px 0 -1px -1px}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active{border-color:#d1dbe5 #0000}.el-tabs--left>.el-tabs__content+.el-tabs__header{order:-1}.el-tabs--right .el-tabs__header.is-right{margin-bottom:0;margin-left:10px}.el-tabs--right .el-tabs__nav-wrap.is-right{margin-left:-1px}.el-tabs--right .el-tabs__nav-wrap.is-right:after{left:0;right:auto}.el-tabs--right .el-tabs__active-bar.is-right{left:0}.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right{display:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right{border-bottom:none;border-top:1px solid var(--el-border-color-light)}.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child{border-left:1px solid var(--el-border-color-light);border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active{border:1px solid var(--el-border-color-light);border-bottom:none;border-left-color:#fff;border-right:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child{border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child{border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__nav{border-bottom:1px solid var(--el-border-color-light);border-left:none;border-radius:0 4px 4px 0}.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right{border-left:1px solid var(--el-border-color)}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right{border:1px solid #0000;margin:-1px -1px -1px 0}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active{border-color:#d1dbe5 #0000}.el-tabs--top{flex-direction:column}.el-tabs--top>.el-tabs__content+.el-tabs__header{order:-1}.slideInRight-transition,.slideInLeft-transition{display:inline-block}.slideInRight-enter{animation:slideInRight-enter var(--el-transition-duration)}.slideInRight-leave{animation:slideInRight-leave var(--el-transition-duration);position:absolute;left:0;right:0}.slideInLeft-enter{animation:slideInLeft-enter var(--el-transition-duration)}.slideInLeft-leave{animation:slideInLeft-leave var(--el-transition-duration);position:absolute;left:0;right:0}@keyframes slideInRight-enter{0%{opacity:0;transform-origin:0 0;transform:translate(100%)}to{opacity:1;transform-origin:0 0;transform:translate(0)}}@keyframes slideInRight-leave{0%{transform-origin:0 0;opacity:1;transform:translate(0)}to{transform-origin:0 0;opacity:0;transform:translate(100%)}}@keyframes slideInLeft-enter{0%{opacity:0;transform-origin:0 0;transform:translate(-100%)}to{opacity:1;transform-origin:0 0;transform:translate(0)}}@keyframes slideInLeft-leave{0%{transform-origin:0 0;opacity:1;transform:translate(0)}to{transform-origin:0 0;opacity:0;transform:translate(-100%)}}.el-tag{--el-tag-font-size:12px;--el-tag-border-radius:4px;--el-tag-border-radius-rounded:9999px;background-color:var(--el-tag-bg-color);border-color:var(--el-tag-border-color);color:var(--el-tag-text-color);vertical-align:middle;height:24px;font-size:var(--el-tag-font-size);border-radius:var(--el-tag-border-radius);box-sizing:border-box;white-space:nowrap;--el-icon-size:14px;--el-tag-bg-color:var(--el-color-primary-light-9);--el-tag-border-color:var(--el-color-primary-light-8);--el-tag-hover-color:var(--el-color-primary);border-style:solid;border-width:1px;justify-content:center;align-items:center;padding:0 9px;line-height:1;display:inline-flex}.el-tag.el-tag--primary{--el-tag-bg-color:var(--el-color-primary-light-9);--el-tag-border-color:var(--el-color-primary-light-8);--el-tag-hover-color:var(--el-color-primary)}.el-tag.el-tag--success{--el-tag-bg-color:var(--el-color-success-light-9);--el-tag-border-color:var(--el-color-success-light-8);--el-tag-hover-color:var(--el-color-success)}.el-tag.el-tag--warning{--el-tag-bg-color:var(--el-color-warning-light-9);--el-tag-border-color:var(--el-color-warning-light-8);--el-tag-hover-color:var(--el-color-warning)}.el-tag.el-tag--danger{--el-tag-bg-color:var(--el-color-danger-light-9);--el-tag-border-color:var(--el-color-danger-light-8);--el-tag-hover-color:var(--el-color-danger)}.el-tag.el-tag--error{--el-tag-bg-color:var(--el-color-error-light-9);--el-tag-border-color:var(--el-color-error-light-8);--el-tag-hover-color:var(--el-color-error)}.el-tag.el-tag--info{--el-tag-bg-color:var(--el-color-info-light-9);--el-tag-border-color:var(--el-color-info-light-8);--el-tag-hover-color:var(--el-color-info)}.el-tag.is-hit{border-color:var(--el-color-primary)}.el-tag.is-round{border-radius:var(--el-tag-border-radius-rounded)}.el-tag .el-tag__close{color:var(--el-tag-text-color);flex-shrink:0}.el-tag .el-tag__close:hover{color:var(--el-color-white);background-color:var(--el-tag-hover-color)}.el-tag.el-tag--primary{--el-tag-text-color:var(--el-color-primary)}.el-tag.el-tag--success{--el-tag-text-color:var(--el-color-success)}.el-tag.el-tag--warning{--el-tag-text-color:var(--el-color-warning)}.el-tag.el-tag--danger{--el-tag-text-color:var(--el-color-danger)}.el-tag.el-tag--error{--el-tag-text-color:var(--el-color-error)}.el-tag.el-tag--info{--el-tag-text-color:var(--el-color-info)}.el-tag .el-icon{cursor:pointer;font-size:calc(var(--el-icon-size) - 2px);height:var(--el-icon-size);width:var(--el-icon-size);border-radius:50%}.el-tag .el-tag__close{background-color:#0000;border:none;border-radius:50%;outline:none;margin-left:6px;padding:0;overflow:hidden}.el-tag .el-tag__close:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:2px}.el-tag .el-tag__close .el-icon{display:flex}.el-tag--dark{--el-tag-text-color:var(--el-color-white);--el-tag-bg-color:var(--el-color-primary);--el-tag-border-color:var(--el-color-primary);--el-tag-hover-color:var(--el-color-primary-light-3)}.el-tag--dark.el-tag--primary{--el-tag-bg-color:var(--el-color-primary);--el-tag-border-color:var(--el-color-primary);--el-tag-hover-color:var(--el-color-primary-light-3)}.el-tag--dark.el-tag--success{--el-tag-bg-color:var(--el-color-success);--el-tag-border-color:var(--el-color-success);--el-tag-hover-color:var(--el-color-success-light-3)}.el-tag--dark.el-tag--warning{--el-tag-bg-color:var(--el-color-warning);--el-tag-border-color:var(--el-color-warning);--el-tag-hover-color:var(--el-color-warning-light-3)}.el-tag--dark.el-tag--danger{--el-tag-bg-color:var(--el-color-danger);--el-tag-border-color:var(--el-color-danger);--el-tag-hover-color:var(--el-color-danger-light-3)}.el-tag--dark.el-tag--error{--el-tag-bg-color:var(--el-color-error);--el-tag-border-color:var(--el-color-error);--el-tag-hover-color:var(--el-color-error-light-3)}.el-tag--dark.el-tag--info{--el-tag-bg-color:var(--el-color-info);--el-tag-border-color:var(--el-color-info);--el-tag-hover-color:var(--el-color-info-light-3)}.el-tag--dark.el-tag--primary,.el-tag--dark.el-tag--success,.el-tag--dark.el-tag--warning,.el-tag--dark.el-tag--danger,.el-tag--dark.el-tag--error,.el-tag--dark.el-tag--info{--el-tag-text-color:var(--el-color-white)}.el-tag--plain,.el-tag--plain.el-tag--primary{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-primary-light-5);--el-tag-hover-color:var(--el-color-primary)}.el-tag--plain.el-tag--success{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-success-light-5);--el-tag-hover-color:var(--el-color-success)}.el-tag--plain.el-tag--warning{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-warning-light-5);--el-tag-hover-color:var(--el-color-warning)}.el-tag--plain.el-tag--danger{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-danger-light-5);--el-tag-hover-color:var(--el-color-danger)}.el-tag--plain.el-tag--error{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-error-light-5);--el-tag-hover-color:var(--el-color-error)}.el-tag--plain.el-tag--info{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-info-light-5);--el-tag-hover-color:var(--el-color-info)}.el-tag.is-closable{padding-right:5px}.el-tag--large{--el-icon-size:16px;height:32px;padding:0 11px}.el-tag--large .el-tag__close{margin-left:8px}.el-tag--large.is-closable{padding-right:7px}.el-tag--small{--el-icon-size:12px;height:20px;padding:0 7px}.el-tag--small .el-tag__close{margin-left:4px}.el-tag--small.is-closable{padding-right:3px}.el-tag--small .el-icon-close{transform:scale(.8)}.el-tag.el-tag--primary.is-hit{border-color:var(--el-color-primary)}.el-tag.el-tag--success.is-hit{border-color:var(--el-color-success)}.el-tag.el-tag--warning.is-hit{border-color:var(--el-color-warning)}.el-tag.el-tag--danger.is-hit{border-color:var(--el-color-danger)}.el-tag.el-tag--error.is-hit{border-color:var(--el-color-error)}.el-tag.el-tag--info.is-hit{border-color:var(--el-color-info)}.el-text{--el-text-font-size:var(--el-font-size-base);--el-text-color:var(--el-text-color-regular);font-size:var(--el-text-font-size);color:var(--el-text-color);overflow-wrap:break-word;align-self:center;margin:0;padding:0}.el-text.is-truncated{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:inline-block;overflow:hidden}.el-text.is-line-clamp{-webkit-box-orient:vertical;display:-webkit-inline-box;overflow:hidden}.el-text--large{--el-text-font-size:var(--el-font-size-medium)}.el-text--default{--el-text-font-size:var(--el-font-size-base)}.el-text--small{--el-text-font-size:var(--el-font-size-extra-small)}.el-text.el-text--primary{--el-text-color:var(--el-color-primary)}.el-text.el-text--success{--el-text-color:var(--el-color-success)}.el-text.el-text--warning{--el-text-color:var(--el-color-warning)}.el-text.el-text--danger{--el-text-color:var(--el-color-danger)}.el-text.el-text--error{--el-text-color:var(--el-color-error)}.el-text.el-text--info{--el-text-color:var(--el-color-info)}.el-text>.el-icon{vertical-align:-2px}.time-select{min-width:0;margin:5px 0}.time-select .el-picker-panel__content{max-height:200px;margin:0}.time-select-item{padding:8px 10px;font-size:14px;line-height:20px}.time-select-item.disabled{color:var(--el-datepicker-border-color);cursor:not-allowed}.time-select-item:hover{background-color:var(--el-fill-color-light);cursor:pointer;font-weight:700}.time-select .time-select-item.selected:not(.disabled){color:var(--el-color-primary);font-weight:700}.el-timeline-item{padding-bottom:20px;position:relative}.el-timeline-item__wrapper{box-sizing:content-box;position:relative;top:-3px}.el-timeline-item__tail{border-left:2px solid var(--el-timeline-node-color);height:100%;position:absolute}.el-timeline-item .el-timeline-item__icon{color:var(--el-color-white);font-size:var(--el-font-size-small)}.el-timeline-item__node{background-color:var(--el-timeline-node-color);border-color:var(--el-timeline-node-color);box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__node--normal{width:var(--el-timeline-node-size-normal);height:var(--el-timeline-node-size-normal)}.el-timeline-item__node--large{width:var(--el-timeline-node-size-large);height:var(--el-timeline-node-size-large)}.el-timeline-item__node.is-hollow{background:var(--el-color-white);border-style:solid;border-width:2px}.el-timeline-item__node--primary{background-color:var(--el-color-primary);border-color:var(--el-color-primary)}.el-timeline-item__node--success{background-color:var(--el-color-success);border-color:var(--el-color-success)}.el-timeline-item__node--warning{background-color:var(--el-color-warning);border-color:var(--el-color-warning)}.el-timeline-item__node--danger{background-color:var(--el-color-danger);border-color:var(--el-color-danger)}.el-timeline-item__node--info{background-color:var(--el-color-info);border-color:var(--el-color-info)}.el-timeline-item__dot{justify-content:center;align-items:center;display:flex;position:absolute}.el-timeline-item__content{color:var(--el-text-color-primary)}.el-timeline-item__timestamp{color:var(--el-text-color-secondary);line-height:1;font-size:var(--el-font-size-small)}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-timeline-item.is-start .el-timeline-item__wrapper{padding-left:28px}.el-timeline-item.is-start .el-timeline-item__tail{left:4px}.el-timeline-item.is-start .el-timeline-item__node--normal{left:-1px}.el-timeline-item.is-start .el-timeline-item__node--large{left:-2px}.el-timeline-item.is-end .el-timeline-item__wrapper{text-align:right;padding-right:28px}.el-timeline-item.is-end .el-timeline-item__tail{right:4px}.el-timeline-item.is-end .el-timeline-item__node--normal{right:-1px}.el-timeline-item.is-end .el-timeline-item__node--large{right:-2px}.el-timeline-item.is-alternate .el-timeline-item__tail,.el-timeline-item.is-alternate .el-timeline-item__node,.el-timeline-item.is-alternate-reverse .el-timeline-item__tail,.el-timeline-item.is-alternate-reverse .el-timeline-item__node{left:50%;transform:translate(-50%)}.el-timeline{--el-timeline-node-size-normal:12px;--el-timeline-node-size-large:14px;--el-timeline-node-color:var(--el-border-color-light);font-size:var(--el-font-size-base);margin:0;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline .el-timeline-item__center{align-items:center;display:flex}.el-timeline .el-timeline-item__center .el-timeline-item__wrapper{width:100%}.el-timeline .el-timeline-item__center .el-timeline-item__tail{top:0}.el-timeline .el-timeline-item__center:first-child .el-timeline-item__tail{height:calc(50% + 10px);top:calc(50% - 10px)}.el-timeline .el-timeline-item__center:last-child .el-timeline-item__tail{height:calc(50% - 10px);display:block}.el-timeline.is-start{padding-left:40px;padding-right:0}.el-timeline.is-end{padding-left:0;padding-right:40px}.el-timeline.is-alternate{padding-left:20px;padding-right:20px}.el-timeline.is-alternate .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-timeline.is-alternate .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse{padding-left:20px;padding-right:20px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(odd) .el-timeline-item__wrapper{width:calc(50% - 28px + var(--el-timeline-node-size-large) / 2);text-align:right;padding-right:28px}.el-timeline.is-alternate-reverse .el-timeline-item:nth-child(2n) .el-timeline-item__wrapper{width:calc(50% - 28px);left:calc(50% - var(--el-timeline-node-size-large) / 2);padding-left:28px}.el-transfer{--el-transfer-border-color:var(--el-border-color-lighter);--el-transfer-border-radius:var(--el-border-radius-base);--el-transfer-panel-width:200px;--el-transfer-panel-header-height:40px;--el-transfer-panel-header-bg-color:var(--el-fill-color-light);--el-transfer-panel-footer-height:40px;--el-transfer-panel-body-height:278px;--el-transfer-item-height:30px;--el-transfer-filter-height:32px;font-size:var(--el-font-size-base)}.el-transfer__buttons{vertical-align:middle;padding:0 30px;display:inline-block}.el-transfer__button{vertical-align:top}.el-transfer__button:nth-child(2){margin:0 0 0 10px}.el-transfer__button i,.el-transfer__button span{font-size:14px}.el-transfer__button .el-icon+span{margin-left:0}.el-transfer-panel{background:var(--el-bg-color-overlay);text-align:left;vertical-align:middle;width:var(--el-transfer-panel-width);box-sizing:border-box;max-height:100%;display:inline-block;position:relative;overflow:hidden}.el-transfer-panel__body{height:var(--el-transfer-panel-body-height);border-left:1px solid var(--el-transfer-border-color);border-right:1px solid var(--el-transfer-border-color);border-bottom:1px solid var(--el-transfer-border-color);border-bottom-left-radius:var(--el-transfer-border-radius);border-bottom-right-radius:var(--el-transfer-border-radius);overflow:hidden}.el-transfer-panel__body.is-with-footer{border-bottom:none;border-bottom-right-radius:0;border-bottom-left-radius:0}.el-transfer-panel__list{height:var(--el-transfer-panel-body-height);box-sizing:border-box;margin:0;padding:6px 0;list-style:none;overflow:auto}.el-transfer-panel__list.is-filterable{height:calc(100% - var(--el-transfer-filter-height) - 30px);padding-top:0}.el-transfer-panel__item{height:var(--el-transfer-item-height);line-height:var(--el-transfer-item-height);padding-left:15px;display:block!important}.el-transfer-panel__item+.el-transfer-panel__item{margin-left:0}.el-transfer-panel__item.el-checkbox{color:var(--el-text-color-regular);margin-right:30px}.el-transfer-panel__item:hover{color:var(--el-color-primary)}.el-transfer-panel__item.el-checkbox .el-checkbox__label{text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;width:100%;line-height:var(--el-transfer-item-height);padding-left:22px;display:block;overflow:hidden}.el-transfer-panel__item .el-checkbox__input{position:absolute;top:8px}.el-transfer-panel__filter{text-align:center;box-sizing:border-box;padding:15px}.el-transfer-panel__filter .el-input__inner{height:var(--el-transfer-filter-height);box-sizing:border-box;width:100%;font-size:12px;display:inline-block}.el-transfer-panel__filter .el-icon-circle-close{cursor:pointer}.el-transfer-panel .el-transfer-panel__header{height:var(--el-transfer-panel-header-height);background:var(--el-transfer-panel-header-bg-color);border:1px solid var(--el-transfer-border-color);border-top-left-radius:var(--el-transfer-border-radius);border-top-right-radius:var(--el-transfer-border-radius);box-sizing:border-box;color:var(--el-color-black);align-items:center;margin:0;padding-left:15px;display:flex}.el-transfer-panel .el-transfer-panel__header .el-checkbox{align-items:center;width:100%;display:flex;position:relative}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label{min-width:0;color:var(--el-text-color-primary);flex:1;align-items:center;font-size:16px;font-weight:400;display:flex}.el-transfer-panel .el-transfer-panel__header-title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.el-transfer-panel .el-transfer-panel__header-count{color:var(--el-text-color-secondary);flex-shrink:0;margin-left:8px;margin-right:15px;font-size:12px}.el-transfer-panel .el-transfer-panel__footer{height:var(--el-transfer-panel-footer-height);background:var(--el-bg-color-overlay);border:1px solid var(--el-transfer-border-color);border-bottom-left-radius:var(--el-transfer-border-radius);border-bottom-right-radius:var(--el-transfer-border-radius);margin:0;padding:0}.el-transfer-panel .el-transfer-panel__footer:after{content:"";vertical-align:middle;height:100%;display:inline-block}.el-transfer-panel .el-transfer-panel__footer .el-checkbox{color:var(--el-text-color-regular);padding-left:20px}.el-transfer-panel .el-transfer-panel__empty{height:var(--el-transfer-item-height);line-height:var(--el-transfer-item-height);color:var(--el-text-color-secondary);text-align:center;margin:0;padding:6px 15px 0}.el-transfer-panel .el-checkbox__label{padding-left:8px}.el-tree{--el-tree-node-content-height:26px;--el-tree-node-hover-bg-color:var(--el-fill-color-light);--el-tree-text-color:var(--el-text-color-regular);--el-tree-expand-icon-color:var(--el-text-color-placeholder);cursor:default;background:var(--el-fill-color-blank);color:var(--el-tree-text-color);font-size:var(--el-font-size-base);position:relative}.el-tree__empty-block{text-align:center;width:100%;height:100%;min-height:60px;position:relative}.el-tree__empty-text{color:var(--el-text-color-secondary);font-size:var(--el-font-size-base);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.el-tree__drop-indicator{background-color:var(--el-color-primary);height:1px;position:absolute;left:0;right:0}.el-tree-node{white-space:nowrap;outline:none}.el-tree-node:focus>.el-tree-node__content{background-color:var(--el-tree-node-hover-bg-color)}.el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:var(--el-color-primary);color:#fff}.el-tree-node__content{--el-checkbox-height:var(--el-tree-node-content-height);height:var(--el-tree-node-content-height);cursor:pointer;align-items:center;display:flex}.el-tree-node__content>.el-tree-node__expand-icon{box-sizing:content-box;padding:6px}.el-tree-node__content>label.el-checkbox{margin-right:8px}.el-tree-node__content:hover{background-color:var(--el-tree-node-hover-bg-color)}.el-tree.is-dragging .el-tree-node__content{cursor:move}.el-tree.is-dragging .el-tree-node__content *{pointer-events:none}.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content{cursor:not-allowed}.el-tree-node__expand-icon{cursor:pointer;color:var(--el-tree-expand-icon-color);transition:transform var(--el-transition-duration) ease-in-out;font-size:12px;transform:rotate(0)}.el-tree-node__expand-icon.expanded{transform:rotate(90deg)}.el-tree-node__expand-icon.is-leaf{color:#0000;cursor:default;visibility:hidden}.el-tree-node__expand-icon.is-hidden{visibility:hidden}.el-tree-node__loading-icon{font-size:var(--el-font-size-base);color:var(--el-tree-expand-icon-color);margin-right:8px}.el-tree-node>.el-tree-node__children{background-color:#0000;overflow:hidden}.el-tree-node.is-expanded>.el-tree-node__children{display:block}.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:var(--el-color-primary-light-9)}.el-tree-select{--el-tree-node-content-height:26px;--el-tree-node-hover-bg-color:var(--el-fill-color-light);--el-tree-text-color:var(--el-text-color-regular);--el-tree-expand-icon-color:var(--el-text-color-placeholder)}.el-tree-select__popper .el-tree-node__expand-icon{margin-left:8px}.el-tree-select__popper .el-tree-node.is-checked>.el-tree-node__content .el-select-dropdown__item.selected:after{content:none}.el-tree-select__popper .el-select-dropdown__list>.el-select-dropdown__item{padding-left:32px}.el-tree-select__popper .el-select-dropdown__item{flex:1;height:20px;padding-left:0;line-height:20px;background:0 0!important}.el-upload{--el-upload-dragger-padding-horizontal:10px;--el-upload-dragger-padding-vertical:40px;--el-upload-list-picture-card-size:var(--el-upload-picture-card-size);--el-upload-picture-card-size:148px;cursor:pointer;outline:none;justify-content:center;align-items:center;display:inline-flex}.el-upload.is-disabled{cursor:not-allowed}.el-upload.is-disabled:focus{border-color:var(--el-border-color-darker);color:inherit}.el-upload.is-disabled:focus .el-upload-dragger{border-color:var(--el-border-color-darker)}.el-upload.is-disabled .el-upload-dragger{cursor:not-allowed;background-color:var(--el-disabled-bg-color)}.el-upload.is-disabled .el-upload-dragger .el-upload__text{color:var(--el-text-color-placeholder)}.el-upload.is-disabled .el-upload-dragger .el-upload__text em{color:var(--el-disabled-text-color)}.el-upload.is-disabled .el-upload-dragger:hover{border-color:var(--el-border-color-darker)}.el-upload__input{display:none}.el-upload__tip{color:var(--el-text-color-regular);margin-top:7px;font-size:12px}.el-upload iframe{z-index:-1;opacity:0;filter:alpha(opacity=0);position:absolute;top:0;left:0}.el-upload--picture-card{background-color:var(--el-fill-color-lighter);border:1px dashed var(--el-border-color-darker);box-sizing:border-box;width:var(--el-upload-picture-card-size);height:var(--el-upload-picture-card-size);cursor:pointer;vertical-align:top;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.el-upload--picture-card>i{color:var(--el-text-color-secondary);font-size:28px}.el-upload--picture-card:hover{border-color:var(--el-color-primary);color:var(--el-color-primary)}.el-upload.is-drag{display:block}.el-upload:focus{border-color:var(--el-color-primary);color:var(--el-color-primary)}.el-upload:focus .el-upload-dragger{border-color:var(--el-color-primary)}.el-upload-dragger{padding:var(--el-upload-dragger-padding-vertical) var(--el-upload-dragger-padding-horizontal);background-color:var(--el-fill-color-blank);border:1px dashed var(--el-border-color);box-sizing:border-box;text-align:center;cursor:pointer;border-radius:6px;position:relative;overflow:hidden}.el-upload-dragger .el-icon--upload{color:var(--el-text-color-placeholder);margin-bottom:16px;font-size:67px;line-height:50px}.el-upload-dragger+.el-upload__tip{text-align:center}.el-upload-dragger~.el-upload__files{border-top:var(--el-border);margin-top:7px;padding-top:5px}.el-upload-dragger .el-upload__text{color:var(--el-text-color-regular);text-align:center;font-size:14px}.el-upload-dragger .el-upload__text em{color:var(--el-color-primary);font-style:normal}.el-upload-dragger:hover{border-color:var(--el-color-primary)}.el-upload-dragger.is-dragover{padding:calc(var(--el-upload-dragger-padding-vertical) - 1px) calc(var(--el-upload-dragger-padding-horizontal) - 1px);background-color:var(--el-color-primary-light-9);border:2px dashed var(--el-color-primary)}.el-upload-list{--el-upload-dragger-padding-horizontal:10px;--el-upload-dragger-padding-vertical:40px;--el-upload-list-picture-card-size:var(--el-upload-picture-card-size);--el-upload-picture-card-size:148px;margin:10px 0 0;padding:0;list-style:none;position:relative}.el-upload-list__item{color:var(--el-text-color-regular);box-sizing:border-box;border-radius:4px;width:100%;margin-bottom:5px;font-size:14px;transition:all .5s cubic-bezier(.55,0,.1,1);position:relative}.el-upload-list__item .el-progress{width:100%;position:absolute;top:20px}.el-upload-list__item .el-progress__text{position:absolute;top:-13px;right:0}.el-upload-list__item .el-progress-bar{margin-right:0;padding-right:0}.el-upload-list__item .el-icon--upload-success{color:var(--el-color-success)}.el-upload-list__item .el-icon--close{cursor:pointer;opacity:.75;color:var(--el-text-color-regular);transition:opacity var(--el-transition-duration);display:none;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.el-upload-list__item .el-icon--close:hover{opacity:1;color:var(--el-color-primary)}.el-upload-list__item .el-icon--close-tip{cursor:pointer;opacity:1;color:var(--el-color-primary);font-size:12px;font-style:normal;display:none;position:absolute;top:1px;right:5px}.el-upload-list__item:hover,.el-upload-list__item:focus-within{background-color:var(--el-fill-color-light)}.el-upload-list__item:hover .el-icon--close,.el-upload-list__item:focus-within .el-icon--close{display:inline-flex}.el-upload-list__item:hover .el-icon--close-tip,.el-upload-list__item:focus-within .el-icon--close-tip{right:24px}.el-upload-list__item:hover .el-progress__text,.el-upload-list__item:focus-within .el-progress__text{display:none}.el-upload-list__item .el-upload-list__item-info{flex-direction:column;justify-content:center;width:calc(100% - 30px);margin-left:4px;display:inline-flex}.el-upload-list__item.is-success .el-upload-list__item-status-label{display:inline-flex}.el-upload-list__item.is-success .el-upload-list__item-name:hover,.el-upload-list__item.is-success .el-upload-list__item-name:focus{color:var(--el-color-primary);cursor:pointer}.el-upload-list__item.is-success:focus:not(:hover) .el-icon--close-tip{display:inline-block}.el-upload-list__item.is-success:not(.focusing):focus,.el-upload-list__item.is-success:active{outline-width:0}.el-upload-list__item.is-success:not(.focusing):focus .el-icon--close-tip,.el-upload-list__item.is-success:active .el-icon--close-tip{display:none}.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,.el-upload-list__item.is-success:focus-within .el-upload-list__item-status-label{opacity:0;display:none}.el-upload-list__item-name{color:var(--el-text-color-regular);text-align:center;transition:color var(--el-transition-duration);font-size:var(--el-font-size-base);align-items:center;padding:0 4px;display:inline-flex}.el-upload-list__item-name .el-icon{color:var(--el-text-color-secondary);margin-right:6px}.el-upload-list__item-file-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.el-upload-list__item-status-label{line-height:inherit;height:100%;transition:opacity var(--el-transition-duration);justify-content:center;align-items:center;display:none;position:absolute;top:0;right:5px}.el-upload-list__item-delete{color:var(--el-text-color-regular);font-size:12px;display:none;position:absolute;top:0;right:10px}.el-upload-list__item-delete:hover{color:var(--el-color-primary)}.el-upload-list--picture-card{flex-wrap:wrap;margin:0;display:inline-flex}.el-upload-list--picture-card .el-upload-list__item{background-color:var(--el-fill-color-blank);border:1px solid var(--el-border-color);box-sizing:border-box;width:var(--el-upload-list-picture-card-size);height:var(--el-upload-list-picture-card-size);border-radius:6px;margin:0 8px 8px 0;padding:0;display:inline-flex;overflow:hidden}.el-upload-list--picture-card .el-upload-list__item .el-icon--check,.el-upload-list--picture-card .el-upload-list__item .el-icon--circle-check{color:#fff}.el-upload-list--picture-card .el-upload-list__item .el-icon--close{display:none}.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label{opacity:0;display:block}.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture-card .el-upload-list__item .el-upload-list__item-name{display:none}.el-upload-list--picture-card .el-upload-list__item-thumbnail{object-fit:contain;width:100%;height:100%}.el-upload-list--picture-card .el-upload-list__item-status-label{background:var(--el-color-success);text-align:center;width:40px;height:24px;top:-6px;right:-15px;transform:rotate(45deg)}.el-upload-list--picture-card .el-upload-list__item-status-label i{margin-top:11px;font-size:12px;transform:rotate(-45deg)}.el-upload-list--picture-card .el-upload-list__item-actions{cursor:default;color:#fff;opacity:0;background-color:var(--el-overlay-color-lighter);width:100%;height:100%;transition:opacity var(--el-transition-duration);justify-content:center;align-items:center;font-size:20px;display:inline-flex;position:absolute;top:0;left:0}.el-upload-list--picture-card .el-upload-list__item-actions span{cursor:pointer;display:none}.el-upload-list--picture-card .el-upload-list__item-actions span+span{margin-left:16px}.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete{font-size:inherit;color:inherit;position:static}.el-upload-list--picture-card .el-upload-list__item-actions:hover{opacity:1}.el-upload-list--picture-card .el-upload-list__item-actions:hover span{display:inline-flex}.el-upload-list--picture-card .el-progress{width:126px;top:50%;bottom:auto;left:50%;transform:translate(-50%,-50%)}.el-upload-list--picture-card .el-progress .el-progress__text{top:50%}.el-upload-list--picture .el-upload-list__item{z-index:0;background-color:var(--el-fill-color-blank);border:1px solid var(--el-border-color);box-sizing:border-box;border-radius:6px;align-items:center;margin-top:10px;padding:10px;display:flex;overflow:hidden}.el-upload-list--picture .el-upload-list__item .el-icon--check,.el-upload-list--picture .el-upload-list__item .el-icon--circle-check{color:#fff}.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label{opacity:0;display:inline-flex}.el-upload-list--picture .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i{display:none}.el-upload-list--picture .el-upload-list__item .el-icon--close{top:5px;transform:translateY(0)}.el-upload-list--picture .el-upload-list__item-thumbnail{object-fit:contain;z-index:1;background-color:var(--el-color-white);justify-content:center;align-items:center;width:70px;height:70px;display:inline-flex;position:relative}.el-upload-list--picture .el-upload-list__item-status-label{background:var(--el-color-success);text-align:center;width:46px;height:26px;position:absolute;top:-7px;right:-17px;transform:rotate(45deg)}.el-upload-list--picture .el-upload-list__item-status-label i{margin-top:12px;font-size:12px;transform:rotate(-45deg)}.el-upload-list--picture .el-progress{position:relative;top:-7px}.el-upload-cover{z-index:10;cursor:default;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.el-upload-cover:after{content:"";vertical-align:middle;height:100%;display:inline-block}.el-upload-cover img{width:100%;height:100%;display:block}.el-upload-cover__label{background:var(--el-color-success);text-align:center;width:40px;height:24px;top:-6px;right:-15px;transform:rotate(45deg)}.el-upload-cover__label i{color:#fff;margin-top:11px;font-size:12px;transform:rotate(-45deg)}.el-upload-cover__progress{vertical-align:middle;width:243px;display:inline-block;position:static}.el-upload-cover__progress+.el-upload__inner{opacity:0}.el-upload-cover__content{width:100%;height:100%;position:absolute;top:0;left:0}.el-upload-cover__interact{background-color:var(--el-overlay-color-light);text-align:center;width:100%;height:100%;position:absolute;bottom:0;left:0}.el-upload-cover__interact .btn{color:#fff;cursor:pointer;vertical-align:middle;transition:var(--el-transition-md-fade);margin-top:60px;font-size:14px;display:inline-block}.el-upload-cover__interact .btn i{margin-top:0}.el-upload-cover__interact .btn span{opacity:0;transition:opacity .15s linear}.el-upload-cover__interact .btn:not(:first-child){margin-left:35px}.el-upload-cover__interact .btn:hover{transform:translateY(-13px)}.el-upload-cover__interact .btn:hover span{opacity:1}.el-upload-cover__interact .btn i{color:#fff;font-size:24px;line-height:inherit;margin:0 auto 5px;display:block}.el-upload-cover__title{text-overflow:ellipsis;white-space:nowrap;text-align:left;width:100%;height:36px;color:var(--el-text-color-primary);background-color:#fff;margin:0;padding:0 10px;font-size:14px;font-weight:400;line-height:36px;position:absolute;bottom:0;left:0;overflow:hidden}.el-upload-cover+.el-upload__inner{opacity:0;z-index:1;position:relative}.el-vl__wrapper{position:relative}.el-vl__wrapper:hover .el-virtual-scrollbar,.el-vl__wrapper.always-on .el-virtual-scrollbar{opacity:1}.el-vl__window{scrollbar-width:none}.el-vl__window::-webkit-scrollbar{display:none}.el-virtual-scrollbar{opacity:0;transition:opacity .34s ease-out}.el-virtual-scrollbar.always-on{opacity:1}.el-vg__wrapper{position:relative}.el-popper{--el-popper-border-radius:var(--el-popover-border-radius,4px);--el-popper-bg-color-light:var(--el-bg-color-overlay);--el-popper-bg-color-dark:var(--el-text-color-primary);border-radius:var(--el-popper-border-radius);z-index:2000;overflow-wrap:break-word;word-break:normal;visibility:visible;min-width:10px;padding:5px 11px;font-size:12px;line-height:20px;position:absolute}.el-popper.is-dark{--el-fill-color-blank:var(--el-popper-bg-color-dark);color:var(--el-bg-color);background:var(--el-popper-bg-color-dark);border:1px solid var(--el-text-color-primary)}.el-popper.is-dark>.el-popper__arrow:before{border:1px solid var(--el-text-color-primary);background:var(--el-popper-bg-color-dark);right:0}.el-popper.is-light{--el-fill-color-blank:var(--el-popper-bg-color-light);background:var(--el-popper-bg-color-light);border:1px solid var(--el-border-color-light)}.el-popper.is-light>.el-popper__arrow:before{border:1px solid var(--el-border-color-light);background:var(--el-popper-bg-color-light);right:0}.el-popper.is-pure{padding:0}.el-popper__arrow{z-index:-1;width:10px;height:10px;position:absolute}.el-popper__arrow:before{z-index:-1;content:" ";background:var(--el-text-color-primary);box-sizing:border-box;width:10px;height:10px;position:absolute;transform:rotate(45deg)}.el-popper[data-popper-placement^=top]>.el-popper__arrow{bottom:-5px}.el-popper[data-popper-placement^=top]>.el-popper__arrow:before{border-bottom-right-radius:2px}.el-popper[data-popper-placement^=bottom]>.el-popper__arrow{top:-5px}.el-popper[data-popper-placement^=bottom]>.el-popper__arrow:before{border-top-left-radius:2px}.el-popper[data-popper-placement^=left]>.el-popper__arrow{right:-5px}.el-popper[data-popper-placement^=left]>.el-popper__arrow:before{border-top-right-radius:2px}.el-popper[data-popper-placement^=right]>.el-popper__arrow{left:-5px}.el-popper[data-popper-placement^=right]>.el-popper__arrow:before{border-bottom-left-radius:2px}.el-popper[data-popper-placement^=top]>.el-popper__arrow:before{border-top-color:#0000!important;border-left-color:#0000!important}.el-popper[data-popper-placement^=bottom]>.el-popper__arrow:before{border-bottom-color:#0000!important;border-right-color:#0000!important}.el-popper[data-popper-placement^=left]>.el-popper__arrow:before{border-bottom-color:#0000!important;border-left-color:#0000!important}.el-popper[data-popper-placement^=right]>.el-popper__arrow:before{border-top-color:#0000!important;border-right-color:#0000!important}.el-statistic{--el-statistic-title-font-weight:400;--el-statistic-title-font-size:var(--el-font-size-extra-small);--el-statistic-title-color:var(--el-text-color-regular);--el-statistic-content-font-weight:400;--el-statistic-content-font-size:var(--el-font-size-extra-large);--el-statistic-content-color:var(--el-text-color-primary)}.el-statistic__head{font-weight:var(--el-statistic-title-font-weight);font-size:var(--el-statistic-title-font-size);color:var(--el-statistic-title-color);margin-bottom:4px;line-height:20px}.el-statistic__content{font-weight:var(--el-statistic-content-font-weight);font-size:var(--el-statistic-content-font-size);color:var(--el-statistic-content-color)}.el-statistic__value{display:inline-block}.el-statistic__prefix{margin-right:4px;display:inline-block}.el-statistic__suffix{margin-left:4px;display:inline-block}.el-tour{--el-tour-width:520px;--el-tour-padding-primary:12px;--el-tour-font-line-height:var(--el-font-line-height-primary);--el-tour-title-font-size:16px;--el-tour-title-text-color:var(--el-text-color-primary);--el-tour-title-font-weight:400;--el-tour-close-color:var(--el-color-info);--el-tour-font-size:14px;--el-tour-color:var(--el-text-color-primary);--el-tour-bg-color:var(--el-bg-color);--el-tour-border-radius:4px}.el-tour__hollow{transition:all var(--el-transition-duration) ease}.el-tour__content{border-radius:var(--el-tour-border-radius);width:var(--el-tour-width);padding:var(--el-tour-padding-primary);background:var(--el-tour-bg-color);box-shadow:var(--el-box-shadow-light);box-sizing:border-box;overflow-wrap:break-word;outline:none}.el-tour__arrow{background:var(--el-tour-bg-color);pointer-events:none;box-sizing:border-box;width:10px;height:10px;position:absolute;transform:rotate(45deg)}.el-tour__content[data-side^=top] .el-tour__arrow{border-top-color:#0000;border-left-color:#0000}.el-tour__content[data-side^=bottom] .el-tour__arrow{border-bottom-color:#0000;border-right-color:#0000}.el-tour__content[data-side^=left] .el-tour__arrow{border-bottom-color:#0000;border-left-color:#0000}.el-tour__content[data-side^=right] .el-tour__arrow{border-top-color:#0000;border-right-color:#0000}.el-tour__content[data-side^=top] .el-tour__arrow{bottom:-5px}.el-tour__content[data-side^=bottom] .el-tour__arrow{top:-5px}.el-tour__content[data-side^=left] .el-tour__arrow{right:-5px}.el-tour__content[data-side^=right] .el-tour__arrow{left:-5px}.el-tour__closebtn{cursor:pointer;width:40px;height:40px;font-size:var(--el-message-close-size,16px);background:0 0;border:none;outline:none;padding:0;position:absolute;top:0;right:0}.el-tour__closebtn .el-tour__close{color:var(--el-tour-close-color);font-size:inherit}.el-tour__closebtn:focus .el-tour__close,.el-tour__closebtn:hover .el-tour__close{color:var(--el-color-primary)}.el-tour__header{padding-bottom:var(--el-tour-padding-primary)}.el-tour__header.show-close{padding-right:calc(var(--el-tour-padding-primary) + var(--el-message-close-size,16px))}.el-tour__title{line-height:var(--el-tour-font-line-height);font-size:var(--el-tour-title-font-size);color:var(--el-tour-title-text-color);font-weight:var(--el-tour-title-font-weight)}.el-tour__body{color:var(--el-tour-text-color);font-size:var(--el-tour-font-size)}.el-tour__body img,.el-tour__body video{max-width:100%}.el-tour__footer{padding-top:var(--el-tour-padding-primary);box-sizing:border-box;justify-content:space-between;display:flex}.el-tour__content .el-tour-indicators{flex:1;display:inline-block}.el-tour__content .el-tour-indicator{background:var(--el-color-info-light-9);border-radius:50%;width:6px;height:6px;margin-right:6px;display:inline-block}.el-tour__content .el-tour-indicator.is-active{background:var(--el-color-primary)}.el-tour.el-tour--primary{--el-tour-title-text-color:#fff;--el-tour-text-color:#fff;--el-tour-bg-color:var(--el-color-primary);--el-tour-close-color:#fff}.el-tour.el-tour--primary .el-tour__closebtn:focus .el-tour__close,.el-tour.el-tour--primary .el-tour__closebtn:hover .el-tour__close{color:var(--el-tour-title-text-color)}.el-tour.el-tour--primary .el-button--default{color:var(--el-color-primary);border-color:var(--el-color-primary);background:#fff}.el-tour.el-tour--primary .el-button--primary{border-color:#fff}.el-tour.el-tour--primary .el-tour-indicator{background:#ffffff26}.el-tour.el-tour--primary .el-tour-indicator.is-active{background:#fff}.el-tour-parent--hidden{overflow:hidden}.el-anchor{--el-anchor-bg-color:var(--el-bg-color);--el-anchor-padding-indent:14px;--el-anchor-line-height:22px;--el-anchor-font-size:12px;--el-anchor-color:var(--el-text-color-secondary);--el-anchor-active-color:var(--el-color-primary);--el-anchor-hover-color:var(--el-text-color-regular);--el-anchor-marker-bg-color:var(--el-color-primary);background-color:var(--el-anchor-bg-color);position:relative}.el-anchor__marker{background-color:var(--el-anchor-marker-bg-color);opacity:0;z-index:0;border-radius:4px;position:absolute}.el-anchor.el-anchor--vertical .el-anchor__marker{width:4px;height:14px;transition:top .25s ease-in-out,opacity .25s;top:8px;left:0}.el-anchor.el-anchor--vertical .el-anchor__list{padding-left:var(--el-anchor-padding-indent)}.el-anchor.el-anchor--vertical.el-anchor--underline:before{content:"";background-color:#0505050f;width:2px;height:100%;position:absolute;left:0}.el-anchor.el-anchor--vertical.el-anchor--underline .el-anchor__marker{border-radius:unset;width:2px}.el-anchor.el-anchor--horizontal .el-anchor__marker{width:20px;height:2px;transition:left .25s ease-in-out,opacity .25s,width .25s;bottom:0}.el-anchor.el-anchor--horizontal .el-anchor__list{padding-bottom:4px;display:flex}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item{padding-left:16px}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item:first-child{padding-left:0}.el-anchor.el-anchor--horizontal.el-anchor--underline:before{content:"";background-color:#0505050f;width:100%;height:2px;position:absolute;bottom:0}.el-anchor.el-anchor--horizontal.el-anchor--underline .el-anchor__marker{border-radius:unset;height:2px}.el-anchor__item{flex-direction:column;display:flex}.el-anchor__link{font-size:var(--el-anchor-font-size);line-height:var(--el-anchor-line-height);color:var(--el-anchor-color);transition:color var(--el-transition-duration);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;outline:none;max-width:100%;padding:4px 0;text-decoration:none;overflow:hidden}.el-anchor__link:hover,.el-anchor__link:focus{color:var(--el-hover-color)}.el-anchor__link:focus-visible{border-radius:var(--el-border-radius-base);outline:2px solid var(--el-color-primary)}.el-anchor__link.is-active{color:var(--el-anchor-active-color)}.el-anchor .el-anchor__list .el-anchor__item a{display:inline-block}.el-segmented--vertical{flex-direction:column}.el-segmented--vertical .el-segmented__item{padding:11px}.el-segmented{--el-segmented-color:var(--el-text-color-regular);--el-segmented-bg-color:var(--el-fill-color-light);--el-segmented-padding:2px;--el-segmented-item-selected-color:var(--el-color-white);--el-segmented-item-selected-bg-color:var(--el-color-primary);--el-segmented-item-selected-disabled-bg-color:var(--el-color-primary-light-5);--el-segmented-item-hover-color:var(--el-text-color-primary);--el-segmented-item-hover-bg-color:var(--el-fill-color-dark);--el-segmented-item-active-bg-color:var(--el-fill-color-darker);--el-segmented-item-disabled-color:var(--el-text-color-placeholder);background:var(--el-segmented-bg-color);min-height:32px;padding:var(--el-segmented-padding);border-radius:var(--el-border-radius-base);color:var(--el-segmented-color);box-sizing:border-box;align-items:stretch;font-size:14px;display:inline-flex}.el-segmented__group{align-items:stretch;width:100%;display:flex;position:relative}.el-segmented__item-selected{background:var(--el-segmented-item-selected-bg-color);border-radius:calc(var(--el-border-radius-base) - 2px);pointer-events:none;width:10px;height:100%;transition:all .3s;position:absolute;top:0;left:0}.el-segmented__item-selected.is-disabled{background:var(--el-segmented-item-selected-disabled-bg-color)}.el-segmented__item-selected.is-focus-visible:before{content:"";border-radius:inherit;outline:2px solid var(--el-segmented-item-selected-bg-color);outline-offset:1px;position:absolute;top:0;bottom:0;left:0;right:0}.el-segmented__item{cursor:pointer;border-radius:calc(var(--el-border-radius-base) - 2px);flex:1;align-items:center;padding:0 11px;display:flex}.el-segmented__item:not(.is-disabled):not(.is-selected):hover{color:var(--el-segmented-item-hover-color);background:var(--el-segmented-item-hover-bg-color)}.el-segmented__item:not(.is-disabled):not(.is-selected):active{background:var(--el-segmented-item-active-bg-color)}.el-segmented__item.is-selected,.el-segmented__item.is-selected.is-disabled{color:var(--el-segmented-item-selected-color)}.el-segmented__item.is-disabled{cursor:not-allowed;color:var(--el-segmented-item-disabled-color)}.el-segmented__item-input{opacity:0;pointer-events:none;width:0;height:0;margin:0;position:absolute}.el-segmented__item-label{text-align:center;text-overflow:ellipsis;white-space:nowrap;z-index:1;flex:1;line-height:normal;transition:color .3s;overflow:hidden}.el-segmented.is-block{display:flex}.el-segmented.is-block .el-segmented__item{min-width:0}.el-segmented--large{border-radius:var(--el-border-radius-base);min-height:40px;font-size:16px}.el-segmented--large .el-segmented__item-selected{border-radius:calc(var(--el-border-radius-base) - 2px)}.el-segmented--large .el-segmented--vertical .el-segmented__item{padding:11px}.el-segmented--large .el-segmented__item{border-radius:calc(var(--el-border-radius-base) - 2px);padding:0 11px}.el-segmented--small{border-radius:calc(var(--el-border-radius-base) - 1px);min-height:24px;font-size:14px}.el-segmented--small .el-segmented__item-selected{border-radius:calc(calc(var(--el-border-radius-base) - 1px) - 2px)}.el-segmented--small .el-segmented--vertical .el-segmented__item{padding:7px}.el-segmented--small .el-segmented__item{border-radius:calc(calc(var(--el-border-radius-base) - 1px) - 2px);padding:0 7px}.el-mention{width:100%;position:relative}.el-mention__popper.el-popper{background:var(--el-bg-color-overlay);border:1px solid var(--el-border-color-light);box-shadow:var(--el-box-shadow-light)}.el-mention__popper.el-popper .el-popper__arrow:before{border:1px solid var(--el-border-color-light)}.el-mention__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before{border-top-color:#0000;border-left-color:#0000}.el-mention__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:#0000;border-right-color:#0000}.el-mention__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:#0000;border-left-color:#0000}.el-mention__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-top-color:#0000;border-right-color:#0000}.el-mention-dropdown{--el-mention-font-size:var(--el-font-size-base);--el-mention-bg-color:var(--el-bg-color-overlay);--el-mention-shadow:var(--el-box-shadow-light);--el-mention-border:1px solid var(--el-border-color-light);--el-mention-option-color:var(--el-text-color-regular);--el-mention-option-height:34px;--el-mention-option-min-width:100px;--el-mention-option-hover-background:var(--el-fill-color-light);--el-mention-option-selected-color:var(--el-color-primary);--el-mention-option-disabled-color:var(--el-text-color-placeholder);--el-mention-option-loading-color:var(--el-text-color-secondary);--el-mention-option-loading-padding:10px 0;--el-mention-max-height:174px;--el-mention-padding:6px 0;--el-mention-header-padding:10px;--el-mention-footer-padding:10px}.el-mention-dropdown__item{font-size:var(--el-mention-font-size);white-space:nowrap;text-overflow:ellipsis;color:var(--el-mention-option-color);height:var(--el-mention-option-height);line-height:var(--el-mention-option-height);box-sizing:border-box;min-width:var(--el-mention-option-min-width);cursor:pointer;padding:0 20px;position:relative;overflow:hidden}.el-mention-dropdown__item.is-hovering{background-color:var(--el-mention-option-hover-background)}.el-mention-dropdown__item.is-selected{color:var(--el-mention-option-selected-color);font-weight:700}.el-mention-dropdown__item.is-disabled{color:var(--el-mention-option-disabled-color);cursor:not-allowed;background-color:unset}.el-mention-dropdown{z-index:calc(var(--el-index-top) + 1);border-radius:var(--el-border-radius-base);box-sizing:border-box}.el-mention-dropdown__loading{text-align:center;color:var(--el-mention-option-loading-color);min-width:var(--el-mention-option-min-width);margin:0;padding:10px 0;font-size:12px}.el-mention-dropdown__wrap{max-height:var(--el-mention-max-height)}.el-mention-dropdown__list{padding:var(--el-mention-padding);box-sizing:border-box;margin:0;list-style:none}.el-mention-dropdown__header{padding:var(--el-mention-header-padding);border-bottom:var(--el-mention-border)}.el-mention-dropdown__footer{padding:var(--el-mention-footer-padding);border-top:var(--el-mention-border)}.el-splitter{width:100%;height:100%;margin:0;padding:0;display:flex;position:relative}.el-splitter__mask{z-index:999;position:absolute;top:0;bottom:0;left:0;right:0}.el-splitter__mask-horizontal{cursor:ew-resize}.el-splitter__mask-vertical{cursor:ns-resize}.el-splitter__horizontal{flex-direction:row}.el-splitter__vertical{flex-direction:column}.el-splitter-bar{-webkit-user-select:none;user-select:none;flex:none;position:relative}.el-splitter-bar__dragger{z-index:1;background:0 0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.el-splitter-bar__dragger:before,.el-splitter-bar__dragger:after{content:"";background-color:var(--el-border-color-light);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.el-splitter-bar__dragger:not(.is-lazy):after{display:none}.el-splitter-bar__dragger:after{opacity:.4}.el-splitter-bar__dragger:hover:not(.is-disabled):before{background-color:var(--el-color-primary-light-5)}.el-splitter-bar__dragger-horizontal:before,.el-splitter-bar__dragger-horizontal:after{width:2px;height:100%}.el-splitter-bar__dragger-vertical:before,.el-splitter-bar__dragger-vertical:after{width:100%;height:2px}.el-splitter-bar__dragger-active:before,.el-splitter-bar__dragger-active:after{background-color:var(--el-color-primary-light-3)}.el-splitter-bar__dragger-active.el-splitter-bar__dragger-horizontal:after{transform:translate(calc(-50% + var(--el-splitter-bar-offset)), -50%)}.el-splitter-bar__dragger-active.el-splitter-bar__dragger-vertical:after{transform:translate(-50%, calc(-50% + var(--el-splitter-bar-offset)))}.el-splitter-bar:hover .el-splitter-bar__collapse-icon{opacity:1}.el-splitter-bar__collapse-icon{background:var(--el-border-color-light);cursor:pointer;opacity:0;z-index:9;border-radius:2px;justify-content:center;align-items:center;display:flex;position:absolute}.el-splitter-bar__collapse-icon:hover{opacity:1;background-color:var(--el-color-primary-light-5)}.el-splitter-bar__horizontal-collapse-icon-start{width:16px;height:24px;top:50%;left:-12px;transform:translate(-50%,-50%)}.el-splitter-bar__horizontal-collapse-icon-end{width:16px;height:24px;top:50%;left:12px;transform:translate(-50%,-50%)}.el-splitter-bar__vertical-collapse-icon-start{width:24px;height:16px;top:-12px;right:50%;transform:translate(50%,-50%)}.el-splitter-bar__vertical-collapse-icon-end{width:24px;height:16px;top:12px;right:50%;transform:translate(50%,-50%)}.el-splitter-panel{scrollbar-width:thin;box-sizing:border-box;flex-grow:0;overflow:auto}html.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--el-color-primary:#409eff;--el-color-primary-light-3:#3375b9;--el-color-primary-light-5:#2a598a;--el-color-primary-light-7:#213d5b;--el-color-primary-light-8:#1d3043;--el-color-primary-light-9:#18222b;--el-color-primary-dark-2:#66b1ff;--el-color-success:#67c23a;--el-color-success-light-3:#4e8e2f;--el-color-success-light-5:#3e6b27;--el-color-success-light-7:#2d481f;--el-color-success-light-8:#25371c;--el-color-success-light-9:#1c2518;--el-color-success-dark-2:#85ce61;--el-color-warning:#e6a23c;--el-color-warning-light-3:#a77730;--el-color-warning-light-5:#7d5b28;--el-color-warning-light-7:#533f20;--el-color-warning-light-8:#3e301c;--el-color-warning-light-9:#292218;--el-color-warning-dark-2:#ebb563;--el-color-danger:#f56c6c;--el-color-danger-light-3:#b25252;--el-color-danger-light-5:#854040;--el-color-danger-light-7:#582e2e;--el-color-danger-light-8:#412626;--el-color-danger-light-9:#2a1d1d;--el-color-danger-dark-2:#f78989;--el-color-error:#f56c6c;--el-color-error-light-3:#b25252;--el-color-error-light-5:#854040;--el-color-error-light-7:#582e2e;--el-color-error-light-8:#412626;--el-color-error-light-9:#2a1d1d;--el-color-error-dark-2:#f78989;--el-color-info:#909399;--el-color-info-light-3:#6b6d71;--el-color-info-light-5:#525457;--el-color-info-light-7:#393a3c;--el-color-info-light-8:#2d2d2f;--el-color-info-light-9:#202121;--el-color-info-dark-2:#a6a9ad;--el-box-shadow:0px 12px 32px 4px #0000005c, 0px 8px 20px #000000b8;--el-box-shadow-light:0px 0px 12px #000000b8;--el-box-shadow-lighter:0px 0px 6px #000000b8;--el-box-shadow-dark:0px 16px 48px 16px #000000b8, 0px 12px 32px #000, 0px 8px 16px -8px #000;--el-bg-color-page:#0a0a0a;--el-bg-color:#141414;--el-bg-color-overlay:#1d1e1f;--el-text-color-primary:#e5eaf3;--el-text-color-regular:#cfd3dc;--el-text-color-secondary:#a3a6ad;--el-text-color-placeholder:#8d9095;--el-text-color-disabled:#6c6e72;--el-border-color-darker:#636466;--el-border-color-dark:#58585b;--el-border-color:#4c4d4f;--el-border-color-light:#414243;--el-border-color-lighter:#363637;--el-border-color-extra-light:#2b2b2c;--el-fill-color-darker:#424243;--el-fill-color-dark:#39393a;--el-fill-color:#303030;--el-fill-color-light:#262727;--el-fill-color-lighter:#1d1d1d;--el-fill-color-extra-light:#191919;--el-fill-color-blank:#141414;--el-mask-color:#000c;--el-mask-color-extra-light:#0000004d}html.dark .el-button{--el-button-disabled-text-color:#ffffff80}html.dark .el-card{--el-card-bg-color:var(--el-bg-color-overlay);--el-fill-color-blank:var(--el-card-bg-color)}html.dark .el-empty{--el-empty-fill-color-0:var(--el-color-black);--el-empty-fill-color-1:#4b4b52;--el-empty-fill-color-2:#36383d;--el-empty-fill-color-3:#1e1e20;--el-empty-fill-color-4:#262629;--el-empty-fill-color-5:#202124;--el-empty-fill-color-6:#212224;--el-empty-fill-color-7:#1b1c1f;--el-empty-fill-color-8:#1c1d1f;--el-empty-fill-color-9:#18181a}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify__toast-text{display:flex;flex-direction:column;gap:2px;line-height:1.35;width:100%}.Toastify__toast-text-title{font-weight:600}.Toastify__toast-text-content{opacity:.92}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/* Drop-in replacement for vue3-loading-overlay (abandoned upstream, last published in 2022 as
   0.0.0/0.0.1) - matches its defaults/props (active, is-full-page, color, background-color) so
   every existing caller needed no template changes, just the import path. Unlike the old
   package's `.vld-overlay { display: none } .is-active { display: flex }` CSS toggle, this uses
   v-if so the overlay is actually removed from the DOM when inactive instead of an `is-active`
   class that could linger. */
.loading-overlay[data-v-09e5dd3c] {
  position: absolute;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  backdrop-filter: blur(2px);
}
.loading-overlay--full-page[data-v-09e5dd3c] {
  position: fixed;
}
.loading-overlay__background[data-v-09e5dd3c] {
  position: absolute;
  inset: 0;
}
.loading-overlay__spinner[data-v-09e5dd3c] {
  position: relative;
}

.nsfw-blur-image {
  filter: var(--image-blur);
}
.nsfw-blur-text {
  filter: var(--text-blur);
}
.nsfw-blur-title {
  filter: var(--title-blur);
}
.bg-success-light {
  background-color: var(--bs-success-bg-subtle);
}
.bg-danger-light {
  background-color: var(--bs-danger-bg-subtle);
}
.bg-primary-light {
  background-color: var(--bs-primary-bg-subtle);
}
.bg-secondary-light {
  background-color: var(--bs-secondary-bg-subtle);
}
.bg-info-light {
  background-color: var(--bs-info-bg-subtle);
}
.bg-warning-light {
  background-color: var(--bs-warning-bg-subtle);
}
.danger-to-info {
  background-image: linear-gradient(to right, #dc3545, #0dcaf0);
}
.danger-to-primary {
  background-image: linear-gradient(to right, #dc3545, #0d6efd);
}
.btn-purple {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6f42c1;
  --bs-btn-border-color: #6f42c1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5936a2;
  --bs-btn-hover-border-color: #5936a2;
  --bs-btn-focus-shadow-rgb: 111, 66, 193;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5936a2;
  --bs-btn-active-border-color: #5936a2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6f42c1;
  --bs-btn-disabled-border-color: #6f42c1;
}
.custom-progress .el-progress-bar__innerText {
  display: flex;
  justify-content: end;
}
.modal-dialog-scrollable {
  height: calc(100% - 2.5rem * 2);
}
.modal-90w {
  max-width: 90vw;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #202324;
}
::-webkit-scrollbar-thumb {
  background: #454a4d;
}
::-webkit-scrollbar-thumb:hover {
  background: #454a4d;
}
.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.list-enter-active,
.list-leave-active {
  transition: all 0.25s ease;
}
.list-enter-from,
.list-leave-to {
  opacity: 0;
  transform: translateY(30px);
}

.bar-chart-plot[data-v-dc85c9de] {
  display: flex;
  align-items: stretch;
  height: 100%;
  gap: 2px;
}
.bar-chart-col[data-v-dc85c9de] {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: default;
}
.bar-chart-value[data-v-dc85c9de] {
  display: block;
  height: 1rem;
  font-size: 0.7rem;
  color: var(--bs-secondary-color);
  white-space: nowrap;
}
.bar-chart-track[data-v-dc85c9de] {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 1px solid var(--bs-border-color);
}
.bar-chart-bar[data-v-dc85c9de] {
  width: 60%;
  max-width: 24px;
  border-radius: 4px 4px 0 0;
  transition: opacity 0.15s ease;
}
.bar-chart-col:hover .bar-chart-bar[data-v-dc85c9de] {
  opacity: 0.75;
}
.bar-chart-label[data-v-dc85c9de] {
  display: block;
  height: 1rem;
  margin-top: 4px;
  font-size: 0.65rem;
  color: var(--bs-secondary-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.bar-list-row[data-v-e0d07986] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 6px;
  color: inherit;
  text-decoration: none;
}
.bar-list-row-link:hover .bar-list-label span[data-v-e0d07986] {
  text-decoration: underline;
}
.bar-list-label[data-v-e0d07986] {
  flex: 0 0 7rem;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.8rem;
  color: var(--bs-secondary-color);
}
.bar-list-track[data-v-e0d07986] {
  flex: 1 1 auto;
  height: 14px;
  background-color: var(--bs-tertiary-bg);
  border-radius: 4px;
  overflow: hidden;
}
.bar-list-fill[data-v-e0d07986] {
  height: 100%;
  border-radius: 0 4px 4px 0;
  min-width: 2px;
  transition: width 0.2s ease;
}
.bar-list-value[data-v-e0d07986] {
  flex: 0 0 auto;
  min-width: 2rem;
  font-size: 0.8rem;
  text-align: end;
}

.interest-bar[data-v-cf30965b] {
  display: flex;
  height: 10px;
  border-radius: 4px;
  overflow: hidden;
  gap: 2px;
}

.stat-tile[data-v-7dbaff41] {
  min-width: 6.5rem;
}

.form-switch .form-check-input:focus {
  border-color: rgba(0, 0, 0, 0.25);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
}
.form-switch .form-check-input:checked {
  border: none;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}
.form-switch .success.form-check-input:checked {
  background-color: #30d158;
  border-color: #30d158;
}
.form-switch .danger.form-check-input:checked {
  background-color: var(--bs-danger);
  border-color: var(--bs-danger);
}

.stat-tile[data-v-59b4dbce] {
  min-width: 6.5rem;
}
.rating-bucket[data-v-59b4dbce] {
  flex: 1 1 260px;
  min-width: 240px;
}
/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Player
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

[data-media-player] {
  width: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
  contain: style;
  box-sizing: border-box;
  user-select: none;
}

[data-media-player] * {
  box-sizing: border-box;
}

:where([data-media-player][data-view-type='video']) {
  aspect-ratio: 16 / 9;
}

[data-media-player]:focus,
[data-media-player]:focus-visible {
  outline: none;
}

[data-media-player][data-view-type='video'][data-started]:not([data-controls]) {
  pointer-events: auto;
  cursor: none;
}

[data-media-player] slot {
  display: contents;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Provider
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

[data-media-provider] {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  border-radius: inherit;
  width: 100%;
  aspect-ratio: inherit;
  overflow: hidden;
}

[data-media-player]:not([data-view-type='audio']) [data-media-provider],
[data-media-player][data-fullscreen] [data-media-provider] {
  height: 100%;
}

[data-media-player][data-view-type='audio'] [data-media-provider] {
  display: contents;
  background-color: unset;
}

[data-media-provider] audio {
  width: 100%;
}

:where(video:not([width]):not([height]), iframe:not([width]):not([height])) {
  width: 100%;
  aspect-ratio: 16 / 9;
}

:where([data-media-provider] video),
:where([data-media-provider] iframe) {
  aspect-ratio: inherit;
  display: inline-block;
  height: auto;
  object-fit: contain;
  touch-action: manipulation;
  border-radius: inherit;
  width: 100%;
}

[data-media-provider] iframe {
  height: 100%;
}

[data-media-player][data-view-type='audio'] video,
[data-media-player][data-view-type='audio'] iframe {
  display: none;
}

[data-media-player][data-fullscreen] video {
  height: 100%;
}

[data-media-provider] iframe:not([src]) {
  display: none;
}

iframe.vds-youtube[data-no-controls] {
  height: 1000%;
}

.vds-blocker {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
  pointer-events: auto;
  border-radius: inherit;
  z-index: 1;
}

[data-ended] .vds-blocker {
  background-color: black;
}

.vds-icon:focus {
  outline: none;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Google Cast
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

.vds-google-cast {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #dedede;
  font-family: sans-serif;
  font-weight: 500;
}

.vds-google-cast svg {
  --size: max(18%, 40px);
  width: var(--size);
  height: var(--size);
  margin-bottom: 8px;
}

.vds-google-cast-info {
  font-size: calc(var(--media-height) / 100 * 6);
}

:where(.vds-buffering-indicator) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}

:where(.vds-buffering-indicator) :where(.vds-buffering-icon, .vds-buffering-spinner) {
  opacity: 0;
  pointer-events: none;
  transition: var(--media-buffering-transition, opacity 200ms ease);
}

:where(.vds-buffering-indicator)
  :where(.vds-buffering-icon, svg.vds-buffering-spinner, .vds-buffering-spinner svg) {
  width: var(--media-buffering-size, 96px);
  height: var(--media-buffering-size, 96px);
}

:where(.vds-buffering-indicator) :where(.vds-buffering-track, circle[data-part='track']) {
  color: var(--media-buffering-track-color, #f5f5f5);
  opacity: var(--media-buffering-track-opacity, 0.25);
  stroke-width: var(--media-buffering-track-width, 8);
}

:where(.vds-buffering-indicator) :where(.vds-buffering-track-fill, circle[data-part='track-fill']) {
  color: var(--media-buffering-track-fill-color, var(--media-brand));
  opacity: var(--media-buffering-track-fill-opacity, 0.75);
  stroke-width: var(--media-buffering-track-fill-width, 9);
  stroke-dasharray: 100;
  stroke-dashoffset: var(--media-buffering-track-fill-offset, 50);
}

:where([data-buffering]) :where(.vds-buffering-icon, .vds-buffering-spinner) {
  opacity: 1;
  animation: var(--media-buffering-animation, vds-buffering-spin 1s linear infinite);
}

@keyframes vds-buffering-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion) {
  :where([data-buffering]) :where(.vds-buffering-icon, .vds-buffering-spinner) {
    animation-duration: 8s;
  }
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Buttons
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-button) {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  appearance: none;
  background: none;
  outline: none;
  border: none;
  border-radius: var(--media-button-border-radius, 9999%);
  width: var(--media-button-size, 38px);
  height: var(--media-button-size, 38px);
  transition: transform 0.2s ease-out;
  contain: layout style;
  cursor: pointer;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  flex-shrink: 0;
}

.vds-button {
  border: var(--media-button-border);
  color: var(--media-button-color, var(--media-controls-color, #f5f5f5));
  padding: var(--media-button-padding, 0px);
}

:where([data-fullscreen] .vds-button) {
  width: var(--media-fullscreen-button-size, 42px);
  height: var(--media-fullscreen-button-size, 42px);
}

@media screen and (max-width: 599px) {
  :where([data-fullscreen] .vds-button) {
    width: var(--media-sm-fullscreen-button-size, 42px);
    height: var(--media-sm-fullscreen-button-size, 42px);
  }
}

:where(.vds-button .vds-icon) {
  width: var(--media-button-icon-size, 70%);
  height: var(--media-button-icon-size, 70%);
  border-radius: var(--media-button-border-radius, 8px);
}

:where(.vds-menu-button .vds-icon) {
  display: flex !important;
}

:where(.vds-button[aria-hidden="true"]) {
  display: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .vds-button:hover {
    background-color: var(--media-button-hover-bg, rgb(255 255 255 / 0.2));
  }

  .vds-button:hover {
    transform: var(--media-button-hover-transform, scale(1.05));
    transition: var(--media-button-hover-transition, transform 0.2s ease-in);
  }

  .vds-button[aria-expanded="true"] {
    transform: unset;
  }
}

@media (pointer: coarse) {
  .vds-button:hover {
    border-radius: var(--media-button-touch-hover-border-radius, 100%);
    background-color: var(
      --media-button-touch-hover-bg,
      rgb(255 255 255 / 0.2)
    );
  }
}

:where(.vds-button:focus) {
  outline: none;
}

:where(.vds-button[data-focus], .vds-button:focus-visible) {
  box-shadow: var(--media-focus-ring);
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Live Button
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-live-button) {
  min-width: auto;
  min-height: auto;
  width: var(--media-live-button-width, 40px);
  height: var(--media-live-button-height, 40px);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  appearance: none;
  background: none;
  outline: none;
  border: none;
}

:where(.vds-live-button-text) {
  font-family: var(--media-font-family, sans-serif);
  font-size: var(--media-live-button-font-size, 12px);
  font-weight: var(--media-live-button-font-weight, 600);
  letter-spacing: var(--media-live-button-letter-spacing, 1.5px);
  transition: color 0.3s ease;
}

.vds-live-button-text {
  background-color: var(--media-live-button-bg, #8a8a8a);
  border-radius: var(--media-live-button-border-radius, 2px);
  color: var(--media-live-button-color, #161616);
  padding: var(--media-live-button-padding, 1px 4px);
}

:where(.vds-live-button[data-focus] .vds-live-button-text) {
  box-shadow: var(--media-focus-ring);
}

:where(.vds-live-button[data-edge]) {
  cursor: unset;
}

.vds-live-button[data-edge] .vds-live-button-text {
  background-color: var(--media-live-button-edge-bg, #dc2626);
  color: var(--media-live-button-edge-color, #f5f5f5);
}

@media (pointer: fine) {
  :where(.vds-live-button:hover) {
    background-color: unset;
  }
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * States
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

/* Play Button */
.vds-button:not([data-paused]) .vds-play-icon,
.vds-button[data-ended] .vds-play-icon,
.vds-button[data-paused] .vds-pause-icon,
.vds-button[data-ended] .vds-pause-icon,
.vds-button:not([data-ended]) .vds-replay-icon,
/* PIP Button */
.vds-button[data-active] .vds-pip-enter-icon,
.vds-button:not([data-active]) .vds-pip-exit-icon,
/* Fullscreen Button */
.vds-button[data-active] .vds-fs-enter-icon,
.vds-button:not([data-active]) .vds-fs-exit-icon,
/* Caption Button */
.vds-button:not([data-active]) .vds-cc-on-icon,
.vds-button[data-active] .vds-cc-off-icon,
/* Mute Button */
.vds-button:not([data-muted]) .vds-mute-icon,
.vds-button:not([data-state='low']) .vds-volume-low-icon,
.vds-button:not([data-state='high']) .vds-volume-high-icon {
  display: none;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Captions
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-captions) {
  /* Recommended settings in the WebVTT spec (https://www.w3.org/TR/webvtt1). */
  --overlay-padding: var(--media-captions-padding, 1%);
  --cue-color: var(--media-user-text-color, var(--media-cue-color, white));
  --cue-bg-color: var(--media-user-text-bg, var(--media-cue-bg, rgba(0, 0, 0, 0.7)));
  --cue-default-font-size: var(--media-cue-font-size, calc(var(--overlay-height) / 100 * 4.5));
  --cue-font-size: calc(var(--cue-default-font-size) * var(--media-user-font-size, 1));
  --cue-line-height: var(--media-cue-line-height, calc(var(--cue-font-size) * 1.2));
  --cue-padding-x: var(--media-cue-padding-x, calc(var(--cue-font-size) * 0.6));
  --cue-padding-y: var(--media-cue-padding-x, calc(var(--cue-font-size) * 0.4));
  --cue-padding: var(--cue-padding-y) var(--cue-padding-x);
  position: absolute;
  inset: 0;
  z-index: 1;
  contain: layout style;
  margin: var(--overlay-padding);
  font-size: var(--cue-font-size);
  font-family: var(--media-user-font-family, sans-serif);
  box-sizing: border-box;
  pointer-events: none;
  user-select: none;
  word-spacing: normal;
  word-break: break-word;
}

:where([data-fullscreen][data-orientation='portrait'] .vds-captions) {
  --cue-default-font-size: var(--media-cue-font-size, calc(var(--overlay-width) / 100 * 4.5));
}

:where([data-view-type='audio'] .vds-captions) {
  position: relative;
  margin: 0;
}

:where(.vds-captions[aria-hidden='true']) {
  opacity: 0;
  visibility: hidden;
}

.vds-captions[data-example] {
  opacity: 1 !important;
  visibility: visible !important;
}

:where([data-view-type='video'] .vds-captions [data-part='cue-display'][data-example]) {
  --cue-text-align: center;
  --cue-width: 100%;
  --cue-top: 90%;
  --cue-left: 0%;
}

:where([data-view-type='audio'] .vds-captions [data-part='cue-display']) {
  --cue-width: 100%;
  position: relative !important;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * VTT Cues
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-captions [data-part='cue-display']) {
  position: absolute;
  direction: ltr;
  overflow: visible;
  contain: content;
  top: var(--cue-top);
  left: var(--cue-left);
  right: var(--cue-right);
  bottom: var(--cue-bottom);
  width: var(--cue-width, auto);
  height: var(--cue-height, auto);
  box-sizing: border-box;
  transform: var(--cue-transform);
  text-align: var(--cue-text-align);
  writing-mode: var(--cue-writing-mode, unset);
  white-space: pre-line;
  unicode-bidi: plaintext;
  min-width: min-content;
  min-height: min-content;
  background-color: var(--media-user-display-bg, var(--media-cue-display-bg));
  border-radius: var(--media-cue-display-border-radius);
}

.vds-captions [data-part='cue-display'] {
  padding: var(--media-cue-display-padding);
}

:where(.vds-captions[data-dir='rtl'] [data-part='cue-display']) {
  direction: rtl;
}

:where(.vds-captions [data-part='cue']) {
  display: inline-block;
  contain: content;
  font-variant: var(--media-user-font-variant);
  border: var(--media-cue-border, unset);
  border-radius: var(--media-cue-border-radius, 2px);
  backdrop-filter: var(--media-cue-backdrop, blur(8px));
  line-height: var(--cue-line-height);
  box-sizing: border-box;
  box-shadow: var(--media-cue-box-shadow, var(--cue-box-shadow));
  white-space: var(--cue-white-space, pre-wrap);
  outline: var(--cue-outline);
  text-shadow: var(--media-user-text-shadow, var(--cue-text-shadow));
}

.vds-captions [data-part='cue'] {
  background-color: var(--cue-bg-color);
  color: var(--cue-color);
  padding: var(--cue-padding);
}

:where(.vds-captions [data-part='cue-display'][data-vertical] [data-part='cue']) {
  --cue-padding: var(--cue-padding-x) var(--cue-padding-y);
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * VTT Regions
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-captions [data-part='region']) {
  --anchor-x-percent: calc(var(--region-anchor-x) / 100);
  --anchor-x: calc(var(--region-width) * var(--anchor-x-percent));
  --anchor-y-percent: calc(var(--region-anchor-y) / 100);
  --anchor-y: calc(var(--region-height) * var(--anchor-y-percent));
  --vp-anchor-x: calc(var(--region-viewport-anchor-x) * 1%);
  --vp-anchor-y-percent: calc(var(--region-viewport-anchor-y) / 100);
  --vp-anchor-y: calc(var(--overlay-height) * var(--vp-anchor-y-percent));
  position: absolute;
  display: inline-flex;
  flex-flow: column;
  justify-content: flex-start;
  width: var(--region-width);
  height: var(--region-height);
  min-height: 0px;
  max-height: var(--region-height);
  writing-mode: horizontal-tb;
  top: var(--region-top, calc(var(--vp-anchor-y) - var(--anchor-y)));
  left: var(--region-left, calc(var(--vp-anchor-x) - var(--anchor-x)));
  right: var(--region-right);
  bottom: var(--region-bottom);
  overflow: hidden;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

:where(.vds-captions [data-part='region'][data-active]) {
}

:where(.vds-captions [data-part='region'][data-scroll='up']) {
  justify-content: end;
}

:where(.vds-captions [data-part='region'][data-active][data-scroll='up']) {
  transition: top 0.433s;
}

:where(.vds-captions [data-part='region'] > [data-part='cue-display']) {
  position: relative;
  width: auto;
  left: var(--cue-offset);
  height: var(--cue-height, auto);
  text-align: var(--cue-text-align);
  unicode-bidi: plaintext;
  margin-top: 2px;
}

:where(.vds-captions [data-part='region'] [data-part='cue']) {
  position: relative;
  border-radius: 0px;
}

:where(.vds-chapter-title) {
  --color: var(--media-chapter-title-color, rgba(255 255 255 / 0.64));
  display: inline-block;
  font-family: var(--media-font-family, sans-serif);
  font-size: var(--media-chapter-title-font-size, 16px);
  font-weight: var(--media-chapter-title-font-weight, 400);
  color: var(--color);
  flex: 1 1 0%;
  padding-inline: 6px;
  overflow: hidden;
  text-align: start;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.vds-chapter-title::before {
  content: var(--media-chapter-title-separator, '\2022');
  display: inline-block;
  margin-right: var(--media-chapter-title-separator-gap, 6px);
  color: var(--media-chapter-title-separator-color, var(--color));
}

.vds-chapter-title:empty::before {
  content: '';
  margin: 0;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Controls
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-controls),
:where(.vds-controls-group) {
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Audio Controls
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where([data-view-type='audio'] .vds-controls) {
  display: inline-block;
  max-width: 100%;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Video Controls
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where([data-view-type='video'] .vds-controls) {
  display: flex;
  position: absolute;
  flex-direction: column;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: var(--media-controls-padding, 0px);
  transition: var(--media-controls-out-transition, opacity 0.2s ease-out);
}

:where([data-view-type='video'] .vds-controls[data-visible]) {
  opacity: 1;
  visibility: visible;
  transition: var(--media-controls-in-transition, opacity 0.2s ease-in);
}

:where(.vds-controls-spacer) {
  flex: 1 1 0%;
  pointer-events: none;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Gesture
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-gestures) {
  display: contents;
}

:where(.vds-gesture) {
  position: absolute;
  display: block;
  contain: content;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none !important;
}

:where(.vds-icon svg) {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Keyboard Action
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-kb-action.hidden) {
  opacity: 0;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Keyboard Text
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-kb-text-wrapper) {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: var(--media-kb-text-top, 10%);
  z-index: 20;
  pointer-events: none;
}

:where(.vds-kb-text) {
  display: inline-block;
  font-size: var(--media-kb-text-size, 150%);
  font-family: var(--media-font-family, sans-serif);
  backdrop-filter: blur(2px);
  border-radius: var(--media-kb-border-radius, 2.5px);
  pointer-events: none;
}

.vds-kb-text {
  color: var(--media-kb-text-color, var(--default-color));
  background-color: var(--media-kb-text-bg, var(--default-bg));
  padding: var(--media-kb-text-padding, 10px 20px);
}

.light .vds-kb-text {
  --default-color: #1a1a1a;
  --default-bg: rgb(240 240 240 / 0.6);
}

.dark .vds-kb-text {
  --default-color: #f5f5f5;
  --default-bg: rgb(10 10 10 / 0.6);
}

:where(.vds-kb-text:empty) {
  display: none;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Keyboard Bezel
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-kb-bezel) {
  --size: var(--media-kb-bezel-size, 52px);
  position: absolute;
  left: 50%;
  top: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  margin-left: calc(-1 * calc(var(--size) / 2));
  margin-right: calc(-1 * calc(var(--size) / 2));
  z-index: 20;
  backdrop-filter: blur(2px);
  background-color: var(--media-kb-bezel-bg, var(--default-bg));
  animation: var(--media-kb-bezel-animation, vds-bezel-fade 0.35s linear 1 normal forwards);
  border-radius: var(--media-kb-bezel-border-radius, calc(var(--size) / 2));
  pointer-events: none;
}

.vds-kb-bezel:not(:has(svg)) {
  display: none !important;
}

.light .vds-kb-bezel {
  --default-bg: rgb(255 255 255 / 0.6);
}

.dark .vds-kb-bezel {
  --default-bg: rgb(10 10 10 / 0.6);
}

@media (prefers-reduced-motion) {
  :where(.vds-kb-bezel) {
    animation: none;
  }
}

:where(.vds-kb-bezel:has(slot:empty)) {
  opacity: 0;
}

:where(.vds-kb-action[data-action='seek-forward'] .vds-kb-bezel) {
  top: 45%;
  left: unset;
  right: 10%;
}

:where(.vds-kb-action[data-action='seek-backward'] .vds-kb-bezel) {
  top: 45%;
  left: 10%;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Keyboard Icon
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-kb-icon) {
  --size: var(--media-kb-icon-size, 38px);
  width: var(--size);
  height: var(--size);
}

.vds-kb-icon {
  color: var(--media-kb-icon-color, var(--default-color));
}

.light .vds-kb-icon {
  --default-color: #1a1a1a;
}

.dark .vds-kb-icon {
  --default-color: #f5f5f5;
}

@keyframes vds-bezel-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Theme
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-menu-items) {
  --color-inverse: var(--media-menu-color-inverse, var(--default-inverse));
  --color-gray-50: var(--media-menu-color-gray-50, var(--default-gray-50));
  --color-gray-100: var(--media-menu-color-gray-100, var(--default-gray-100));
  --color-gray-200: var(--media-menu-color-gray-200, var(--default-gray-200));
  --color-gray-300: var(--media-menu-color-gray-300, var(--default-gray-300));
  --color-gray-400: var(--media-menu-color-gray-400, var(--default-gray-400));

  --text-color: var(--media-menu-text-color, var(--default-text));
  --text-secondary-color: var(--media-menu-text-secondary-color, var(--default-text-secondary));

  --root-border: var(--media-menu-border, var(--default-root-border));
}

.light .vds-menu-items {
  --default-inverse: black;
  --default-gray-50: rgb(80 80 80 / 0.15);
  --default-gray-100: rgb(80 80 80 / 0.45);
  --default-gray-200: rgb(235 235 235 / 0.6);
  --default-gray-300: rgb(238 238 238);
  --default-gray-400: rgb(250 250 250);

  --default-text: #1a1a1a;
  --default-text-secondary: #6b6b6b;

  --default-root-border: 1px solid rgb(10 10 10 / 0.1);
}

.dark .vds-menu-items {
  --default-inverse: white;
  --default-gray-50: rgb(245 245 245 / 0.1);
  --default-gray-100: rgb(245 245 245 / 0.45);
  --default-gray-200: rgb(10 10 10 / 0.6);
  --default-gray-300: rgb(27 27 27);
  --default-gray-400: rgb(10 10 10);

  --default-text: #f5f5f5;
  --default-text-secondary: #8a8a8a;

  --default-root-border: 1px solid rgb(255 255 255 / 0.1);
}

:where(.vds-menu-items) {
  --font-family: var(--media-font-family, sans-serif);
  --font-size: var(--media-menu-font-size, 14px);
  --font-weight: var(--media-menu-font-weight, 500);

  --root-bg: var(--media-menu-bg, var(--color-gray-400));
  --root-padding: var(--media-menu-padding, 12px);
  --root-border-radius: var(--media-menu-border-radius, 4px);

  --divider: var(--media-menu-divider, 1px solid var(--color-gray-50));

  --section-bg: var(--media-menu-section-bg, var(--color-gray-300));
  --section-border: var(--media-menu-section-border);
  --section-divider: var(--media-menu-section-divider, var(--divider));

  --top-bar-bg: var(--media-menu-top-bar-bg, var(--color-gray-200));
  --top-bar-divider: var(--media-menu-divider, transparent);

  --text-hint-color: var(--media-menu-hint-color, var(--text-secondary-color));

  --chapter-divider: var(--media-chapters-divider, var(--divider));
  --chapter-active-bg: var(--media-chapters-item-active-bg, var(--color-gray-50));
  --chapter-active-border-left: var(--media-chapters-item-active-border-left);

  --chapter-progress-bg: var(--media-chapters-progress-bg, var(--color-inverse));

  --chapter-time-font-size: var(--media-chapters-time-font-size, 12px);
  --chapter-time-font-weight: var(--media-chapters-time-font-weight, 500);
  --chapter-time-gap: var(--media-chapters-time-gap, 6px);

  --chapter-duration-bg: var(--media-chapters-duration-bg);

  --item-border: var(--media-menu-item-border, 0);
  --item-bg: var(--media-menu-item-bg, transparent);
  --item-hover-bg: var(--media-menu-item-hover-bg, var(--color-gray-50));
  --item-icon-size: var(--media-menu-item-icon-size, 18px);
  --item-padding: var(--media-menu-item-padding, 10px);
  --item-min-height: var(--media-menu-item-height, 40px);
  --item-border-radius: var(--media-menu-item-border-radius, 2px);

  --scrollbar-track-bg: var(--media-menu-scrollbar-track-bg, transparent);
  --scrollbar-thumb-bg: var(--media-menu-scrollbar-thumb-bg, var(--color-gray-50));
  --webkit-scrollbar-bg: var(--color-gray-400);
  --webkit-scrollbar-track-bg: var(--media-menu-scrollbar-track-bg, var(--color-gray-50));

  --checkbox-bg: var(--media-menu-checkbox-bg, var(--color-gray-100));
  --checkbox-active-bg: var(--media-menu-checkbox-bg-active, #1ba13f);
  --checkbox-handle-bg: var(--media-menu-checkbox-handle-bg, #f5f5f5);
  --checkbox-handle-border: var(--media-menu-checkbox-handle-border);

  --radio-icon-color: var(--media-menu-radio-icon-color, var(--text-color));
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Menu
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-menu[data-root] media-menu[data-root]) {
  display: contents;
}

:where(.vds-menu) {
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: var(--font-weight);
}

:where(.vds-menu[data-disabled][data-root]) {
  display: none;
}

:where(.vds-menu[data-submenu]) {
  display: inline-block;
}

:where(.vds-menu-items:focus) {
  outline: none;
}

:where(.vds-menu-item:focus, .vds-radio:focus) {
  outline: none;
}

:where(
  .vds-menu-item:focus-visible,
  .vds-menu-item[data-focus],
  .vds-radio:focus-visible,
  .vds-radio[data-focus]
) {
  outline: none;
  box-shadow: var(--media-focus-ring);
}

:where(.vds-menu[data-open] .vds-tooltip-content) {
  display: none !important;
}

.vds-menu-items [data-hidden] {
  display: none !important;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Scroll
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

@media (prefers-reduced-motion: no-preference) {
  :where(.vds-menu-items) {
    scroll-behavior: smooth;
  }
}

:where(.vds-menu-items) {
  box-sizing: border-box;
  min-width: var(--media-menu-min-width, 280px);
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb-bg) var(--scrollbar-track-bg);
  transform: translate3d(0, 0, 0);
}

:where(.vds-menu-items)::-webkit-scrollbar {
  background-color: var(--webkit-scrollbar-bg);
  border-radius: var(--root-border-radius);
  height: 6px;
  width: 5px;
}

:where(.vds-menu-items)::-webkit-scrollbar-track {
  background-color: var(--webkit-scrollbar-track-bg);
  border-radius: 4px;
}

:where(.vds-menu-items)::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-bg);
  border-radius: 4px;
}

:where(.vds-menu-items)::-webkit-scrollbar-corner {
  background-color: var(--scrollbar-thumb-bg);
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Menu Button
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-menu-button) {
  outline: none;
  box-sizing: border-box;
}

:where(.vds-menu-button .vds-rotate-icon) {
  transition: transform 0.2s ease-out;
}

:where(.vds-menu-button[aria-expanded='true'] .vds-rotate-icon) {
  transform: rotate(var(--media-menu-icon-rotate-deg, 90deg));
  transition: transform 0.2s ease-in;
}

:where(.vds-menu-button) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (prefers-reduced-motion) {
  :where(.vds-menu-button .vds-rotate-icon) {
    transition: unset;
  }
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Menu Items
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-menu-items) {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion) {
  :where(.vds-menu-items) {
    transition: unset;
  }
}

:where(.vds-menu-items[data-root]) {
  background-color: var(--root-bg);
  border-radius: var(--root-border-radius);
  box-shadow: var(--media-menu-box-shadow);
  backdrop-filter: blur(4px);
  height: var(--menu-height, auto);
  will-change: width, height;
  overflow-y: auto;
  overscroll-behavior: contain;
  opacity: 0;
  z-index: 9999999;
  box-sizing: border-box;
  max-height: var(--media-menu-max-height, 250px);
  filter: var(
    --media-menu-filter,
    drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06))
  );
}

@-moz-document url-prefix() {
  :where(.vds-menu-items[data-root]) {
    backdrop-filter: none;
  }
}

.vds-menu-items[data-root] {
  border: var(--root-border);
  padding: var(--root-padding);
}

:where([data-view-type='video']) :where(.vds-menu-items[data-root]) {
  max-height: var(--media-menu-video-max-height, calc(var(--player-height) * 0.7));
}

:where(.vds-menu-items[data-transition='height']) {
  --scrollbar-thumb-bg: rgba(0, 0, 0, 0);
  pointer-events: none;
  overflow: hidden;
}

.vds-menu-button[aria-disabled='true'],
.vds-menu-item[aria-disabled='true'],
.vds-menu-item[data-disabled] {
  display: none;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Menu Items Animation
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-menu-items[data-root]) {
  --enter-transform: translateY(0px);
  --exit-transform: translateY(12px);
}

/* Mobile Popup */
:where(.vds-menu-items[data-root]:not([data-placement])) {
  --enter-transform: translateY(-24px);
}

:where(.vds-menu-items[data-root][aria-hidden='true']) {
  animation: var(--media-menu-exit-animation, vds-menu-exit 0.2s ease-out);
}

:where(.vds-menu-items[data-root][aria-hidden='false']) {
  animation: var(--media-menu-enter-animation, vds-menu-enter 0.3s ease-out);
  animation-fill-mode: forwards;
}

/* Bottom */
:where(.vds-menu-items[data-placement~='bottom']) {
  --enter-transform: translateY(0);
  --exit-transform: translateY(-12px);
}

@keyframes vds-menu-enter {
  from {
    opacity: 0;
    transform: var(--exit-transform);
  }
  to {
    opacity: 1;
    transform: var(--enter-transform);
  }
}

@keyframes vds-menu-exit {
  from {
    opacity: 1;
    transform: var(--enter-transform);
  }
  to {
    opacity: 0;
    transform: var(--exit-transform);
  }
}

@media (prefers-reduced-motion) {
  :where(.vds-menu-items) {
    animation: none;
    opacity: 1;
  }
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Menu Portal
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(media-menu-portal) {
  display: contents;
}

:where(.vds-menu-items[data-root]:not([data-placement])) {
  position: fixed;
  left: 16px;
  right: 16px;
  top: unset;
  bottom: 0;
  max-height: var(--media-sm-menu-portrait-max-height, 40vh);
  max-height: var(--media-sm-menu-portrait-max-height, 40dvh);
}

:where(.vds-menu-items[data-root]:not([data-placement])) {
  max-width: 480px;
  margin: 0 auto;
}

@media (orientation: landscape) and (pointer: coarse) {
  :where(.vds-menu-items[data-root]:not([data-placement])) {
    max-height: var(--media-sm-menu-landscape-max-height, min(70vh, 400px));
    max-height: var(--media-sm-menu-landscape-max-height, min(70dvh, 400px));
  }
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Submenu
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-menu[data-submenu] .vds-menu-button) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

:where(.vds-menu-items[data-submenu]) {
  width: 100%;
}

:where(.vds-menu[aria-hidden='true']),
:where(.vds-menu-items[data-submenu][aria-hidden='true']) {
  display: none;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Menu Item
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-menu-item, .vds-radio) {
  position: relative;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  appearance: none;
  border: 0;
  border-radius: var(--item-border-radius);
  box-sizing: border-box;
  min-height: var(--item-min-height);
  font-size: var(--font-size);
  outline: none;
}

.vds-menu-item,
.vds-radio {
  color: var(--text-color);
  background-color: var(--item-bg);
  padding: var(--item-padding);
}

.vds-menu-item:focus-visible,
.vds-menu-item[data-focus],
.vds-radio:focus-visible,
.vds-radio[data-focus] {
  cursor: pointer;
  background-color: var(--item-hover-bg);
}

@media (hover: hover) and (pointer: fine) {
  .vds-menu-item[role]:hover,
  .vds-radio:hover {
    cursor: pointer;
    background-color: var(--item-hover-bg);
  }
}

:where(.vds-menu-items[data-submenu]) {
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

:where(.vds-menu-item[aria-expanded='true']) {
  font-weight: bold;
  border-radius: 0;
  border-top-left-radius: var(--item-border-radius);
  border-top-right-radius: var(--item-border-radius);
}

.vds-menu-item[aria-expanded='true'] {
  border-bottom: var(--top-bar-divider);
}

:where(.vds-menu-item[aria-expanded='true']) {
  position: sticky;
  top: calc(-1 * var(--root-padding));
  left: 0;
  width: 100%;
  z-index: 10;
  backdrop-filter: blur(4px);
  margin-bottom: 4px;
}

.vds-menu-item[aria-expanded='true'] {
  background-color: var(--top-bar-bg);
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Menu Item Parts
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-menu-item-label) {
  flex: 1 0 0%;
  text-align: start;
}

:where(.vds-menu-item .vds-icon, .vds-radio .vds-icon) {
  --size: var(--item-icon-size);
  width: var(--size);
  height: var(--size);
  margin-right: var(--media-menu-item-icon-spacing, 6px);
}

:where(.vds-menu-open-icon, .vds-menu-close-icon) {
  --size: var(--media-menu-arrow-icon-size, 18px);
  width: var(--size);
  height: var(--size);
}

:where(.vds-menu-item-hint, .vds-menu-open-icon, .vds-radio-hint) {
  color: var(--text-hint-color);
  font-size: var(--media-menu-hint-font-size, 13px);
  font-weight: var(--media-menu-hint-font-weight, 400);
}

:where(.vds-menu-items .vds-menu-open-icon) {
  margin-right: 0;
}

:where(.vds-menu-items) :where(.vds-menu-item-hint, .vds-menu-open-icon) {
  margin-left: auto;
}

:where(.vds-menu-items) :where(.vds-menu-item-hint + .vds-menu-open-icon),
:where(.vds-menu-item-hint + media-icon .vds-menu-open-icon),
:where(.vds-menu-item-hint + slot > .vds-menu-open-icon) {
  margin-left: 2px;
}

:where(.vds-menu-item[aria-hidden='true']),
:where(.vds-menu-item[aria-expanded='true'] .vds-menu-open-icon) {
  display: none !important;
}

:where(.vds-menu-items)
  :where(.vds-menu-item[aria-disabled='true'], .vds-menu-item[data-disabled])
  :where(.vds-menu-open-icon) {
  opacity: 0;
}

:where(.vds-menu-close-icon),
:where(.vds-menu-item[aria-expanded='true'] > .vds-icon) {
  display: none !important;
}

:where(.vds-menu-item[aria-expanded='true'] .vds-menu-close-icon) {
  display: inline !important;
  margin-left: calc(-1 * var(--item-padding) / 2);
}
/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Checkbox
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-menu-checkbox) {
  --checkbox-width: var(--media-menu-checkbox-width, 40px);
  --checkbox-height: var(--media-menu-checkbox-height, 18px);
  --checkbox-top: calc((var(--checkbox-height) - var(--checkbox-diameter)) / 2);
  --checkbox-diameter: var(
    --media-menu-checkbox-handle-diameter,
    calc(var(--checkbox-height) - 2px)
  );
  --checkbox-gap: var(--media-menu-checkbox-gap, 2.5px);
  position: relative;
  display: inline-block;
  width: var(--checkbox-width);
  height: var(--checkbox-height);
  border-radius: calc(var(--checkbox-height) / 2);
  transition: 0.3s all ease-in-out;
  box-sizing: border-box;
  cursor: pointer;
  pointer-events: auto;
}

.vds-menu-checkbox {
  background-color: var(--checkbox-bg);
}

:where(.vds-menu-checkbox:focus-visible) {
  outline: none;
  box-shadow: var(--media-focus-ring);
}

.vds-menu-checkbox[aria-checked='true'] {
  background-color: var(--checkbox-active-bg);
}

:where(.vds-menu-checkbox)::after {
  content: '';
  display: inline-block;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: calc(var(--checkbox-diameter) / 2);
  position: absolute;
  top: var(--checkbox-top);
  transform: translateX(var(--checkbox-gap));
  transition: 0.3s all ease-in-out;
  border: var(--checkbox-handle-border);
  box-sizing: border-box;
}

.vds-menu-checkbox::after {
  background-color: var(--checkbox-handle-bg);
}

:where(.vds-menu-checkbox[aria-checked='true'])::after {
  transform: translateX(
    calc(var(--checkbox-width) - var(--checkbox-diameter) - var(--checkbox-gap))
  );
}

@media (prefers-reduced-motion: no-preference) {
  :where(.vds-menu-checkbox[data-active])::after {
    width: calc(var(--checkbox-width) - calc(var(--checkbox-gap) * 2));
  }
}

:where(.vds-menu-checkbox[aria-checked='true'][data-active])::after {
  transform: translateX(var(--checkbox-gap));
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Slider
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-menu-items .vds-slider) {
  --media-slider-track-bg: var(--media-menu-slider-track-bg, var(--color-gray-50));
  --media-slider-track-fill-bg: var(--media-menu-slider-track-fill-bg, var(--color-inverse));
  --media-slider-height: var(--media-menu-slider-height, 32px);
  --track-focus-height: var(--track-height) !important;
}

:where(.vds-menu-items .vds-slider-thumb) {
  opacity: 1 !important;
}

:where(.vds-menu-slider-item.group) {
  flex-direction: column;
}

:where(.vds-menu-slider-title) {
  margin-top: 4px;
}

:where(.vds-menu-slider-body) {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 6px;
}

:where(.vds-menu-slider-item .vds-icon) {
  margin: 0;
  color: var(--text-hint-color);
}

:where(
  .vds-menu-slider-item[data-min] .vds-icon.down,
  .vds-menu-slider-item[data-max] .vds-icon.up
) {
  color: var(--text-color);
  animation: 0.6s ease-in-out vds-slider-icon;
  transition: all 1.2s ease;
}

@keyframes vds-slider-icon {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}

:where(.vds-menu-items .vds-slider-track-fill) {
  transition: opacity 0.3s ease;
}

:where(.vds-menu-items .vds-slider[data-active] .vds-slider-track-fill) {
  opacity: 0;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Radio
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-radio-group) {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.vds-radio {
  cursor: pointer;
  contain: content;
  padding-left: calc(var(--item-icon-size) + var(--item-padding));
}

.vds-radio[aria-checked='true'] {
  padding-left: 0;
}

.vds-radio .vds-icon {
  display: none;
  color: var(--radio-icon-color);
}

.vds-radio[aria-checked='true'] .vds-icon {
  display: inline-block;
  margin-left: 6px;
}

:where(.vds-radio-hint) {
  margin-left: auto;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Color Picker
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

.vds-color-picker {
  width: 32px;
  height: 32px;
  border: 0;
  background-color: transparent;
  outline: none;
}

.vds-color-picker::-webkit-color-swatch {
  border-radius: 2px;
}

.vds-color-picker::-moz-color-swatch {
  border-radius: 2px;
}

.vds-color-picker:focus-visible::-webkit-color-swatch {
  box-shadow: var(--media-focus-ring);
}

.vds-color-picker:focus-visible::-moz-color-swatch {
  box-shadow: var(--media-focus-ring);
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Menu Section
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-menu-section) {
  width: 100%;
}

:where(.vds-menu-item + .vds-menu-section) {
  margin-top: 8px;
}

:where(.vds-menu-section + .vds-menu-section) {
  margin-top: 24px;
}

:where(.vds-menu-section:first-child) {
  margin-top: 8px;
}

:where(.vds-menu-section:last-child) {
  margin-bottom: 8px;
}

:where(.vds-menu-section-title),
:where(.vds-menu-slider-title) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-secondary-color);
  font-size: var(--media-menu-section-header-font-size, 12px);
  font-weight: var(--media-menu-section-header-font-weight, 500);
  padding-inline: 2px;
}

:where(.vds-menu-section-body) {
  width: 100%;
}

:where(.vds-menu-section-title + .vds-menu-section-body) {
  margin-top: var(--media-menu-section-gap, 8px);
}

.vds-menu-section-body {
  background-color: var(--section-bg);
  border: var(--section-border);
  border-radius: var(--media-menu-section-border-radius, 2px);
}

:where(.vds-menu-section:not([data-open]) .vds-menu-item:not(:last-child)) {
  border-bottom: var(--section-divider);
}

:where(.vds-menu-section-body .vds-menu:last-child > .vds-menu-item) {
  border-bottom: unset;
}

.vds-menu-section[data-open],
.vds-menu-section[data-open] > .vds-menu-section-body {
  display: contents !important;
  background-color: transparent !important;
}

.vds-menu-section[data-open] > .vds-menu-section-title,
.vds-menu-section[data-open] > .vds-menu-section-body > :not([data-open]) {
  display: none;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Chapters Menu
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-chapters-menu-items) {
  min-width: var(--media-chapters-min-width, var(--media-menu-min-width, 220px));
}

.vds-chapters-menu-items {
  padding: var(--media-chapters-padding, 0);
}

:where(.vds-menu-items:has(.vds-chapters-radio-group[data-thumbnails])) {
  min-width: var(--media-chapters-with-thumbnails-min-width, 300px);
}

:where(.vds-chapter-radio) {
  border-radius: 0;
}

.vds-chapter-radio {
  border-bottom: var(--chapter-divider);
  padding: var(--item-padding);
}

.vds-chapter-radio[aria-checked='true'] {
  padding-left: var(--item-padding);
}

:where(.vds-chapter-radio:last-child) {
  border-bottom: 0;
}

.vds-chapter-radio[aria-checked='true'] {
  background-color: var(--chapter-active-bg);
  border-left: var(--chapter-active-border-left);
}

:where(.vds-chapter-radio[aria-checked='true']):after {
  content: ' ';
  width: var(--progress);
  height: var(--media-chapters-progress-height, 4px);
  position: absolute;
  bottom: 0;
  left: 0;
}

.vds-chapter-radio[aria-checked='true']:after {
  border-radius: var(--media-chapters-progress-border-radius, 0);
  background-color: var(--chapter-progress-bg);
}

.vds-chapters-radio-group :where(.vds-thumbnail) {
  margin-right: var(--media-chapters-thumbnail-gap, 12px);
  flex-shrink: 0;
  min-width: var(--media-chapters-thumbnail-min-width, 100px);
  min-height: var(--media-chapters-thumbnail-min-height, 56px);
  max-width: var(--media-chapters-thumbnail-max-width, 120px);
  max-height: var(--media-chapters-thumbnail-max-height, 68px);
}

.vds-chapters-radio-group .vds-thumbnail {
  border: var(--media-chapters-thumbnail-border, 0);
}

:where(.vds-chapters-radio-group .vds-chapter-radio-label) {
  color: var(--text-secondary-color);
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  white-space: nowrap;
}

:where(.vds-chapter-radio[aria-checked='true'] .vds-chapter-radio-label) {
  color: var(--text-color);
}

:where(.vds-chapters-radio-group .vds-chapter-radio-start-time) {
  display: inline-block;
  letter-spacing: var(--media-chapters-start-time-letter-spacing, 0.4px);
  border-radius: var(--media-chapters-start-time-border-radius, 2px);
  font-size: var(--chapter-time-font-size);
  font-weight: var(--chapter-time-font-weight);
  margin-top: var(--chapter-time-gap);
}

.vds-chapters-radio-group .vds-chapter-radio-start-time {
  color: var(--text-secondary-color);
  background-color: var(--section-bg);
  padding: var(--media-chapters-start-time-padding, 1px 4px);
}

:where(.vds-chapters-radio-group .vds-chapter-radio-duration) {
  color: var(--text-hint-color);
  font-size: var(--chapter-time-font-size);
  font-weight: var(--chapter-time-font-weight);
  margin-top: var(--chapter-time-gap);
}

.vds-chapters-radio-group .vds-chapter-radio-duration {
  background-color: var(--chapter-duration-bg);
  border-radius: var(--media-chapters-duration-border-radius, 2px);
}

.vds-chapters-radio-group:not([data-thumbnails]) :where(.vds-thumbnail, media-thumbnail) {
  display: none;
}

:where(.vds-chapter-radio-content) {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

:where(.vds-chapters-radio-group:not([data-thumbnails]) .vds-chapter-radio-content) {
  width: 100%;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

:where(.vds-chapters-radio-group:not([data-thumbnails]) .vds-chapter-radio-start-time) {
  margin-top: 0;
  margin-left: auto;
}

:where(.vds-chapters-radio-group:not([data-thumbnails]) .vds-chapter-radio-duration) {
  margin-top: 4px;
  flex-basis: 100%;
}

.vds-menu-items[data-keyboard] .vds-chapters-radio-group:focus-within {
  padding: var(--media-chapters-focus-padding, 4px);
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Poster
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-poster) {
  display: block;
  contain: content;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 0;
  pointer-events: none;
  box-sizing: border-box;
  transition: opacity 0.2s ease-out;
  background-color: var(--media-poster-bg, black);
}

:where(.vds-poster img) {
  object-fit: inherit;
  object-position: inherit;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  box-sizing: border-box;
}

.vds-poster :where(img) {
  border: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

:where(.vds-poster[data-hidden]) {
  display: none;
}

:where(.vds-poster[data-visible]) {
  opacity: 1;
}

.vds-poster:not(:defined),
.vds-poster img:not([src]) {
  display: none;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Sliders
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-slider) {
  --width: var(--media-slider-width, 100%);
  --height: var(--media-slider-height, 48px);

  --thumb-size: var(--media-slider-thumb-size, 15px);
  --thumb-focus-size: var(--media-slider-focused-thumb-size, calc(var(--thumb-size) * 1.1));

  --track-width: var(--media-slider-track-width, 100%);
  --track-height: var(--media-slider-track-height, 5px);
  --track-focus-width: var(--media-slider-focused-track-width, var(--track-width));
  --track-focus-height: var(--media-slider-focused-track-height, calc(var(--track-height) * 1.25));

  display: inline-flex;
  align-items: center;
  width: var(--width);
  height: var(--height);
  /** Prevent thumb flowing out of slider. */
  margin: 0 calc(var(--thumb-size) / 2);
  position: relative;
  contain: layout style;
  outline: none;
  pointer-events: auto;
  cursor: pointer;
  user-select: none;
  touch-action: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

:where(.vds-slider[aria-hidden='true']) {
  display: none !important;
}

:where(.vds-slider[aria-disabled='true']) {
  cursor: unset;
}

:where(.vds-slider:focus) {
  outline: none;
}

:where(.vds-slider:not([data-chapters])[data-focus], .vds-slider:not([data-chapters]):focus-visible)
  :where(.vds-slider-track) {
  box-shadow: var(--media-focus-ring);
}

:where(.vds-slider .vds-slider-track) {
  z-index: 0;
  position: absolute;
  width: var(--track-width);
  height: var(--track-height);
  top: 50%;
  left: 0;
  border-radius: var(--media-slider-track-border-radius, 2px);
  transform: translateY(-50%) translateZ(0);
  background-color: var(--media-slider-track-bg, rgb(255 255 255 / 0.3));
  contain: strict;
}

:where(.vds-slider[data-focus], .vds-slider:focus-visible) :where(.vds-slider-track) {
  outline-offset: var(--thumb-size);
}

:where(.vds-slider:not([data-chapters])[data-active] .vds-slider-track) {
  width: var(--track-focus-width);
  height: var(--track-focus-height);
}

:where(.vds-slider .vds-slider-track-fill) {
  z-index: 2; /** above track and track progress. */
  background-color: var(--media-slider-track-fill-bg, var(--media-brand));
  width: var(--slider-fill, 0%);
  will-change: width;
}

:where(.vds-slider .vds-slider-thumb) {
  position: absolute;
  top: 50%;
  left: var(--slider-fill);
  opacity: 0;
  contain: layout size style;
  width: var(--thumb-size);
  height: var(--thumb-size);
  border: var(--media-slider-thumb-border, 1px solid #cacaca);
  border-radius: var(--media-slider-thumb-border-radius, 9999px);
  background-color: var(--media-slider-thumb-bg, #fff);
  transform: translate(-50%, -50%) translateZ(0);
  transition: opacity 0.15s ease-in;
  pointer-events: none;
  will-change: left;
  z-index: 2; /** above track fill. */
}

:where(.vds-slider[data-dragging], .vds-slider[data-focus], .vds-slider:focus-visible)
  :where(.vds-slider-thumb) {
  box-shadow: var(--media-slider-focused-thumb-shadow, 0 0 0 4px hsla(0, 0%, 100%, 0.4));
}

:where(.vds-slider[data-active] .vds-slider-thumb) {
  opacity: 1;
  transition: var(--media-slider-thumb-transition, opacity 0.2s ease-in, box-shadow 0.2s ease);
}

:where(.vds-slider[data-dragging] .vds-slider-thumb) {
  width: var(--thumb-focus-size);
  height: var(--thumb-focus-size);
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Slider Value
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-slider-value) {
  display: inline-block;
  contain: content;
  font-size: 14px;
  font-family: var(--media-font-family, sans-serif);
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Slider Thumbnail
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-slider-thumbnail) {
  display: block;
  contain: content;
  box-sizing: border-box;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Slider Video
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-slider-video) {
  background-color: black;
  box-sizing: border-box;
  contain: content;
  display: inline-block;
  border: var(--media-thumbnail-border, 1px solid white);
}

:where(.vds-slider-video video) {
  display: block;
  height: auto;
  width: 156px;
}

/* Temporarily hide video while loading. */
:where(.vds-slider-video[data-loading]) {
  opacity: 0;
}

/* Hide video if it fails to load. */
:where(.vds-slider-video[data-hidden], .vds-slider-video[data-hidden] video) {
  display: none;
  width: 0px;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Previews
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-slider .vds-slider-preview) {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  background-color: var(--media-slider-preview-bg);
  border-radius: var(--media-slider-preview-border-radius, 2px);
  pointer-events: none;
  transition: opacity 0.2s ease-out;
  will-change: left, opacity;
  contain: layout paint style;
}

:where(.vds-slider-preview[data-visible]) {
  opacity: 1;
  transition: opacity 0.2s ease-in;
}

.vds-slider-value {
  background-color: var(--media-slider-value-bg, black);
  border-radius: var(--media-slider-value-border-radius, 2px);
  border: var(--media-slider-value-border);
  color: var(--media-slider-value-color, white);
  padding: var(--media-slider-value-padding, 1px 10px);
}

:where(
    .vds-slider-video:not([data-hidden]) + .vds-slider-chapter-title,
    .vds-slider-thumbnail:not([data-hidden]) + .vds-slider-chapter-title
  ) {
  margin-top: var(--media-slider-chapter-title-gap, 6px);
}

:where(
    .vds-slider-video:not([data-hidden]) + .vds-slider-value,
    .vds-slider-thumbnail:not([data-hidden]) + .vds-slider-value,
    .vds-slider-chapter-title + .vds-slider-value
  ) {
  margin-top: var(--media-slider-value-gap, 2px);
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Vertical Sliders
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-slider[aria-orientation='vertical']) {
  --width: var(--media-slider-width, 48px);
  --height: var(--media-slider-height, 100%);

  --track-width: var(--media-slider-track-width, 4px);
  --track-height: var(--media-slider-track-height, 100%);
  --track-focus-width: var(--media-slider-focused-track-width, calc(var(--track-width) * 1.25));
  --track-focus-height: var(--media-slider-focused-track-height, var(--track-height));

  /** Prevent thumb flowing out of slider. */
  margin: calc(var(--thumb-size) / 2) 0;
}

:where(.vds-slider[aria-orientation='vertical'] .vds-slider-track) {
  top: unset;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateZ(0);
}

:where(.vds-slider[aria-orientation='vertical'] .vds-slider-track-fill) {
  width: var(--track-width);
  height: var(--slider-fill);
  will-change: height;
  transform: translateX(-50%) translateZ(0);
}

:where(.vds-slider[aria-orientation='vertical'] .vds-slider-progress) {
  top: unset;
  bottom: 0;
  width: var(--track-width);
  height: var(--slider-progress, 0%);
  will-change: height;
}

:where(.vds-slider[aria-orientation='vertical'] .vds-slider-thumb) {
  top: unset;
  bottom: var(--slider-fill);
  left: 50%;
  will-change: bottom;
  transform: translate(-50%, 50%) translateZ(0);
}

:where(.vds-slider[aria-orientation='vertical'] .vds-slider-preview) {
  will-change: bottom, opacity;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Time Slider
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where([data-live] .vds-time-slider .vds-slider-track-fill) {
  background-color: var(--media-slider-track-fill-live-bg, #dc2626);
}

:where(.vds-time-slider .vds-slider-progress) {
  z-index: 1; /** above track. */
  left: 0;
  width: var(--slider-progress, 0%);
  will-change: width;
  background-color: var(--media-slider-track-progress-bg, rgb(255 255 255 / 0.5));
}

:where([data-media-player]:not([data-can-play]) .vds-time-slider .vds-slider-value) {
  display: none;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Slider Steps
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-slider-steps) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

:where(.vds-slider-step) {
  width: var(--media-slider-step-width, 2.5px);
  height: calc(var(--track-height) + 1px);
  background-color: var(--media-slider-step-color, rgb(124, 124, 124));
  opacity: 0;
  transition: opacity 0.3s ease;
}

:where(.vds-slider[data-active] .vds-slider-step) {
  opacity: 1;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Slider Chapters
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-time-slider .vds-slider-chapters) {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  contain: layout style;
  border-radius: var(--media-slider-track-border-radius, 1px);
}

:where(.vds-slider[data-focus], .vds-slider:focus-visible) :where(.vds-slider-chapters) {
  box-shadow: var(--media-focus-ring);
  height: var(--track-height);
}

:where(.vds-time-slider .vds-slider-chapter) {
  margin-right: 2px;
}

:where(.vds-time-slider .vds-slider-chapter:last-child) {
  margin-right: 0;
}

:where(.vds-time-slider .vds-slider-chapter) {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  will-change: height, transform;
  contain: layout style;
  border-radius: var(--media-slider-track-border-radius, 1px);
}

:where(.vds-time-slider .vds-slider-chapter .vds-slider-track-fill) {
  width: var(--chapter-fill, 0%);
  will-change: width;
}

:where(.vds-time-slider .vds-slider-chapter .vds-slider-progress) {
  width: var(--chapter-progress, 0%);
  will-change: width;
}

@media (hover: hover) and (pointer: fine) {
  :where(.vds-time-slider:hover .vds-slider-chapters) {
    contain: strict;
  }

  :where(.vds-time-slider .vds-slider-chapter:hover:not(:only-of-type)) {
    transform: var(--media-slider-chapter-hover-transform, scaleY(2));
    transition: var(
      --media-slider-chapter-hover-transition,
      transform 0.1s cubic-bezier(0.4, 0, 1, 1)
    );
  }
}

:where(.vds-time-slider .vds-slider-chapter-title) {
  font-family: var(--media-font-family, sans-serif);
  font-size: var(--media-slider-chapter-title-font-size, 14px);
  color: var(--media-slider-chapter-title-color, #f5f5f5);
  background-color: var(--media-slider-chapter-title-bg);
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Thumbnail
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-thumbnail) {
  --min-width: var(--media-thumbnail-min-width, 140px);
  --max-width: var(--media-thumbnail-max-width, 180px);
  --aspect-ratio: var(--media-thumbnail-aspect-ratio, var(--thumbnail-aspect-ratio));
  display: block;
  width: var(--thumbnail-width);
  height: var(--thumbnail-height);
  background-color: var(--media-thumbnail-bg, black);
  contain: strict;
  overflow: hidden;
  box-sizing: border-box;
  min-width: var(--min-width);
  min-height: var(--media-thumbnail-min-height, calc(var(--min-width) / var(--aspect-ratio)));
  max-width: var(--max-width);
  max-height: var(--media-thumbnail-max-height, calc(var(--max-width) / var(--aspect-ratio)));
}

.vds-thumbnail {
  border: var(--media-thumbnail-border, 1px solid white);
}

:where(.vds-thumbnail img) {
  min-width: unset !important;
  max-width: unset !important;
  will-change: width, height, transform;
}

:where(.vds-thumbnail[data-loading] img) {
  opacity: 0;
}

:where(.vds-thumbnail[aria-hidden='true']) {
  display: none !important;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Time
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-time-group) {
  display: flex;
  align-items: center;
}

.vds-time-divider {
  margin: 0 var(--media-time-divider-gap, 2.5px);
  color: var(--media-time-divider-color, #e0e0e0);
}

:where(.vds-time) {
  display: inline-block;
  contain: content;
  font-size: var(--media-time-font-size, 15px);
  font-weight: var(--media-time-font-weight, 400);
  font-family: var(--media-font-family, sans-serif);
  border-radius: var(--media-time-border-radius, 2px);
  letter-spacing: var(--media-time-letter-spacing, 0.025em);
}

.vds-time {
  outline: 0;
  color: var(--media-time-color, var(--default-color));
  background-color: var(--media-time-bg);
  border: var(--media-time-border);
  padding: var(--media-time-padding, 2px);
}

:where(.vds-time:focus-visible) {
  box-shadow: var(--media-focus-ring);
}

.light .vds-time {
  --default-color: rgb(10 10 10);
}

.dark .vds-time {
  --default-color: #f5f5f5;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Tooltips
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-tooltip, media-tooltip) {
  display: contents;
}

:where(.vds-tooltip-content) {
  display: inline-block;
  box-sizing: border-box;
  font-family: var(--media-font-family, sans-serif);
  font-size: var(--media-tooltip-font-size, 13px);
  font-weight: var(--media-tooltip-font-weight, 500);
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
  will-change: transform, opacity;
}

.vds-tooltip-content {
  border-radius: var(--media-tooltip-border-radius, 4px);
  background-color: var(--media-tooltip-bg-color, var(--default-bg));
  border: var(--media-tooltip-border, var(--default-border));
  color: var(--media-tooltip-color, var(--default-color));
  padding: var(--media-tooltip-padding, 4px 8px);
}

.light .vds-tooltip-content {
  --default-color: #1a1a1a;
  --default-bg: white;
  --default-border: 1px solid rgb(0 0 0 / 0.2);
}

.dark .vds-tooltip-content {
  --default-color: #f5f5f5;
  --default-bg: black;
  --default-border: 1px solid rgb(255 255 255 / 0.1);
}

:where(
  .vds-menu .vds-menu-button[role="button"][data-pressed] .vds-tooltip-content
) {
  opacity: 0;
  display: none;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Tooltip Animation
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-tooltip-content) {
  --enter-transform: translateY(0px) scale(1);
  --exit-transform: translateY(12px) scale(0.8);
}

:where(.vds-tooltip-content:not([data-visible])) {
  animation: var(
    --media-tooltip-exit-animation,
    vds-tooltip-exit 0.2s ease-out
  );
}

:where(.vds-tooltip-content[data-visible]) {
  animation: var(
    --media-tooltip-enter-animation,
    vds-tooltip-enter 0.2s ease-in
  );
  animation-fill-mode: forwards;
}

/* Bottom */
:where(.vds-tooltip-content[data-placement~="bottom"]) {
  --enter-transform: translateY(0) scale(1);
  --exit-transform: translateY(-12px) scale(0.8);
}

/* Left */
:where(.vds-tooltip-content[data-placement~="left"]) {
  --enter-transform: translateX(0) scale(1);
  --exit-transform: translateX(12px) scale(0.8);
}

/* Right */
:where(.vds-tooltip-content[data-placement~="right"]) {
  --enter-transform: translateX(0) scale(1);
  --exit-transform: translateX(-12px) scale(0.8);
}

@keyframes vds-tooltip-enter {
  from {
    opacity: 0;
    transform: var(--exit-transform);
  }
  to {
    opacity: 1;
    transform: var(--enter-transform);
  }
}

@keyframes vds-tooltip-exit {
  from {
    opacity: 1;
    transform: var(--enter-transform);
  }
  to {
    opacity: 0;
    transform: var(--exit-transform);
  }
}

@media (prefers-reduced-motion) {
  :where(.vds-tooltip-content) {
    animation: none;
  }

  :where(.vds-tooltip-content[data-visible]) {
    opacity: 1;
  }
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * States
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

/* Play Button */
[data-media-player]:not([data-paused]) .vds-play-tooltip-text,
[data-media-player][data-paused] .vds-pause-tooltip-text,
/* PIP Button */
[data-media-player][data-pip] .vds-pip-enter-tooltip-text,
[data-media-player]:not([data-pip]) .vds-pip-exit-tooltip-text,
/* Fullscreen Button */
[data-media-player][data-fullscreen] .vds-fs-enter-tooltip-text,
[data-media-player]:not([data-fullscreen]) .vds-fs-exit-tooltip-text,
/* Caption Button */
[data-media-player]:not([data-captions]) .vds-cc-on-tooltip-text,
[data-media-player][data-captions] .vds-cc-off-tooltip-text,
/* Mute Button */
[data-media-player]:not([data-muted]) .vds-mute-tooltip-text,
[data-media-player][data-muted] .vds-unmute-tooltip-text {
  display: none;
}
/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Video Layout
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

[data-media-player] .vds-video-layout:not([data-match]) {
  display: none !important;
}

[data-media-player][data-layout='video'] {
  background-color: var(--video-bg, black);
}

[data-media-player][data-layout='video']:not([data-fullscreen]) {
  border-radius: var(--video-border-radius, 6px);
  border: var(--video-border, 1px solid rgb(255 255 255 / 0.1));
}

:where(.vds-video-layout) {
  --media-brand: var(--video-brand, #f5f5f5);
  --media-font-family: var(--video-font-family, sans-serif);
  --media-controls-color: var(--video-controls-color, #f5f5f5);
  --media-tooltip-y-offset: 6px;
  --media-menu-y-offset: 6px;
  --media-focus-ring-color: var(--video-focus-ring-color, rgb(78 156 246));
  --media-focus-ring: var(--video-focus-ring, 0 0 0 3px var(--media-focus-ring-color));
  color: var(--video-controls-color, #f5f5f5);
  display: contents;
}

:where([data-media-player][data-focus]:not([data-playing]) .vds-video-layout .vds-controls) {
  border-radius: var(--video-border-radius, 6px);
  box-shadow: var(--media-focus-ring);
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Controls
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-video-layout .vds-controls[data-visible]) {
  border-radius: var(--video-border-radius, 6px);
  background-image: linear-gradient(
    to top,
    rgb(0 0 0 / 0.6),
    10%,
    transparent,
    95%,
    rgb(0 0 0 / 0.3)
  );
}

.vds-video-layout .vds-controls-group {
  align-items: center;
  display: flex;
  pointer-events: auto;
  z-index: 0;
  padding: 4px 6px;
}

.vds-video-layout .vds-controls-group:first-child {
  z-index: 50;
}

/* second last group */
.vds-video-layout .vds-controls-group:nth-last-child(2) {
  padding: 0 12px;
  z-index: 11;
  margin-bottom: -16px;
}

.vds-video-layout:not([data-sm]) .vds-controls-group:last-child {
  --media-menu-y-offset: 26px;
  --media-tooltip-y-offset: 26px;
  --media-slider-preview-offset: 26px;
  z-index: 10;
}

:where(.vds-video-layout .vds-button) {
  margin-right: 2.5px;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Title
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-video-layout[data-sm] .vds-chapter-title) {
  font-size: var(--video-sm-chapter-title-font-size, 15px);
}

:where([data-fullscreen] .vds-video-layout .vds-chapter-title) {
  font-size: var(--video-fullscreen-chapter-title-font-size, 16px);
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Buttons
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-video-layout:not([data-sm]) .vds-mute-button) {
  margin-left: -2.5px;
  margin-right: -5px;
}

:where(.vds-video-layout[data-sm]) {
  --media-button-size: var(--video-sm-button-size, 36px);
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Sliders
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-video-layout .vds-time-slider) {
  --media-slider-height: 45px;
  flex-grow: 0;
}

:where(.vds-video-layout .vds-slider-thumbnail) {
  --media-thumbnail-border: var(--video-slider-thumbnail-border, 1px solid #f5f5f5);
  border-radius: var(--video-slider-thumbnail-border-radius, 2px);
}

.vds-video-layout .vds-time-slider .vds-slider-value {
  background-color: var(--video-time-bg, unset);
  text-shadow:
    -1px -1px 0 #333333,
    1px -1px 0 #333333,
    -1px 1px 0 #333333,
    1px 1px 0 #333333;
}

:where(.vds-video-layout[data-sm] .vds-time) {
  text-shadow: unset;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Large Layout Volume Slider
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-video-layout[data-lg] .vds-volume) {
  --gap: var(--video-volume-gap, 10px);
  display: contents;
}

:where(.vds-video-layout[data-lg] .vds-volume-popup) {
  display: contents;
}

:where(.vds-video-layout[data-lg] .vds-volume-slider) {
  margin: 0;
  max-width: 0;
  transition: all 0.15s ease;
}

:where(.vds-video-layout[data-lg] .vds-volume[data-active] .vds-volume-slider),
:where(.vds-video-layout[data-lg] .vds-volume:has([data-active]) .vds-volume-slider) {
  margin-left: var(--gap);
  opacity: 1;
  visibility: visible;
  max-width: var(--video-volume-slider-max-width, 72px);
}

/* safe area. */
.vds-video-layout[data-lg] .vds-volume-slider::after {
  content: '';
  position: fixed;
  top: 0;
  left: calc(-1 * var(--gap));
  width: var(--gap);
  height: 100%;
  z-index: 1;
  pointer-events: auto;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Small Layout Volume Slider
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-video-layout[data-sm] .vds-volume) {
  --media-slider-height: var(--video-volume-height, 96px);
  --media-slider-preview-offset: calc(-200% - 6px);
  --gap: var(--video-volume-gap, 10px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

:where(.vds-video-layout[data-sm] .vds-volume-popup) {
  display: block;
  position: absolute;
  top: calc(100% + var(--gap));
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition:
    opacity 150ms ease-out,
    visibility 150ms ease-out;
  border-radius: var(--video-volume-border-radius, 8px);
  filter: var(--media-volume-filter, drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)));
  visibility: hidden;
}

/* safe area. */
.vds-video-layout[data-sm] .vds-mute-button::after {
  content: '';
  position: fixed;
  bottom: calc(-1 * var(--gap));
  right: 0;
  width: 100%;
  height: var(--gap);
  z-index: 1;
  pointer-events: auto;
}

.vds-video-layout .vds-volume-popup {
  background-color: var(--video-volume-bg, var(--media-menu-bg, var(--default-bg)));
  border: var(--video-volume-border, var(--default-border));
}

.light .vds-video-layout .vds-volume-popup,
.vds-video-layout.light .vds-volume-popup {
  --default-bg: rgb(250 250 250);
  --default-border: 1px solid rgb(10 10 10 / 0.1);
}

.dark .vds-video-layout .vds-volume-popup,
.vds-video-layout.dark .vds-volume-popup {
  --default-bg: rgb(10 10 10);
  --default-border: 1px solid rgb(255 255 255 / 0.1);
}

:where(.vds-video-layout[data-sm] .vds-volume[data-active] .vds-volume-popup),
:where(.vds-video-layout[data-sm] .vds-volume:has([data-active]) .vds-volume-popup) {
  transition:
    opacity 150ms ease-in,
    visibility 150ms ease-in;
  opacity: 1;
  visibility: visible;
}

:where(.vds-video-layout[data-sm] .vds-volume[data-active] .vds-tooltip-content) {
  display: none !important;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Time
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-video-layout .vds-time[data-type='current']) {
  margin-right: 2px;
}

:where(.vds-video-layout .vds-time[data-type='current'][remainder]) {
  margin-left: 2px;
}

.vds-video-layout .vds-time {
  --default-color: #f5f5f5 !important;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Captions
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where([data-preview] .vds-video-layout .vds-captions) {
  opacity: 0;
}

:where(.vds-video-layout .vds-captions) {
  z-index: 10;
  transition: var(--video-captions-transition, bottom 0.3s ease-in-out);
}

@media (min-width: 980px) {
  :where([data-fullscreen] .vds-video-layout .vds-captions) {
    bottom: var(--video-lg-fullscreen-captions-offset, 54px);
  }
}

:where([data-media-player][data-controls] .vds-video-layout .vds-captions) {
  bottom: var(--video-captions-offset, 78px);
}

:where([data-media-player][data-controls] .vds-video-layout[data-sm] .vds-captions) {
  bottom: var(--video-sm-captions-offset, 48px);
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Chapters
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-video-layout .vds-time-slider .vds-slider-chapter-title) {
  width: 100%;
  text-align: center;
  text-shadow:
    -1px -1px 0 #212121,
    1px -1px 0 #212121,
    -1px 1px 0 #212121,
    1px 1px 0 #212121;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Gestures
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-video-layout .vds-gesture) {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

:where(.vds-video-layout .vds-gesture[action='seek:-10']) {
  width: var(--video-gesture-seek-width, 20%);
  z-index: 1;
}

:where(.vds-video-layout .vds-gesture[action='seek:10']) {
  left: unset;
  right: 0;
  width: var(--video-gesture-seek-width, 20%);
  z-index: 1;
}

@media (pointer: coarse) {
  :where(.vds-video-layout .vds-gesture[action='toggle:paused']) {
    display: none;
  }
}

@media not (pointer: coarse) {
  :where([data-media-player] .vds-video-layout .vds-gesture[action='toggle:controls']) {
    display: none;
  }
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Live Button
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-video-layout .vds-live-button) {
  margin-left: 12px;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Time Group
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-video-layout:not([data-sm]) .vds-time-group) {
  margin-left: 10px;
}

:where(.vds-video-layout[data-sm] .vds-time) {
  font-size: var(--video-sm-time-font-size, 14px);
}

:where([data-fullscreen] .vds-video-layout .vds-time) {
  font-size: var(--video-fullscreen-time-font-size, 16px);
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Load Container
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-video-layout .vds-load-container) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 99;
}

:where(
    [data-media-player][data-load='play']:not([data-started])
      .vds-video-layout[data-match]
      .vds-load-container
  ) {
  display: flex;
}

:where(.vds-video-layout .vds-load-container .vds-play-button) {
  --size: var(--video-load-button-size, 56px);
  --color: var(--video-load-button-color, rgb(0 0 0 / 0.8));
  --bg-color: var(--video-load-button-bg, var(--media-brand));

  --media-button-hover-transform: 0;
  --media-button-border: var(--video-load-button-border, var(--color));
  --media-button-hover-bg: var(--video-load-button-bg, var(--media-brand));

  width: var(--size);
  height: var(--size);
  pointer-events: auto;
  margin-bottom: 2px;
  overflow: hidden;
}

.vds-video-layout .vds-load-container .vds-play-button {
  border-radius: var(--video-load-button-border-radius, 100%);
  color: var(--color);
}

.vds-video-layout .vds-load-container .vds-play-button {
  background-color: var(--bg-color);
}

:where(.vds-video-layout[data-sm] .vds-load-container .vds-play-button) {
  --size: var(--video-sm-load-button-size, 48px);
  --media-button-hover-transform: translateY(0%);
  width: var(--size);
  height: var(--size);
  transform: translateY(0%);
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Small Layout
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where(.vds-video-layout[data-sm] .vds-controls-group:nth-last-child(2)) {
  pointer-events: none;
}

:where(.vds-video-layout[data-sm] .vds-controls-group:last-child) {
  z-index: 2;
  margin-top: -2.5px;
  margin-bottom: -6px;
}

:where([data-fullscreen] .vds-video-layout[data-sm] .vds-controls-group:last-child) {
  margin-bottom: 0;
}

.vds-video-layout[data-sm] .vds-controls-group {
  padding: 2px;
}

:where(.vds-video-layout[data-sm])
  :where(
    .vds-button,
    .vds-slider:not(.vds-time-slider),
    .vds-time,
    .vds-time-divider,
    .vds-chapter-title
  ) {
  transition: opacity 0.15s ease;
}

:where([data-media-player]:not([data-started]) .vds-video-layout[data-sm])
  :where(.vds-button .vds-slider, .vds-time-group) {
  opacity: 0;
  visibility: hidden;
}

:where(.vds-video-layout[data-sm] .vds-time-slider) {
  transition: transform 0.1s linear;
}

@media (pointer: coarse) {
  :where([data-preview] .vds-video-layout:not([data-no-scrub-gesture]))
    :where(
      .vds-button,
      .vds-slider:not(.vds-time-slider),
      .vds-time,
      .vds-chapter-title,
      .vds-time-divider,
      .vds-captions,
      .vds-live-button
    ) {
    opacity: 0;
  }

  :where([data-preview] .vds-video-layout:not([data-no-scrub-gesture]) .vds-time-slider) {
    --track-height: var(--video-sm-slider-focus-track-height, 12px);
    transform: translateY(-6px);
    transition: transform 0.1s linear;
  }
}

:where(.vds-video-layout[data-sm] .vds-controls .vds-play-button) {
  --size: var(--video-sm-play-button-size, 45px);
  --media-button-hover-transform: translateY(25%);
  width: var(--size);
  height: var(--size);
  transform: translateY(25%);
  border-radius: 100%;
  pointer-events: auto;
  margin-bottom: 2px;
  overflow: hidden;
}

.vds-video-layout[data-sm] .vds-controls .vds-play-button {
  background-color: var(--video-sm-play-button-bg, rgba(0 0 0 / 0.6));
}

:where(
    [data-media-player]:not([data-started])
      .vds-video-layout[data-sm]
      .vds-controls-group:not(:nth-child(3))
  ) {
  opacity: 0;
  visibility: hidden;
}

/* center big play button inside buffering indicator. */
:where(.vds-video-layout[data-sm] .vds-buffering-indicator) {
  --media-buffering-size: 64px;
  transform: translate(-2px, -4px);
}

:where(.vds-video-layout .vds-start-duration .vds-time) {
  position: absolute;
  right: 8px;
  bottom: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 10;
}

.vds-video-layout .vds-start-duration .vds-time {
  padding: var(--video-sm-start-duration-padding, 3px 6px);
  color: var(--video-sm-start-duration-color, var(--video-controls-color));
  background-color: var(--video-sm-start-duration-bg, rgba(0 0 0 / 0.64));
}

:where([data-started] .vds-video-layout .vds-start-duration .vds-time) {
  display: none;
}

:where([data-media-player]:not([data-can-play]) .vds-video-layout .vds-start-duration .vds-time) {
  opacity: 0;
}

:where(.vds-video-layout[data-sm] .vds-time[data-type='current']) {
  margin-left: 8px;
}

/*
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Fullscreen
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

:where([data-fullscreen] .vds-video-layout .vds-controls-group:nth-last-child(2)) {
  margin-bottom: -16px;
}

@media (orientation: portrait) {
  :where([data-fullscreen] .vds-video-layout .vds-captions) {
    bottom: 30lvh;
    bottom: 10dvh;
  }
}

@media (orientation: landscape) {
  :where([data-fullscreen] .vds-video-layout .vds-controls-group:nth-last-child(2)) {
    margin-bottom: -12px;
  }
}

.no-video[data-v-9979add5] {
  min-height: 100%;
  font-size: 8rem;
}
.video-player[data-v-9979add5] {
  --media-brand: #0d6efd;
}

.missing-img[data-v-f529367c] {
  width: 40rem;
  height: 24rem;
  background-color: grey;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-v-180b6261] .rating {
  --el-rate-icon-margin: 0;
  --el-rate-icon-size: 24px;
}
[data-v-180b6261] .el-icon.el-rate__icon {
  display: flex;
}
.hover-highlight[data-v-180b6261] {
  outline: 3px solid #0ff;
  outline-offset: -2px;
  box-shadow: 0 0 8px 1px #0ff;
}

[data-v-26a48730] .custom-checkbox:checked {
  background-color: #28a745;
  border-color: #28a745;
}
[data-v-26a48730] .custom-checkbox {
  background-color: #fff3cd;
  border-color: #ffecb5;
}

[data-v-d7682286] .h-100 > .el-select__wrapper {
  height: 100%;
}
.spinner-border-very-sm[data-v-d7682286] {
  --bs-spinner-width: 0.6rem;
  --bs-spinner-height: 0.6rem;
}

.img-size[data-v-30b9347f] {
  width: 20rem;
  max-width: 90vw;
  object-fit: cover;
  object-position: top;
}

.image-size[data-v-5a993db8] {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top;
}
.pink[data-v-5a993db8] {
  color: #ff69b4;
}
.blue[data-v-5a993db8] {
  color: #007bff;
}
.violet[data-v-5a993db8] {
  color: #9400d3;
}
.collapse-button[data-v-5a993db8] {
  border-radius: 0;
}
.collapse-content[data-v-5a993db8] {
  border-radius: 0 0 0.375rem 0.375rem;
}
[data-v-5a993db8] .el-progress__text {
  font-size: 16px !important;
}
[data-v-5a993db8] .el-progress__text > .el-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

[data-v-cc736762] .accordion-button-danger {
  background-color: #dc3545;
  color: #fff;
  border-color: #dc3545;
  box-shadow: 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
[data-v-cc736762] .accordion-button-danger.collapsed {
  background-color: var(--bs-danger-bg-subtle);
}

.stat-tile[data-v-4ebec2ac] {
  min-width: 6.5rem;
}

.big-button[data-v-bd7afb36] {
  width: 60px;
  height: 60px;
  font-size: 18px;
}

.spinner-border-very-sm[data-v-bff3e87f] {
  --bs-spinner-width: 0.6rem;
  --bs-spinner-height: 0.6rem;
}

.no-caret[data-v-d3ff8e40] .dropdown-toggle::after {
  display: none;
}
.tile-cover[data-v-d3ff8e40] {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top;
}
.hover-bigger-container:hover .hover-bigger-wrapper[data-v-d3ff8e40]:not(:hover) {
  border: 0.5px solid gray;
  z-index: 2;
  opacity: 0.45;
}
.hover-bigger-container:hover .hover-bigger[data-v-d3ff8e40]:not(:hover) {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.hover-bigger[data-v-d3ff8e40]:hover {
  position: absolute;
  z-index: 1;
  transition: transform 0.2s ease;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
[data-v-d3ff8e40] .menu-button {
  border: 0;
}
[data-v-d3ff8e40] .menu-icon > path {
  stroke: white;
  stroke-width: 0.25px;
  stroke-linejoin: round;
}
.search-engine-letter[data-v-d3ff8e40] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
}

.fresh-filters[data-v-dde4da37] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  padding: 0.6rem 1rem;
  margin: 0.5rem;
  background-color: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
}
.filter-group[data-v-dde4da37] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.filter-divider[data-v-dde4da37] {
  align-self: stretch;
  width: 1px;
  min-height: 28px;
  background-color: var(--bs-border-color);
}
@media (max-width: 991.98px) {
.filter-divider[data-v-dde4da37] {
    display: none;
}
}
.websites-group[data-v-dde4da37] {
  flex: 0 1 340px;
  flex-wrap: nowrap;
}
.websites-select[data-v-dde4da37] {
  flex: 1 1 auto;
  min-width: 140px;
  max-width: 260px;
}
.websites-actions[data-v-dde4da37] {
  display: flex;
  gap: 0.375rem;
  flex: 0 0 auto;
}
.range-switch[data-v-dde4da37] {
  margin-left: 0.25rem;
  white-space: nowrap;
}
.filter-field[data-v-dde4da37] {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.filter-label[data-v-dde4da37] {
  margin-bottom: 0;
  font-size: 0.7rem;
  line-height: 1;
  color: var(--bs-secondary-color);
}
.sort-group select[data-v-dde4da37] {
  width: 6.5rem;
}
.progress-group[data-v-dde4da37] {
  flex: 1 1 260px;
  min-width: 220px;
}
.actions-group[data-v-dde4da37] {
  margin-left: auto;
  flex: 0 0 auto;
}
.cell[data-v-dde4da37] {
  height: 30px;
  padding: 3px 0;
  box-sizing: border-box;
}
.cell .text[data-v-dde4da37] {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
  line-height: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.cell.current .text[data-v-dde4da37] {
  background: #626aef;
  color: #fff;
}
.cell .indicator[data-v-dde4da37] {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.cell .indicator.missing[data-v-dde4da37] {
  background: var(--el-color-danger);
}
.cell .indicator.present[data-v-dde4da37] {
  background: var(--el-color-success);
}

.stat-tile[data-v-29219fc1] {
  min-width: 6.5rem;
}

.code-editor .dropdown .list.fade-enter-active,
.code-editor .dropdown .list.fade-leave-active {
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.code-editor .dropdown .list.fade-enter-from,
.code-editor .dropdown .list.fade-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
.code-editor .dropdown {
  cursor: pointer;
  position: relative;
}
.code-editor .dropdown:focus {
  outline: none;
}
.code-editor .disabled {
  cursor: default;
}
.code-editor .disabled:hover > .title {
  opacity: 0.5 !important;
}
.code-editor .dropdown:hover > .title {
  opacity: 1;
}
.code-editor .dropdown > .title {
  transition: opacity 0.2s ease;
  opacity: 0.5;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  user-select: none;
}
.code-editor .dropdown > .title > div {
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
}
.code-editor .dropdown > .title > svg {
  transition: 0.2s;
  margin-left: 3px;
  margin-top: 1px;
}
.code-editor .dropdown > .list {
  box-sizing: border-box;
  position: absolute;
  padding: 1px;
  border-radius: 6px;
  overflow: hidden;
  top: 24px;
  left: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.code-editor .dropdown > .list:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: currentColor;
  opacity: 0.2;
}

.code-editor .copy-code {
  transition: 0.2s opacity ease;
  position: relative;
  opacity: 0.5;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.code-editor .copy-code:focus {
  outline: none;
}
.code-editor .copy-code > svg {
  pointer-events: none;
}
.code-editor .copy-code:hover {
  opacity: 1;
}
.code-editor .copy-code:hover > .tooltip {
  display: block;
}
.code-editor .copy-code > .tooltip {
  font-family: sans-serif;
  display: none;
  position: absolute;
  bottom: -10px;
  left: -96px;
  font-size: 12px;
  color: white;
  width: 84px;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
}

[theme=base16-3024] {
  /*!
    Theme: 3024
    Author: Jan T. Sott (http://github.com/idleberg)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-3024] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-3024] code.hljs {
  padding: 3px 5px;
}
[theme=base16-3024] .hljs {
  color: #a5a2a2;
  background: #090300;
}
[theme=base16-3024] .hljs ::selection, [theme=base16-3024] .hljs::selection {
  background-color: #4a4543;
  color: #a5a2a2;
}
[theme=base16-3024] .hljs-comment {
  color: #5c5855;
}
[theme=base16-3024] .hljs-tag {
  color: #807d7c;
}
[theme=base16-3024] .hljs-operator, [theme=base16-3024] .hljs-punctuation, [theme=base16-3024] .hljs-subst {
  color: #a5a2a2;
}
[theme=base16-3024] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-3024] .hljs-bullet, [theme=base16-3024] .hljs-deletion, [theme=base16-3024] .hljs-name, [theme=base16-3024] .hljs-selector-tag, [theme=base16-3024] .hljs-template-variable, [theme=base16-3024] .hljs-variable {
  color: #db2d20;
}
[theme=base16-3024] .hljs-attr, [theme=base16-3024] .hljs-link, [theme=base16-3024] .hljs-literal, [theme=base16-3024] .hljs-number, [theme=base16-3024] .hljs-symbol, [theme=base16-3024] .hljs-variable.constant_ {
  color: #e8bbd0;
}
[theme=base16-3024] .hljs-class .hljs-title, [theme=base16-3024] .hljs-title, [theme=base16-3024] .hljs-title.class_ {
  color: #fded02;
}
[theme=base16-3024] .hljs-strong {
  font-weight: 700;
  color: #fded02;
}
[theme=base16-3024] .hljs-addition, [theme=base16-3024] .hljs-code, [theme=base16-3024] .hljs-string, [theme=base16-3024] .hljs-title.class_.inherited__ {
  color: #01a252;
}
[theme=base16-3024] .hljs-built_in, [theme=base16-3024] .hljs-doctag, [theme=base16-3024] .hljs-keyword.hljs-atrule, [theme=base16-3024] .hljs-quote, [theme=base16-3024] .hljs-regexp {
  color: #b5e4f4;
}
[theme=base16-3024] .hljs-attribute, [theme=base16-3024] .hljs-function .hljs-title, [theme=base16-3024] .hljs-section, [theme=base16-3024] .hljs-title.function_, [theme=base16-3024] .ruby .hljs-property {
  color: #01a0e4;
}
[theme=base16-3024] .diff .hljs-meta, [theme=base16-3024] .hljs-keyword, [theme=base16-3024] .hljs-template-tag, [theme=base16-3024] .hljs-type {
  color: #a16a94;
}
[theme=base16-3024] .hljs-emphasis {
  color: #a16a94;
  font-style: italic;
}
[theme=base16-3024] .hljs-meta, [theme=base16-3024] .hljs-meta .hljs-keyword, [theme=base16-3024] .hljs-meta .hljs-string {
  color: #cdab53;
}
[theme=base16-3024] .hljs-meta .hljs-keyword, [theme=base16-3024] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-apathy] {
  /*!
    Theme: Apathy
    Author: Jannik Siebert (https://github.com/janniks)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-apathy] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-apathy] code.hljs {
  padding: 3px 5px;
}
[theme=base16-apathy] .hljs {
  color: #81b5ac;
  background: #031a16;
}
[theme=base16-apathy] .hljs ::selection, [theme=base16-apathy] .hljs::selection {
  background-color: #184e45;
  color: #81b5ac;
}
[theme=base16-apathy] .hljs-comment {
  color: #2b685e;
}
[theme=base16-apathy] .hljs-tag {
  color: #5f9c92;
}
[theme=base16-apathy] .hljs-operator, [theme=base16-apathy] .hljs-punctuation, [theme=base16-apathy] .hljs-subst {
  color: #81b5ac;
}
[theme=base16-apathy] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-apathy] .hljs-bullet, [theme=base16-apathy] .hljs-deletion, [theme=base16-apathy] .hljs-name, [theme=base16-apathy] .hljs-selector-tag, [theme=base16-apathy] .hljs-template-variable, [theme=base16-apathy] .hljs-variable {
  color: #3e9688;
}
[theme=base16-apathy] .hljs-attr, [theme=base16-apathy] .hljs-link, [theme=base16-apathy] .hljs-literal, [theme=base16-apathy] .hljs-number, [theme=base16-apathy] .hljs-symbol, [theme=base16-apathy] .hljs-variable.constant_ {
  color: #3e7996;
}
[theme=base16-apathy] .hljs-class .hljs-title, [theme=base16-apathy] .hljs-title, [theme=base16-apathy] .hljs-title.class_ {
  color: #3e4c96;
}
[theme=base16-apathy] .hljs-strong {
  font-weight: 700;
  color: #3e4c96;
}
[theme=base16-apathy] .hljs-addition, [theme=base16-apathy] .hljs-code, [theme=base16-apathy] .hljs-string, [theme=base16-apathy] .hljs-title.class_.inherited__ {
  color: #883e96;
}
[theme=base16-apathy] .hljs-built_in, [theme=base16-apathy] .hljs-doctag, [theme=base16-apathy] .hljs-keyword.hljs-atrule, [theme=base16-apathy] .hljs-quote, [theme=base16-apathy] .hljs-regexp {
  color: #963e4c;
}
[theme=base16-apathy] .hljs-attribute, [theme=base16-apathy] .hljs-function .hljs-title, [theme=base16-apathy] .hljs-section, [theme=base16-apathy] .hljs-title.function_, [theme=base16-apathy] .ruby .hljs-property {
  color: #96883e;
}
[theme=base16-apathy] .diff .hljs-meta, [theme=base16-apathy] .hljs-keyword, [theme=base16-apathy] .hljs-template-tag, [theme=base16-apathy] .hljs-type {
  color: #4c963e;
}
[theme=base16-apathy] .hljs-emphasis {
  color: #4c963e;
  font-style: italic;
}
[theme=base16-apathy] .hljs-meta, [theme=base16-apathy] .hljs-meta .hljs-keyword, [theme=base16-apathy] .hljs-meta .hljs-string {
  color: #3e965b;
}
[theme=base16-apathy] .hljs-meta .hljs-keyword, [theme=base16-apathy] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-apprentice] {
  /*!
    Theme: Apprentice
    Author: romainl
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-apprentice] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-apprentice] code.hljs {
  padding: 3px 5px;
}
[theme=base16-apprentice] .hljs {
  color: #bcbcbc;
  background: #262626;
}
[theme=base16-apprentice] .hljs ::selection, [theme=base16-apprentice] .hljs::selection {
  background-color: #333;
  color: #bcbcbc;
}
[theme=base16-apprentice] .hljs-comment {
  color: #6c6c6c;
}
[theme=base16-apprentice] .hljs-tag {
  color: #787878;
}
[theme=base16-apprentice] .hljs-operator, [theme=base16-apprentice] .hljs-punctuation, [theme=base16-apprentice] .hljs-subst {
  color: #bcbcbc;
}
[theme=base16-apprentice] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-apprentice] .hljs-bullet, [theme=base16-apprentice] .hljs-deletion, [theme=base16-apprentice] .hljs-name, [theme=base16-apprentice] .hljs-selector-tag, [theme=base16-apprentice] .hljs-template-variable, [theme=base16-apprentice] .hljs-variable {
  color: #5f8787;
}
[theme=base16-apprentice] .hljs-attr, [theme=base16-apprentice] .hljs-link, [theme=base16-apprentice] .hljs-literal, [theme=base16-apprentice] .hljs-number, [theme=base16-apprentice] .hljs-symbol, [theme=base16-apprentice] .hljs-variable.constant_ {
  color: #ff8700;
}
[theme=base16-apprentice] .hljs-class .hljs-title, [theme=base16-apprentice] .hljs-title, [theme=base16-apprentice] .hljs-title.class_ {
  color: #5f8787;
}
[theme=base16-apprentice] .hljs-strong {
  font-weight: 700;
  color: #5f8787;
}
[theme=base16-apprentice] .hljs-addition, [theme=base16-apprentice] .hljs-code, [theme=base16-apprentice] .hljs-string, [theme=base16-apprentice] .hljs-title.class_.inherited__ {
  color: #87af87;
}
[theme=base16-apprentice] .hljs-built_in, [theme=base16-apprentice] .hljs-doctag, [theme=base16-apprentice] .hljs-keyword.hljs-atrule, [theme=base16-apprentice] .hljs-quote, [theme=base16-apprentice] .hljs-regexp {
  color: #5f875f;
}
[theme=base16-apprentice] .hljs-attribute, [theme=base16-apprentice] .hljs-function .hljs-title, [theme=base16-apprentice] .hljs-section, [theme=base16-apprentice] .hljs-title.function_, [theme=base16-apprentice] .ruby .hljs-property {
  color: #ffffaf;
}
[theme=base16-apprentice] .diff .hljs-meta, [theme=base16-apprentice] .hljs-keyword, [theme=base16-apprentice] .hljs-template-tag, [theme=base16-apprentice] .hljs-type {
  color: #87afd7;
}
[theme=base16-apprentice] .hljs-emphasis {
  color: #87afd7;
  font-style: italic;
}
[theme=base16-apprentice] .hljs-meta, [theme=base16-apprentice] .hljs-meta .hljs-keyword, [theme=base16-apprentice] .hljs-meta .hljs-string {
  color: #5f87af;
}
[theme=base16-apprentice] .hljs-meta .hljs-keyword, [theme=base16-apprentice] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ashes] {
  /*!
    Theme: Ashes
    Author: Jannik Siebert (https://github.com/janniks)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ashes] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ashes] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ashes] .hljs {
  color: #c7ccd1;
  background: #1c2023;
}
[theme=base16-ashes] .hljs ::selection, [theme=base16-ashes] .hljs::selection {
  background-color: #565e65;
  color: #c7ccd1;
}
[theme=base16-ashes] .hljs-comment {
  color: #747c84;
}
[theme=base16-ashes] .hljs-tag {
  color: #adb3ba;
}
[theme=base16-ashes] .hljs-operator, [theme=base16-ashes] .hljs-punctuation, [theme=base16-ashes] .hljs-subst {
  color: #c7ccd1;
}
[theme=base16-ashes] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ashes] .hljs-bullet, [theme=base16-ashes] .hljs-deletion, [theme=base16-ashes] .hljs-name, [theme=base16-ashes] .hljs-selector-tag, [theme=base16-ashes] .hljs-template-variable, [theme=base16-ashes] .hljs-variable {
  color: #c7ae95;
}
[theme=base16-ashes] .hljs-attr, [theme=base16-ashes] .hljs-link, [theme=base16-ashes] .hljs-literal, [theme=base16-ashes] .hljs-number, [theme=base16-ashes] .hljs-symbol, [theme=base16-ashes] .hljs-variable.constant_ {
  color: #c7c795;
}
[theme=base16-ashes] .hljs-class .hljs-title, [theme=base16-ashes] .hljs-title, [theme=base16-ashes] .hljs-title.class_ {
  color: #aec795;
}
[theme=base16-ashes] .hljs-strong {
  font-weight: 700;
  color: #aec795;
}
[theme=base16-ashes] .hljs-addition, [theme=base16-ashes] .hljs-code, [theme=base16-ashes] .hljs-string, [theme=base16-ashes] .hljs-title.class_.inherited__ {
  color: #95c7ae;
}
[theme=base16-ashes] .hljs-built_in, [theme=base16-ashes] .hljs-doctag, [theme=base16-ashes] .hljs-keyword.hljs-atrule, [theme=base16-ashes] .hljs-quote, [theme=base16-ashes] .hljs-regexp {
  color: #95aec7;
}
[theme=base16-ashes] .hljs-attribute, [theme=base16-ashes] .hljs-function .hljs-title, [theme=base16-ashes] .hljs-section, [theme=base16-ashes] .hljs-title.function_, [theme=base16-ashes] .ruby .hljs-property {
  color: #ae95c7;
}
[theme=base16-ashes] .diff .hljs-meta, [theme=base16-ashes] .hljs-keyword, [theme=base16-ashes] .hljs-template-tag, [theme=base16-ashes] .hljs-type {
  color: #c795ae;
}
[theme=base16-ashes] .hljs-emphasis {
  color: #c795ae;
  font-style: italic;
}
[theme=base16-ashes] .hljs-meta, [theme=base16-ashes] .hljs-meta .hljs-keyword, [theme=base16-ashes] .hljs-meta .hljs-string {
  color: #c79595;
}
[theme=base16-ashes] .hljs-meta .hljs-keyword, [theme=base16-ashes] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-cave-light] {
  /*!
    Theme: Atelier Cave Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-cave-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-cave-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-cave-light] .hljs {
  color: #585260;
  background: #efecf4;
}
[theme=base16-atelier-cave-light] .hljs ::selection, [theme=base16-atelier-cave-light] .hljs::selection {
  background-color: #8b8792;
  color: #585260;
}
[theme=base16-atelier-cave-light] .hljs-comment {
  color: #7e7887;
}
[theme=base16-atelier-cave-light] .hljs-tag {
  color: #655f6d;
}
[theme=base16-atelier-cave-light] .hljs-operator, [theme=base16-atelier-cave-light] .hljs-punctuation, [theme=base16-atelier-cave-light] .hljs-subst {
  color: #585260;
}
[theme=base16-atelier-cave-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-cave-light] .hljs-bullet, [theme=base16-atelier-cave-light] .hljs-deletion, [theme=base16-atelier-cave-light] .hljs-name, [theme=base16-atelier-cave-light] .hljs-selector-tag, [theme=base16-atelier-cave-light] .hljs-template-variable, [theme=base16-atelier-cave-light] .hljs-variable {
  color: #be4678;
}
[theme=base16-atelier-cave-light] .hljs-attr, [theme=base16-atelier-cave-light] .hljs-link, [theme=base16-atelier-cave-light] .hljs-literal, [theme=base16-atelier-cave-light] .hljs-number, [theme=base16-atelier-cave-light] .hljs-symbol, [theme=base16-atelier-cave-light] .hljs-variable.constant_ {
  color: #aa573c;
}
[theme=base16-atelier-cave-light] .hljs-class .hljs-title, [theme=base16-atelier-cave-light] .hljs-title, [theme=base16-atelier-cave-light] .hljs-title.class_ {
  color: #a06e3b;
}
[theme=base16-atelier-cave-light] .hljs-strong {
  font-weight: 700;
  color: #a06e3b;
}
[theme=base16-atelier-cave-light] .hljs-addition, [theme=base16-atelier-cave-light] .hljs-code, [theme=base16-atelier-cave-light] .hljs-string, [theme=base16-atelier-cave-light] .hljs-title.class_.inherited__ {
  color: #2a9292;
}
[theme=base16-atelier-cave-light] .hljs-built_in, [theme=base16-atelier-cave-light] .hljs-doctag, [theme=base16-atelier-cave-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-cave-light] .hljs-quote, [theme=base16-atelier-cave-light] .hljs-regexp {
  color: #398bc6;
}
[theme=base16-atelier-cave-light] .hljs-attribute, [theme=base16-atelier-cave-light] .hljs-function .hljs-title, [theme=base16-atelier-cave-light] .hljs-section, [theme=base16-atelier-cave-light] .hljs-title.function_, [theme=base16-atelier-cave-light] .ruby .hljs-property {
  color: #576ddb;
}
[theme=base16-atelier-cave-light] .diff .hljs-meta, [theme=base16-atelier-cave-light] .hljs-keyword, [theme=base16-atelier-cave-light] .hljs-template-tag, [theme=base16-atelier-cave-light] .hljs-type {
  color: #955ae7;
}
[theme=base16-atelier-cave-light] .hljs-emphasis {
  color: #955ae7;
  font-style: italic;
}
[theme=base16-atelier-cave-light] .hljs-meta, [theme=base16-atelier-cave-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-cave-light] .hljs-meta .hljs-string {
  color: #bf40bf;
}
[theme=base16-atelier-cave-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-cave-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-cave] {
  /*!
    Theme: Atelier Cave
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-cave] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-cave] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-cave] .hljs {
  color: #8b8792;
  background: #19171c;
}
[theme=base16-atelier-cave] .hljs ::selection, [theme=base16-atelier-cave] .hljs::selection {
  background-color: #585260;
  color: #8b8792;
}
[theme=base16-atelier-cave] .hljs-comment {
  color: #655f6d;
}
[theme=base16-atelier-cave] .hljs-tag {
  color: #7e7887;
}
[theme=base16-atelier-cave] .hljs-operator, [theme=base16-atelier-cave] .hljs-punctuation, [theme=base16-atelier-cave] .hljs-subst {
  color: #8b8792;
}
[theme=base16-atelier-cave] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-cave] .hljs-bullet, [theme=base16-atelier-cave] .hljs-deletion, [theme=base16-atelier-cave] .hljs-name, [theme=base16-atelier-cave] .hljs-selector-tag, [theme=base16-atelier-cave] .hljs-template-variable, [theme=base16-atelier-cave] .hljs-variable {
  color: #be4678;
}
[theme=base16-atelier-cave] .hljs-attr, [theme=base16-atelier-cave] .hljs-link, [theme=base16-atelier-cave] .hljs-literal, [theme=base16-atelier-cave] .hljs-number, [theme=base16-atelier-cave] .hljs-symbol, [theme=base16-atelier-cave] .hljs-variable.constant_ {
  color: #aa573c;
}
[theme=base16-atelier-cave] .hljs-class .hljs-title, [theme=base16-atelier-cave] .hljs-title, [theme=base16-atelier-cave] .hljs-title.class_ {
  color: #a06e3b;
}
[theme=base16-atelier-cave] .hljs-strong {
  font-weight: 700;
  color: #a06e3b;
}
[theme=base16-atelier-cave] .hljs-addition, [theme=base16-atelier-cave] .hljs-code, [theme=base16-atelier-cave] .hljs-string, [theme=base16-atelier-cave] .hljs-title.class_.inherited__ {
  color: #2a9292;
}
[theme=base16-atelier-cave] .hljs-built_in, [theme=base16-atelier-cave] .hljs-doctag, [theme=base16-atelier-cave] .hljs-keyword.hljs-atrule, [theme=base16-atelier-cave] .hljs-quote, [theme=base16-atelier-cave] .hljs-regexp {
  color: #398bc6;
}
[theme=base16-atelier-cave] .hljs-attribute, [theme=base16-atelier-cave] .hljs-function .hljs-title, [theme=base16-atelier-cave] .hljs-section, [theme=base16-atelier-cave] .hljs-title.function_, [theme=base16-atelier-cave] .ruby .hljs-property {
  color: #576ddb;
}
[theme=base16-atelier-cave] .diff .hljs-meta, [theme=base16-atelier-cave] .hljs-keyword, [theme=base16-atelier-cave] .hljs-template-tag, [theme=base16-atelier-cave] .hljs-type {
  color: #955ae7;
}
[theme=base16-atelier-cave] .hljs-emphasis {
  color: #955ae7;
  font-style: italic;
}
[theme=base16-atelier-cave] .hljs-meta, [theme=base16-atelier-cave] .hljs-meta .hljs-keyword, [theme=base16-atelier-cave] .hljs-meta .hljs-string {
  color: #bf40bf;
}
[theme=base16-atelier-cave] .hljs-meta .hljs-keyword, [theme=base16-atelier-cave] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-dune-light] {
  /*!
    Theme: Atelier Dune Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-dune-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-dune-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-dune-light] .hljs {
  color: #6e6b5e;
  background: #fefbec;
}
[theme=base16-atelier-dune-light] .hljs ::selection, [theme=base16-atelier-dune-light] .hljs::selection {
  background-color: #a6a28c;
  color: #6e6b5e;
}
[theme=base16-atelier-dune-light] .hljs-comment {
  color: #999580;
}
[theme=base16-atelier-dune-light] .hljs-tag {
  color: #7d7a68;
}
[theme=base16-atelier-dune-light] .hljs-operator, [theme=base16-atelier-dune-light] .hljs-punctuation, [theme=base16-atelier-dune-light] .hljs-subst {
  color: #6e6b5e;
}
[theme=base16-atelier-dune-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-dune-light] .hljs-bullet, [theme=base16-atelier-dune-light] .hljs-deletion, [theme=base16-atelier-dune-light] .hljs-name, [theme=base16-atelier-dune-light] .hljs-selector-tag, [theme=base16-atelier-dune-light] .hljs-template-variable, [theme=base16-atelier-dune-light] .hljs-variable {
  color: #d73737;
}
[theme=base16-atelier-dune-light] .hljs-attr, [theme=base16-atelier-dune-light] .hljs-link, [theme=base16-atelier-dune-light] .hljs-literal, [theme=base16-atelier-dune-light] .hljs-number, [theme=base16-atelier-dune-light] .hljs-symbol, [theme=base16-atelier-dune-light] .hljs-variable.constant_ {
  color: #b65611;
}
[theme=base16-atelier-dune-light] .hljs-class .hljs-title, [theme=base16-atelier-dune-light] .hljs-title, [theme=base16-atelier-dune-light] .hljs-title.class_ {
  color: #ae9513;
}
[theme=base16-atelier-dune-light] .hljs-strong {
  font-weight: 700;
  color: #ae9513;
}
[theme=base16-atelier-dune-light] .hljs-addition, [theme=base16-atelier-dune-light] .hljs-code, [theme=base16-atelier-dune-light] .hljs-string, [theme=base16-atelier-dune-light] .hljs-title.class_.inherited__ {
  color: #60ac39;
}
[theme=base16-atelier-dune-light] .hljs-built_in, [theme=base16-atelier-dune-light] .hljs-doctag, [theme=base16-atelier-dune-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-dune-light] .hljs-quote, [theme=base16-atelier-dune-light] .hljs-regexp {
  color: #1fad83;
}
[theme=base16-atelier-dune-light] .hljs-attribute, [theme=base16-atelier-dune-light] .hljs-function .hljs-title, [theme=base16-atelier-dune-light] .hljs-section, [theme=base16-atelier-dune-light] .hljs-title.function_, [theme=base16-atelier-dune-light] .ruby .hljs-property {
  color: #6684e1;
}
[theme=base16-atelier-dune-light] .diff .hljs-meta, [theme=base16-atelier-dune-light] .hljs-keyword, [theme=base16-atelier-dune-light] .hljs-template-tag, [theme=base16-atelier-dune-light] .hljs-type {
  color: #b854d4;
}
[theme=base16-atelier-dune-light] .hljs-emphasis {
  color: #b854d4;
  font-style: italic;
}
[theme=base16-atelier-dune-light] .hljs-meta, [theme=base16-atelier-dune-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-dune-light] .hljs-meta .hljs-string {
  color: #d43552;
}
[theme=base16-atelier-dune-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-dune-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-dune] {
  /*!
    Theme: Atelier Dune
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-dune] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-dune] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-dune] .hljs {
  color: #a6a28c;
  background: #20201d;
}
[theme=base16-atelier-dune] .hljs ::selection, [theme=base16-atelier-dune] .hljs::selection {
  background-color: #6e6b5e;
  color: #a6a28c;
}
[theme=base16-atelier-dune] .hljs-comment {
  color: #7d7a68;
}
[theme=base16-atelier-dune] .hljs-tag {
  color: #999580;
}
[theme=base16-atelier-dune] .hljs-operator, [theme=base16-atelier-dune] .hljs-punctuation, [theme=base16-atelier-dune] .hljs-subst {
  color: #a6a28c;
}
[theme=base16-atelier-dune] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-dune] .hljs-bullet, [theme=base16-atelier-dune] .hljs-deletion, [theme=base16-atelier-dune] .hljs-name, [theme=base16-atelier-dune] .hljs-selector-tag, [theme=base16-atelier-dune] .hljs-template-variable, [theme=base16-atelier-dune] .hljs-variable {
  color: #d73737;
}
[theme=base16-atelier-dune] .hljs-attr, [theme=base16-atelier-dune] .hljs-link, [theme=base16-atelier-dune] .hljs-literal, [theme=base16-atelier-dune] .hljs-number, [theme=base16-atelier-dune] .hljs-symbol, [theme=base16-atelier-dune] .hljs-variable.constant_ {
  color: #b65611;
}
[theme=base16-atelier-dune] .hljs-class .hljs-title, [theme=base16-atelier-dune] .hljs-title, [theme=base16-atelier-dune] .hljs-title.class_ {
  color: #ae9513;
}
[theme=base16-atelier-dune] .hljs-strong {
  font-weight: 700;
  color: #ae9513;
}
[theme=base16-atelier-dune] .hljs-addition, [theme=base16-atelier-dune] .hljs-code, [theme=base16-atelier-dune] .hljs-string, [theme=base16-atelier-dune] .hljs-title.class_.inherited__ {
  color: #60ac39;
}
[theme=base16-atelier-dune] .hljs-built_in, [theme=base16-atelier-dune] .hljs-doctag, [theme=base16-atelier-dune] .hljs-keyword.hljs-atrule, [theme=base16-atelier-dune] .hljs-quote, [theme=base16-atelier-dune] .hljs-regexp {
  color: #1fad83;
}
[theme=base16-atelier-dune] .hljs-attribute, [theme=base16-atelier-dune] .hljs-function .hljs-title, [theme=base16-atelier-dune] .hljs-section, [theme=base16-atelier-dune] .hljs-title.function_, [theme=base16-atelier-dune] .ruby .hljs-property {
  color: #6684e1;
}
[theme=base16-atelier-dune] .diff .hljs-meta, [theme=base16-atelier-dune] .hljs-keyword, [theme=base16-atelier-dune] .hljs-template-tag, [theme=base16-atelier-dune] .hljs-type {
  color: #b854d4;
}
[theme=base16-atelier-dune] .hljs-emphasis {
  color: #b854d4;
  font-style: italic;
}
[theme=base16-atelier-dune] .hljs-meta, [theme=base16-atelier-dune] .hljs-meta .hljs-keyword, [theme=base16-atelier-dune] .hljs-meta .hljs-string {
  color: #d43552;
}
[theme=base16-atelier-dune] .hljs-meta .hljs-keyword, [theme=base16-atelier-dune] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-estuary-light] {
  /*!
    Theme: Atelier Estuary Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-estuary-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-estuary-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-estuary-light] .hljs {
  color: #5f5e4e;
  background: #f4f3ec;
}
[theme=base16-atelier-estuary-light] .hljs ::selection, [theme=base16-atelier-estuary-light] .hljs::selection {
  background-color: #929181;
  color: #5f5e4e;
}
[theme=base16-atelier-estuary-light] .hljs-comment {
  color: #878573;
}
[theme=base16-atelier-estuary-light] .hljs-tag {
  color: #6c6b5a;
}
[theme=base16-atelier-estuary-light] .hljs-operator, [theme=base16-atelier-estuary-light] .hljs-punctuation, [theme=base16-atelier-estuary-light] .hljs-subst {
  color: #5f5e4e;
}
[theme=base16-atelier-estuary-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-estuary-light] .hljs-bullet, [theme=base16-atelier-estuary-light] .hljs-deletion, [theme=base16-atelier-estuary-light] .hljs-name, [theme=base16-atelier-estuary-light] .hljs-selector-tag, [theme=base16-atelier-estuary-light] .hljs-template-variable, [theme=base16-atelier-estuary-light] .hljs-variable {
  color: #ba6236;
}
[theme=base16-atelier-estuary-light] .hljs-attr, [theme=base16-atelier-estuary-light] .hljs-link, [theme=base16-atelier-estuary-light] .hljs-literal, [theme=base16-atelier-estuary-light] .hljs-number, [theme=base16-atelier-estuary-light] .hljs-symbol, [theme=base16-atelier-estuary-light] .hljs-variable.constant_ {
  color: #ae7313;
}
[theme=base16-atelier-estuary-light] .hljs-class .hljs-title, [theme=base16-atelier-estuary-light] .hljs-title, [theme=base16-atelier-estuary-light] .hljs-title.class_ {
  color: #a5980d;
}
[theme=base16-atelier-estuary-light] .hljs-strong {
  font-weight: 700;
  color: #a5980d;
}
[theme=base16-atelier-estuary-light] .hljs-addition, [theme=base16-atelier-estuary-light] .hljs-code, [theme=base16-atelier-estuary-light] .hljs-string, [theme=base16-atelier-estuary-light] .hljs-title.class_.inherited__ {
  color: #7d9726;
}
[theme=base16-atelier-estuary-light] .hljs-built_in, [theme=base16-atelier-estuary-light] .hljs-doctag, [theme=base16-atelier-estuary-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-estuary-light] .hljs-quote, [theme=base16-atelier-estuary-light] .hljs-regexp {
  color: #5b9d48;
}
[theme=base16-atelier-estuary-light] .hljs-attribute, [theme=base16-atelier-estuary-light] .hljs-function .hljs-title, [theme=base16-atelier-estuary-light] .hljs-section, [theme=base16-atelier-estuary-light] .hljs-title.function_, [theme=base16-atelier-estuary-light] .ruby .hljs-property {
  color: #36a166;
}
[theme=base16-atelier-estuary-light] .diff .hljs-meta, [theme=base16-atelier-estuary-light] .hljs-keyword, [theme=base16-atelier-estuary-light] .hljs-template-tag, [theme=base16-atelier-estuary-light] .hljs-type {
  color: #5f9182;
}
[theme=base16-atelier-estuary-light] .hljs-emphasis {
  color: #5f9182;
  font-style: italic;
}
[theme=base16-atelier-estuary-light] .hljs-meta, [theme=base16-atelier-estuary-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-estuary-light] .hljs-meta .hljs-string {
  color: #9d6c7c;
}
[theme=base16-atelier-estuary-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-estuary-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-estuary] {
  /*!
    Theme: Atelier Estuary
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-estuary] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-estuary] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-estuary] .hljs {
  color: #929181;
  background: #22221b;
}
[theme=base16-atelier-estuary] .hljs ::selection, [theme=base16-atelier-estuary] .hljs::selection {
  background-color: #5f5e4e;
  color: #929181;
}
[theme=base16-atelier-estuary] .hljs-comment {
  color: #6c6b5a;
}
[theme=base16-atelier-estuary] .hljs-tag {
  color: #878573;
}
[theme=base16-atelier-estuary] .hljs-operator, [theme=base16-atelier-estuary] .hljs-punctuation, [theme=base16-atelier-estuary] .hljs-subst {
  color: #929181;
}
[theme=base16-atelier-estuary] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-estuary] .hljs-bullet, [theme=base16-atelier-estuary] .hljs-deletion, [theme=base16-atelier-estuary] .hljs-name, [theme=base16-atelier-estuary] .hljs-selector-tag, [theme=base16-atelier-estuary] .hljs-template-variable, [theme=base16-atelier-estuary] .hljs-variable {
  color: #ba6236;
}
[theme=base16-atelier-estuary] .hljs-attr, [theme=base16-atelier-estuary] .hljs-link, [theme=base16-atelier-estuary] .hljs-literal, [theme=base16-atelier-estuary] .hljs-number, [theme=base16-atelier-estuary] .hljs-symbol, [theme=base16-atelier-estuary] .hljs-variable.constant_ {
  color: #ae7313;
}
[theme=base16-atelier-estuary] .hljs-class .hljs-title, [theme=base16-atelier-estuary] .hljs-title, [theme=base16-atelier-estuary] .hljs-title.class_ {
  color: #a5980d;
}
[theme=base16-atelier-estuary] .hljs-strong {
  font-weight: 700;
  color: #a5980d;
}
[theme=base16-atelier-estuary] .hljs-addition, [theme=base16-atelier-estuary] .hljs-code, [theme=base16-atelier-estuary] .hljs-string, [theme=base16-atelier-estuary] .hljs-title.class_.inherited__ {
  color: #7d9726;
}
[theme=base16-atelier-estuary] .hljs-built_in, [theme=base16-atelier-estuary] .hljs-doctag, [theme=base16-atelier-estuary] .hljs-keyword.hljs-atrule, [theme=base16-atelier-estuary] .hljs-quote, [theme=base16-atelier-estuary] .hljs-regexp {
  color: #5b9d48;
}
[theme=base16-atelier-estuary] .hljs-attribute, [theme=base16-atelier-estuary] .hljs-function .hljs-title, [theme=base16-atelier-estuary] .hljs-section, [theme=base16-atelier-estuary] .hljs-title.function_, [theme=base16-atelier-estuary] .ruby .hljs-property {
  color: #36a166;
}
[theme=base16-atelier-estuary] .diff .hljs-meta, [theme=base16-atelier-estuary] .hljs-keyword, [theme=base16-atelier-estuary] .hljs-template-tag, [theme=base16-atelier-estuary] .hljs-type {
  color: #5f9182;
}
[theme=base16-atelier-estuary] .hljs-emphasis {
  color: #5f9182;
  font-style: italic;
}
[theme=base16-atelier-estuary] .hljs-meta, [theme=base16-atelier-estuary] .hljs-meta .hljs-keyword, [theme=base16-atelier-estuary] .hljs-meta .hljs-string {
  color: #9d6c7c;
}
[theme=base16-atelier-estuary] .hljs-meta .hljs-keyword, [theme=base16-atelier-estuary] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-forest-light] {
  /*!
    Theme: Atelier Forest Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-forest-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-forest-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-forest-light] .hljs {
  color: #68615e;
  background: #f1efee;
}
[theme=base16-atelier-forest-light] .hljs ::selection, [theme=base16-atelier-forest-light] .hljs::selection {
  background-color: #a8a19f;
  color: #68615e;
}
[theme=base16-atelier-forest-light] .hljs-comment {
  color: #9c9491;
}
[theme=base16-atelier-forest-light] .hljs-tag {
  color: #766e6b;
}
[theme=base16-atelier-forest-light] .hljs-operator, [theme=base16-atelier-forest-light] .hljs-punctuation, [theme=base16-atelier-forest-light] .hljs-subst {
  color: #68615e;
}
[theme=base16-atelier-forest-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-forest-light] .hljs-bullet, [theme=base16-atelier-forest-light] .hljs-deletion, [theme=base16-atelier-forest-light] .hljs-name, [theme=base16-atelier-forest-light] .hljs-selector-tag, [theme=base16-atelier-forest-light] .hljs-template-variable, [theme=base16-atelier-forest-light] .hljs-variable {
  color: #f22c40;
}
[theme=base16-atelier-forest-light] .hljs-attr, [theme=base16-atelier-forest-light] .hljs-link, [theme=base16-atelier-forest-light] .hljs-literal, [theme=base16-atelier-forest-light] .hljs-number, [theme=base16-atelier-forest-light] .hljs-symbol, [theme=base16-atelier-forest-light] .hljs-variable.constant_ {
  color: #df5320;
}
[theme=base16-atelier-forest-light] .hljs-class .hljs-title, [theme=base16-atelier-forest-light] .hljs-title, [theme=base16-atelier-forest-light] .hljs-title.class_ {
  color: #c38418;
}
[theme=base16-atelier-forest-light] .hljs-strong {
  font-weight: 700;
  color: #c38418;
}
[theme=base16-atelier-forest-light] .hljs-addition, [theme=base16-atelier-forest-light] .hljs-code, [theme=base16-atelier-forest-light] .hljs-string, [theme=base16-atelier-forest-light] .hljs-title.class_.inherited__ {
  color: #7b9726;
}
[theme=base16-atelier-forest-light] .hljs-built_in, [theme=base16-atelier-forest-light] .hljs-doctag, [theme=base16-atelier-forest-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-forest-light] .hljs-quote, [theme=base16-atelier-forest-light] .hljs-regexp {
  color: #3d97b8;
}
[theme=base16-atelier-forest-light] .hljs-attribute, [theme=base16-atelier-forest-light] .hljs-function .hljs-title, [theme=base16-atelier-forest-light] .hljs-section, [theme=base16-atelier-forest-light] .hljs-title.function_, [theme=base16-atelier-forest-light] .ruby .hljs-property {
  color: #407ee7;
}
[theme=base16-atelier-forest-light] .diff .hljs-meta, [theme=base16-atelier-forest-light] .hljs-keyword, [theme=base16-atelier-forest-light] .hljs-template-tag, [theme=base16-atelier-forest-light] .hljs-type {
  color: #6666ea;
}
[theme=base16-atelier-forest-light] .hljs-emphasis {
  color: #6666ea;
  font-style: italic;
}
[theme=base16-atelier-forest-light] .hljs-meta, [theme=base16-atelier-forest-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-forest-light] .hljs-meta .hljs-string {
  color: #c33ff3;
}
[theme=base16-atelier-forest-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-forest-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-forest] {
  /*!
    Theme: Atelier Forest
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-forest] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-forest] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-forest] .hljs {
  color: #a8a19f;
  background: #1b1918;
}
[theme=base16-atelier-forest] .hljs ::selection, [theme=base16-atelier-forest] .hljs::selection {
  background-color: #68615e;
  color: #a8a19f;
}
[theme=base16-atelier-forest] .hljs-comment {
  color: #766e6b;
}
[theme=base16-atelier-forest] .hljs-tag {
  color: #9c9491;
}
[theme=base16-atelier-forest] .hljs-operator, [theme=base16-atelier-forest] .hljs-punctuation, [theme=base16-atelier-forest] .hljs-subst {
  color: #a8a19f;
}
[theme=base16-atelier-forest] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-forest] .hljs-bullet, [theme=base16-atelier-forest] .hljs-deletion, [theme=base16-atelier-forest] .hljs-name, [theme=base16-atelier-forest] .hljs-selector-tag, [theme=base16-atelier-forest] .hljs-template-variable, [theme=base16-atelier-forest] .hljs-variable {
  color: #f22c40;
}
[theme=base16-atelier-forest] .hljs-attr, [theme=base16-atelier-forest] .hljs-link, [theme=base16-atelier-forest] .hljs-literal, [theme=base16-atelier-forest] .hljs-number, [theme=base16-atelier-forest] .hljs-symbol, [theme=base16-atelier-forest] .hljs-variable.constant_ {
  color: #df5320;
}
[theme=base16-atelier-forest] .hljs-class .hljs-title, [theme=base16-atelier-forest] .hljs-title, [theme=base16-atelier-forest] .hljs-title.class_ {
  color: #c38418;
}
[theme=base16-atelier-forest] .hljs-strong {
  font-weight: 700;
  color: #c38418;
}
[theme=base16-atelier-forest] .hljs-addition, [theme=base16-atelier-forest] .hljs-code, [theme=base16-atelier-forest] .hljs-string, [theme=base16-atelier-forest] .hljs-title.class_.inherited__ {
  color: #7b9726;
}
[theme=base16-atelier-forest] .hljs-built_in, [theme=base16-atelier-forest] .hljs-doctag, [theme=base16-atelier-forest] .hljs-keyword.hljs-atrule, [theme=base16-atelier-forest] .hljs-quote, [theme=base16-atelier-forest] .hljs-regexp {
  color: #3d97b8;
}
[theme=base16-atelier-forest] .hljs-attribute, [theme=base16-atelier-forest] .hljs-function .hljs-title, [theme=base16-atelier-forest] .hljs-section, [theme=base16-atelier-forest] .hljs-title.function_, [theme=base16-atelier-forest] .ruby .hljs-property {
  color: #407ee7;
}
[theme=base16-atelier-forest] .diff .hljs-meta, [theme=base16-atelier-forest] .hljs-keyword, [theme=base16-atelier-forest] .hljs-template-tag, [theme=base16-atelier-forest] .hljs-type {
  color: #6666ea;
}
[theme=base16-atelier-forest] .hljs-emphasis {
  color: #6666ea;
  font-style: italic;
}
[theme=base16-atelier-forest] .hljs-meta, [theme=base16-atelier-forest] .hljs-meta .hljs-keyword, [theme=base16-atelier-forest] .hljs-meta .hljs-string {
  color: #c33ff3;
}
[theme=base16-atelier-forest] .hljs-meta .hljs-keyword, [theme=base16-atelier-forest] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-heath-light] {
  /*!
    Theme: Atelier Heath Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-heath-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-heath-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-heath-light] .hljs {
  color: #695d69;
  background: #f7f3f7;
}
[theme=base16-atelier-heath-light] .hljs ::selection, [theme=base16-atelier-heath-light] .hljs::selection {
  background-color: #ab9bab;
  color: #695d69;
}
[theme=base16-atelier-heath-light] .hljs-comment {
  color: #9e8f9e;
}
[theme=base16-atelier-heath-light] .hljs-tag {
  color: #776977;
}
[theme=base16-atelier-heath-light] .hljs-operator, [theme=base16-atelier-heath-light] .hljs-punctuation, [theme=base16-atelier-heath-light] .hljs-subst {
  color: #695d69;
}
[theme=base16-atelier-heath-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-heath-light] .hljs-bullet, [theme=base16-atelier-heath-light] .hljs-deletion, [theme=base16-atelier-heath-light] .hljs-name, [theme=base16-atelier-heath-light] .hljs-selector-tag, [theme=base16-atelier-heath-light] .hljs-template-variable, [theme=base16-atelier-heath-light] .hljs-variable {
  color: #ca402b;
}
[theme=base16-atelier-heath-light] .hljs-attr, [theme=base16-atelier-heath-light] .hljs-link, [theme=base16-atelier-heath-light] .hljs-literal, [theme=base16-atelier-heath-light] .hljs-number, [theme=base16-atelier-heath-light] .hljs-symbol, [theme=base16-atelier-heath-light] .hljs-variable.constant_ {
  color: #a65926;
}
[theme=base16-atelier-heath-light] .hljs-class .hljs-title, [theme=base16-atelier-heath-light] .hljs-title, [theme=base16-atelier-heath-light] .hljs-title.class_ {
  color: #bb8a35;
}
[theme=base16-atelier-heath-light] .hljs-strong {
  font-weight: 700;
  color: #bb8a35;
}
[theme=base16-atelier-heath-light] .hljs-addition, [theme=base16-atelier-heath-light] .hljs-code, [theme=base16-atelier-heath-light] .hljs-string, [theme=base16-atelier-heath-light] .hljs-title.class_.inherited__ {
  color: #918b3b;
}
[theme=base16-atelier-heath-light] .hljs-built_in, [theme=base16-atelier-heath-light] .hljs-doctag, [theme=base16-atelier-heath-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-heath-light] .hljs-quote, [theme=base16-atelier-heath-light] .hljs-regexp {
  color: #159393;
}
[theme=base16-atelier-heath-light] .hljs-attribute, [theme=base16-atelier-heath-light] .hljs-function .hljs-title, [theme=base16-atelier-heath-light] .hljs-section, [theme=base16-atelier-heath-light] .hljs-title.function_, [theme=base16-atelier-heath-light] .ruby .hljs-property {
  color: #516aec;
}
[theme=base16-atelier-heath-light] .diff .hljs-meta, [theme=base16-atelier-heath-light] .hljs-keyword, [theme=base16-atelier-heath-light] .hljs-template-tag, [theme=base16-atelier-heath-light] .hljs-type {
  color: #7b59c0;
}
[theme=base16-atelier-heath-light] .hljs-emphasis {
  color: #7b59c0;
  font-style: italic;
}
[theme=base16-atelier-heath-light] .hljs-meta, [theme=base16-atelier-heath-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-heath-light] .hljs-meta .hljs-string {
  color: #c3c;
}
[theme=base16-atelier-heath-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-heath-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-heath] {
  /*!
    Theme: Atelier Heath
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-heath] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-heath] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-heath] .hljs {
  color: #ab9bab;
  background: #1b181b;
}
[theme=base16-atelier-heath] .hljs ::selection, [theme=base16-atelier-heath] .hljs::selection {
  background-color: #695d69;
  color: #ab9bab;
}
[theme=base16-atelier-heath] .hljs-comment {
  color: #776977;
}
[theme=base16-atelier-heath] .hljs-tag {
  color: #9e8f9e;
}
[theme=base16-atelier-heath] .hljs-operator, [theme=base16-atelier-heath] .hljs-punctuation, [theme=base16-atelier-heath] .hljs-subst {
  color: #ab9bab;
}
[theme=base16-atelier-heath] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-heath] .hljs-bullet, [theme=base16-atelier-heath] .hljs-deletion, [theme=base16-atelier-heath] .hljs-name, [theme=base16-atelier-heath] .hljs-selector-tag, [theme=base16-atelier-heath] .hljs-template-variable, [theme=base16-atelier-heath] .hljs-variable {
  color: #ca402b;
}
[theme=base16-atelier-heath] .hljs-attr, [theme=base16-atelier-heath] .hljs-link, [theme=base16-atelier-heath] .hljs-literal, [theme=base16-atelier-heath] .hljs-number, [theme=base16-atelier-heath] .hljs-symbol, [theme=base16-atelier-heath] .hljs-variable.constant_ {
  color: #a65926;
}
[theme=base16-atelier-heath] .hljs-class .hljs-title, [theme=base16-atelier-heath] .hljs-title, [theme=base16-atelier-heath] .hljs-title.class_ {
  color: #bb8a35;
}
[theme=base16-atelier-heath] .hljs-strong {
  font-weight: 700;
  color: #bb8a35;
}
[theme=base16-atelier-heath] .hljs-addition, [theme=base16-atelier-heath] .hljs-code, [theme=base16-atelier-heath] .hljs-string, [theme=base16-atelier-heath] .hljs-title.class_.inherited__ {
  color: #918b3b;
}
[theme=base16-atelier-heath] .hljs-built_in, [theme=base16-atelier-heath] .hljs-doctag, [theme=base16-atelier-heath] .hljs-keyword.hljs-atrule, [theme=base16-atelier-heath] .hljs-quote, [theme=base16-atelier-heath] .hljs-regexp {
  color: #159393;
}
[theme=base16-atelier-heath] .hljs-attribute, [theme=base16-atelier-heath] .hljs-function .hljs-title, [theme=base16-atelier-heath] .hljs-section, [theme=base16-atelier-heath] .hljs-title.function_, [theme=base16-atelier-heath] .ruby .hljs-property {
  color: #516aec;
}
[theme=base16-atelier-heath] .diff .hljs-meta, [theme=base16-atelier-heath] .hljs-keyword, [theme=base16-atelier-heath] .hljs-template-tag, [theme=base16-atelier-heath] .hljs-type {
  color: #7b59c0;
}
[theme=base16-atelier-heath] .hljs-emphasis {
  color: #7b59c0;
  font-style: italic;
}
[theme=base16-atelier-heath] .hljs-meta, [theme=base16-atelier-heath] .hljs-meta .hljs-keyword, [theme=base16-atelier-heath] .hljs-meta .hljs-string {
  color: #c3c;
}
[theme=base16-atelier-heath] .hljs-meta .hljs-keyword, [theme=base16-atelier-heath] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-lakeside-light] {
  /*!
    Theme: Atelier Lakeside Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-lakeside-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-lakeside-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-lakeside-light] .hljs {
  color: #516d7b;
  background: #ebf8ff;
}
[theme=base16-atelier-lakeside-light] .hljs ::selection, [theme=base16-atelier-lakeside-light] .hljs::selection {
  background-color: #7ea2b4;
  color: #516d7b;
}
[theme=base16-atelier-lakeside-light] .hljs-comment {
  color: #7195a8;
}
[theme=base16-atelier-lakeside-light] .hljs-tag {
  color: #5a7b8c;
}
[theme=base16-atelier-lakeside-light] .hljs-operator, [theme=base16-atelier-lakeside-light] .hljs-punctuation, [theme=base16-atelier-lakeside-light] .hljs-subst {
  color: #516d7b;
}
[theme=base16-atelier-lakeside-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-lakeside-light] .hljs-bullet, [theme=base16-atelier-lakeside-light] .hljs-deletion, [theme=base16-atelier-lakeside-light] .hljs-name, [theme=base16-atelier-lakeside-light] .hljs-selector-tag, [theme=base16-atelier-lakeside-light] .hljs-template-variable, [theme=base16-atelier-lakeside-light] .hljs-variable {
  color: #d22d72;
}
[theme=base16-atelier-lakeside-light] .hljs-attr, [theme=base16-atelier-lakeside-light] .hljs-link, [theme=base16-atelier-lakeside-light] .hljs-literal, [theme=base16-atelier-lakeside-light] .hljs-number, [theme=base16-atelier-lakeside-light] .hljs-symbol, [theme=base16-atelier-lakeside-light] .hljs-variable.constant_ {
  color: #935c25;
}
[theme=base16-atelier-lakeside-light] .hljs-class .hljs-title, [theme=base16-atelier-lakeside-light] .hljs-title, [theme=base16-atelier-lakeside-light] .hljs-title.class_ {
  color: #8a8a0f;
}
[theme=base16-atelier-lakeside-light] .hljs-strong {
  font-weight: 700;
  color: #8a8a0f;
}
[theme=base16-atelier-lakeside-light] .hljs-addition, [theme=base16-atelier-lakeside-light] .hljs-code, [theme=base16-atelier-lakeside-light] .hljs-string, [theme=base16-atelier-lakeside-light] .hljs-title.class_.inherited__ {
  color: #568c3b;
}
[theme=base16-atelier-lakeside-light] .hljs-built_in, [theme=base16-atelier-lakeside-light] .hljs-doctag, [theme=base16-atelier-lakeside-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-lakeside-light] .hljs-quote, [theme=base16-atelier-lakeside-light] .hljs-regexp {
  color: #2d8f6f;
}
[theme=base16-atelier-lakeside-light] .hljs-attribute, [theme=base16-atelier-lakeside-light] .hljs-function .hljs-title, [theme=base16-atelier-lakeside-light] .hljs-section, [theme=base16-atelier-lakeside-light] .hljs-title.function_, [theme=base16-atelier-lakeside-light] .ruby .hljs-property {
  color: #257fad;
}
[theme=base16-atelier-lakeside-light] .diff .hljs-meta, [theme=base16-atelier-lakeside-light] .hljs-keyword, [theme=base16-atelier-lakeside-light] .hljs-template-tag, [theme=base16-atelier-lakeside-light] .hljs-type {
  color: #6b6bb8;
}
[theme=base16-atelier-lakeside-light] .hljs-emphasis {
  color: #6b6bb8;
  font-style: italic;
}
[theme=base16-atelier-lakeside-light] .hljs-meta, [theme=base16-atelier-lakeside-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-lakeside-light] .hljs-meta .hljs-string {
  color: #b72dd2;
}
[theme=base16-atelier-lakeside-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-lakeside-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-lakeside] {
  /*!
    Theme: Atelier Lakeside
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-lakeside] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-lakeside] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-lakeside] .hljs {
  color: #7ea2b4;
  background: #161b1d;
}
[theme=base16-atelier-lakeside] .hljs ::selection, [theme=base16-atelier-lakeside] .hljs::selection {
  background-color: #516d7b;
  color: #7ea2b4;
}
[theme=base16-atelier-lakeside] .hljs-comment {
  color: #5a7b8c;
}
[theme=base16-atelier-lakeside] .hljs-tag {
  color: #7195a8;
}
[theme=base16-atelier-lakeside] .hljs-operator, [theme=base16-atelier-lakeside] .hljs-punctuation, [theme=base16-atelier-lakeside] .hljs-subst {
  color: #7ea2b4;
}
[theme=base16-atelier-lakeside] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-lakeside] .hljs-bullet, [theme=base16-atelier-lakeside] .hljs-deletion, [theme=base16-atelier-lakeside] .hljs-name, [theme=base16-atelier-lakeside] .hljs-selector-tag, [theme=base16-atelier-lakeside] .hljs-template-variable, [theme=base16-atelier-lakeside] .hljs-variable {
  color: #d22d72;
}
[theme=base16-atelier-lakeside] .hljs-attr, [theme=base16-atelier-lakeside] .hljs-link, [theme=base16-atelier-lakeside] .hljs-literal, [theme=base16-atelier-lakeside] .hljs-number, [theme=base16-atelier-lakeside] .hljs-symbol, [theme=base16-atelier-lakeside] .hljs-variable.constant_ {
  color: #935c25;
}
[theme=base16-atelier-lakeside] .hljs-class .hljs-title, [theme=base16-atelier-lakeside] .hljs-title, [theme=base16-atelier-lakeside] .hljs-title.class_ {
  color: #8a8a0f;
}
[theme=base16-atelier-lakeside] .hljs-strong {
  font-weight: 700;
  color: #8a8a0f;
}
[theme=base16-atelier-lakeside] .hljs-addition, [theme=base16-atelier-lakeside] .hljs-code, [theme=base16-atelier-lakeside] .hljs-string, [theme=base16-atelier-lakeside] .hljs-title.class_.inherited__ {
  color: #568c3b;
}
[theme=base16-atelier-lakeside] .hljs-built_in, [theme=base16-atelier-lakeside] .hljs-doctag, [theme=base16-atelier-lakeside] .hljs-keyword.hljs-atrule, [theme=base16-atelier-lakeside] .hljs-quote, [theme=base16-atelier-lakeside] .hljs-regexp {
  color: #2d8f6f;
}
[theme=base16-atelier-lakeside] .hljs-attribute, [theme=base16-atelier-lakeside] .hljs-function .hljs-title, [theme=base16-atelier-lakeside] .hljs-section, [theme=base16-atelier-lakeside] .hljs-title.function_, [theme=base16-atelier-lakeside] .ruby .hljs-property {
  color: #257fad;
}
[theme=base16-atelier-lakeside] .diff .hljs-meta, [theme=base16-atelier-lakeside] .hljs-keyword, [theme=base16-atelier-lakeside] .hljs-template-tag, [theme=base16-atelier-lakeside] .hljs-type {
  color: #6b6bb8;
}
[theme=base16-atelier-lakeside] .hljs-emphasis {
  color: #6b6bb8;
  font-style: italic;
}
[theme=base16-atelier-lakeside] .hljs-meta, [theme=base16-atelier-lakeside] .hljs-meta .hljs-keyword, [theme=base16-atelier-lakeside] .hljs-meta .hljs-string {
  color: #b72dd2;
}
[theme=base16-atelier-lakeside] .hljs-meta .hljs-keyword, [theme=base16-atelier-lakeside] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-plateau-light] {
  /*!
    Theme: Atelier Plateau Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-plateau-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-plateau-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-plateau-light] .hljs {
  color: #585050;
  background: #f4ecec;
}
[theme=base16-atelier-plateau-light] .hljs ::selection, [theme=base16-atelier-plateau-light] .hljs::selection {
  background-color: #8a8585;
  color: #585050;
}
[theme=base16-atelier-plateau-light] .hljs-comment {
  color: #7e7777;
}
[theme=base16-atelier-plateau-light] .hljs-tag {
  color: #655d5d;
}
[theme=base16-atelier-plateau-light] .hljs-operator, [theme=base16-atelier-plateau-light] .hljs-punctuation, [theme=base16-atelier-plateau-light] .hljs-subst {
  color: #585050;
}
[theme=base16-atelier-plateau-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-plateau-light] .hljs-bullet, [theme=base16-atelier-plateau-light] .hljs-deletion, [theme=base16-atelier-plateau-light] .hljs-name, [theme=base16-atelier-plateau-light] .hljs-selector-tag, [theme=base16-atelier-plateau-light] .hljs-template-variable, [theme=base16-atelier-plateau-light] .hljs-variable {
  color: #ca4949;
}
[theme=base16-atelier-plateau-light] .hljs-attr, [theme=base16-atelier-plateau-light] .hljs-link, [theme=base16-atelier-plateau-light] .hljs-literal, [theme=base16-atelier-plateau-light] .hljs-number, [theme=base16-atelier-plateau-light] .hljs-symbol, [theme=base16-atelier-plateau-light] .hljs-variable.constant_ {
  color: #b45a3c;
}
[theme=base16-atelier-plateau-light] .hljs-class .hljs-title, [theme=base16-atelier-plateau-light] .hljs-title, [theme=base16-atelier-plateau-light] .hljs-title.class_ {
  color: #a06e3b;
}
[theme=base16-atelier-plateau-light] .hljs-strong {
  font-weight: 700;
  color: #a06e3b;
}
[theme=base16-atelier-plateau-light] .hljs-addition, [theme=base16-atelier-plateau-light] .hljs-code, [theme=base16-atelier-plateau-light] .hljs-string, [theme=base16-atelier-plateau-light] .hljs-title.class_.inherited__ {
  color: #4b8b8b;
}
[theme=base16-atelier-plateau-light] .hljs-built_in, [theme=base16-atelier-plateau-light] .hljs-doctag, [theme=base16-atelier-plateau-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-plateau-light] .hljs-quote, [theme=base16-atelier-plateau-light] .hljs-regexp {
  color: #5485b6;
}
[theme=base16-atelier-plateau-light] .hljs-attribute, [theme=base16-atelier-plateau-light] .hljs-function .hljs-title, [theme=base16-atelier-plateau-light] .hljs-section, [theme=base16-atelier-plateau-light] .hljs-title.function_, [theme=base16-atelier-plateau-light] .ruby .hljs-property {
  color: #7272ca;
}
[theme=base16-atelier-plateau-light] .diff .hljs-meta, [theme=base16-atelier-plateau-light] .hljs-keyword, [theme=base16-atelier-plateau-light] .hljs-template-tag, [theme=base16-atelier-plateau-light] .hljs-type {
  color: #8464c4;
}
[theme=base16-atelier-plateau-light] .hljs-emphasis {
  color: #8464c4;
  font-style: italic;
}
[theme=base16-atelier-plateau-light] .hljs-meta, [theme=base16-atelier-plateau-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-plateau-light] .hljs-meta .hljs-string {
  color: #bd5187;
}
[theme=base16-atelier-plateau-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-plateau-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-plateau] {
  /*!
    Theme: Atelier Plateau
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-plateau] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-plateau] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-plateau] .hljs {
  color: #8a8585;
  background: #1b1818;
}
[theme=base16-atelier-plateau] .hljs ::selection, [theme=base16-atelier-plateau] .hljs::selection {
  background-color: #585050;
  color: #8a8585;
}
[theme=base16-atelier-plateau] .hljs-comment {
  color: #655d5d;
}
[theme=base16-atelier-plateau] .hljs-tag {
  color: #7e7777;
}
[theme=base16-atelier-plateau] .hljs-operator, [theme=base16-atelier-plateau] .hljs-punctuation, [theme=base16-atelier-plateau] .hljs-subst {
  color: #8a8585;
}
[theme=base16-atelier-plateau] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-plateau] .hljs-bullet, [theme=base16-atelier-plateau] .hljs-deletion, [theme=base16-atelier-plateau] .hljs-name, [theme=base16-atelier-plateau] .hljs-selector-tag, [theme=base16-atelier-plateau] .hljs-template-variable, [theme=base16-atelier-plateau] .hljs-variable {
  color: #ca4949;
}
[theme=base16-atelier-plateau] .hljs-attr, [theme=base16-atelier-plateau] .hljs-link, [theme=base16-atelier-plateau] .hljs-literal, [theme=base16-atelier-plateau] .hljs-number, [theme=base16-atelier-plateau] .hljs-symbol, [theme=base16-atelier-plateau] .hljs-variable.constant_ {
  color: #b45a3c;
}
[theme=base16-atelier-plateau] .hljs-class .hljs-title, [theme=base16-atelier-plateau] .hljs-title, [theme=base16-atelier-plateau] .hljs-title.class_ {
  color: #a06e3b;
}
[theme=base16-atelier-plateau] .hljs-strong {
  font-weight: 700;
  color: #a06e3b;
}
[theme=base16-atelier-plateau] .hljs-addition, [theme=base16-atelier-plateau] .hljs-code, [theme=base16-atelier-plateau] .hljs-string, [theme=base16-atelier-plateau] .hljs-title.class_.inherited__ {
  color: #4b8b8b;
}
[theme=base16-atelier-plateau] .hljs-built_in, [theme=base16-atelier-plateau] .hljs-doctag, [theme=base16-atelier-plateau] .hljs-keyword.hljs-atrule, [theme=base16-atelier-plateau] .hljs-quote, [theme=base16-atelier-plateau] .hljs-regexp {
  color: #5485b6;
}
[theme=base16-atelier-plateau] .hljs-attribute, [theme=base16-atelier-plateau] .hljs-function .hljs-title, [theme=base16-atelier-plateau] .hljs-section, [theme=base16-atelier-plateau] .hljs-title.function_, [theme=base16-atelier-plateau] .ruby .hljs-property {
  color: #7272ca;
}
[theme=base16-atelier-plateau] .diff .hljs-meta, [theme=base16-atelier-plateau] .hljs-keyword, [theme=base16-atelier-plateau] .hljs-template-tag, [theme=base16-atelier-plateau] .hljs-type {
  color: #8464c4;
}
[theme=base16-atelier-plateau] .hljs-emphasis {
  color: #8464c4;
  font-style: italic;
}
[theme=base16-atelier-plateau] .hljs-meta, [theme=base16-atelier-plateau] .hljs-meta .hljs-keyword, [theme=base16-atelier-plateau] .hljs-meta .hljs-string {
  color: #bd5187;
}
[theme=base16-atelier-plateau] .hljs-meta .hljs-keyword, [theme=base16-atelier-plateau] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-savanna-light] {
  /*!
    Theme: Atelier Savanna Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-savanna-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-savanna-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-savanna-light] .hljs {
  color: #526057;
  background: #ecf4ee;
}
[theme=base16-atelier-savanna-light] .hljs ::selection, [theme=base16-atelier-savanna-light] .hljs::selection {
  background-color: #87928a;
  color: #526057;
}
[theme=base16-atelier-savanna-light] .hljs-comment {
  color: #78877d;
}
[theme=base16-atelier-savanna-light] .hljs-tag {
  color: #5f6d64;
}
[theme=base16-atelier-savanna-light] .hljs-operator, [theme=base16-atelier-savanna-light] .hljs-punctuation, [theme=base16-atelier-savanna-light] .hljs-subst {
  color: #526057;
}
[theme=base16-atelier-savanna-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-savanna-light] .hljs-bullet, [theme=base16-atelier-savanna-light] .hljs-deletion, [theme=base16-atelier-savanna-light] .hljs-name, [theme=base16-atelier-savanna-light] .hljs-selector-tag, [theme=base16-atelier-savanna-light] .hljs-template-variable, [theme=base16-atelier-savanna-light] .hljs-variable {
  color: #b16139;
}
[theme=base16-atelier-savanna-light] .hljs-attr, [theme=base16-atelier-savanna-light] .hljs-link, [theme=base16-atelier-savanna-light] .hljs-literal, [theme=base16-atelier-savanna-light] .hljs-number, [theme=base16-atelier-savanna-light] .hljs-symbol, [theme=base16-atelier-savanna-light] .hljs-variable.constant_ {
  color: #9f713c;
}
[theme=base16-atelier-savanna-light] .hljs-class .hljs-title, [theme=base16-atelier-savanna-light] .hljs-title, [theme=base16-atelier-savanna-light] .hljs-title.class_ {
  color: #a07e3b;
}
[theme=base16-atelier-savanna-light] .hljs-strong {
  font-weight: 700;
  color: #a07e3b;
}
[theme=base16-atelier-savanna-light] .hljs-addition, [theme=base16-atelier-savanna-light] .hljs-code, [theme=base16-atelier-savanna-light] .hljs-string, [theme=base16-atelier-savanna-light] .hljs-title.class_.inherited__ {
  color: #489963;
}
[theme=base16-atelier-savanna-light] .hljs-built_in, [theme=base16-atelier-savanna-light] .hljs-doctag, [theme=base16-atelier-savanna-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-savanna-light] .hljs-quote, [theme=base16-atelier-savanna-light] .hljs-regexp {
  color: #1c9aa0;
}
[theme=base16-atelier-savanna-light] .hljs-attribute, [theme=base16-atelier-savanna-light] .hljs-function .hljs-title, [theme=base16-atelier-savanna-light] .hljs-section, [theme=base16-atelier-savanna-light] .hljs-title.function_, [theme=base16-atelier-savanna-light] .ruby .hljs-property {
  color: #478c90;
}
[theme=base16-atelier-savanna-light] .diff .hljs-meta, [theme=base16-atelier-savanna-light] .hljs-keyword, [theme=base16-atelier-savanna-light] .hljs-template-tag, [theme=base16-atelier-savanna-light] .hljs-type {
  color: #55859b;
}
[theme=base16-atelier-savanna-light] .hljs-emphasis {
  color: #55859b;
  font-style: italic;
}
[theme=base16-atelier-savanna-light] .hljs-meta, [theme=base16-atelier-savanna-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-savanna-light] .hljs-meta .hljs-string {
  color: #867469;
}
[theme=base16-atelier-savanna-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-savanna-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-savanna] {
  /*!
    Theme: Atelier Savanna
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-savanna] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-savanna] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-savanna] .hljs {
  color: #87928a;
  background: #171c19;
}
[theme=base16-atelier-savanna] .hljs ::selection, [theme=base16-atelier-savanna] .hljs::selection {
  background-color: #526057;
  color: #87928a;
}
[theme=base16-atelier-savanna] .hljs-comment {
  color: #5f6d64;
}
[theme=base16-atelier-savanna] .hljs-tag {
  color: #78877d;
}
[theme=base16-atelier-savanna] .hljs-operator, [theme=base16-atelier-savanna] .hljs-punctuation, [theme=base16-atelier-savanna] .hljs-subst {
  color: #87928a;
}
[theme=base16-atelier-savanna] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-savanna] .hljs-bullet, [theme=base16-atelier-savanna] .hljs-deletion, [theme=base16-atelier-savanna] .hljs-name, [theme=base16-atelier-savanna] .hljs-selector-tag, [theme=base16-atelier-savanna] .hljs-template-variable, [theme=base16-atelier-savanna] .hljs-variable {
  color: #b16139;
}
[theme=base16-atelier-savanna] .hljs-attr, [theme=base16-atelier-savanna] .hljs-link, [theme=base16-atelier-savanna] .hljs-literal, [theme=base16-atelier-savanna] .hljs-number, [theme=base16-atelier-savanna] .hljs-symbol, [theme=base16-atelier-savanna] .hljs-variable.constant_ {
  color: #9f713c;
}
[theme=base16-atelier-savanna] .hljs-class .hljs-title, [theme=base16-atelier-savanna] .hljs-title, [theme=base16-atelier-savanna] .hljs-title.class_ {
  color: #a07e3b;
}
[theme=base16-atelier-savanna] .hljs-strong {
  font-weight: 700;
  color: #a07e3b;
}
[theme=base16-atelier-savanna] .hljs-addition, [theme=base16-atelier-savanna] .hljs-code, [theme=base16-atelier-savanna] .hljs-string, [theme=base16-atelier-savanna] .hljs-title.class_.inherited__ {
  color: #489963;
}
[theme=base16-atelier-savanna] .hljs-built_in, [theme=base16-atelier-savanna] .hljs-doctag, [theme=base16-atelier-savanna] .hljs-keyword.hljs-atrule, [theme=base16-atelier-savanna] .hljs-quote, [theme=base16-atelier-savanna] .hljs-regexp {
  color: #1c9aa0;
}
[theme=base16-atelier-savanna] .hljs-attribute, [theme=base16-atelier-savanna] .hljs-function .hljs-title, [theme=base16-atelier-savanna] .hljs-section, [theme=base16-atelier-savanna] .hljs-title.function_, [theme=base16-atelier-savanna] .ruby .hljs-property {
  color: #478c90;
}
[theme=base16-atelier-savanna] .diff .hljs-meta, [theme=base16-atelier-savanna] .hljs-keyword, [theme=base16-atelier-savanna] .hljs-template-tag, [theme=base16-atelier-savanna] .hljs-type {
  color: #55859b;
}
[theme=base16-atelier-savanna] .hljs-emphasis {
  color: #55859b;
  font-style: italic;
}
[theme=base16-atelier-savanna] .hljs-meta, [theme=base16-atelier-savanna] .hljs-meta .hljs-keyword, [theme=base16-atelier-savanna] .hljs-meta .hljs-string {
  color: #867469;
}
[theme=base16-atelier-savanna] .hljs-meta .hljs-keyword, [theme=base16-atelier-savanna] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-seaside-light] {
  /*!
    Theme: Atelier Seaside Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-seaside-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-seaside-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-seaside-light] .hljs {
  color: #5e6e5e;
  background: #f4fbf4;
}
[theme=base16-atelier-seaside-light] .hljs ::selection, [theme=base16-atelier-seaside-light] .hljs::selection {
  background-color: #8ca68c;
  color: #5e6e5e;
}
[theme=base16-atelier-seaside-light] .hljs-comment {
  color: #809980;
}
[theme=base16-atelier-seaside-light] .hljs-tag {
  color: #687d68;
}
[theme=base16-atelier-seaside-light] .hljs-operator, [theme=base16-atelier-seaside-light] .hljs-punctuation, [theme=base16-atelier-seaside-light] .hljs-subst {
  color: #5e6e5e;
}
[theme=base16-atelier-seaside-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-seaside-light] .hljs-bullet, [theme=base16-atelier-seaside-light] .hljs-deletion, [theme=base16-atelier-seaside-light] .hljs-name, [theme=base16-atelier-seaside-light] .hljs-selector-tag, [theme=base16-atelier-seaside-light] .hljs-template-variable, [theme=base16-atelier-seaside-light] .hljs-variable {
  color: #e6193c;
}
[theme=base16-atelier-seaside-light] .hljs-attr, [theme=base16-atelier-seaside-light] .hljs-link, [theme=base16-atelier-seaside-light] .hljs-literal, [theme=base16-atelier-seaside-light] .hljs-number, [theme=base16-atelier-seaside-light] .hljs-symbol, [theme=base16-atelier-seaside-light] .hljs-variable.constant_ {
  color: #87711d;
}
[theme=base16-atelier-seaside-light] .hljs-class .hljs-title, [theme=base16-atelier-seaside-light] .hljs-title, [theme=base16-atelier-seaside-light] .hljs-title.class_ {
  color: #98981b;
}
[theme=base16-atelier-seaside-light] .hljs-strong {
  font-weight: 700;
  color: #98981b;
}
[theme=base16-atelier-seaside-light] .hljs-addition, [theme=base16-atelier-seaside-light] .hljs-code, [theme=base16-atelier-seaside-light] .hljs-string, [theme=base16-atelier-seaside-light] .hljs-title.class_.inherited__ {
  color: #29a329;
}
[theme=base16-atelier-seaside-light] .hljs-built_in, [theme=base16-atelier-seaside-light] .hljs-doctag, [theme=base16-atelier-seaside-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-seaside-light] .hljs-quote, [theme=base16-atelier-seaside-light] .hljs-regexp {
  color: #1999b3;
}
[theme=base16-atelier-seaside-light] .hljs-attribute, [theme=base16-atelier-seaside-light] .hljs-function .hljs-title, [theme=base16-atelier-seaside-light] .hljs-section, [theme=base16-atelier-seaside-light] .hljs-title.function_, [theme=base16-atelier-seaside-light] .ruby .hljs-property {
  color: #3d62f5;
}
[theme=base16-atelier-seaside-light] .diff .hljs-meta, [theme=base16-atelier-seaside-light] .hljs-keyword, [theme=base16-atelier-seaside-light] .hljs-template-tag, [theme=base16-atelier-seaside-light] .hljs-type {
  color: #ad2bee;
}
[theme=base16-atelier-seaside-light] .hljs-emphasis {
  color: #ad2bee;
  font-style: italic;
}
[theme=base16-atelier-seaside-light] .hljs-meta, [theme=base16-atelier-seaside-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-seaside-light] .hljs-meta .hljs-string {
  color: #e619c3;
}
[theme=base16-atelier-seaside-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-seaside-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-seaside] {
  /*!
    Theme: Atelier Seaside
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-seaside] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-seaside] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-seaside] .hljs {
  color: #8ca68c;
  background: #131513;
}
[theme=base16-atelier-seaside] .hljs ::selection, [theme=base16-atelier-seaside] .hljs::selection {
  background-color: #5e6e5e;
  color: #8ca68c;
}
[theme=base16-atelier-seaside] .hljs-comment {
  color: #687d68;
}
[theme=base16-atelier-seaside] .hljs-tag {
  color: #809980;
}
[theme=base16-atelier-seaside] .hljs-operator, [theme=base16-atelier-seaside] .hljs-punctuation, [theme=base16-atelier-seaside] .hljs-subst {
  color: #8ca68c;
}
[theme=base16-atelier-seaside] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-seaside] .hljs-bullet, [theme=base16-atelier-seaside] .hljs-deletion, [theme=base16-atelier-seaside] .hljs-name, [theme=base16-atelier-seaside] .hljs-selector-tag, [theme=base16-atelier-seaside] .hljs-template-variable, [theme=base16-atelier-seaside] .hljs-variable {
  color: #e6193c;
}
[theme=base16-atelier-seaside] .hljs-attr, [theme=base16-atelier-seaside] .hljs-link, [theme=base16-atelier-seaside] .hljs-literal, [theme=base16-atelier-seaside] .hljs-number, [theme=base16-atelier-seaside] .hljs-symbol, [theme=base16-atelier-seaside] .hljs-variable.constant_ {
  color: #87711d;
}
[theme=base16-atelier-seaside] .hljs-class .hljs-title, [theme=base16-atelier-seaside] .hljs-title, [theme=base16-atelier-seaside] .hljs-title.class_ {
  color: #98981b;
}
[theme=base16-atelier-seaside] .hljs-strong {
  font-weight: 700;
  color: #98981b;
}
[theme=base16-atelier-seaside] .hljs-addition, [theme=base16-atelier-seaside] .hljs-code, [theme=base16-atelier-seaside] .hljs-string, [theme=base16-atelier-seaside] .hljs-title.class_.inherited__ {
  color: #29a329;
}
[theme=base16-atelier-seaside] .hljs-built_in, [theme=base16-atelier-seaside] .hljs-doctag, [theme=base16-atelier-seaside] .hljs-keyword.hljs-atrule, [theme=base16-atelier-seaside] .hljs-quote, [theme=base16-atelier-seaside] .hljs-regexp {
  color: #1999b3;
}
[theme=base16-atelier-seaside] .hljs-attribute, [theme=base16-atelier-seaside] .hljs-function .hljs-title, [theme=base16-atelier-seaside] .hljs-section, [theme=base16-atelier-seaside] .hljs-title.function_, [theme=base16-atelier-seaside] .ruby .hljs-property {
  color: #3d62f5;
}
[theme=base16-atelier-seaside] .diff .hljs-meta, [theme=base16-atelier-seaside] .hljs-keyword, [theme=base16-atelier-seaside] .hljs-template-tag, [theme=base16-atelier-seaside] .hljs-type {
  color: #ad2bee;
}
[theme=base16-atelier-seaside] .hljs-emphasis {
  color: #ad2bee;
  font-style: italic;
}
[theme=base16-atelier-seaside] .hljs-meta, [theme=base16-atelier-seaside] .hljs-meta .hljs-keyword, [theme=base16-atelier-seaside] .hljs-meta .hljs-string {
  color: #e619c3;
}
[theme=base16-atelier-seaside] .hljs-meta .hljs-keyword, [theme=base16-atelier-seaside] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-sulphurpool-light] {
  /*!
    Theme: Atelier Sulphurpool Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-sulphurpool-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-sulphurpool-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-sulphurpool-light] .hljs {
  color: #5e6687;
  background: #f5f7ff;
}
[theme=base16-atelier-sulphurpool-light] .hljs ::selection, [theme=base16-atelier-sulphurpool-light] .hljs::selection {
  background-color: #979db4;
  color: #5e6687;
}
[theme=base16-atelier-sulphurpool-light] .hljs-comment {
  color: #898ea4;
}
[theme=base16-atelier-sulphurpool-light] .hljs-tag {
  color: #6b7394;
}
[theme=base16-atelier-sulphurpool-light] .hljs-operator, [theme=base16-atelier-sulphurpool-light] .hljs-punctuation, [theme=base16-atelier-sulphurpool-light] .hljs-subst {
  color: #5e6687;
}
[theme=base16-atelier-sulphurpool-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-sulphurpool-light] .hljs-bullet, [theme=base16-atelier-sulphurpool-light] .hljs-deletion, [theme=base16-atelier-sulphurpool-light] .hljs-name, [theme=base16-atelier-sulphurpool-light] .hljs-selector-tag, [theme=base16-atelier-sulphurpool-light] .hljs-template-variable, [theme=base16-atelier-sulphurpool-light] .hljs-variable {
  color: #c94922;
}
[theme=base16-atelier-sulphurpool-light] .hljs-attr, [theme=base16-atelier-sulphurpool-light] .hljs-link, [theme=base16-atelier-sulphurpool-light] .hljs-literal, [theme=base16-atelier-sulphurpool-light] .hljs-number, [theme=base16-atelier-sulphurpool-light] .hljs-symbol, [theme=base16-atelier-sulphurpool-light] .hljs-variable.constant_ {
  color: #c76b29;
}
[theme=base16-atelier-sulphurpool-light] .hljs-class .hljs-title, [theme=base16-atelier-sulphurpool-light] .hljs-title, [theme=base16-atelier-sulphurpool-light] .hljs-title.class_ {
  color: #c08b30;
}
[theme=base16-atelier-sulphurpool-light] .hljs-strong {
  font-weight: 700;
  color: #c08b30;
}
[theme=base16-atelier-sulphurpool-light] .hljs-addition, [theme=base16-atelier-sulphurpool-light] .hljs-code, [theme=base16-atelier-sulphurpool-light] .hljs-string, [theme=base16-atelier-sulphurpool-light] .hljs-title.class_.inherited__ {
  color: #ac9739;
}
[theme=base16-atelier-sulphurpool-light] .hljs-built_in, [theme=base16-atelier-sulphurpool-light] .hljs-doctag, [theme=base16-atelier-sulphurpool-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-sulphurpool-light] .hljs-quote, [theme=base16-atelier-sulphurpool-light] .hljs-regexp {
  color: #22a2c9;
}
[theme=base16-atelier-sulphurpool-light] .hljs-attribute, [theme=base16-atelier-sulphurpool-light] .hljs-function .hljs-title, [theme=base16-atelier-sulphurpool-light] .hljs-section, [theme=base16-atelier-sulphurpool-light] .hljs-title.function_, [theme=base16-atelier-sulphurpool-light] .ruby .hljs-property {
  color: #3d8fd1;
}
[theme=base16-atelier-sulphurpool-light] .diff .hljs-meta, [theme=base16-atelier-sulphurpool-light] .hljs-keyword, [theme=base16-atelier-sulphurpool-light] .hljs-template-tag, [theme=base16-atelier-sulphurpool-light] .hljs-type {
  color: #6679cc;
}
[theme=base16-atelier-sulphurpool-light] .hljs-emphasis {
  color: #6679cc;
  font-style: italic;
}
[theme=base16-atelier-sulphurpool-light] .hljs-meta, [theme=base16-atelier-sulphurpool-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-sulphurpool-light] .hljs-meta .hljs-string {
  color: #9c637a;
}
[theme=base16-atelier-sulphurpool-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-sulphurpool-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-sulphurpool] {
  /*!
    Theme: Atelier Sulphurpool
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-sulphurpool] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-sulphurpool] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-sulphurpool] .hljs {
  color: #979db4;
  background: #202746;
}
[theme=base16-atelier-sulphurpool] .hljs ::selection, [theme=base16-atelier-sulphurpool] .hljs::selection {
  background-color: #5e6687;
  color: #979db4;
}
[theme=base16-atelier-sulphurpool] .hljs-comment {
  color: #6b7394;
}
[theme=base16-atelier-sulphurpool] .hljs-tag {
  color: #898ea4;
}
[theme=base16-atelier-sulphurpool] .hljs-operator, [theme=base16-atelier-sulphurpool] .hljs-punctuation, [theme=base16-atelier-sulphurpool] .hljs-subst {
  color: #979db4;
}
[theme=base16-atelier-sulphurpool] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-sulphurpool] .hljs-bullet, [theme=base16-atelier-sulphurpool] .hljs-deletion, [theme=base16-atelier-sulphurpool] .hljs-name, [theme=base16-atelier-sulphurpool] .hljs-selector-tag, [theme=base16-atelier-sulphurpool] .hljs-template-variable, [theme=base16-atelier-sulphurpool] .hljs-variable {
  color: #c94922;
}
[theme=base16-atelier-sulphurpool] .hljs-attr, [theme=base16-atelier-sulphurpool] .hljs-link, [theme=base16-atelier-sulphurpool] .hljs-literal, [theme=base16-atelier-sulphurpool] .hljs-number, [theme=base16-atelier-sulphurpool] .hljs-symbol, [theme=base16-atelier-sulphurpool] .hljs-variable.constant_ {
  color: #c76b29;
}
[theme=base16-atelier-sulphurpool] .hljs-class .hljs-title, [theme=base16-atelier-sulphurpool] .hljs-title, [theme=base16-atelier-sulphurpool] .hljs-title.class_ {
  color: #c08b30;
}
[theme=base16-atelier-sulphurpool] .hljs-strong {
  font-weight: 700;
  color: #c08b30;
}
[theme=base16-atelier-sulphurpool] .hljs-addition, [theme=base16-atelier-sulphurpool] .hljs-code, [theme=base16-atelier-sulphurpool] .hljs-string, [theme=base16-atelier-sulphurpool] .hljs-title.class_.inherited__ {
  color: #ac9739;
}
[theme=base16-atelier-sulphurpool] .hljs-built_in, [theme=base16-atelier-sulphurpool] .hljs-doctag, [theme=base16-atelier-sulphurpool] .hljs-keyword.hljs-atrule, [theme=base16-atelier-sulphurpool] .hljs-quote, [theme=base16-atelier-sulphurpool] .hljs-regexp {
  color: #22a2c9;
}
[theme=base16-atelier-sulphurpool] .hljs-attribute, [theme=base16-atelier-sulphurpool] .hljs-function .hljs-title, [theme=base16-atelier-sulphurpool] .hljs-section, [theme=base16-atelier-sulphurpool] .hljs-title.function_, [theme=base16-atelier-sulphurpool] .ruby .hljs-property {
  color: #3d8fd1;
}
[theme=base16-atelier-sulphurpool] .diff .hljs-meta, [theme=base16-atelier-sulphurpool] .hljs-keyword, [theme=base16-atelier-sulphurpool] .hljs-template-tag, [theme=base16-atelier-sulphurpool] .hljs-type {
  color: #6679cc;
}
[theme=base16-atelier-sulphurpool] .hljs-emphasis {
  color: #6679cc;
  font-style: italic;
}
[theme=base16-atelier-sulphurpool] .hljs-meta, [theme=base16-atelier-sulphurpool] .hljs-meta .hljs-keyword, [theme=base16-atelier-sulphurpool] .hljs-meta .hljs-string {
  color: #9c637a;
}
[theme=base16-atelier-sulphurpool] .hljs-meta .hljs-keyword, [theme=base16-atelier-sulphurpool] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atlas] {
  /*!
    Theme: Atlas
    Author: Alex Lende (https://ajlende.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atlas] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atlas] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atlas] .hljs {
  color: #a1a19a;
  background: #002635;
}
[theme=base16-atlas] .hljs ::selection, [theme=base16-atlas] .hljs::selection {
  background-color: #517f8d;
  color: #a1a19a;
}
[theme=base16-atlas] .hljs-comment {
  color: #6c8b91;
}
[theme=base16-atlas] .hljs-tag {
  color: #869696;
}
[theme=base16-atlas] .hljs-operator, [theme=base16-atlas] .hljs-punctuation, [theme=base16-atlas] .hljs-subst {
  color: #a1a19a;
}
[theme=base16-atlas] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atlas] .hljs-bullet, [theme=base16-atlas] .hljs-deletion, [theme=base16-atlas] .hljs-name, [theme=base16-atlas] .hljs-selector-tag, [theme=base16-atlas] .hljs-template-variable, [theme=base16-atlas] .hljs-variable {
  color: #ff5a67;
}
[theme=base16-atlas] .hljs-attr, [theme=base16-atlas] .hljs-link, [theme=base16-atlas] .hljs-literal, [theme=base16-atlas] .hljs-number, [theme=base16-atlas] .hljs-symbol, [theme=base16-atlas] .hljs-variable.constant_ {
  color: #f08e48;
}
[theme=base16-atlas] .hljs-class .hljs-title, [theme=base16-atlas] .hljs-title, [theme=base16-atlas] .hljs-title.class_ {
  color: #ffcc1b;
}
[theme=base16-atlas] .hljs-strong {
  font-weight: 700;
  color: #ffcc1b;
}
[theme=base16-atlas] .hljs-addition, [theme=base16-atlas] .hljs-code, [theme=base16-atlas] .hljs-string, [theme=base16-atlas] .hljs-title.class_.inherited__ {
  color: #7fc06e;
}
[theme=base16-atlas] .hljs-built_in, [theme=base16-atlas] .hljs-doctag, [theme=base16-atlas] .hljs-keyword.hljs-atrule, [theme=base16-atlas] .hljs-quote, [theme=base16-atlas] .hljs-regexp {
  color: #14747e;
}
[theme=base16-atlas] .hljs-attribute, [theme=base16-atlas] .hljs-function .hljs-title, [theme=base16-atlas] .hljs-section, [theme=base16-atlas] .hljs-title.function_, [theme=base16-atlas] .ruby .hljs-property {
  color: #5dd7b9;
}
[theme=base16-atlas] .diff .hljs-meta, [theme=base16-atlas] .hljs-keyword, [theme=base16-atlas] .hljs-template-tag, [theme=base16-atlas] .hljs-type {
  color: #9a70a4;
}
[theme=base16-atlas] .hljs-emphasis {
  color: #9a70a4;
  font-style: italic;
}
[theme=base16-atlas] .hljs-meta, [theme=base16-atlas] .hljs-meta .hljs-keyword, [theme=base16-atlas] .hljs-meta .hljs-string {
  color: #c43060;
}
[theme=base16-atlas] .hljs-meta .hljs-keyword, [theme=base16-atlas] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-bespin] {
  /*!
    Theme: Bespin
    Author: Jan T. Sott
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-bespin] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-bespin] code.hljs {
  padding: 3px 5px;
}
[theme=base16-bespin] .hljs {
  color: #8a8986;
  background: #28211c;
}
[theme=base16-bespin] .hljs ::selection, [theme=base16-bespin] .hljs::selection {
  background-color: #5e5d5c;
  color: #8a8986;
}
[theme=base16-bespin] .hljs-comment {
  color: #666;
}
[theme=base16-bespin] .hljs-tag {
  color: #797977;
}
[theme=base16-bespin] .hljs-operator, [theme=base16-bespin] .hljs-punctuation, [theme=base16-bespin] .hljs-subst {
  color: #8a8986;
}
[theme=base16-bespin] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-bespin] .hljs-bullet, [theme=base16-bespin] .hljs-deletion, [theme=base16-bespin] .hljs-name, [theme=base16-bespin] .hljs-selector-tag, [theme=base16-bespin] .hljs-template-variable, [theme=base16-bespin] .hljs-variable {
  color: #cf6a4c;
}
[theme=base16-bespin] .hljs-attr, [theme=base16-bespin] .hljs-link, [theme=base16-bespin] .hljs-literal, [theme=base16-bespin] .hljs-number, [theme=base16-bespin] .hljs-symbol, [theme=base16-bespin] .hljs-variable.constant_ {
  color: #cf7d34;
}
[theme=base16-bespin] .hljs-class .hljs-title, [theme=base16-bespin] .hljs-title, [theme=base16-bespin] .hljs-title.class_ {
  color: #f9ee98;
}
[theme=base16-bespin] .hljs-strong {
  font-weight: 700;
  color: #f9ee98;
}
[theme=base16-bespin] .hljs-addition, [theme=base16-bespin] .hljs-code, [theme=base16-bespin] .hljs-string, [theme=base16-bespin] .hljs-title.class_.inherited__ {
  color: #54be0d;
}
[theme=base16-bespin] .hljs-built_in, [theme=base16-bespin] .hljs-doctag, [theme=base16-bespin] .hljs-keyword.hljs-atrule, [theme=base16-bespin] .hljs-quote, [theme=base16-bespin] .hljs-regexp {
  color: #afc4db;
}
[theme=base16-bespin] .hljs-attribute, [theme=base16-bespin] .hljs-function .hljs-title, [theme=base16-bespin] .hljs-section, [theme=base16-bespin] .hljs-title.function_, [theme=base16-bespin] .ruby .hljs-property {
  color: #5ea6ea;
}
[theme=base16-bespin] .diff .hljs-meta, [theme=base16-bespin] .hljs-keyword, [theme=base16-bespin] .hljs-template-tag, [theme=base16-bespin] .hljs-type {
  color: #9b859d;
}
[theme=base16-bespin] .hljs-emphasis {
  color: #9b859d;
  font-style: italic;
}
[theme=base16-bespin] .hljs-meta, [theme=base16-bespin] .hljs-meta .hljs-keyword, [theme=base16-bespin] .hljs-meta .hljs-string {
  color: #937121;
}
[theme=base16-bespin] .hljs-meta .hljs-keyword, [theme=base16-bespin] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-bathory] {
  /*!
    Theme: Black Metal (Bathory)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-bathory] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-bathory] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-bathory] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-bathory] .hljs ::selection, [theme=base16-black-metal-bathory] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-bathory] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-bathory] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-bathory] .hljs-operator, [theme=base16-black-metal-bathory] .hljs-punctuation, [theme=base16-black-metal-bathory] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-bathory] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-bathory] .hljs-bullet, [theme=base16-black-metal-bathory] .hljs-deletion, [theme=base16-black-metal-bathory] .hljs-name, [theme=base16-black-metal-bathory] .hljs-selector-tag, [theme=base16-black-metal-bathory] .hljs-template-variable, [theme=base16-black-metal-bathory] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-bathory] .hljs-attr, [theme=base16-black-metal-bathory] .hljs-link, [theme=base16-black-metal-bathory] .hljs-literal, [theme=base16-black-metal-bathory] .hljs-number, [theme=base16-black-metal-bathory] .hljs-symbol, [theme=base16-black-metal-bathory] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-bathory] .hljs-class .hljs-title, [theme=base16-black-metal-bathory] .hljs-title, [theme=base16-black-metal-bathory] .hljs-title.class_ {
  color: #e78a53;
}
[theme=base16-black-metal-bathory] .hljs-strong {
  font-weight: 700;
  color: #e78a53;
}
[theme=base16-black-metal-bathory] .hljs-addition, [theme=base16-black-metal-bathory] .hljs-code, [theme=base16-black-metal-bathory] .hljs-string, [theme=base16-black-metal-bathory] .hljs-title.class_.inherited__ {
  color: #fbcb97;
}
[theme=base16-black-metal-bathory] .hljs-built_in, [theme=base16-black-metal-bathory] .hljs-doctag, [theme=base16-black-metal-bathory] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-bathory] .hljs-quote, [theme=base16-black-metal-bathory] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-bathory] .hljs-attribute, [theme=base16-black-metal-bathory] .hljs-function .hljs-title, [theme=base16-black-metal-bathory] .hljs-section, [theme=base16-black-metal-bathory] .hljs-title.function_, [theme=base16-black-metal-bathory] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-bathory] .diff .hljs-meta, [theme=base16-black-metal-bathory] .hljs-keyword, [theme=base16-black-metal-bathory] .hljs-template-tag, [theme=base16-black-metal-bathory] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-bathory] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-bathory] .hljs-meta, [theme=base16-black-metal-bathory] .hljs-meta .hljs-keyword, [theme=base16-black-metal-bathory] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-bathory] .hljs-meta .hljs-keyword, [theme=base16-black-metal-bathory] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-burzum] {
  /*!
    Theme: Black Metal (Burzum)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-burzum] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-burzum] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-burzum] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-burzum] .hljs ::selection, [theme=base16-black-metal-burzum] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-burzum] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-burzum] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-burzum] .hljs-operator, [theme=base16-black-metal-burzum] .hljs-punctuation, [theme=base16-black-metal-burzum] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-burzum] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-burzum] .hljs-bullet, [theme=base16-black-metal-burzum] .hljs-deletion, [theme=base16-black-metal-burzum] .hljs-name, [theme=base16-black-metal-burzum] .hljs-selector-tag, [theme=base16-black-metal-burzum] .hljs-template-variable, [theme=base16-black-metal-burzum] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-burzum] .hljs-attr, [theme=base16-black-metal-burzum] .hljs-link, [theme=base16-black-metal-burzum] .hljs-literal, [theme=base16-black-metal-burzum] .hljs-number, [theme=base16-black-metal-burzum] .hljs-symbol, [theme=base16-black-metal-burzum] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-burzum] .hljs-class .hljs-title, [theme=base16-black-metal-burzum] .hljs-title, [theme=base16-black-metal-burzum] .hljs-title.class_ {
  color: #9ba;
}
[theme=base16-black-metal-burzum] .hljs-strong {
  font-weight: 700;
  color: #9ba;
}
[theme=base16-black-metal-burzum] .hljs-addition, [theme=base16-black-metal-burzum] .hljs-code, [theme=base16-black-metal-burzum] .hljs-string, [theme=base16-black-metal-burzum] .hljs-title.class_.inherited__ {
  color: #dec;
}
[theme=base16-black-metal-burzum] .hljs-built_in, [theme=base16-black-metal-burzum] .hljs-doctag, [theme=base16-black-metal-burzum] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-burzum] .hljs-quote, [theme=base16-black-metal-burzum] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-burzum] .hljs-attribute, [theme=base16-black-metal-burzum] .hljs-function .hljs-title, [theme=base16-black-metal-burzum] .hljs-section, [theme=base16-black-metal-burzum] .hljs-title.function_, [theme=base16-black-metal-burzum] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-burzum] .diff .hljs-meta, [theme=base16-black-metal-burzum] .hljs-keyword, [theme=base16-black-metal-burzum] .hljs-template-tag, [theme=base16-black-metal-burzum] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-burzum] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-burzum] .hljs-meta, [theme=base16-black-metal-burzum] .hljs-meta .hljs-keyword, [theme=base16-black-metal-burzum] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-burzum] .hljs-meta .hljs-keyword, [theme=base16-black-metal-burzum] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-dark-funeral] {
  /*!
    Theme: Black Metal (Dark Funeral)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-dark-funeral] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-dark-funeral] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-dark-funeral] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-dark-funeral] .hljs ::selection, [theme=base16-black-metal-dark-funeral] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-dark-funeral] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-dark-funeral] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-dark-funeral] .hljs-operator, [theme=base16-black-metal-dark-funeral] .hljs-punctuation, [theme=base16-black-metal-dark-funeral] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-dark-funeral] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-dark-funeral] .hljs-bullet, [theme=base16-black-metal-dark-funeral] .hljs-deletion, [theme=base16-black-metal-dark-funeral] .hljs-name, [theme=base16-black-metal-dark-funeral] .hljs-selector-tag, [theme=base16-black-metal-dark-funeral] .hljs-template-variable, [theme=base16-black-metal-dark-funeral] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-dark-funeral] .hljs-attr, [theme=base16-black-metal-dark-funeral] .hljs-link, [theme=base16-black-metal-dark-funeral] .hljs-literal, [theme=base16-black-metal-dark-funeral] .hljs-number, [theme=base16-black-metal-dark-funeral] .hljs-symbol, [theme=base16-black-metal-dark-funeral] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-dark-funeral] .hljs-class .hljs-title, [theme=base16-black-metal-dark-funeral] .hljs-title, [theme=base16-black-metal-dark-funeral] .hljs-title.class_ {
  color: #5f81a5;
}
[theme=base16-black-metal-dark-funeral] .hljs-strong {
  font-weight: 700;
  color: #5f81a5;
}
[theme=base16-black-metal-dark-funeral] .hljs-addition, [theme=base16-black-metal-dark-funeral] .hljs-code, [theme=base16-black-metal-dark-funeral] .hljs-string, [theme=base16-black-metal-dark-funeral] .hljs-title.class_.inherited__ {
  color: #d0dfee;
}
[theme=base16-black-metal-dark-funeral] .hljs-built_in, [theme=base16-black-metal-dark-funeral] .hljs-doctag, [theme=base16-black-metal-dark-funeral] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-dark-funeral] .hljs-quote, [theme=base16-black-metal-dark-funeral] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-dark-funeral] .hljs-attribute, [theme=base16-black-metal-dark-funeral] .hljs-function .hljs-title, [theme=base16-black-metal-dark-funeral] .hljs-section, [theme=base16-black-metal-dark-funeral] .hljs-title.function_, [theme=base16-black-metal-dark-funeral] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-dark-funeral] .diff .hljs-meta, [theme=base16-black-metal-dark-funeral] .hljs-keyword, [theme=base16-black-metal-dark-funeral] .hljs-template-tag, [theme=base16-black-metal-dark-funeral] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-dark-funeral] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-dark-funeral] .hljs-meta, [theme=base16-black-metal-dark-funeral] .hljs-meta .hljs-keyword, [theme=base16-black-metal-dark-funeral] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-dark-funeral] .hljs-meta .hljs-keyword, [theme=base16-black-metal-dark-funeral] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-gorgoroth] {
  /*!
    Theme: Black Metal (Gorgoroth)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-gorgoroth] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-gorgoroth] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-gorgoroth] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-gorgoroth] .hljs ::selection, [theme=base16-black-metal-gorgoroth] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-gorgoroth] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-gorgoroth] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-gorgoroth] .hljs-operator, [theme=base16-black-metal-gorgoroth] .hljs-punctuation, [theme=base16-black-metal-gorgoroth] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-gorgoroth] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-gorgoroth] .hljs-bullet, [theme=base16-black-metal-gorgoroth] .hljs-deletion, [theme=base16-black-metal-gorgoroth] .hljs-name, [theme=base16-black-metal-gorgoroth] .hljs-selector-tag, [theme=base16-black-metal-gorgoroth] .hljs-template-variable, [theme=base16-black-metal-gorgoroth] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-gorgoroth] .hljs-attr, [theme=base16-black-metal-gorgoroth] .hljs-link, [theme=base16-black-metal-gorgoroth] .hljs-literal, [theme=base16-black-metal-gorgoroth] .hljs-number, [theme=base16-black-metal-gorgoroth] .hljs-symbol, [theme=base16-black-metal-gorgoroth] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-gorgoroth] .hljs-class .hljs-title, [theme=base16-black-metal-gorgoroth] .hljs-title, [theme=base16-black-metal-gorgoroth] .hljs-title.class_ {
  color: #8c7f70;
}
[theme=base16-black-metal-gorgoroth] .hljs-strong {
  font-weight: 700;
  color: #8c7f70;
}
[theme=base16-black-metal-gorgoroth] .hljs-addition, [theme=base16-black-metal-gorgoroth] .hljs-code, [theme=base16-black-metal-gorgoroth] .hljs-string, [theme=base16-black-metal-gorgoroth] .hljs-title.class_.inherited__ {
  color: #9b8d7f;
}
[theme=base16-black-metal-gorgoroth] .hljs-built_in, [theme=base16-black-metal-gorgoroth] .hljs-doctag, [theme=base16-black-metal-gorgoroth] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-gorgoroth] .hljs-quote, [theme=base16-black-metal-gorgoroth] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-gorgoroth] .hljs-attribute, [theme=base16-black-metal-gorgoroth] .hljs-function .hljs-title, [theme=base16-black-metal-gorgoroth] .hljs-section, [theme=base16-black-metal-gorgoroth] .hljs-title.function_, [theme=base16-black-metal-gorgoroth] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-gorgoroth] .diff .hljs-meta, [theme=base16-black-metal-gorgoroth] .hljs-keyword, [theme=base16-black-metal-gorgoroth] .hljs-template-tag, [theme=base16-black-metal-gorgoroth] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-gorgoroth] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-gorgoroth] .hljs-meta, [theme=base16-black-metal-gorgoroth] .hljs-meta .hljs-keyword, [theme=base16-black-metal-gorgoroth] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-gorgoroth] .hljs-meta .hljs-keyword, [theme=base16-black-metal-gorgoroth] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-immortal] {
  /*!
    Theme: Black Metal (Immortal)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-immortal] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-immortal] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-immortal] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-immortal] .hljs ::selection, [theme=base16-black-metal-immortal] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-immortal] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-immortal] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-immortal] .hljs-operator, [theme=base16-black-metal-immortal] .hljs-punctuation, [theme=base16-black-metal-immortal] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-immortal] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-immortal] .hljs-bullet, [theme=base16-black-metal-immortal] .hljs-deletion, [theme=base16-black-metal-immortal] .hljs-name, [theme=base16-black-metal-immortal] .hljs-selector-tag, [theme=base16-black-metal-immortal] .hljs-template-variable, [theme=base16-black-metal-immortal] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-immortal] .hljs-attr, [theme=base16-black-metal-immortal] .hljs-link, [theme=base16-black-metal-immortal] .hljs-literal, [theme=base16-black-metal-immortal] .hljs-number, [theme=base16-black-metal-immortal] .hljs-symbol, [theme=base16-black-metal-immortal] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-immortal] .hljs-class .hljs-title, [theme=base16-black-metal-immortal] .hljs-title, [theme=base16-black-metal-immortal] .hljs-title.class_ {
  color: #567;
}
[theme=base16-black-metal-immortal] .hljs-strong {
  font-weight: 700;
  color: #567;
}
[theme=base16-black-metal-immortal] .hljs-addition, [theme=base16-black-metal-immortal] .hljs-code, [theme=base16-black-metal-immortal] .hljs-string, [theme=base16-black-metal-immortal] .hljs-title.class_.inherited__ {
  color: #79b;
}
[theme=base16-black-metal-immortal] .hljs-built_in, [theme=base16-black-metal-immortal] .hljs-doctag, [theme=base16-black-metal-immortal] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-immortal] .hljs-quote, [theme=base16-black-metal-immortal] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-immortal] .hljs-attribute, [theme=base16-black-metal-immortal] .hljs-function .hljs-title, [theme=base16-black-metal-immortal] .hljs-section, [theme=base16-black-metal-immortal] .hljs-title.function_, [theme=base16-black-metal-immortal] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-immortal] .diff .hljs-meta, [theme=base16-black-metal-immortal] .hljs-keyword, [theme=base16-black-metal-immortal] .hljs-template-tag, [theme=base16-black-metal-immortal] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-immortal] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-immortal] .hljs-meta, [theme=base16-black-metal-immortal] .hljs-meta .hljs-keyword, [theme=base16-black-metal-immortal] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-immortal] .hljs-meta .hljs-keyword, [theme=base16-black-metal-immortal] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-khold] {
  /*!
    Theme: Black Metal (Khold)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-khold] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-khold] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-khold] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-khold] .hljs ::selection, [theme=base16-black-metal-khold] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-khold] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-khold] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-khold] .hljs-operator, [theme=base16-black-metal-khold] .hljs-punctuation, [theme=base16-black-metal-khold] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-khold] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-khold] .hljs-bullet, [theme=base16-black-metal-khold] .hljs-deletion, [theme=base16-black-metal-khold] .hljs-name, [theme=base16-black-metal-khold] .hljs-selector-tag, [theme=base16-black-metal-khold] .hljs-template-variable, [theme=base16-black-metal-khold] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-khold] .hljs-attr, [theme=base16-black-metal-khold] .hljs-link, [theme=base16-black-metal-khold] .hljs-literal, [theme=base16-black-metal-khold] .hljs-number, [theme=base16-black-metal-khold] .hljs-symbol, [theme=base16-black-metal-khold] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-khold] .hljs-class .hljs-title, [theme=base16-black-metal-khold] .hljs-title, [theme=base16-black-metal-khold] .hljs-title.class_ {
  color: #974b46;
}
[theme=base16-black-metal-khold] .hljs-strong {
  font-weight: 700;
  color: #974b46;
}
[theme=base16-black-metal-khold] .hljs-addition, [theme=base16-black-metal-khold] .hljs-code, [theme=base16-black-metal-khold] .hljs-string, [theme=base16-black-metal-khold] .hljs-title.class_.inherited__ {
  color: #eceee3;
}
[theme=base16-black-metal-khold] .hljs-built_in, [theme=base16-black-metal-khold] .hljs-doctag, [theme=base16-black-metal-khold] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-khold] .hljs-quote, [theme=base16-black-metal-khold] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-khold] .hljs-attribute, [theme=base16-black-metal-khold] .hljs-function .hljs-title, [theme=base16-black-metal-khold] .hljs-section, [theme=base16-black-metal-khold] .hljs-title.function_, [theme=base16-black-metal-khold] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-khold] .diff .hljs-meta, [theme=base16-black-metal-khold] .hljs-keyword, [theme=base16-black-metal-khold] .hljs-template-tag, [theme=base16-black-metal-khold] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-khold] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-khold] .hljs-meta, [theme=base16-black-metal-khold] .hljs-meta .hljs-keyword, [theme=base16-black-metal-khold] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-khold] .hljs-meta .hljs-keyword, [theme=base16-black-metal-khold] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-marduk] {
  /*!
    Theme: Black Metal (Marduk)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-marduk] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-marduk] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-marduk] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-marduk] .hljs ::selection, [theme=base16-black-metal-marduk] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-marduk] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-marduk] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-marduk] .hljs-operator, [theme=base16-black-metal-marduk] .hljs-punctuation, [theme=base16-black-metal-marduk] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-marduk] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-marduk] .hljs-bullet, [theme=base16-black-metal-marduk] .hljs-deletion, [theme=base16-black-metal-marduk] .hljs-name, [theme=base16-black-metal-marduk] .hljs-selector-tag, [theme=base16-black-metal-marduk] .hljs-template-variable, [theme=base16-black-metal-marduk] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-marduk] .hljs-attr, [theme=base16-black-metal-marduk] .hljs-link, [theme=base16-black-metal-marduk] .hljs-literal, [theme=base16-black-metal-marduk] .hljs-number, [theme=base16-black-metal-marduk] .hljs-symbol, [theme=base16-black-metal-marduk] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-marduk] .hljs-class .hljs-title, [theme=base16-black-metal-marduk] .hljs-title, [theme=base16-black-metal-marduk] .hljs-title.class_ {
  color: #626b67;
}
[theme=base16-black-metal-marduk] .hljs-strong {
  font-weight: 700;
  color: #626b67;
}
[theme=base16-black-metal-marduk] .hljs-addition, [theme=base16-black-metal-marduk] .hljs-code, [theme=base16-black-metal-marduk] .hljs-string, [theme=base16-black-metal-marduk] .hljs-title.class_.inherited__ {
  color: #a5aaa7;
}
[theme=base16-black-metal-marduk] .hljs-built_in, [theme=base16-black-metal-marduk] .hljs-doctag, [theme=base16-black-metal-marduk] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-marduk] .hljs-quote, [theme=base16-black-metal-marduk] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-marduk] .hljs-attribute, [theme=base16-black-metal-marduk] .hljs-function .hljs-title, [theme=base16-black-metal-marduk] .hljs-section, [theme=base16-black-metal-marduk] .hljs-title.function_, [theme=base16-black-metal-marduk] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-marduk] .diff .hljs-meta, [theme=base16-black-metal-marduk] .hljs-keyword, [theme=base16-black-metal-marduk] .hljs-template-tag, [theme=base16-black-metal-marduk] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-marduk] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-marduk] .hljs-meta, [theme=base16-black-metal-marduk] .hljs-meta .hljs-keyword, [theme=base16-black-metal-marduk] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-marduk] .hljs-meta .hljs-keyword, [theme=base16-black-metal-marduk] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-mayhem] {
  /*!
    Theme: Black Metal (Mayhem)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-mayhem] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-mayhem] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-mayhem] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-mayhem] .hljs ::selection, [theme=base16-black-metal-mayhem] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-mayhem] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-mayhem] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-mayhem] .hljs-operator, [theme=base16-black-metal-mayhem] .hljs-punctuation, [theme=base16-black-metal-mayhem] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-mayhem] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-mayhem] .hljs-bullet, [theme=base16-black-metal-mayhem] .hljs-deletion, [theme=base16-black-metal-mayhem] .hljs-name, [theme=base16-black-metal-mayhem] .hljs-selector-tag, [theme=base16-black-metal-mayhem] .hljs-template-variable, [theme=base16-black-metal-mayhem] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-mayhem] .hljs-attr, [theme=base16-black-metal-mayhem] .hljs-link, [theme=base16-black-metal-mayhem] .hljs-literal, [theme=base16-black-metal-mayhem] .hljs-number, [theme=base16-black-metal-mayhem] .hljs-symbol, [theme=base16-black-metal-mayhem] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-mayhem] .hljs-class .hljs-title, [theme=base16-black-metal-mayhem] .hljs-title, [theme=base16-black-metal-mayhem] .hljs-title.class_ {
  color: #eecc6c;
}
[theme=base16-black-metal-mayhem] .hljs-strong {
  font-weight: 700;
  color: #eecc6c;
}
[theme=base16-black-metal-mayhem] .hljs-addition, [theme=base16-black-metal-mayhem] .hljs-code, [theme=base16-black-metal-mayhem] .hljs-string, [theme=base16-black-metal-mayhem] .hljs-title.class_.inherited__ {
  color: #f3ecd4;
}
[theme=base16-black-metal-mayhem] .hljs-built_in, [theme=base16-black-metal-mayhem] .hljs-doctag, [theme=base16-black-metal-mayhem] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-mayhem] .hljs-quote, [theme=base16-black-metal-mayhem] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-mayhem] .hljs-attribute, [theme=base16-black-metal-mayhem] .hljs-function .hljs-title, [theme=base16-black-metal-mayhem] .hljs-section, [theme=base16-black-metal-mayhem] .hljs-title.function_, [theme=base16-black-metal-mayhem] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-mayhem] .diff .hljs-meta, [theme=base16-black-metal-mayhem] .hljs-keyword, [theme=base16-black-metal-mayhem] .hljs-template-tag, [theme=base16-black-metal-mayhem] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-mayhem] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-mayhem] .hljs-meta, [theme=base16-black-metal-mayhem] .hljs-meta .hljs-keyword, [theme=base16-black-metal-mayhem] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-mayhem] .hljs-meta .hljs-keyword, [theme=base16-black-metal-mayhem] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-nile] {
  /*!
    Theme: Black Metal (Nile)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-nile] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-nile] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-nile] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-nile] .hljs ::selection, [theme=base16-black-metal-nile] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-nile] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-nile] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-nile] .hljs-operator, [theme=base16-black-metal-nile] .hljs-punctuation, [theme=base16-black-metal-nile] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-nile] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-nile] .hljs-bullet, [theme=base16-black-metal-nile] .hljs-deletion, [theme=base16-black-metal-nile] .hljs-name, [theme=base16-black-metal-nile] .hljs-selector-tag, [theme=base16-black-metal-nile] .hljs-template-variable, [theme=base16-black-metal-nile] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-nile] .hljs-attr, [theme=base16-black-metal-nile] .hljs-link, [theme=base16-black-metal-nile] .hljs-literal, [theme=base16-black-metal-nile] .hljs-number, [theme=base16-black-metal-nile] .hljs-symbol, [theme=base16-black-metal-nile] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-nile] .hljs-class .hljs-title, [theme=base16-black-metal-nile] .hljs-title, [theme=base16-black-metal-nile] .hljs-title.class_ {
  color: #775;
}
[theme=base16-black-metal-nile] .hljs-strong {
  font-weight: 700;
  color: #775;
}
[theme=base16-black-metal-nile] .hljs-addition, [theme=base16-black-metal-nile] .hljs-code, [theme=base16-black-metal-nile] .hljs-string, [theme=base16-black-metal-nile] .hljs-title.class_.inherited__ {
  color: #a98;
}
[theme=base16-black-metal-nile] .hljs-built_in, [theme=base16-black-metal-nile] .hljs-doctag, [theme=base16-black-metal-nile] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-nile] .hljs-quote, [theme=base16-black-metal-nile] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-nile] .hljs-attribute, [theme=base16-black-metal-nile] .hljs-function .hljs-title, [theme=base16-black-metal-nile] .hljs-section, [theme=base16-black-metal-nile] .hljs-title.function_, [theme=base16-black-metal-nile] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-nile] .diff .hljs-meta, [theme=base16-black-metal-nile] .hljs-keyword, [theme=base16-black-metal-nile] .hljs-template-tag, [theme=base16-black-metal-nile] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-nile] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-nile] .hljs-meta, [theme=base16-black-metal-nile] .hljs-meta .hljs-keyword, [theme=base16-black-metal-nile] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-nile] .hljs-meta .hljs-keyword, [theme=base16-black-metal-nile] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-venom] {
  /*!
    Theme: Black Metal (Venom)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-venom] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-venom] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-venom] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-venom] .hljs ::selection, [theme=base16-black-metal-venom] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-venom] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-venom] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-venom] .hljs-operator, [theme=base16-black-metal-venom] .hljs-punctuation, [theme=base16-black-metal-venom] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-venom] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-venom] .hljs-bullet, [theme=base16-black-metal-venom] .hljs-deletion, [theme=base16-black-metal-venom] .hljs-name, [theme=base16-black-metal-venom] .hljs-selector-tag, [theme=base16-black-metal-venom] .hljs-template-variable, [theme=base16-black-metal-venom] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-venom] .hljs-attr, [theme=base16-black-metal-venom] .hljs-link, [theme=base16-black-metal-venom] .hljs-literal, [theme=base16-black-metal-venom] .hljs-number, [theme=base16-black-metal-venom] .hljs-symbol, [theme=base16-black-metal-venom] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-venom] .hljs-class .hljs-title, [theme=base16-black-metal-venom] .hljs-title, [theme=base16-black-metal-venom] .hljs-title.class_ {
  color: #79241f;
}
[theme=base16-black-metal-venom] .hljs-strong {
  font-weight: 700;
  color: #79241f;
}
[theme=base16-black-metal-venom] .hljs-addition, [theme=base16-black-metal-venom] .hljs-code, [theme=base16-black-metal-venom] .hljs-string, [theme=base16-black-metal-venom] .hljs-title.class_.inherited__ {
  color: #f8f7f2;
}
[theme=base16-black-metal-venom] .hljs-built_in, [theme=base16-black-metal-venom] .hljs-doctag, [theme=base16-black-metal-venom] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-venom] .hljs-quote, [theme=base16-black-metal-venom] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-venom] .hljs-attribute, [theme=base16-black-metal-venom] .hljs-function .hljs-title, [theme=base16-black-metal-venom] .hljs-section, [theme=base16-black-metal-venom] .hljs-title.function_, [theme=base16-black-metal-venom] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-venom] .diff .hljs-meta, [theme=base16-black-metal-venom] .hljs-keyword, [theme=base16-black-metal-venom] .hljs-template-tag, [theme=base16-black-metal-venom] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-venom] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-venom] .hljs-meta, [theme=base16-black-metal-venom] .hljs-meta .hljs-keyword, [theme=base16-black-metal-venom] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-venom] .hljs-meta .hljs-keyword, [theme=base16-black-metal-venom] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal] {
  /*!
    Theme: Black Metal
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal] .hljs ::selection, [theme=base16-black-metal] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal] .hljs-operator, [theme=base16-black-metal] .hljs-punctuation, [theme=base16-black-metal] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal] .hljs-bullet, [theme=base16-black-metal] .hljs-deletion, [theme=base16-black-metal] .hljs-name, [theme=base16-black-metal] .hljs-selector-tag, [theme=base16-black-metal] .hljs-template-variable, [theme=base16-black-metal] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal] .hljs-attr, [theme=base16-black-metal] .hljs-link, [theme=base16-black-metal] .hljs-literal, [theme=base16-black-metal] .hljs-number, [theme=base16-black-metal] .hljs-symbol, [theme=base16-black-metal] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal] .hljs-class .hljs-title, [theme=base16-black-metal] .hljs-title, [theme=base16-black-metal] .hljs-title.class_ {
  color: #a06666;
}
[theme=base16-black-metal] .hljs-strong {
  font-weight: 700;
  color: #a06666;
}
[theme=base16-black-metal] .hljs-addition, [theme=base16-black-metal] .hljs-code, [theme=base16-black-metal] .hljs-string, [theme=base16-black-metal] .hljs-title.class_.inherited__ {
  color: #d99;
}
[theme=base16-black-metal] .hljs-built_in, [theme=base16-black-metal] .hljs-doctag, [theme=base16-black-metal] .hljs-keyword.hljs-atrule, [theme=base16-black-metal] .hljs-quote, [theme=base16-black-metal] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal] .hljs-attribute, [theme=base16-black-metal] .hljs-function .hljs-title, [theme=base16-black-metal] .hljs-section, [theme=base16-black-metal] .hljs-title.function_, [theme=base16-black-metal] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal] .diff .hljs-meta, [theme=base16-black-metal] .hljs-keyword, [theme=base16-black-metal] .hljs-template-tag, [theme=base16-black-metal] .hljs-type {
  color: #999;
}
[theme=base16-black-metal] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal] .hljs-meta, [theme=base16-black-metal] .hljs-meta .hljs-keyword, [theme=base16-black-metal] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal] .hljs-meta .hljs-keyword, [theme=base16-black-metal] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-brewer] {
  /*!
    Theme: Brewer
    Author: Timothée Poisot (http://github.com/tpoisot)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-brewer] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-brewer] code.hljs {
  padding: 3px 5px;
}
[theme=base16-brewer] .hljs {
  color: #b7b8b9;
  background: #0c0d0e;
}
[theme=base16-brewer] .hljs ::selection, [theme=base16-brewer] .hljs::selection {
  background-color: #515253;
  color: #b7b8b9;
}
[theme=base16-brewer] .hljs-comment {
  color: #737475;
}
[theme=base16-brewer] .hljs-tag {
  color: #959697;
}
[theme=base16-brewer] .hljs-operator, [theme=base16-brewer] .hljs-punctuation, [theme=base16-brewer] .hljs-subst {
  color: #b7b8b9;
}
[theme=base16-brewer] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-brewer] .hljs-bullet, [theme=base16-brewer] .hljs-deletion, [theme=base16-brewer] .hljs-name, [theme=base16-brewer] .hljs-selector-tag, [theme=base16-brewer] .hljs-template-variable, [theme=base16-brewer] .hljs-variable {
  color: #e31a1c;
}
[theme=base16-brewer] .hljs-attr, [theme=base16-brewer] .hljs-link, [theme=base16-brewer] .hljs-literal, [theme=base16-brewer] .hljs-number, [theme=base16-brewer] .hljs-symbol, [theme=base16-brewer] .hljs-variable.constant_ {
  color: #e6550d;
}
[theme=base16-brewer] .hljs-class .hljs-title, [theme=base16-brewer] .hljs-title, [theme=base16-brewer] .hljs-title.class_ {
  color: #dca060;
}
[theme=base16-brewer] .hljs-strong {
  font-weight: 700;
  color: #dca060;
}
[theme=base16-brewer] .hljs-addition, [theme=base16-brewer] .hljs-code, [theme=base16-brewer] .hljs-string, [theme=base16-brewer] .hljs-title.class_.inherited__ {
  color: #31a354;
}
[theme=base16-brewer] .hljs-built_in, [theme=base16-brewer] .hljs-doctag, [theme=base16-brewer] .hljs-keyword.hljs-atrule, [theme=base16-brewer] .hljs-quote, [theme=base16-brewer] .hljs-regexp {
  color: #80b1d3;
}
[theme=base16-brewer] .hljs-attribute, [theme=base16-brewer] .hljs-function .hljs-title, [theme=base16-brewer] .hljs-section, [theme=base16-brewer] .hljs-title.function_, [theme=base16-brewer] .ruby .hljs-property {
  color: #3182bd;
}
[theme=base16-brewer] .diff .hljs-meta, [theme=base16-brewer] .hljs-keyword, [theme=base16-brewer] .hljs-template-tag, [theme=base16-brewer] .hljs-type {
  color: #756bb1;
}
[theme=base16-brewer] .hljs-emphasis {
  color: #756bb1;
  font-style: italic;
}
[theme=base16-brewer] .hljs-meta, [theme=base16-brewer] .hljs-meta .hljs-keyword, [theme=base16-brewer] .hljs-meta .hljs-string {
  color: #b15928;
}
[theme=base16-brewer] .hljs-meta .hljs-keyword, [theme=base16-brewer] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-bright] {
  /*!
    Theme: Bright
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-bright] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-bright] code.hljs {
  padding: 3px 5px;
}
[theme=base16-bright] .hljs {
  color: #e0e0e0;
  background: #000;
}
[theme=base16-bright] .hljs ::selection, [theme=base16-bright] .hljs::selection {
  background-color: #505050;
  color: #e0e0e0;
}
[theme=base16-bright] .hljs-comment {
  color: #b0b0b0;
}
[theme=base16-bright] .hljs-tag {
  color: #d0d0d0;
}
[theme=base16-bright] .hljs-operator, [theme=base16-bright] .hljs-punctuation, [theme=base16-bright] .hljs-subst {
  color: #e0e0e0;
}
[theme=base16-bright] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-bright] .hljs-bullet, [theme=base16-bright] .hljs-deletion, [theme=base16-bright] .hljs-name, [theme=base16-bright] .hljs-selector-tag, [theme=base16-bright] .hljs-template-variable, [theme=base16-bright] .hljs-variable {
  color: #fb0120;
}
[theme=base16-bright] .hljs-attr, [theme=base16-bright] .hljs-link, [theme=base16-bright] .hljs-literal, [theme=base16-bright] .hljs-number, [theme=base16-bright] .hljs-symbol, [theme=base16-bright] .hljs-variable.constant_ {
  color: #fc6d24;
}
[theme=base16-bright] .hljs-class .hljs-title, [theme=base16-bright] .hljs-title, [theme=base16-bright] .hljs-title.class_ {
  color: #fda331;
}
[theme=base16-bright] .hljs-strong {
  font-weight: 700;
  color: #fda331;
}
[theme=base16-bright] .hljs-addition, [theme=base16-bright] .hljs-code, [theme=base16-bright] .hljs-string, [theme=base16-bright] .hljs-title.class_.inherited__ {
  color: #a1c659;
}
[theme=base16-bright] .hljs-built_in, [theme=base16-bright] .hljs-doctag, [theme=base16-bright] .hljs-keyword.hljs-atrule, [theme=base16-bright] .hljs-quote, [theme=base16-bright] .hljs-regexp {
  color: #76c7b7;
}
[theme=base16-bright] .hljs-attribute, [theme=base16-bright] .hljs-function .hljs-title, [theme=base16-bright] .hljs-section, [theme=base16-bright] .hljs-title.function_, [theme=base16-bright] .ruby .hljs-property {
  color: #6fb3d2;
}
[theme=base16-bright] .diff .hljs-meta, [theme=base16-bright] .hljs-keyword, [theme=base16-bright] .hljs-template-tag, [theme=base16-bright] .hljs-type {
  color: #d381c3;
}
[theme=base16-bright] .hljs-emphasis {
  color: #d381c3;
  font-style: italic;
}
[theme=base16-bright] .hljs-meta, [theme=base16-bright] .hljs-meta .hljs-keyword, [theme=base16-bright] .hljs-meta .hljs-string {
  color: #be643c;
}
[theme=base16-bright] .hljs-meta .hljs-keyword, [theme=base16-bright] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-brogrammer] {
  /*!
    Theme: Brogrammer
    Author: Vik Ramanujam (http://github.com/piggyslasher)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-brogrammer] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-brogrammer] code.hljs {
  padding: 3px 5px;
}
[theme=base16-brogrammer] .hljs {
  color: #4e5ab7;
  background: #1f1f1f;
}
[theme=base16-brogrammer] .hljs ::selection, [theme=base16-brogrammer] .hljs::selection {
  background-color: #2dc55e;
  color: #4e5ab7;
}
[theme=base16-brogrammer] .hljs-comment {
  color: #ecba0f;
}
[theme=base16-brogrammer] .hljs-tag {
  color: #2a84d2;
}
[theme=base16-brogrammer] .hljs-operator, [theme=base16-brogrammer] .hljs-punctuation, [theme=base16-brogrammer] .hljs-subst {
  color: #4e5ab7;
}
[theme=base16-brogrammer] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-brogrammer] .hljs-bullet, [theme=base16-brogrammer] .hljs-deletion, [theme=base16-brogrammer] .hljs-name, [theme=base16-brogrammer] .hljs-selector-tag, [theme=base16-brogrammer] .hljs-template-variable, [theme=base16-brogrammer] .hljs-variable {
  color: #d6dbe5;
}
[theme=base16-brogrammer] .hljs-attr, [theme=base16-brogrammer] .hljs-link, [theme=base16-brogrammer] .hljs-literal, [theme=base16-brogrammer] .hljs-number, [theme=base16-brogrammer] .hljs-symbol, [theme=base16-brogrammer] .hljs-variable.constant_ {
  color: #de352e;
}
[theme=base16-brogrammer] .hljs-class .hljs-title, [theme=base16-brogrammer] .hljs-title, [theme=base16-brogrammer] .hljs-title.class_ {
  color: #1dd361;
}
[theme=base16-brogrammer] .hljs-strong {
  font-weight: 700;
  color: #1dd361;
}
[theme=base16-brogrammer] .hljs-addition, [theme=base16-brogrammer] .hljs-code, [theme=base16-brogrammer] .hljs-string, [theme=base16-brogrammer] .hljs-title.class_.inherited__ {
  color: #f3bd09;
}
[theme=base16-brogrammer] .hljs-built_in, [theme=base16-brogrammer] .hljs-doctag, [theme=base16-brogrammer] .hljs-keyword.hljs-atrule, [theme=base16-brogrammer] .hljs-quote, [theme=base16-brogrammer] .hljs-regexp {
  color: #1081d6;
}
[theme=base16-brogrammer] .hljs-attribute, [theme=base16-brogrammer] .hljs-function .hljs-title, [theme=base16-brogrammer] .hljs-section, [theme=base16-brogrammer] .hljs-title.function_, [theme=base16-brogrammer] .ruby .hljs-property {
  color: #5350b9;
}
[theme=base16-brogrammer] .diff .hljs-meta, [theme=base16-brogrammer] .hljs-keyword, [theme=base16-brogrammer] .hljs-template-tag, [theme=base16-brogrammer] .hljs-type {
  color: #0f7ddb;
}
[theme=base16-brogrammer] .hljs-emphasis {
  color: #0f7ddb;
  font-style: italic;
}
[theme=base16-brogrammer] .hljs-meta, [theme=base16-brogrammer] .hljs-meta .hljs-keyword, [theme=base16-brogrammer] .hljs-meta .hljs-string {
  color: #fff;
}
[theme=base16-brogrammer] .hljs-meta .hljs-keyword, [theme=base16-brogrammer] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-brush-trees-dark] {
  /*!
    Theme: Brush Trees Dark
    Author: Abraham White <abelincoln.white@gmail.com>
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-brush-trees-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-brush-trees-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-brush-trees-dark] .hljs {
  color: #b0c5c8;
  background: #485867;
}
[theme=base16-brush-trees-dark] .hljs ::selection, [theme=base16-brush-trees-dark] .hljs::selection {
  background-color: #6d828e;
  color: #b0c5c8;
}
[theme=base16-brush-trees-dark] .hljs-comment {
  color: #8299a1;
}
[theme=base16-brush-trees-dark] .hljs-tag {
  color: #98afb5;
}
[theme=base16-brush-trees-dark] .hljs-operator, [theme=base16-brush-trees-dark] .hljs-punctuation, [theme=base16-brush-trees-dark] .hljs-subst {
  color: #b0c5c8;
}
[theme=base16-brush-trees-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-brush-trees-dark] .hljs-bullet, [theme=base16-brush-trees-dark] .hljs-deletion, [theme=base16-brush-trees-dark] .hljs-name, [theme=base16-brush-trees-dark] .hljs-selector-tag, [theme=base16-brush-trees-dark] .hljs-template-variable, [theme=base16-brush-trees-dark] .hljs-variable {
  color: #b38686;
}
[theme=base16-brush-trees-dark] .hljs-attr, [theme=base16-brush-trees-dark] .hljs-link, [theme=base16-brush-trees-dark] .hljs-literal, [theme=base16-brush-trees-dark] .hljs-number, [theme=base16-brush-trees-dark] .hljs-symbol, [theme=base16-brush-trees-dark] .hljs-variable.constant_ {
  color: #d8bba2;
}
[theme=base16-brush-trees-dark] .hljs-class .hljs-title, [theme=base16-brush-trees-dark] .hljs-title, [theme=base16-brush-trees-dark] .hljs-title.class_ {
  color: #aab386;
}
[theme=base16-brush-trees-dark] .hljs-strong {
  font-weight: 700;
  color: #aab386;
}
[theme=base16-brush-trees-dark] .hljs-addition, [theme=base16-brush-trees-dark] .hljs-code, [theme=base16-brush-trees-dark] .hljs-string, [theme=base16-brush-trees-dark] .hljs-title.class_.inherited__ {
  color: #87b386;
}
[theme=base16-brush-trees-dark] .hljs-built_in, [theme=base16-brush-trees-dark] .hljs-doctag, [theme=base16-brush-trees-dark] .hljs-keyword.hljs-atrule, [theme=base16-brush-trees-dark] .hljs-quote, [theme=base16-brush-trees-dark] .hljs-regexp {
  color: #86b3b3;
}
[theme=base16-brush-trees-dark] .hljs-attribute, [theme=base16-brush-trees-dark] .hljs-function .hljs-title, [theme=base16-brush-trees-dark] .hljs-section, [theme=base16-brush-trees-dark] .hljs-title.function_, [theme=base16-brush-trees-dark] .ruby .hljs-property {
  color: #868cb3;
}
[theme=base16-brush-trees-dark] .diff .hljs-meta, [theme=base16-brush-trees-dark] .hljs-keyword, [theme=base16-brush-trees-dark] .hljs-template-tag, [theme=base16-brush-trees-dark] .hljs-type {
  color: #b386b2;
}
[theme=base16-brush-trees-dark] .hljs-emphasis {
  color: #b386b2;
  font-style: italic;
}
[theme=base16-brush-trees-dark] .hljs-meta, [theme=base16-brush-trees-dark] .hljs-meta .hljs-keyword, [theme=base16-brush-trees-dark] .hljs-meta .hljs-string {
  color: #b39f9f;
}
[theme=base16-brush-trees-dark] .hljs-meta .hljs-keyword, [theme=base16-brush-trees-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-brush-trees] {
  /*!
    Theme: Brush Trees
    Author: Abraham White <abelincoln.white@gmail.com>
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-brush-trees] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-brush-trees] code.hljs {
  padding: 3px 5px;
}
[theme=base16-brush-trees] .hljs {
  color: #6d828e;
  background: #e3efef;
}
[theme=base16-brush-trees] .hljs ::selection, [theme=base16-brush-trees] .hljs::selection {
  background-color: #b0c5c8;
  color: #6d828e;
}
[theme=base16-brush-trees] .hljs-comment {
  color: #98afb5;
}
[theme=base16-brush-trees] .hljs-tag {
  color: #8299a1;
}
[theme=base16-brush-trees] .hljs-operator, [theme=base16-brush-trees] .hljs-punctuation, [theme=base16-brush-trees] .hljs-subst {
  color: #6d828e;
}
[theme=base16-brush-trees] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-brush-trees] .hljs-bullet, [theme=base16-brush-trees] .hljs-deletion, [theme=base16-brush-trees] .hljs-name, [theme=base16-brush-trees] .hljs-selector-tag, [theme=base16-brush-trees] .hljs-template-variable, [theme=base16-brush-trees] .hljs-variable {
  color: #b38686;
}
[theme=base16-brush-trees] .hljs-attr, [theme=base16-brush-trees] .hljs-link, [theme=base16-brush-trees] .hljs-literal, [theme=base16-brush-trees] .hljs-number, [theme=base16-brush-trees] .hljs-symbol, [theme=base16-brush-trees] .hljs-variable.constant_ {
  color: #d8bba2;
}
[theme=base16-brush-trees] .hljs-class .hljs-title, [theme=base16-brush-trees] .hljs-title, [theme=base16-brush-trees] .hljs-title.class_ {
  color: #aab386;
}
[theme=base16-brush-trees] .hljs-strong {
  font-weight: 700;
  color: #aab386;
}
[theme=base16-brush-trees] .hljs-addition, [theme=base16-brush-trees] .hljs-code, [theme=base16-brush-trees] .hljs-string, [theme=base16-brush-trees] .hljs-title.class_.inherited__ {
  color: #87b386;
}
[theme=base16-brush-trees] .hljs-built_in, [theme=base16-brush-trees] .hljs-doctag, [theme=base16-brush-trees] .hljs-keyword.hljs-atrule, [theme=base16-brush-trees] .hljs-quote, [theme=base16-brush-trees] .hljs-regexp {
  color: #86b3b3;
}
[theme=base16-brush-trees] .hljs-attribute, [theme=base16-brush-trees] .hljs-function .hljs-title, [theme=base16-brush-trees] .hljs-section, [theme=base16-brush-trees] .hljs-title.function_, [theme=base16-brush-trees] .ruby .hljs-property {
  color: #868cb3;
}
[theme=base16-brush-trees] .diff .hljs-meta, [theme=base16-brush-trees] .hljs-keyword, [theme=base16-brush-trees] .hljs-template-tag, [theme=base16-brush-trees] .hljs-type {
  color: #b386b2;
}
[theme=base16-brush-trees] .hljs-emphasis {
  color: #b386b2;
  font-style: italic;
}
[theme=base16-brush-trees] .hljs-meta, [theme=base16-brush-trees] .hljs-meta .hljs-keyword, [theme=base16-brush-trees] .hljs-meta .hljs-string {
  color: #b39f9f;
}
[theme=base16-brush-trees] .hljs-meta .hljs-keyword, [theme=base16-brush-trees] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-chalk] {
  /*!
    Theme: Chalk
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-chalk] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-chalk] code.hljs {
  padding: 3px 5px;
}
[theme=base16-chalk] .hljs {
  color: #d0d0d0;
  background: #151515;
}
[theme=base16-chalk] .hljs ::selection, [theme=base16-chalk] .hljs::selection {
  background-color: #303030;
  color: #d0d0d0;
}
[theme=base16-chalk] .hljs-comment {
  color: #505050;
}
[theme=base16-chalk] .hljs-tag {
  color: #b0b0b0;
}
[theme=base16-chalk] .hljs-operator, [theme=base16-chalk] .hljs-punctuation, [theme=base16-chalk] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-chalk] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-chalk] .hljs-bullet, [theme=base16-chalk] .hljs-deletion, [theme=base16-chalk] .hljs-name, [theme=base16-chalk] .hljs-selector-tag, [theme=base16-chalk] .hljs-template-variable, [theme=base16-chalk] .hljs-variable {
  color: #fb9fb1;
}
[theme=base16-chalk] .hljs-attr, [theme=base16-chalk] .hljs-link, [theme=base16-chalk] .hljs-literal, [theme=base16-chalk] .hljs-number, [theme=base16-chalk] .hljs-symbol, [theme=base16-chalk] .hljs-variable.constant_ {
  color: #eda987;
}
[theme=base16-chalk] .hljs-class .hljs-title, [theme=base16-chalk] .hljs-title, [theme=base16-chalk] .hljs-title.class_ {
  color: #ddb26f;
}
[theme=base16-chalk] .hljs-strong {
  font-weight: 700;
  color: #ddb26f;
}
[theme=base16-chalk] .hljs-addition, [theme=base16-chalk] .hljs-code, [theme=base16-chalk] .hljs-string, [theme=base16-chalk] .hljs-title.class_.inherited__ {
  color: #acc267;
}
[theme=base16-chalk] .hljs-built_in, [theme=base16-chalk] .hljs-doctag, [theme=base16-chalk] .hljs-keyword.hljs-atrule, [theme=base16-chalk] .hljs-quote, [theme=base16-chalk] .hljs-regexp {
  color: #12cfc0;
}
[theme=base16-chalk] .hljs-attribute, [theme=base16-chalk] .hljs-function .hljs-title, [theme=base16-chalk] .hljs-section, [theme=base16-chalk] .hljs-title.function_, [theme=base16-chalk] .ruby .hljs-property {
  color: #6fc2ef;
}
[theme=base16-chalk] .diff .hljs-meta, [theme=base16-chalk] .hljs-keyword, [theme=base16-chalk] .hljs-template-tag, [theme=base16-chalk] .hljs-type {
  color: #e1a3ee;
}
[theme=base16-chalk] .hljs-emphasis {
  color: #e1a3ee;
  font-style: italic;
}
[theme=base16-chalk] .hljs-meta, [theme=base16-chalk] .hljs-meta .hljs-keyword, [theme=base16-chalk] .hljs-meta .hljs-string {
  color: #deaf8f;
}
[theme=base16-chalk] .hljs-meta .hljs-keyword, [theme=base16-chalk] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-circus] {
  /*!
    Theme: Circus
    Author: Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-circus] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-circus] code.hljs {
  padding: 3px 5px;
}
[theme=base16-circus] .hljs {
  color: #a7a7a7;
  background: #191919;
}
[theme=base16-circus] .hljs ::selection, [theme=base16-circus] .hljs::selection {
  background-color: #303030;
  color: #a7a7a7;
}
[theme=base16-circus] .hljs-comment {
  color: #5f5a60;
}
[theme=base16-circus] .hljs-tag {
  color: #505050;
}
[theme=base16-circus] .hljs-operator, [theme=base16-circus] .hljs-punctuation, [theme=base16-circus] .hljs-subst {
  color: #a7a7a7;
}
[theme=base16-circus] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-circus] .hljs-bullet, [theme=base16-circus] .hljs-deletion, [theme=base16-circus] .hljs-name, [theme=base16-circus] .hljs-selector-tag, [theme=base16-circus] .hljs-template-variable, [theme=base16-circus] .hljs-variable {
  color: #dc657d;
}
[theme=base16-circus] .hljs-attr, [theme=base16-circus] .hljs-link, [theme=base16-circus] .hljs-literal, [theme=base16-circus] .hljs-number, [theme=base16-circus] .hljs-symbol, [theme=base16-circus] .hljs-variable.constant_ {
  color: #4bb1a7;
}
[theme=base16-circus] .hljs-class .hljs-title, [theme=base16-circus] .hljs-title, [theme=base16-circus] .hljs-title.class_ {
  color: #c3ba63;
}
[theme=base16-circus] .hljs-strong {
  font-weight: 700;
  color: #c3ba63;
}
[theme=base16-circus] .hljs-addition, [theme=base16-circus] .hljs-code, [theme=base16-circus] .hljs-string, [theme=base16-circus] .hljs-title.class_.inherited__ {
  color: #84b97c;
}
[theme=base16-circus] .hljs-built_in, [theme=base16-circus] .hljs-doctag, [theme=base16-circus] .hljs-keyword.hljs-atrule, [theme=base16-circus] .hljs-quote, [theme=base16-circus] .hljs-regexp {
  color: #4bb1a7;
}
[theme=base16-circus] .hljs-attribute, [theme=base16-circus] .hljs-function .hljs-title, [theme=base16-circus] .hljs-section, [theme=base16-circus] .hljs-title.function_, [theme=base16-circus] .ruby .hljs-property {
  color: #639ee4;
}
[theme=base16-circus] .diff .hljs-meta, [theme=base16-circus] .hljs-keyword, [theme=base16-circus] .hljs-template-tag, [theme=base16-circus] .hljs-type {
  color: #b888e2;
}
[theme=base16-circus] .hljs-emphasis {
  color: #b888e2;
  font-style: italic;
}
[theme=base16-circus] .hljs-meta, [theme=base16-circus] .hljs-meta .hljs-keyword, [theme=base16-circus] .hljs-meta .hljs-string {
  color: #b888e2;
}
[theme=base16-circus] .hljs-meta .hljs-keyword, [theme=base16-circus] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-classic-dark] {
  /*!
    Theme: Classic Dark
    Author: Jason Heeris (http://heeris.id.au)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-classic-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-classic-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-classic-dark] .hljs {
  color: #d0d0d0;
  background: #151515;
}
[theme=base16-classic-dark] .hljs ::selection, [theme=base16-classic-dark] .hljs::selection {
  background-color: #303030;
  color: #d0d0d0;
}
[theme=base16-classic-dark] .hljs-comment {
  color: #505050;
}
[theme=base16-classic-dark] .hljs-tag {
  color: #b0b0b0;
}
[theme=base16-classic-dark] .hljs-operator, [theme=base16-classic-dark] .hljs-punctuation, [theme=base16-classic-dark] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-classic-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-classic-dark] .hljs-bullet, [theme=base16-classic-dark] .hljs-deletion, [theme=base16-classic-dark] .hljs-name, [theme=base16-classic-dark] .hljs-selector-tag, [theme=base16-classic-dark] .hljs-template-variable, [theme=base16-classic-dark] .hljs-variable {
  color: #ac4142;
}
[theme=base16-classic-dark] .hljs-attr, [theme=base16-classic-dark] .hljs-link, [theme=base16-classic-dark] .hljs-literal, [theme=base16-classic-dark] .hljs-number, [theme=base16-classic-dark] .hljs-symbol, [theme=base16-classic-dark] .hljs-variable.constant_ {
  color: #d28445;
}
[theme=base16-classic-dark] .hljs-class .hljs-title, [theme=base16-classic-dark] .hljs-title, [theme=base16-classic-dark] .hljs-title.class_ {
  color: #f4bf75;
}
[theme=base16-classic-dark] .hljs-strong {
  font-weight: 700;
  color: #f4bf75;
}
[theme=base16-classic-dark] .hljs-addition, [theme=base16-classic-dark] .hljs-code, [theme=base16-classic-dark] .hljs-string, [theme=base16-classic-dark] .hljs-title.class_.inherited__ {
  color: #90a959;
}
[theme=base16-classic-dark] .hljs-built_in, [theme=base16-classic-dark] .hljs-doctag, [theme=base16-classic-dark] .hljs-keyword.hljs-atrule, [theme=base16-classic-dark] .hljs-quote, [theme=base16-classic-dark] .hljs-regexp {
  color: #75b5aa;
}
[theme=base16-classic-dark] .hljs-attribute, [theme=base16-classic-dark] .hljs-function .hljs-title, [theme=base16-classic-dark] .hljs-section, [theme=base16-classic-dark] .hljs-title.function_, [theme=base16-classic-dark] .ruby .hljs-property {
  color: #6a9fb5;
}
[theme=base16-classic-dark] .diff .hljs-meta, [theme=base16-classic-dark] .hljs-keyword, [theme=base16-classic-dark] .hljs-template-tag, [theme=base16-classic-dark] .hljs-type {
  color: #aa759f;
}
[theme=base16-classic-dark] .hljs-emphasis {
  color: #aa759f;
  font-style: italic;
}
[theme=base16-classic-dark] .hljs-meta, [theme=base16-classic-dark] .hljs-meta .hljs-keyword, [theme=base16-classic-dark] .hljs-meta .hljs-string {
  color: #8f5536;
}
[theme=base16-classic-dark] .hljs-meta .hljs-keyword, [theme=base16-classic-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-classic-light] {
  /*!
    Theme: Classic Light
    Author: Jason Heeris (http://heeris.id.au)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-classic-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-classic-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-classic-light] .hljs {
  color: #303030;
  background: #f5f5f5;
}
[theme=base16-classic-light] .hljs ::selection, [theme=base16-classic-light] .hljs::selection {
  background-color: #d0d0d0;
  color: #303030;
}
[theme=base16-classic-light] .hljs-comment {
  color: #b0b0b0;
}
[theme=base16-classic-light] .hljs-tag {
  color: #505050;
}
[theme=base16-classic-light] .hljs-operator, [theme=base16-classic-light] .hljs-punctuation, [theme=base16-classic-light] .hljs-subst {
  color: #303030;
}
[theme=base16-classic-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-classic-light] .hljs-bullet, [theme=base16-classic-light] .hljs-deletion, [theme=base16-classic-light] .hljs-name, [theme=base16-classic-light] .hljs-selector-tag, [theme=base16-classic-light] .hljs-template-variable, [theme=base16-classic-light] .hljs-variable {
  color: #ac4142;
}
[theme=base16-classic-light] .hljs-attr, [theme=base16-classic-light] .hljs-link, [theme=base16-classic-light] .hljs-literal, [theme=base16-classic-light] .hljs-number, [theme=base16-classic-light] .hljs-symbol, [theme=base16-classic-light] .hljs-variable.constant_ {
  color: #d28445;
}
[theme=base16-classic-light] .hljs-class .hljs-title, [theme=base16-classic-light] .hljs-title, [theme=base16-classic-light] .hljs-title.class_ {
  color: #f4bf75;
}
[theme=base16-classic-light] .hljs-strong {
  font-weight: 700;
  color: #f4bf75;
}
[theme=base16-classic-light] .hljs-addition, [theme=base16-classic-light] .hljs-code, [theme=base16-classic-light] .hljs-string, [theme=base16-classic-light] .hljs-title.class_.inherited__ {
  color: #90a959;
}
[theme=base16-classic-light] .hljs-built_in, [theme=base16-classic-light] .hljs-doctag, [theme=base16-classic-light] .hljs-keyword.hljs-atrule, [theme=base16-classic-light] .hljs-quote, [theme=base16-classic-light] .hljs-regexp {
  color: #75b5aa;
}
[theme=base16-classic-light] .hljs-attribute, [theme=base16-classic-light] .hljs-function .hljs-title, [theme=base16-classic-light] .hljs-section, [theme=base16-classic-light] .hljs-title.function_, [theme=base16-classic-light] .ruby .hljs-property {
  color: #6a9fb5;
}
[theme=base16-classic-light] .diff .hljs-meta, [theme=base16-classic-light] .hljs-keyword, [theme=base16-classic-light] .hljs-template-tag, [theme=base16-classic-light] .hljs-type {
  color: #aa759f;
}
[theme=base16-classic-light] .hljs-emphasis {
  color: #aa759f;
  font-style: italic;
}
[theme=base16-classic-light] .hljs-meta, [theme=base16-classic-light] .hljs-meta .hljs-keyword, [theme=base16-classic-light] .hljs-meta .hljs-string {
  color: #8f5536;
}
[theme=base16-classic-light] .hljs-meta .hljs-keyword, [theme=base16-classic-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-codeschool] {
  /*!
    Theme: Codeschool
    Author: blockloop
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-codeschool] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-codeschool] code.hljs {
  padding: 3px 5px;
}
[theme=base16-codeschool] .hljs {
  color: #9ea7a6;
  background: #232c31;
}
[theme=base16-codeschool] .hljs ::selection, [theme=base16-codeschool] .hljs::selection {
  background-color: #2a343a;
  color: #9ea7a6;
}
[theme=base16-codeschool] .hljs-comment {
  color: #3f4944;
}
[theme=base16-codeschool] .hljs-tag {
  color: #84898c;
}
[theme=base16-codeschool] .hljs-operator, [theme=base16-codeschool] .hljs-punctuation, [theme=base16-codeschool] .hljs-subst {
  color: #9ea7a6;
}
[theme=base16-codeschool] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-codeschool] .hljs-bullet, [theme=base16-codeschool] .hljs-deletion, [theme=base16-codeschool] .hljs-name, [theme=base16-codeschool] .hljs-selector-tag, [theme=base16-codeschool] .hljs-template-variable, [theme=base16-codeschool] .hljs-variable {
  color: #2a5491;
}
[theme=base16-codeschool] .hljs-attr, [theme=base16-codeschool] .hljs-link, [theme=base16-codeschool] .hljs-literal, [theme=base16-codeschool] .hljs-number, [theme=base16-codeschool] .hljs-symbol, [theme=base16-codeschool] .hljs-variable.constant_ {
  color: #43820d;
}
[theme=base16-codeschool] .hljs-class .hljs-title, [theme=base16-codeschool] .hljs-title, [theme=base16-codeschool] .hljs-title.class_ {
  color: #a03b1e;
}
[theme=base16-codeschool] .hljs-strong {
  font-weight: 700;
  color: #a03b1e;
}
[theme=base16-codeschool] .hljs-addition, [theme=base16-codeschool] .hljs-code, [theme=base16-codeschool] .hljs-string, [theme=base16-codeschool] .hljs-title.class_.inherited__ {
  color: #237986;
}
[theme=base16-codeschool] .hljs-built_in, [theme=base16-codeschool] .hljs-doctag, [theme=base16-codeschool] .hljs-keyword.hljs-atrule, [theme=base16-codeschool] .hljs-quote, [theme=base16-codeschool] .hljs-regexp {
  color: #b02f30;
}
[theme=base16-codeschool] .hljs-attribute, [theme=base16-codeschool] .hljs-function .hljs-title, [theme=base16-codeschool] .hljs-section, [theme=base16-codeschool] .hljs-title.function_, [theme=base16-codeschool] .ruby .hljs-property {
  color: #484d79;
}
[theme=base16-codeschool] .diff .hljs-meta, [theme=base16-codeschool] .hljs-keyword, [theme=base16-codeschool] .hljs-template-tag, [theme=base16-codeschool] .hljs-type {
  color: #c59820;
}
[theme=base16-codeschool] .hljs-emphasis {
  color: #c59820;
  font-style: italic;
}
[theme=base16-codeschool] .hljs-meta, [theme=base16-codeschool] .hljs-meta .hljs-keyword, [theme=base16-codeschool] .hljs-meta .hljs-string {
  color: #c98344;
}
[theme=base16-codeschool] .hljs-meta .hljs-keyword, [theme=base16-codeschool] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-colors] {
  /*!
    Theme: Colors
    Author: mrmrs (http://clrs.cc)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-colors] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-colors] code.hljs {
  padding: 3px 5px;
}
[theme=base16-colors] .hljs {
  color: #bbb;
  background: #111;
}
[theme=base16-colors] .hljs ::selection, [theme=base16-colors] .hljs::selection {
  background-color: #555;
  color: #bbb;
}
[theme=base16-colors] .hljs-comment {
  color: #777;
}
[theme=base16-colors] .hljs-tag {
  color: #999;
}
[theme=base16-colors] .hljs-operator, [theme=base16-colors] .hljs-punctuation, [theme=base16-colors] .hljs-subst {
  color: #bbb;
}
[theme=base16-colors] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-colors] .hljs-bullet, [theme=base16-colors] .hljs-deletion, [theme=base16-colors] .hljs-name, [theme=base16-colors] .hljs-selector-tag, [theme=base16-colors] .hljs-template-variable, [theme=base16-colors] .hljs-variable {
  color: #ff4136;
}
[theme=base16-colors] .hljs-attr, [theme=base16-colors] .hljs-link, [theme=base16-colors] .hljs-literal, [theme=base16-colors] .hljs-number, [theme=base16-colors] .hljs-symbol, [theme=base16-colors] .hljs-variable.constant_ {
  color: #ff851b;
}
[theme=base16-colors] .hljs-class .hljs-title, [theme=base16-colors] .hljs-title, [theme=base16-colors] .hljs-title.class_ {
  color: #ffdc00;
}
[theme=base16-colors] .hljs-strong {
  font-weight: 700;
  color: #ffdc00;
}
[theme=base16-colors] .hljs-addition, [theme=base16-colors] .hljs-code, [theme=base16-colors] .hljs-string, [theme=base16-colors] .hljs-title.class_.inherited__ {
  color: #2ecc40;
}
[theme=base16-colors] .hljs-built_in, [theme=base16-colors] .hljs-doctag, [theme=base16-colors] .hljs-keyword.hljs-atrule, [theme=base16-colors] .hljs-quote, [theme=base16-colors] .hljs-regexp {
  color: #7fdbff;
}
[theme=base16-colors] .hljs-attribute, [theme=base16-colors] .hljs-function .hljs-title, [theme=base16-colors] .hljs-section, [theme=base16-colors] .hljs-title.function_, [theme=base16-colors] .ruby .hljs-property {
  color: #0074d9;
}
[theme=base16-colors] .diff .hljs-meta, [theme=base16-colors] .hljs-keyword, [theme=base16-colors] .hljs-template-tag, [theme=base16-colors] .hljs-type {
  color: #b10dc9;
}
[theme=base16-colors] .hljs-emphasis {
  color: #b10dc9;
  font-style: italic;
}
[theme=base16-colors] .hljs-meta, [theme=base16-colors] .hljs-meta .hljs-keyword, [theme=base16-colors] .hljs-meta .hljs-string {
  color: #85144b;
}
[theme=base16-colors] .hljs-meta .hljs-keyword, [theme=base16-colors] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-cupcake] {
  /*!
    Theme: Cupcake
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-cupcake] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-cupcake] code.hljs {
  padding: 3px 5px;
}
[theme=base16-cupcake] .hljs {
  color: #8b8198;
  background: #fbf1f2;
}
[theme=base16-cupcake] .hljs ::selection, [theme=base16-cupcake] .hljs::selection {
  background-color: #d8d5dd;
  color: #8b8198;
}
[theme=base16-cupcake] .hljs-comment {
  color: #bfb9c6;
}
[theme=base16-cupcake] .hljs-tag {
  color: #a59daf;
}
[theme=base16-cupcake] .hljs-operator, [theme=base16-cupcake] .hljs-punctuation, [theme=base16-cupcake] .hljs-subst {
  color: #8b8198;
}
[theme=base16-cupcake] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-cupcake] .hljs-bullet, [theme=base16-cupcake] .hljs-deletion, [theme=base16-cupcake] .hljs-name, [theme=base16-cupcake] .hljs-selector-tag, [theme=base16-cupcake] .hljs-template-variable, [theme=base16-cupcake] .hljs-variable {
  color: #d57e85;
}
[theme=base16-cupcake] .hljs-attr, [theme=base16-cupcake] .hljs-link, [theme=base16-cupcake] .hljs-literal, [theme=base16-cupcake] .hljs-number, [theme=base16-cupcake] .hljs-symbol, [theme=base16-cupcake] .hljs-variable.constant_ {
  color: #ebb790;
}
[theme=base16-cupcake] .hljs-class .hljs-title, [theme=base16-cupcake] .hljs-title, [theme=base16-cupcake] .hljs-title.class_ {
  color: #dcb16c;
}
[theme=base16-cupcake] .hljs-strong {
  font-weight: 700;
  color: #dcb16c;
}
[theme=base16-cupcake] .hljs-addition, [theme=base16-cupcake] .hljs-code, [theme=base16-cupcake] .hljs-string, [theme=base16-cupcake] .hljs-title.class_.inherited__ {
  color: #a3b367;
}
[theme=base16-cupcake] .hljs-built_in, [theme=base16-cupcake] .hljs-doctag, [theme=base16-cupcake] .hljs-keyword.hljs-atrule, [theme=base16-cupcake] .hljs-quote, [theme=base16-cupcake] .hljs-regexp {
  color: #69a9a7;
}
[theme=base16-cupcake] .hljs-attribute, [theme=base16-cupcake] .hljs-function .hljs-title, [theme=base16-cupcake] .hljs-section, [theme=base16-cupcake] .hljs-title.function_, [theme=base16-cupcake] .ruby .hljs-property {
  color: #7297b9;
}
[theme=base16-cupcake] .diff .hljs-meta, [theme=base16-cupcake] .hljs-keyword, [theme=base16-cupcake] .hljs-template-tag, [theme=base16-cupcake] .hljs-type {
  color: #bb99b4;
}
[theme=base16-cupcake] .hljs-emphasis {
  color: #bb99b4;
  font-style: italic;
}
[theme=base16-cupcake] .hljs-meta, [theme=base16-cupcake] .hljs-meta .hljs-keyword, [theme=base16-cupcake] .hljs-meta .hljs-string {
  color: #baa58c;
}
[theme=base16-cupcake] .hljs-meta .hljs-keyword, [theme=base16-cupcake] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-cupertino] {
  /*!
    Theme: Cupertino
    Author: Defman21
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-cupertino] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-cupertino] code.hljs {
  padding: 3px 5px;
}
[theme=base16-cupertino] .hljs {
  color: #404040;
  background: #fff;
}
[theme=base16-cupertino] .hljs ::selection, [theme=base16-cupertino] .hljs::selection {
  background-color: silver;
  color: #404040;
}
[theme=base16-cupertino] .hljs-comment, [theme=base16-cupertino] .hljs-tag {
  color: grey;
}
[theme=base16-cupertino] .hljs-operator, [theme=base16-cupertino] .hljs-punctuation, [theme=base16-cupertino] .hljs-subst {
  color: #404040;
}
[theme=base16-cupertino] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-cupertino] .hljs-bullet, [theme=base16-cupertino] .hljs-deletion, [theme=base16-cupertino] .hljs-name, [theme=base16-cupertino] .hljs-selector-tag, [theme=base16-cupertino] .hljs-template-variable, [theme=base16-cupertino] .hljs-variable {
  color: #c41a15;
}
[theme=base16-cupertino] .hljs-attr, [theme=base16-cupertino] .hljs-link, [theme=base16-cupertino] .hljs-literal, [theme=base16-cupertino] .hljs-number, [theme=base16-cupertino] .hljs-symbol, [theme=base16-cupertino] .hljs-variable.constant_ {
  color: #eb8500;
}
[theme=base16-cupertino] .hljs-class .hljs-title, [theme=base16-cupertino] .hljs-title, [theme=base16-cupertino] .hljs-title.class_ {
  color: #826b28;
}
[theme=base16-cupertino] .hljs-strong {
  font-weight: 700;
  color: #826b28;
}
[theme=base16-cupertino] .hljs-addition, [theme=base16-cupertino] .hljs-code, [theme=base16-cupertino] .hljs-string, [theme=base16-cupertino] .hljs-title.class_.inherited__ {
  color: #007400;
}
[theme=base16-cupertino] .hljs-built_in, [theme=base16-cupertino] .hljs-doctag, [theme=base16-cupertino] .hljs-keyword.hljs-atrule, [theme=base16-cupertino] .hljs-quote, [theme=base16-cupertino] .hljs-regexp {
  color: #318495;
}
[theme=base16-cupertino] .hljs-attribute, [theme=base16-cupertino] .hljs-function .hljs-title, [theme=base16-cupertino] .hljs-section, [theme=base16-cupertino] .hljs-title.function_, [theme=base16-cupertino] .ruby .hljs-property {
  color: #00f;
}
[theme=base16-cupertino] .diff .hljs-meta, [theme=base16-cupertino] .hljs-keyword, [theme=base16-cupertino] .hljs-template-tag, [theme=base16-cupertino] .hljs-type {
  color: #a90d91;
}
[theme=base16-cupertino] .hljs-emphasis {
  color: #a90d91;
  font-style: italic;
}
[theme=base16-cupertino] .hljs-meta, [theme=base16-cupertino] .hljs-meta .hljs-keyword, [theme=base16-cupertino] .hljs-meta .hljs-string {
  color: #826b28;
}
[theme=base16-cupertino] .hljs-meta .hljs-keyword, [theme=base16-cupertino] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-danqing] {
  /*!
    Theme: DanQing
    Author: Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-danqing] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-danqing] code.hljs {
  padding: 3px 5px;
}
[theme=base16-danqing] .hljs {
  color: #e0f0ef;
  background: #2d302f;
}
[theme=base16-danqing] .hljs ::selection, [theme=base16-danqing] .hljs::selection {
  background-color: #5a605d;
  color: #e0f0ef;
}
[theme=base16-danqing] .hljs-comment {
  color: #9da8a3;
}
[theme=base16-danqing] .hljs-tag {
  color: #cad8d2;
}
[theme=base16-danqing] .hljs-operator, [theme=base16-danqing] .hljs-punctuation, [theme=base16-danqing] .hljs-subst {
  color: #e0f0ef;
}
[theme=base16-danqing] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-danqing] .hljs-bullet, [theme=base16-danqing] .hljs-deletion, [theme=base16-danqing] .hljs-name, [theme=base16-danqing] .hljs-selector-tag, [theme=base16-danqing] .hljs-template-variable, [theme=base16-danqing] .hljs-variable {
  color: #f9906f;
}
[theme=base16-danqing] .hljs-attr, [theme=base16-danqing] .hljs-link, [theme=base16-danqing] .hljs-literal, [theme=base16-danqing] .hljs-number, [theme=base16-danqing] .hljs-symbol, [theme=base16-danqing] .hljs-variable.constant_ {
  color: #b38a61;
}
[theme=base16-danqing] .hljs-class .hljs-title, [theme=base16-danqing] .hljs-title, [theme=base16-danqing] .hljs-title.class_ {
  color: #f0c239;
}
[theme=base16-danqing] .hljs-strong {
  font-weight: 700;
  color: #f0c239;
}
[theme=base16-danqing] .hljs-addition, [theme=base16-danqing] .hljs-code, [theme=base16-danqing] .hljs-string, [theme=base16-danqing] .hljs-title.class_.inherited__ {
  color: #8ab361;
}
[theme=base16-danqing] .hljs-built_in, [theme=base16-danqing] .hljs-doctag, [theme=base16-danqing] .hljs-keyword.hljs-atrule, [theme=base16-danqing] .hljs-quote, [theme=base16-danqing] .hljs-regexp {
  color: #30dff3;
}
[theme=base16-danqing] .hljs-attribute, [theme=base16-danqing] .hljs-function .hljs-title, [theme=base16-danqing] .hljs-section, [theme=base16-danqing] .hljs-title.function_, [theme=base16-danqing] .ruby .hljs-property {
  color: #b0a4e3;
}
[theme=base16-danqing] .diff .hljs-meta, [theme=base16-danqing] .hljs-keyword, [theme=base16-danqing] .hljs-template-tag, [theme=base16-danqing] .hljs-type {
  color: #cca4e3;
}
[theme=base16-danqing] .hljs-emphasis {
  color: #cca4e3;
  font-style: italic;
}
[theme=base16-danqing] .hljs-meta, [theme=base16-danqing] .hljs-meta .hljs-keyword, [theme=base16-danqing] .hljs-meta .hljs-string {
  color: #ca6924;
}
[theme=base16-danqing] .hljs-meta .hljs-keyword, [theme=base16-danqing] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-darcula] {
  /*!
    Theme: Darcula
    Author: jetbrains
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-darcula] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-darcula] code.hljs {
  padding: 3px 5px;
}
[theme=base16-darcula] .hljs {
  color: #a9b7c6;
  background: #2b2b2b;
}
[theme=base16-darcula] .hljs ::selection, [theme=base16-darcula] .hljs::selection {
  background-color: #323232;
  color: #a9b7c6;
}
[theme=base16-darcula] .hljs-comment {
  color: #606366;
}
[theme=base16-darcula] .hljs-tag {
  color: #a4a3a3;
}
[theme=base16-darcula] .hljs-operator, [theme=base16-darcula] .hljs-punctuation, [theme=base16-darcula] .hljs-subst {
  color: #a9b7c6;
}
[theme=base16-darcula] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-darcula] .hljs-bullet, [theme=base16-darcula] .hljs-deletion, [theme=base16-darcula] .hljs-name, [theme=base16-darcula] .hljs-selector-tag, [theme=base16-darcula] .hljs-template-variable, [theme=base16-darcula] .hljs-variable {
  color: #4eade5;
}
[theme=base16-darcula] .hljs-attr, [theme=base16-darcula] .hljs-link, [theme=base16-darcula] .hljs-literal, [theme=base16-darcula] .hljs-number, [theme=base16-darcula] .hljs-symbol, [theme=base16-darcula] .hljs-variable.constant_ {
  color: #689757;
}
[theme=base16-darcula] .hljs-class .hljs-title, [theme=base16-darcula] .hljs-title, [theme=base16-darcula] .hljs-title.class_ {
  color: #bbb529;
}
[theme=base16-darcula] .hljs-strong {
  font-weight: 700;
  color: #bbb529;
}
[theme=base16-darcula] .hljs-addition, [theme=base16-darcula] .hljs-code, [theme=base16-darcula] .hljs-string, [theme=base16-darcula] .hljs-title.class_.inherited__ {
  color: #6a8759;
}
[theme=base16-darcula] .hljs-built_in, [theme=base16-darcula] .hljs-doctag, [theme=base16-darcula] .hljs-keyword.hljs-atrule, [theme=base16-darcula] .hljs-quote, [theme=base16-darcula] .hljs-regexp {
  color: #629755;
}
[theme=base16-darcula] .hljs-attribute, [theme=base16-darcula] .hljs-function .hljs-title, [theme=base16-darcula] .hljs-section, [theme=base16-darcula] .hljs-title.function_, [theme=base16-darcula] .ruby .hljs-property {
  color: #9876aa;
}
[theme=base16-darcula] .diff .hljs-meta, [theme=base16-darcula] .hljs-keyword, [theme=base16-darcula] .hljs-template-tag, [theme=base16-darcula] .hljs-type {
  color: #cc7832;
}
[theme=base16-darcula] .hljs-emphasis {
  color: #cc7832;
  font-style: italic;
}
[theme=base16-darcula] .hljs-meta, [theme=base16-darcula] .hljs-meta .hljs-keyword, [theme=base16-darcula] .hljs-meta .hljs-string {
  color: grey;
}
[theme=base16-darcula] .hljs-meta .hljs-keyword, [theme=base16-darcula] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-dark-violet] {
  /*!
    Theme: Dark Violet
    Author: ruler501 (https://github.com/ruler501/base16-darkviolet)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-dark-violet] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-dark-violet] code.hljs {
  padding: 3px 5px;
}
[theme=base16-dark-violet] .hljs {
  color: #b08ae6;
  background: #000;
}
[theme=base16-dark-violet] .hljs ::selection, [theme=base16-dark-violet] .hljs::selection {
  background-color: #432d59;
  color: #b08ae6;
}
[theme=base16-dark-violet] .hljs-comment {
  color: #593380;
}
[theme=base16-dark-violet] .hljs-tag {
  color: #0f0;
}
[theme=base16-dark-violet] .hljs-operator, [theme=base16-dark-violet] .hljs-punctuation, [theme=base16-dark-violet] .hljs-subst {
  color: #b08ae6;
}
[theme=base16-dark-violet] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-dark-violet] .hljs-bullet, [theme=base16-dark-violet] .hljs-deletion, [theme=base16-dark-violet] .hljs-name, [theme=base16-dark-violet] .hljs-selector-tag, [theme=base16-dark-violet] .hljs-template-variable, [theme=base16-dark-violet] .hljs-variable {
  color: #a82ee6;
}
[theme=base16-dark-violet] .hljs-attr, [theme=base16-dark-violet] .hljs-link, [theme=base16-dark-violet] .hljs-literal, [theme=base16-dark-violet] .hljs-number, [theme=base16-dark-violet] .hljs-symbol, [theme=base16-dark-violet] .hljs-variable.constant_ {
  color: #b6c;
}
[theme=base16-dark-violet] .hljs-class .hljs-title, [theme=base16-dark-violet] .hljs-title, [theme=base16-dark-violet] .hljs-title.class_ {
  color: #f29df2;
}
[theme=base16-dark-violet] .hljs-strong {
  font-weight: 700;
  color: #f29df2;
}
[theme=base16-dark-violet] .hljs-addition, [theme=base16-dark-violet] .hljs-code, [theme=base16-dark-violet] .hljs-string, [theme=base16-dark-violet] .hljs-title.class_.inherited__ {
  color: #4595e6;
}
[theme=base16-dark-violet] .hljs-built_in, [theme=base16-dark-violet] .hljs-doctag, [theme=base16-dark-violet] .hljs-keyword.hljs-atrule, [theme=base16-dark-violet] .hljs-quote, [theme=base16-dark-violet] .hljs-regexp {
  color: #40dfff;
}
[theme=base16-dark-violet] .hljs-attribute, [theme=base16-dark-violet] .hljs-function .hljs-title, [theme=base16-dark-violet] .hljs-section, [theme=base16-dark-violet] .hljs-title.function_, [theme=base16-dark-violet] .ruby .hljs-property {
  color: #4136d9;
}
[theme=base16-dark-violet] .diff .hljs-meta, [theme=base16-dark-violet] .hljs-keyword, [theme=base16-dark-violet] .hljs-template-tag, [theme=base16-dark-violet] .hljs-type {
  color: #7e5ce6;
}
[theme=base16-dark-violet] .hljs-emphasis {
  color: #7e5ce6;
  font-style: italic;
}
[theme=base16-dark-violet] .hljs-meta, [theme=base16-dark-violet] .hljs-meta .hljs-keyword, [theme=base16-dark-violet] .hljs-meta .hljs-string {
  color: #a886bf;
}
[theme=base16-dark-violet] .hljs-meta .hljs-keyword, [theme=base16-dark-violet] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-darkmoss] {
  /*!
    Theme: darkmoss
    Author: Gabriel Avanzi (https://github.com/avanzzzi)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-darkmoss] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-darkmoss] code.hljs {
  padding: 3px 5px;
}
[theme=base16-darkmoss] .hljs {
  color: #c7c7a5;
  background: #171e1f;
}
[theme=base16-darkmoss] .hljs ::selection, [theme=base16-darkmoss] .hljs::selection {
  background-color: #373c3d;
  color: #c7c7a5;
}
[theme=base16-darkmoss] .hljs-comment {
  color: #555e5f;
}
[theme=base16-darkmoss] .hljs-tag {
  color: #818f80;
}
[theme=base16-darkmoss] .hljs-operator, [theme=base16-darkmoss] .hljs-punctuation, [theme=base16-darkmoss] .hljs-subst {
  color: #c7c7a5;
}
[theme=base16-darkmoss] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-darkmoss] .hljs-bullet, [theme=base16-darkmoss] .hljs-deletion, [theme=base16-darkmoss] .hljs-name, [theme=base16-darkmoss] .hljs-selector-tag, [theme=base16-darkmoss] .hljs-template-variable, [theme=base16-darkmoss] .hljs-variable {
  color: #ff4658;
}
[theme=base16-darkmoss] .hljs-attr, [theme=base16-darkmoss] .hljs-link, [theme=base16-darkmoss] .hljs-literal, [theme=base16-darkmoss] .hljs-number, [theme=base16-darkmoss] .hljs-symbol, [theme=base16-darkmoss] .hljs-variable.constant_ {
  color: #e6db74;
}
[theme=base16-darkmoss] .hljs-class .hljs-title, [theme=base16-darkmoss] .hljs-title, [theme=base16-darkmoss] .hljs-title.class_ {
  color: #fdb11f;
}
[theme=base16-darkmoss] .hljs-strong {
  font-weight: 700;
  color: #fdb11f;
}
[theme=base16-darkmoss] .hljs-addition, [theme=base16-darkmoss] .hljs-code, [theme=base16-darkmoss] .hljs-string, [theme=base16-darkmoss] .hljs-title.class_.inherited__ {
  color: #499180;
}
[theme=base16-darkmoss] .hljs-built_in, [theme=base16-darkmoss] .hljs-doctag, [theme=base16-darkmoss] .hljs-keyword.hljs-atrule, [theme=base16-darkmoss] .hljs-quote, [theme=base16-darkmoss] .hljs-regexp {
  color: #66d9ef;
}
[theme=base16-darkmoss] .hljs-attribute, [theme=base16-darkmoss] .hljs-function .hljs-title, [theme=base16-darkmoss] .hljs-section, [theme=base16-darkmoss] .hljs-title.function_, [theme=base16-darkmoss] .ruby .hljs-property {
  color: #498091;
}
[theme=base16-darkmoss] .diff .hljs-meta, [theme=base16-darkmoss] .hljs-keyword, [theme=base16-darkmoss] .hljs-template-tag, [theme=base16-darkmoss] .hljs-type {
  color: #9bc0c8;
}
[theme=base16-darkmoss] .hljs-emphasis {
  color: #9bc0c8;
  font-style: italic;
}
[theme=base16-darkmoss] .hljs-meta, [theme=base16-darkmoss] .hljs-meta .hljs-keyword, [theme=base16-darkmoss] .hljs-meta .hljs-string {
  color: #d27b53;
}
[theme=base16-darkmoss] .hljs-meta .hljs-keyword, [theme=base16-darkmoss] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-darktooth] {
  /*!
    Theme: Darktooth
    Author: Jason Milkins (https://github.com/jasonm23)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-darktooth] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-darktooth] code.hljs {
  padding: 3px 5px;
}
[theme=base16-darktooth] .hljs {
  color: #a89984;
  background: #1d2021;
}
[theme=base16-darktooth] .hljs ::selection, [theme=base16-darktooth] .hljs::selection {
  background-color: #504945;
  color: #a89984;
}
[theme=base16-darktooth] .hljs-comment {
  color: #665c54;
}
[theme=base16-darktooth] .hljs-tag {
  color: #928374;
}
[theme=base16-darktooth] .hljs-operator, [theme=base16-darktooth] .hljs-punctuation, [theme=base16-darktooth] .hljs-subst {
  color: #a89984;
}
[theme=base16-darktooth] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-darktooth] .hljs-bullet, [theme=base16-darktooth] .hljs-deletion, [theme=base16-darktooth] .hljs-name, [theme=base16-darktooth] .hljs-selector-tag, [theme=base16-darktooth] .hljs-template-variable, [theme=base16-darktooth] .hljs-variable {
  color: #fb543f;
}
[theme=base16-darktooth] .hljs-attr, [theme=base16-darktooth] .hljs-link, [theme=base16-darktooth] .hljs-literal, [theme=base16-darktooth] .hljs-number, [theme=base16-darktooth] .hljs-symbol, [theme=base16-darktooth] .hljs-variable.constant_ {
  color: #fe8625;
}
[theme=base16-darktooth] .hljs-class .hljs-title, [theme=base16-darktooth] .hljs-title, [theme=base16-darktooth] .hljs-title.class_ {
  color: #fac03b;
}
[theme=base16-darktooth] .hljs-strong {
  font-weight: 700;
  color: #fac03b;
}
[theme=base16-darktooth] .hljs-addition, [theme=base16-darktooth] .hljs-code, [theme=base16-darktooth] .hljs-string, [theme=base16-darktooth] .hljs-title.class_.inherited__ {
  color: #95c085;
}
[theme=base16-darktooth] .hljs-built_in, [theme=base16-darktooth] .hljs-doctag, [theme=base16-darktooth] .hljs-keyword.hljs-atrule, [theme=base16-darktooth] .hljs-quote, [theme=base16-darktooth] .hljs-regexp {
  color: #8ba59b;
}
[theme=base16-darktooth] .hljs-attribute, [theme=base16-darktooth] .hljs-function .hljs-title, [theme=base16-darktooth] .hljs-section, [theme=base16-darktooth] .hljs-title.function_, [theme=base16-darktooth] .ruby .hljs-property {
  color: #0d6678;
}
[theme=base16-darktooth] .diff .hljs-meta, [theme=base16-darktooth] .hljs-keyword, [theme=base16-darktooth] .hljs-template-tag, [theme=base16-darktooth] .hljs-type {
  color: #8f4673;
}
[theme=base16-darktooth] .hljs-emphasis {
  color: #8f4673;
  font-style: italic;
}
[theme=base16-darktooth] .hljs-meta, [theme=base16-darktooth] .hljs-meta .hljs-keyword, [theme=base16-darktooth] .hljs-meta .hljs-string {
  color: #a87322;
}
[theme=base16-darktooth] .hljs-meta .hljs-keyword, [theme=base16-darktooth] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-decaf] {
  /*!
    Theme: Decaf
    Author: Alex Mirrington (https://github.com/alexmirrington)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-decaf] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-decaf] code.hljs {
  padding: 3px 5px;
}
[theme=base16-decaf] .hljs {
  color: #ccc;
  background: #2d2d2d;
}
[theme=base16-decaf] .hljs ::selection, [theme=base16-decaf] .hljs::selection {
  background-color: #515151;
  color: #ccc;
}
[theme=base16-decaf] .hljs-comment {
  color: #777;
}
[theme=base16-decaf] .hljs-tag {
  color: #b4b7b4;
}
[theme=base16-decaf] .hljs-operator, [theme=base16-decaf] .hljs-punctuation, [theme=base16-decaf] .hljs-subst {
  color: #ccc;
}
[theme=base16-decaf] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-decaf] .hljs-bullet, [theme=base16-decaf] .hljs-deletion, [theme=base16-decaf] .hljs-name, [theme=base16-decaf] .hljs-selector-tag, [theme=base16-decaf] .hljs-template-variable, [theme=base16-decaf] .hljs-variable {
  color: #ff7f7b;
}
[theme=base16-decaf] .hljs-attr, [theme=base16-decaf] .hljs-link, [theme=base16-decaf] .hljs-literal, [theme=base16-decaf] .hljs-number, [theme=base16-decaf] .hljs-symbol, [theme=base16-decaf] .hljs-variable.constant_ {
  color: #ffbf70;
}
[theme=base16-decaf] .hljs-class .hljs-title, [theme=base16-decaf] .hljs-title, [theme=base16-decaf] .hljs-title.class_ {
  color: #ffd67c;
}
[theme=base16-decaf] .hljs-strong {
  font-weight: 700;
  color: #ffd67c;
}
[theme=base16-decaf] .hljs-addition, [theme=base16-decaf] .hljs-code, [theme=base16-decaf] .hljs-string, [theme=base16-decaf] .hljs-title.class_.inherited__ {
  color: #beda78;
}
[theme=base16-decaf] .hljs-built_in, [theme=base16-decaf] .hljs-doctag, [theme=base16-decaf] .hljs-keyword.hljs-atrule, [theme=base16-decaf] .hljs-quote, [theme=base16-decaf] .hljs-regexp {
  color: #bed6ff;
}
[theme=base16-decaf] .hljs-attribute, [theme=base16-decaf] .hljs-function .hljs-title, [theme=base16-decaf] .hljs-section, [theme=base16-decaf] .hljs-title.function_, [theme=base16-decaf] .ruby .hljs-property {
  color: #90bee1;
}
[theme=base16-decaf] .diff .hljs-meta, [theme=base16-decaf] .hljs-keyword, [theme=base16-decaf] .hljs-template-tag, [theme=base16-decaf] .hljs-type {
  color: #efb3f7;
}
[theme=base16-decaf] .hljs-emphasis {
  color: #efb3f7;
  font-style: italic;
}
[theme=base16-decaf] .hljs-meta, [theme=base16-decaf] .hljs-meta .hljs-keyword, [theme=base16-decaf] .hljs-meta .hljs-string {
  color: #ff93b3;
}
[theme=base16-decaf] .hljs-meta .hljs-keyword, [theme=base16-decaf] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-default-dark] {
  /*!
    Theme: Default Dark
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-default-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-default-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-default-dark] .hljs {
  color: #d8d8d8;
  background: #181818;
}
[theme=base16-default-dark] .hljs ::selection, [theme=base16-default-dark] .hljs::selection {
  background-color: #383838;
  color: #d8d8d8;
}
[theme=base16-default-dark] .hljs-comment {
  color: #585858;
}
[theme=base16-default-dark] .hljs-tag {
  color: #b8b8b8;
}
[theme=base16-default-dark] .hljs-operator, [theme=base16-default-dark] .hljs-punctuation, [theme=base16-default-dark] .hljs-subst {
  color: #d8d8d8;
}
[theme=base16-default-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-default-dark] .hljs-bullet, [theme=base16-default-dark] .hljs-deletion, [theme=base16-default-dark] .hljs-name, [theme=base16-default-dark] .hljs-selector-tag, [theme=base16-default-dark] .hljs-template-variable, [theme=base16-default-dark] .hljs-variable {
  color: #ab4642;
}
[theme=base16-default-dark] .hljs-attr, [theme=base16-default-dark] .hljs-link, [theme=base16-default-dark] .hljs-literal, [theme=base16-default-dark] .hljs-number, [theme=base16-default-dark] .hljs-symbol, [theme=base16-default-dark] .hljs-variable.constant_ {
  color: #dc9656;
}
[theme=base16-default-dark] .hljs-class .hljs-title, [theme=base16-default-dark] .hljs-title, [theme=base16-default-dark] .hljs-title.class_ {
  color: #f7ca88;
}
[theme=base16-default-dark] .hljs-strong {
  font-weight: 700;
  color: #f7ca88;
}
[theme=base16-default-dark] .hljs-addition, [theme=base16-default-dark] .hljs-code, [theme=base16-default-dark] .hljs-string, [theme=base16-default-dark] .hljs-title.class_.inherited__ {
  color: #a1b56c;
}
[theme=base16-default-dark] .hljs-built_in, [theme=base16-default-dark] .hljs-doctag, [theme=base16-default-dark] .hljs-keyword.hljs-atrule, [theme=base16-default-dark] .hljs-quote, [theme=base16-default-dark] .hljs-regexp {
  color: #86c1b9;
}
[theme=base16-default-dark] .hljs-attribute, [theme=base16-default-dark] .hljs-function .hljs-title, [theme=base16-default-dark] .hljs-section, [theme=base16-default-dark] .hljs-title.function_, [theme=base16-default-dark] .ruby .hljs-property {
  color: #7cafc2;
}
[theme=base16-default-dark] .diff .hljs-meta, [theme=base16-default-dark] .hljs-keyword, [theme=base16-default-dark] .hljs-template-tag, [theme=base16-default-dark] .hljs-type {
  color: #ba8baf;
}
[theme=base16-default-dark] .hljs-emphasis {
  color: #ba8baf;
  font-style: italic;
}
[theme=base16-default-dark] .hljs-meta, [theme=base16-default-dark] .hljs-meta .hljs-keyword, [theme=base16-default-dark] .hljs-meta .hljs-string {
  color: #a16946;
}
[theme=base16-default-dark] .hljs-meta .hljs-keyword, [theme=base16-default-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-default-light] {
  /*!
    Theme: Default Light
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-default-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-default-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-default-light] .hljs {
  color: #383838;
  background: #f8f8f8;
}
[theme=base16-default-light] .hljs ::selection, [theme=base16-default-light] .hljs::selection {
  background-color: #d8d8d8;
  color: #383838;
}
[theme=base16-default-light] .hljs-comment {
  color: #b8b8b8;
}
[theme=base16-default-light] .hljs-tag {
  color: #585858;
}
[theme=base16-default-light] .hljs-operator, [theme=base16-default-light] .hljs-punctuation, [theme=base16-default-light] .hljs-subst {
  color: #383838;
}
[theme=base16-default-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-default-light] .hljs-bullet, [theme=base16-default-light] .hljs-deletion, [theme=base16-default-light] .hljs-name, [theme=base16-default-light] .hljs-selector-tag, [theme=base16-default-light] .hljs-template-variable, [theme=base16-default-light] .hljs-variable {
  color: #ab4642;
}
[theme=base16-default-light] .hljs-attr, [theme=base16-default-light] .hljs-link, [theme=base16-default-light] .hljs-literal, [theme=base16-default-light] .hljs-number, [theme=base16-default-light] .hljs-symbol, [theme=base16-default-light] .hljs-variable.constant_ {
  color: #dc9656;
}
[theme=base16-default-light] .hljs-class .hljs-title, [theme=base16-default-light] .hljs-title, [theme=base16-default-light] .hljs-title.class_ {
  color: #f7ca88;
}
[theme=base16-default-light] .hljs-strong {
  font-weight: 700;
  color: #f7ca88;
}
[theme=base16-default-light] .hljs-addition, [theme=base16-default-light] .hljs-code, [theme=base16-default-light] .hljs-string, [theme=base16-default-light] .hljs-title.class_.inherited__ {
  color: #a1b56c;
}
[theme=base16-default-light] .hljs-built_in, [theme=base16-default-light] .hljs-doctag, [theme=base16-default-light] .hljs-keyword.hljs-atrule, [theme=base16-default-light] .hljs-quote, [theme=base16-default-light] .hljs-regexp {
  color: #86c1b9;
}
[theme=base16-default-light] .hljs-attribute, [theme=base16-default-light] .hljs-function .hljs-title, [theme=base16-default-light] .hljs-section, [theme=base16-default-light] .hljs-title.function_, [theme=base16-default-light] .ruby .hljs-property {
  color: #7cafc2;
}
[theme=base16-default-light] .diff .hljs-meta, [theme=base16-default-light] .hljs-keyword, [theme=base16-default-light] .hljs-template-tag, [theme=base16-default-light] .hljs-type {
  color: #ba8baf;
}
[theme=base16-default-light] .hljs-emphasis {
  color: #ba8baf;
  font-style: italic;
}
[theme=base16-default-light] .hljs-meta, [theme=base16-default-light] .hljs-meta .hljs-keyword, [theme=base16-default-light] .hljs-meta .hljs-string {
  color: #a16946;
}
[theme=base16-default-light] .hljs-meta .hljs-keyword, [theme=base16-default-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-dirtysea] {
  /*!
    Theme: dirtysea
    Author: Kahlil (Kal) Hodgson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-dirtysea] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-dirtysea] code.hljs {
  padding: 3px 5px;
}
[theme=base16-dirtysea] .hljs {
  color: #000;
  background: #e0e0e0;
}
[theme=base16-dirtysea] .hljs ::selection, [theme=base16-dirtysea] .hljs::selection {
  background-color: #d0d0d0;
  color: #000;
}
[theme=base16-dirtysea] .hljs-comment {
  color: #707070;
}
[theme=base16-dirtysea] .hljs-tag {
  color: #202020;
}
[theme=base16-dirtysea] .hljs-operator, [theme=base16-dirtysea] .hljs-punctuation, [theme=base16-dirtysea] .hljs-subst {
  color: #000;
}
[theme=base16-dirtysea] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-dirtysea] .hljs-bullet, [theme=base16-dirtysea] .hljs-deletion, [theme=base16-dirtysea] .hljs-name, [theme=base16-dirtysea] .hljs-selector-tag, [theme=base16-dirtysea] .hljs-template-variable, [theme=base16-dirtysea] .hljs-variable {
  color: #840000;
}
[theme=base16-dirtysea] .hljs-attr, [theme=base16-dirtysea] .hljs-link, [theme=base16-dirtysea] .hljs-literal, [theme=base16-dirtysea] .hljs-number, [theme=base16-dirtysea] .hljs-symbol, [theme=base16-dirtysea] .hljs-variable.constant_ {
  color: #006565;
}
[theme=base16-dirtysea] .hljs-class .hljs-title, [theme=base16-dirtysea] .hljs-title, [theme=base16-dirtysea] .hljs-title.class_ {
  color: #755b00;
}
[theme=base16-dirtysea] .hljs-strong {
  font-weight: 700;
  color: #755b00;
}
[theme=base16-dirtysea] .hljs-addition, [theme=base16-dirtysea] .hljs-code, [theme=base16-dirtysea] .hljs-string, [theme=base16-dirtysea] .hljs-title.class_.inherited__ {
  color: #730073;
}
[theme=base16-dirtysea] .hljs-built_in, [theme=base16-dirtysea] .hljs-doctag, [theme=base16-dirtysea] .hljs-keyword.hljs-atrule, [theme=base16-dirtysea] .hljs-quote, [theme=base16-dirtysea] .hljs-regexp {
  color: #755b00;
}
[theme=base16-dirtysea] .hljs-attribute, [theme=base16-dirtysea] .hljs-function .hljs-title, [theme=base16-dirtysea] .hljs-section, [theme=base16-dirtysea] .hljs-title.function_, [theme=base16-dirtysea] .ruby .hljs-property {
  color: #007300;
}
[theme=base16-dirtysea] .diff .hljs-meta, [theme=base16-dirtysea] .hljs-keyword, [theme=base16-dirtysea] .hljs-template-tag, [theme=base16-dirtysea] .hljs-type {
  color: #000090;
}
[theme=base16-dirtysea] .hljs-emphasis {
  color: #000090;
  font-style: italic;
}
[theme=base16-dirtysea] .hljs-meta, [theme=base16-dirtysea] .hljs-meta .hljs-keyword, [theme=base16-dirtysea] .hljs-meta .hljs-string {
  color: #755b00;
}
[theme=base16-dirtysea] .hljs-meta .hljs-keyword, [theme=base16-dirtysea] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-dracula] {
  /*!
    Theme: Dracula
    Author: Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-dracula] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-dracula] code.hljs {
  padding: 3px 5px;
}
[theme=base16-dracula] .hljs {
  color: #e9e9f4;
  background: #282936;
}
[theme=base16-dracula] .hljs ::selection, [theme=base16-dracula] .hljs::selection {
  background-color: #4d4f68;
  color: #e9e9f4;
}
[theme=base16-dracula] .hljs-comment {
  color: #626483;
}
[theme=base16-dracula] .hljs-tag {
  color: #62d6e8;
}
[theme=base16-dracula] .hljs-operator, [theme=base16-dracula] .hljs-punctuation, [theme=base16-dracula] .hljs-subst {
  color: #e9e9f4;
}
[theme=base16-dracula] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-dracula] .hljs-bullet, [theme=base16-dracula] .hljs-deletion, [theme=base16-dracula] .hljs-name, [theme=base16-dracula] .hljs-selector-tag, [theme=base16-dracula] .hljs-template-variable, [theme=base16-dracula] .hljs-variable {
  color: #ea51b2;
}
[theme=base16-dracula] .hljs-attr, [theme=base16-dracula] .hljs-link, [theme=base16-dracula] .hljs-literal, [theme=base16-dracula] .hljs-number, [theme=base16-dracula] .hljs-symbol, [theme=base16-dracula] .hljs-variable.constant_ {
  color: #b45bcf;
}
[theme=base16-dracula] .hljs-class .hljs-title, [theme=base16-dracula] .hljs-title, [theme=base16-dracula] .hljs-title.class_ {
  color: #00f769;
}
[theme=base16-dracula] .hljs-strong {
  font-weight: 700;
  color: #00f769;
}
[theme=base16-dracula] .hljs-addition, [theme=base16-dracula] .hljs-code, [theme=base16-dracula] .hljs-string, [theme=base16-dracula] .hljs-title.class_.inherited__ {
  color: #ebff87;
}
[theme=base16-dracula] .hljs-built_in, [theme=base16-dracula] .hljs-doctag, [theme=base16-dracula] .hljs-keyword.hljs-atrule, [theme=base16-dracula] .hljs-quote, [theme=base16-dracula] .hljs-regexp {
  color: #a1efe4;
}
[theme=base16-dracula] .hljs-attribute, [theme=base16-dracula] .hljs-function .hljs-title, [theme=base16-dracula] .hljs-section, [theme=base16-dracula] .hljs-title.function_, [theme=base16-dracula] .ruby .hljs-property {
  color: #62d6e8;
}
[theme=base16-dracula] .diff .hljs-meta, [theme=base16-dracula] .hljs-keyword, [theme=base16-dracula] .hljs-template-tag, [theme=base16-dracula] .hljs-type {
  color: #b45bcf;
}
[theme=base16-dracula] .hljs-emphasis {
  color: #b45bcf;
  font-style: italic;
}
[theme=base16-dracula] .hljs-meta, [theme=base16-dracula] .hljs-meta .hljs-keyword, [theme=base16-dracula] .hljs-meta .hljs-string {
  color: #00f769;
}
[theme=base16-dracula] .hljs-meta .hljs-keyword, [theme=base16-dracula] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-edge-dark] {
  /*!
    Theme: Edge Dark
    Author: cjayross (https://github.com/cjayross)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-edge-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-edge-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-edge-dark] .hljs {
  color: #b7bec9;
  background: #262729;
}
[theme=base16-edge-dark] .hljs ::selection, [theme=base16-edge-dark] .hljs::selection {
  background-color: #b7bec9;
  color: #b7bec9;
}
[theme=base16-edge-dark] .hljs-comment {
  color: #3e4249;
}
[theme=base16-edge-dark] .hljs-tag {
  color: #73b3e7;
}
[theme=base16-edge-dark] .hljs-operator, [theme=base16-edge-dark] .hljs-punctuation, [theme=base16-edge-dark] .hljs-subst {
  color: #b7bec9;
}
[theme=base16-edge-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-edge-dark] .hljs-attr, [theme=base16-edge-dark] .hljs-bullet, [theme=base16-edge-dark] .hljs-deletion, [theme=base16-edge-dark] .hljs-link, [theme=base16-edge-dark] .hljs-literal, [theme=base16-edge-dark] .hljs-name, [theme=base16-edge-dark] .hljs-number, [theme=base16-edge-dark] .hljs-selector-tag, [theme=base16-edge-dark] .hljs-symbol, [theme=base16-edge-dark] .hljs-template-variable, [theme=base16-edge-dark] .hljs-variable, [theme=base16-edge-dark] .hljs-variable.constant_ {
  color: #e77171;
}
[theme=base16-edge-dark] .hljs-class .hljs-title, [theme=base16-edge-dark] .hljs-title, [theme=base16-edge-dark] .hljs-title.class_ {
  color: #dbb774;
}
[theme=base16-edge-dark] .hljs-strong {
  font-weight: 700;
  color: #dbb774;
}
[theme=base16-edge-dark] .hljs-addition, [theme=base16-edge-dark] .hljs-code, [theme=base16-edge-dark] .hljs-string, [theme=base16-edge-dark] .hljs-title.class_.inherited__ {
  color: #a1bf78;
}
[theme=base16-edge-dark] .hljs-built_in, [theme=base16-edge-dark] .hljs-doctag, [theme=base16-edge-dark] .hljs-keyword.hljs-atrule, [theme=base16-edge-dark] .hljs-quote, [theme=base16-edge-dark] .hljs-regexp {
  color: #5ebaa5;
}
[theme=base16-edge-dark] .hljs-attribute, [theme=base16-edge-dark] .hljs-function .hljs-title, [theme=base16-edge-dark] .hljs-section, [theme=base16-edge-dark] .hljs-title.function_, [theme=base16-edge-dark] .ruby .hljs-property {
  color: #73b3e7;
}
[theme=base16-edge-dark] .diff .hljs-meta, [theme=base16-edge-dark] .hljs-keyword, [theme=base16-edge-dark] .hljs-template-tag, [theme=base16-edge-dark] .hljs-type {
  color: #d390e7;
}
[theme=base16-edge-dark] .hljs-emphasis {
  color: #d390e7;
  font-style: italic;
}
[theme=base16-edge-dark] .hljs-meta, [theme=base16-edge-dark] .hljs-meta .hljs-keyword, [theme=base16-edge-dark] .hljs-meta .hljs-string {
  color: #5ebaa5;
}
[theme=base16-edge-dark] .hljs-meta .hljs-keyword, [theme=base16-edge-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-edge-light] {
  /*!
    Theme: Edge Light
    Author: cjayross (https://github.com/cjayross)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-edge-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-edge-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-edge-light] .hljs {
  color: #5e646f;
  background: #fafafa;
}
[theme=base16-edge-light] .hljs ::selection, [theme=base16-edge-light] .hljs::selection {
  background-color: #d69822;
  color: #5e646f;
}
[theme=base16-edge-light] .hljs-comment {
  color: #5e646f;
}
[theme=base16-edge-light] .hljs-tag {
  color: #6587bf;
}
[theme=base16-edge-light] .hljs-operator, [theme=base16-edge-light] .hljs-punctuation, [theme=base16-edge-light] .hljs-subst {
  color: #5e646f;
}
[theme=base16-edge-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-edge-light] .hljs-attr, [theme=base16-edge-light] .hljs-bullet, [theme=base16-edge-light] .hljs-deletion, [theme=base16-edge-light] .hljs-link, [theme=base16-edge-light] .hljs-literal, [theme=base16-edge-light] .hljs-name, [theme=base16-edge-light] .hljs-number, [theme=base16-edge-light] .hljs-selector-tag, [theme=base16-edge-light] .hljs-symbol, [theme=base16-edge-light] .hljs-template-variable, [theme=base16-edge-light] .hljs-variable, [theme=base16-edge-light] .hljs-variable.constant_ {
  color: #db7070;
}
[theme=base16-edge-light] .hljs-class .hljs-title, [theme=base16-edge-light] .hljs-title, [theme=base16-edge-light] .hljs-title.class_ {
  color: #d69822;
}
[theme=base16-edge-light] .hljs-strong {
  font-weight: 700;
  color: #d69822;
}
[theme=base16-edge-light] .hljs-addition, [theme=base16-edge-light] .hljs-code, [theme=base16-edge-light] .hljs-string, [theme=base16-edge-light] .hljs-title.class_.inherited__ {
  color: #7c9f4b;
}
[theme=base16-edge-light] .hljs-built_in, [theme=base16-edge-light] .hljs-doctag, [theme=base16-edge-light] .hljs-keyword.hljs-atrule, [theme=base16-edge-light] .hljs-quote, [theme=base16-edge-light] .hljs-regexp {
  color: #509c93;
}
[theme=base16-edge-light] .hljs-attribute, [theme=base16-edge-light] .hljs-function .hljs-title, [theme=base16-edge-light] .hljs-section, [theme=base16-edge-light] .hljs-title.function_, [theme=base16-edge-light] .ruby .hljs-property {
  color: #6587bf;
}
[theme=base16-edge-light] .diff .hljs-meta, [theme=base16-edge-light] .hljs-keyword, [theme=base16-edge-light] .hljs-template-tag, [theme=base16-edge-light] .hljs-type {
  color: #b870ce;
}
[theme=base16-edge-light] .hljs-emphasis {
  color: #b870ce;
  font-style: italic;
}
[theme=base16-edge-light] .hljs-meta, [theme=base16-edge-light] .hljs-meta .hljs-keyword, [theme=base16-edge-light] .hljs-meta .hljs-string {
  color: #509c93;
}
[theme=base16-edge-light] .hljs-meta .hljs-keyword, [theme=base16-edge-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-eighties] {
  /*!
    Theme: Eighties
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-eighties] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-eighties] code.hljs {
  padding: 3px 5px;
}
[theme=base16-eighties] .hljs {
  color: #d3d0c8;
  background: #2d2d2d;
}
[theme=base16-eighties] .hljs ::selection, [theme=base16-eighties] .hljs::selection {
  background-color: #515151;
  color: #d3d0c8;
}
[theme=base16-eighties] .hljs-comment {
  color: #747369;
}
[theme=base16-eighties] .hljs-tag {
  color: #a09f93;
}
[theme=base16-eighties] .hljs-operator, [theme=base16-eighties] .hljs-punctuation, [theme=base16-eighties] .hljs-subst {
  color: #d3d0c8;
}
[theme=base16-eighties] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-eighties] .hljs-bullet, [theme=base16-eighties] .hljs-deletion, [theme=base16-eighties] .hljs-name, [theme=base16-eighties] .hljs-selector-tag, [theme=base16-eighties] .hljs-template-variable, [theme=base16-eighties] .hljs-variable {
  color: #f2777a;
}
[theme=base16-eighties] .hljs-attr, [theme=base16-eighties] .hljs-link, [theme=base16-eighties] .hljs-literal, [theme=base16-eighties] .hljs-number, [theme=base16-eighties] .hljs-symbol, [theme=base16-eighties] .hljs-variable.constant_ {
  color: #f99157;
}
[theme=base16-eighties] .hljs-class .hljs-title, [theme=base16-eighties] .hljs-title, [theme=base16-eighties] .hljs-title.class_ {
  color: #fc6;
}
[theme=base16-eighties] .hljs-strong {
  font-weight: 700;
  color: #fc6;
}
[theme=base16-eighties] .hljs-addition, [theme=base16-eighties] .hljs-code, [theme=base16-eighties] .hljs-string, [theme=base16-eighties] .hljs-title.class_.inherited__ {
  color: #9c9;
}
[theme=base16-eighties] .hljs-built_in, [theme=base16-eighties] .hljs-doctag, [theme=base16-eighties] .hljs-keyword.hljs-atrule, [theme=base16-eighties] .hljs-quote, [theme=base16-eighties] .hljs-regexp {
  color: #6cc;
}
[theme=base16-eighties] .hljs-attribute, [theme=base16-eighties] .hljs-function .hljs-title, [theme=base16-eighties] .hljs-section, [theme=base16-eighties] .hljs-title.function_, [theme=base16-eighties] .ruby .hljs-property {
  color: #69c;
}
[theme=base16-eighties] .diff .hljs-meta, [theme=base16-eighties] .hljs-keyword, [theme=base16-eighties] .hljs-template-tag, [theme=base16-eighties] .hljs-type {
  color: #c9c;
}
[theme=base16-eighties] .hljs-emphasis {
  color: #c9c;
  font-style: italic;
}
[theme=base16-eighties] .hljs-meta, [theme=base16-eighties] .hljs-meta .hljs-keyword, [theme=base16-eighties] .hljs-meta .hljs-string {
  color: #d27b53;
}
[theme=base16-eighties] .hljs-meta .hljs-keyword, [theme=base16-eighties] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-embers] {
  /*!
    Theme: Embers
    Author: Jannik Siebert (https://github.com/janniks)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-embers] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-embers] code.hljs {
  padding: 3px 5px;
}
[theme=base16-embers] .hljs {
  color: #a39a90;
  background: #16130f;
}
[theme=base16-embers] .hljs ::selection, [theme=base16-embers] .hljs::selection {
  background-color: #433b32;
  color: #a39a90;
}
[theme=base16-embers] .hljs-comment {
  color: #5a5047;
}
[theme=base16-embers] .hljs-tag {
  color: #8a8075;
}
[theme=base16-embers] .hljs-operator, [theme=base16-embers] .hljs-punctuation, [theme=base16-embers] .hljs-subst {
  color: #a39a90;
}
[theme=base16-embers] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-embers] .hljs-bullet, [theme=base16-embers] .hljs-deletion, [theme=base16-embers] .hljs-name, [theme=base16-embers] .hljs-selector-tag, [theme=base16-embers] .hljs-template-variable, [theme=base16-embers] .hljs-variable {
  color: #826d57;
}
[theme=base16-embers] .hljs-attr, [theme=base16-embers] .hljs-link, [theme=base16-embers] .hljs-literal, [theme=base16-embers] .hljs-number, [theme=base16-embers] .hljs-symbol, [theme=base16-embers] .hljs-variable.constant_ {
  color: #828257;
}
[theme=base16-embers] .hljs-class .hljs-title, [theme=base16-embers] .hljs-title, [theme=base16-embers] .hljs-title.class_ {
  color: #6d8257;
}
[theme=base16-embers] .hljs-strong {
  font-weight: 700;
  color: #6d8257;
}
[theme=base16-embers] .hljs-addition, [theme=base16-embers] .hljs-code, [theme=base16-embers] .hljs-string, [theme=base16-embers] .hljs-title.class_.inherited__ {
  color: #57826d;
}
[theme=base16-embers] .hljs-built_in, [theme=base16-embers] .hljs-doctag, [theme=base16-embers] .hljs-keyword.hljs-atrule, [theme=base16-embers] .hljs-quote, [theme=base16-embers] .hljs-regexp {
  color: #576d82;
}
[theme=base16-embers] .hljs-attribute, [theme=base16-embers] .hljs-function .hljs-title, [theme=base16-embers] .hljs-section, [theme=base16-embers] .hljs-title.function_, [theme=base16-embers] .ruby .hljs-property {
  color: #6d5782;
}
[theme=base16-embers] .diff .hljs-meta, [theme=base16-embers] .hljs-keyword, [theme=base16-embers] .hljs-template-tag, [theme=base16-embers] .hljs-type {
  color: #82576d;
}
[theme=base16-embers] .hljs-emphasis {
  color: #82576d;
  font-style: italic;
}
[theme=base16-embers] .hljs-meta, [theme=base16-embers] .hljs-meta .hljs-keyword, [theme=base16-embers] .hljs-meta .hljs-string {
  color: #825757;
}
[theme=base16-embers] .hljs-meta .hljs-keyword, [theme=base16-embers] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-equilibrium-dark] {
  /*!
    Theme: Equilibrium Dark
    Author: Carlo Abelli
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-equilibrium-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-equilibrium-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-equilibrium-dark] .hljs {
  color: #afaba2;
  background: #0c1118;
}
[theme=base16-equilibrium-dark] .hljs ::selection, [theme=base16-equilibrium-dark] .hljs::selection {
  background-color: #22262d;
  color: #afaba2;
}
[theme=base16-equilibrium-dark] .hljs-comment {
  color: #7b776e;
}
[theme=base16-equilibrium-dark] .hljs-tag {
  color: #949088;
}
[theme=base16-equilibrium-dark] .hljs-operator, [theme=base16-equilibrium-dark] .hljs-punctuation, [theme=base16-equilibrium-dark] .hljs-subst {
  color: #afaba2;
}
[theme=base16-equilibrium-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-equilibrium-dark] .hljs-bullet, [theme=base16-equilibrium-dark] .hljs-deletion, [theme=base16-equilibrium-dark] .hljs-name, [theme=base16-equilibrium-dark] .hljs-selector-tag, [theme=base16-equilibrium-dark] .hljs-template-variable, [theme=base16-equilibrium-dark] .hljs-variable {
  color: #f04339;
}
[theme=base16-equilibrium-dark] .hljs-attr, [theme=base16-equilibrium-dark] .hljs-link, [theme=base16-equilibrium-dark] .hljs-literal, [theme=base16-equilibrium-dark] .hljs-number, [theme=base16-equilibrium-dark] .hljs-symbol, [theme=base16-equilibrium-dark] .hljs-variable.constant_ {
  color: #df5923;
}
[theme=base16-equilibrium-dark] .hljs-class .hljs-title, [theme=base16-equilibrium-dark] .hljs-title, [theme=base16-equilibrium-dark] .hljs-title.class_ {
  color: #bb8801;
}
[theme=base16-equilibrium-dark] .hljs-strong {
  font-weight: 700;
  color: #bb8801;
}
[theme=base16-equilibrium-dark] .hljs-addition, [theme=base16-equilibrium-dark] .hljs-code, [theme=base16-equilibrium-dark] .hljs-string, [theme=base16-equilibrium-dark] .hljs-title.class_.inherited__ {
  color: #7f8b00;
}
[theme=base16-equilibrium-dark] .hljs-built_in, [theme=base16-equilibrium-dark] .hljs-doctag, [theme=base16-equilibrium-dark] .hljs-keyword.hljs-atrule, [theme=base16-equilibrium-dark] .hljs-quote, [theme=base16-equilibrium-dark] .hljs-regexp {
  color: #00948b;
}
[theme=base16-equilibrium-dark] .hljs-attribute, [theme=base16-equilibrium-dark] .hljs-function .hljs-title, [theme=base16-equilibrium-dark] .hljs-section, [theme=base16-equilibrium-dark] .hljs-title.function_, [theme=base16-equilibrium-dark] .ruby .hljs-property {
  color: #008dd1;
}
[theme=base16-equilibrium-dark] .diff .hljs-meta, [theme=base16-equilibrium-dark] .hljs-keyword, [theme=base16-equilibrium-dark] .hljs-template-tag, [theme=base16-equilibrium-dark] .hljs-type {
  color: #6a7fd2;
}
[theme=base16-equilibrium-dark] .hljs-emphasis {
  color: #6a7fd2;
  font-style: italic;
}
[theme=base16-equilibrium-dark] .hljs-meta, [theme=base16-equilibrium-dark] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-dark] .hljs-meta .hljs-string {
  color: #e3488e;
}
[theme=base16-equilibrium-dark] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-equilibrium-gray-dark] {
  /*!
    Theme: Equilibrium Gray Dark
    Author: Carlo Abelli
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-equilibrium-gray-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-equilibrium-gray-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-equilibrium-gray-dark] .hljs {
  color: #ababab;
  background: #111;
}
[theme=base16-equilibrium-gray-dark] .hljs ::selection, [theme=base16-equilibrium-gray-dark] .hljs::selection {
  background-color: #262626;
  color: #ababab;
}
[theme=base16-equilibrium-gray-dark] .hljs-comment {
  color: #777;
}
[theme=base16-equilibrium-gray-dark] .hljs-tag {
  color: #919191;
}
[theme=base16-equilibrium-gray-dark] .hljs-operator, [theme=base16-equilibrium-gray-dark] .hljs-punctuation, [theme=base16-equilibrium-gray-dark] .hljs-subst {
  color: #ababab;
}
[theme=base16-equilibrium-gray-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-equilibrium-gray-dark] .hljs-bullet, [theme=base16-equilibrium-gray-dark] .hljs-deletion, [theme=base16-equilibrium-gray-dark] .hljs-name, [theme=base16-equilibrium-gray-dark] .hljs-selector-tag, [theme=base16-equilibrium-gray-dark] .hljs-template-variable, [theme=base16-equilibrium-gray-dark] .hljs-variable {
  color: #f04339;
}
[theme=base16-equilibrium-gray-dark] .hljs-attr, [theme=base16-equilibrium-gray-dark] .hljs-link, [theme=base16-equilibrium-gray-dark] .hljs-literal, [theme=base16-equilibrium-gray-dark] .hljs-number, [theme=base16-equilibrium-gray-dark] .hljs-symbol, [theme=base16-equilibrium-gray-dark] .hljs-variable.constant_ {
  color: #df5923;
}
[theme=base16-equilibrium-gray-dark] .hljs-class .hljs-title, [theme=base16-equilibrium-gray-dark] .hljs-title, [theme=base16-equilibrium-gray-dark] .hljs-title.class_ {
  color: #bb8801;
}
[theme=base16-equilibrium-gray-dark] .hljs-strong {
  font-weight: 700;
  color: #bb8801;
}
[theme=base16-equilibrium-gray-dark] .hljs-addition, [theme=base16-equilibrium-gray-dark] .hljs-code, [theme=base16-equilibrium-gray-dark] .hljs-string, [theme=base16-equilibrium-gray-dark] .hljs-title.class_.inherited__ {
  color: #7f8b00;
}
[theme=base16-equilibrium-gray-dark] .hljs-built_in, [theme=base16-equilibrium-gray-dark] .hljs-doctag, [theme=base16-equilibrium-gray-dark] .hljs-keyword.hljs-atrule, [theme=base16-equilibrium-gray-dark] .hljs-quote, [theme=base16-equilibrium-gray-dark] .hljs-regexp {
  color: #00948b;
}
[theme=base16-equilibrium-gray-dark] .hljs-attribute, [theme=base16-equilibrium-gray-dark] .hljs-function .hljs-title, [theme=base16-equilibrium-gray-dark] .hljs-section, [theme=base16-equilibrium-gray-dark] .hljs-title.function_, [theme=base16-equilibrium-gray-dark] .ruby .hljs-property {
  color: #008dd1;
}
[theme=base16-equilibrium-gray-dark] .diff .hljs-meta, [theme=base16-equilibrium-gray-dark] .hljs-keyword, [theme=base16-equilibrium-gray-dark] .hljs-template-tag, [theme=base16-equilibrium-gray-dark] .hljs-type {
  color: #6a7fd2;
}
[theme=base16-equilibrium-gray-dark] .hljs-emphasis {
  color: #6a7fd2;
  font-style: italic;
}
[theme=base16-equilibrium-gray-dark] .hljs-meta, [theme=base16-equilibrium-gray-dark] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-gray-dark] .hljs-meta .hljs-string {
  color: #e3488e;
}
[theme=base16-equilibrium-gray-dark] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-gray-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-equilibrium-gray-light] {
  /*!
    Theme: Equilibrium Gray Light
    Author: Carlo Abelli
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-equilibrium-gray-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-equilibrium-gray-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-equilibrium-gray-light] .hljs {
  color: #474747;
  background: #f1f1f1;
}
[theme=base16-equilibrium-gray-light] .hljs ::selection, [theme=base16-equilibrium-gray-light] .hljs::selection {
  background-color: #d4d4d4;
  color: #474747;
}
[theme=base16-equilibrium-gray-light] .hljs-comment {
  color: #777;
}
[theme=base16-equilibrium-gray-light] .hljs-tag {
  color: #5e5e5e;
}
[theme=base16-equilibrium-gray-light] .hljs-operator, [theme=base16-equilibrium-gray-light] .hljs-punctuation, [theme=base16-equilibrium-gray-light] .hljs-subst {
  color: #474747;
}
[theme=base16-equilibrium-gray-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-equilibrium-gray-light] .hljs-bullet, [theme=base16-equilibrium-gray-light] .hljs-deletion, [theme=base16-equilibrium-gray-light] .hljs-name, [theme=base16-equilibrium-gray-light] .hljs-selector-tag, [theme=base16-equilibrium-gray-light] .hljs-template-variable, [theme=base16-equilibrium-gray-light] .hljs-variable {
  color: #d02023;
}
[theme=base16-equilibrium-gray-light] .hljs-attr, [theme=base16-equilibrium-gray-light] .hljs-link, [theme=base16-equilibrium-gray-light] .hljs-literal, [theme=base16-equilibrium-gray-light] .hljs-number, [theme=base16-equilibrium-gray-light] .hljs-symbol, [theme=base16-equilibrium-gray-light] .hljs-variable.constant_ {
  color: #bf3e05;
}
[theme=base16-equilibrium-gray-light] .hljs-class .hljs-title, [theme=base16-equilibrium-gray-light] .hljs-title, [theme=base16-equilibrium-gray-light] .hljs-title.class_ {
  color: #9d6f00;
}
[theme=base16-equilibrium-gray-light] .hljs-strong {
  font-weight: 700;
  color: #9d6f00;
}
[theme=base16-equilibrium-gray-light] .hljs-addition, [theme=base16-equilibrium-gray-light] .hljs-code, [theme=base16-equilibrium-gray-light] .hljs-string, [theme=base16-equilibrium-gray-light] .hljs-title.class_.inherited__ {
  color: #637200;
}
[theme=base16-equilibrium-gray-light] .hljs-built_in, [theme=base16-equilibrium-gray-light] .hljs-doctag, [theme=base16-equilibrium-gray-light] .hljs-keyword.hljs-atrule, [theme=base16-equilibrium-gray-light] .hljs-quote, [theme=base16-equilibrium-gray-light] .hljs-regexp {
  color: #007a72;
}
[theme=base16-equilibrium-gray-light] .hljs-attribute, [theme=base16-equilibrium-gray-light] .hljs-function .hljs-title, [theme=base16-equilibrium-gray-light] .hljs-section, [theme=base16-equilibrium-gray-light] .hljs-title.function_, [theme=base16-equilibrium-gray-light] .ruby .hljs-property {
  color: #0073b5;
}
[theme=base16-equilibrium-gray-light] .diff .hljs-meta, [theme=base16-equilibrium-gray-light] .hljs-keyword, [theme=base16-equilibrium-gray-light] .hljs-template-tag, [theme=base16-equilibrium-gray-light] .hljs-type {
  color: #4e66b6;
}
[theme=base16-equilibrium-gray-light] .hljs-emphasis {
  color: #4e66b6;
  font-style: italic;
}
[theme=base16-equilibrium-gray-light] .hljs-meta, [theme=base16-equilibrium-gray-light] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-gray-light] .hljs-meta .hljs-string {
  color: #c42775;
}
[theme=base16-equilibrium-gray-light] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-gray-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-equilibrium-light] {
  /*!
    Theme: Equilibrium Light
    Author: Carlo Abelli
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-equilibrium-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-equilibrium-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-equilibrium-light] .hljs {
  color: #43474e;
  background: #f5f0e7;
}
[theme=base16-equilibrium-light] .hljs ::selection, [theme=base16-equilibrium-light] .hljs::selection {
  background-color: #d8d4cb;
  color: #43474e;
}
[theme=base16-equilibrium-light] .hljs-comment {
  color: #73777f;
}
[theme=base16-equilibrium-light] .hljs-tag {
  color: #5a5f66;
}
[theme=base16-equilibrium-light] .hljs-operator, [theme=base16-equilibrium-light] .hljs-punctuation, [theme=base16-equilibrium-light] .hljs-subst {
  color: #43474e;
}
[theme=base16-equilibrium-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-equilibrium-light] .hljs-bullet, [theme=base16-equilibrium-light] .hljs-deletion, [theme=base16-equilibrium-light] .hljs-name, [theme=base16-equilibrium-light] .hljs-selector-tag, [theme=base16-equilibrium-light] .hljs-template-variable, [theme=base16-equilibrium-light] .hljs-variable {
  color: #d02023;
}
[theme=base16-equilibrium-light] .hljs-attr, [theme=base16-equilibrium-light] .hljs-link, [theme=base16-equilibrium-light] .hljs-literal, [theme=base16-equilibrium-light] .hljs-number, [theme=base16-equilibrium-light] .hljs-symbol, [theme=base16-equilibrium-light] .hljs-variable.constant_ {
  color: #bf3e05;
}
[theme=base16-equilibrium-light] .hljs-class .hljs-title, [theme=base16-equilibrium-light] .hljs-title, [theme=base16-equilibrium-light] .hljs-title.class_ {
  color: #9d6f00;
}
[theme=base16-equilibrium-light] .hljs-strong {
  font-weight: 700;
  color: #9d6f00;
}
[theme=base16-equilibrium-light] .hljs-addition, [theme=base16-equilibrium-light] .hljs-code, [theme=base16-equilibrium-light] .hljs-string, [theme=base16-equilibrium-light] .hljs-title.class_.inherited__ {
  color: #637200;
}
[theme=base16-equilibrium-light] .hljs-built_in, [theme=base16-equilibrium-light] .hljs-doctag, [theme=base16-equilibrium-light] .hljs-keyword.hljs-atrule, [theme=base16-equilibrium-light] .hljs-quote, [theme=base16-equilibrium-light] .hljs-regexp {
  color: #007a72;
}
[theme=base16-equilibrium-light] .hljs-attribute, [theme=base16-equilibrium-light] .hljs-function .hljs-title, [theme=base16-equilibrium-light] .hljs-section, [theme=base16-equilibrium-light] .hljs-title.function_, [theme=base16-equilibrium-light] .ruby .hljs-property {
  color: #0073b5;
}
[theme=base16-equilibrium-light] .diff .hljs-meta, [theme=base16-equilibrium-light] .hljs-keyword, [theme=base16-equilibrium-light] .hljs-template-tag, [theme=base16-equilibrium-light] .hljs-type {
  color: #4e66b6;
}
[theme=base16-equilibrium-light] .hljs-emphasis {
  color: #4e66b6;
  font-style: italic;
}
[theme=base16-equilibrium-light] .hljs-meta, [theme=base16-equilibrium-light] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-light] .hljs-meta .hljs-string {
  color: #c42775;
}
[theme=base16-equilibrium-light] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-espresso] {
  /*!
    Theme: Espresso
    Author: Unknown. Maintained by Alex Mirrington (https://github.com/alexmirrington)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-espresso] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-espresso] code.hljs {
  padding: 3px 5px;
}
[theme=base16-espresso] .hljs {
  color: #ccc;
  background: #2d2d2d;
}
[theme=base16-espresso] .hljs ::selection, [theme=base16-espresso] .hljs::selection {
  background-color: #515151;
  color: #ccc;
}
[theme=base16-espresso] .hljs-comment {
  color: #777;
}
[theme=base16-espresso] .hljs-tag {
  color: #b4b7b4;
}
[theme=base16-espresso] .hljs-operator, [theme=base16-espresso] .hljs-punctuation, [theme=base16-espresso] .hljs-subst {
  color: #ccc;
}
[theme=base16-espresso] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-espresso] .hljs-bullet, [theme=base16-espresso] .hljs-deletion, [theme=base16-espresso] .hljs-name, [theme=base16-espresso] .hljs-selector-tag, [theme=base16-espresso] .hljs-template-variable, [theme=base16-espresso] .hljs-variable {
  color: #d25252;
}
[theme=base16-espresso] .hljs-attr, [theme=base16-espresso] .hljs-link, [theme=base16-espresso] .hljs-literal, [theme=base16-espresso] .hljs-number, [theme=base16-espresso] .hljs-symbol, [theme=base16-espresso] .hljs-variable.constant_ {
  color: #f9a959;
}
[theme=base16-espresso] .hljs-class .hljs-title, [theme=base16-espresso] .hljs-title, [theme=base16-espresso] .hljs-title.class_ {
  color: #ffc66d;
}
[theme=base16-espresso] .hljs-strong {
  font-weight: 700;
  color: #ffc66d;
}
[theme=base16-espresso] .hljs-addition, [theme=base16-espresso] .hljs-code, [theme=base16-espresso] .hljs-string, [theme=base16-espresso] .hljs-title.class_.inherited__ {
  color: #a5c261;
}
[theme=base16-espresso] .hljs-built_in, [theme=base16-espresso] .hljs-doctag, [theme=base16-espresso] .hljs-keyword.hljs-atrule, [theme=base16-espresso] .hljs-quote, [theme=base16-espresso] .hljs-regexp {
  color: #bed6ff;
}
[theme=base16-espresso] .hljs-attribute, [theme=base16-espresso] .hljs-function .hljs-title, [theme=base16-espresso] .hljs-section, [theme=base16-espresso] .hljs-title.function_, [theme=base16-espresso] .ruby .hljs-property {
  color: #6c99bb;
}
[theme=base16-espresso] .diff .hljs-meta, [theme=base16-espresso] .hljs-keyword, [theme=base16-espresso] .hljs-template-tag, [theme=base16-espresso] .hljs-type {
  color: #d197d9;
}
[theme=base16-espresso] .hljs-emphasis {
  color: #d197d9;
  font-style: italic;
}
[theme=base16-espresso] .hljs-meta, [theme=base16-espresso] .hljs-meta .hljs-keyword, [theme=base16-espresso] .hljs-meta .hljs-string {
  color: #f97394;
}
[theme=base16-espresso] .hljs-meta .hljs-keyword, [theme=base16-espresso] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-eva-dim] {
  /*!
    Theme: Eva Dim
    Author: kjakapat (https://github.com/kjakapat)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-eva-dim] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-eva-dim] code.hljs {
  padding: 3px 5px;
}
[theme=base16-eva-dim] .hljs {
  color: #9fa2a6;
  background: #2a3b4d;
}
[theme=base16-eva-dim] .hljs ::selection, [theme=base16-eva-dim] .hljs::selection {
  background-color: #4b6988;
  color: #9fa2a6;
}
[theme=base16-eva-dim] .hljs-comment {
  color: #55799c;
}
[theme=base16-eva-dim] .hljs-tag {
  color: #7e90a3;
}
[theme=base16-eva-dim] .hljs-operator, [theme=base16-eva-dim] .hljs-punctuation, [theme=base16-eva-dim] .hljs-subst {
  color: #9fa2a6;
}
[theme=base16-eva-dim] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-eva-dim] .hljs-bullet, [theme=base16-eva-dim] .hljs-deletion, [theme=base16-eva-dim] .hljs-name, [theme=base16-eva-dim] .hljs-selector-tag, [theme=base16-eva-dim] .hljs-template-variable, [theme=base16-eva-dim] .hljs-variable {
  color: #c4676c;
}
[theme=base16-eva-dim] .hljs-attr, [theme=base16-eva-dim] .hljs-link, [theme=base16-eva-dim] .hljs-literal, [theme=base16-eva-dim] .hljs-number, [theme=base16-eva-dim] .hljs-symbol, [theme=base16-eva-dim] .hljs-variable.constant_ {
  color: #f96;
}
[theme=base16-eva-dim] .hljs-class .hljs-title, [theme=base16-eva-dim] .hljs-title, [theme=base16-eva-dim] .hljs-title.class_ {
  color: #cfd05d;
}
[theme=base16-eva-dim] .hljs-strong {
  font-weight: 700;
  color: #cfd05d;
}
[theme=base16-eva-dim] .hljs-addition, [theme=base16-eva-dim] .hljs-code, [theme=base16-eva-dim] .hljs-string, [theme=base16-eva-dim] .hljs-title.class_.inherited__ {
  color: #5de561;
}
[theme=base16-eva-dim] .hljs-built_in, [theme=base16-eva-dim] .hljs-doctag, [theme=base16-eva-dim] .hljs-keyword.hljs-atrule, [theme=base16-eva-dim] .hljs-quote, [theme=base16-eva-dim] .hljs-regexp {
  color: #4b8f77;
}
[theme=base16-eva-dim] .hljs-attribute, [theme=base16-eva-dim] .hljs-function .hljs-title, [theme=base16-eva-dim] .hljs-section, [theme=base16-eva-dim] .hljs-title.function_, [theme=base16-eva-dim] .ruby .hljs-property {
  color: #1ae1dc;
}
[theme=base16-eva-dim] .diff .hljs-meta, [theme=base16-eva-dim] .hljs-keyword, [theme=base16-eva-dim] .hljs-template-tag, [theme=base16-eva-dim] .hljs-type {
  color: #9c6cd3;
}
[theme=base16-eva-dim] .hljs-emphasis {
  color: #9c6cd3;
  font-style: italic;
}
[theme=base16-eva-dim] .hljs-meta, [theme=base16-eva-dim] .hljs-meta .hljs-keyword, [theme=base16-eva-dim] .hljs-meta .hljs-string {
  color: #bb64a9;
}
[theme=base16-eva-dim] .hljs-meta .hljs-keyword, [theme=base16-eva-dim] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-eva] {
  /*!
    Theme: Eva
    Author: kjakapat (https://github.com/kjakapat)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-eva] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-eva] code.hljs {
  padding: 3px 5px;
}
[theme=base16-eva] .hljs {
  color: #9fa2a6;
  background: #2a3b4d;
}
[theme=base16-eva] .hljs ::selection, [theme=base16-eva] .hljs::selection {
  background-color: #4b6988;
  color: #9fa2a6;
}
[theme=base16-eva] .hljs-comment {
  color: #55799c;
}
[theme=base16-eva] .hljs-tag {
  color: #7e90a3;
}
[theme=base16-eva] .hljs-operator, [theme=base16-eva] .hljs-punctuation, [theme=base16-eva] .hljs-subst {
  color: #9fa2a6;
}
[theme=base16-eva] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-eva] .hljs-bullet, [theme=base16-eva] .hljs-deletion, [theme=base16-eva] .hljs-name, [theme=base16-eva] .hljs-selector-tag, [theme=base16-eva] .hljs-template-variable, [theme=base16-eva] .hljs-variable {
  color: #c4676c;
}
[theme=base16-eva] .hljs-attr, [theme=base16-eva] .hljs-link, [theme=base16-eva] .hljs-literal, [theme=base16-eva] .hljs-number, [theme=base16-eva] .hljs-symbol, [theme=base16-eva] .hljs-variable.constant_ {
  color: #f96;
}
[theme=base16-eva] .hljs-class .hljs-title, [theme=base16-eva] .hljs-title, [theme=base16-eva] .hljs-title.class_ {
  color: #ff6;
}
[theme=base16-eva] .hljs-strong {
  font-weight: 700;
  color: #ff6;
}
[theme=base16-eva] .hljs-addition, [theme=base16-eva] .hljs-code, [theme=base16-eva] .hljs-string, [theme=base16-eva] .hljs-title.class_.inherited__ {
  color: #6f6;
}
[theme=base16-eva] .hljs-built_in, [theme=base16-eva] .hljs-doctag, [theme=base16-eva] .hljs-keyword.hljs-atrule, [theme=base16-eva] .hljs-quote, [theme=base16-eva] .hljs-regexp {
  color: #4b8f77;
}
[theme=base16-eva] .hljs-attribute, [theme=base16-eva] .hljs-function .hljs-title, [theme=base16-eva] .hljs-section, [theme=base16-eva] .hljs-title.function_, [theme=base16-eva] .ruby .hljs-property {
  color: #15f4ee;
}
[theme=base16-eva] .diff .hljs-meta, [theme=base16-eva] .hljs-keyword, [theme=base16-eva] .hljs-template-tag, [theme=base16-eva] .hljs-type {
  color: #9c6cd3;
}
[theme=base16-eva] .hljs-emphasis {
  color: #9c6cd3;
  font-style: italic;
}
[theme=base16-eva] .hljs-meta, [theme=base16-eva] .hljs-meta .hljs-keyword, [theme=base16-eva] .hljs-meta .hljs-string {
  color: #bb64a9;
}
[theme=base16-eva] .hljs-meta .hljs-keyword, [theme=base16-eva] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-flat] {
  /*!
    Theme: Flat
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-flat] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-flat] code.hljs {
  padding: 3px 5px;
}
[theme=base16-flat] .hljs {
  color: #e0e0e0;
  background: #2c3e50;
}
[theme=base16-flat] .hljs ::selection, [theme=base16-flat] .hljs::selection {
  background-color: #7f8c8d;
  color: #e0e0e0;
}
[theme=base16-flat] .hljs-comment {
  color: #95a5a6;
}
[theme=base16-flat] .hljs-tag {
  color: #bdc3c7;
}
[theme=base16-flat] .hljs-operator, [theme=base16-flat] .hljs-punctuation, [theme=base16-flat] .hljs-subst {
  color: #e0e0e0;
}
[theme=base16-flat] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-flat] .hljs-bullet, [theme=base16-flat] .hljs-deletion, [theme=base16-flat] .hljs-name, [theme=base16-flat] .hljs-selector-tag, [theme=base16-flat] .hljs-template-variable, [theme=base16-flat] .hljs-variable {
  color: #e74c3c;
}
[theme=base16-flat] .hljs-attr, [theme=base16-flat] .hljs-link, [theme=base16-flat] .hljs-literal, [theme=base16-flat] .hljs-number, [theme=base16-flat] .hljs-symbol, [theme=base16-flat] .hljs-variable.constant_ {
  color: #e67e22;
}
[theme=base16-flat] .hljs-class .hljs-title, [theme=base16-flat] .hljs-title, [theme=base16-flat] .hljs-title.class_ {
  color: #f1c40f;
}
[theme=base16-flat] .hljs-strong {
  font-weight: 700;
  color: #f1c40f;
}
[theme=base16-flat] .hljs-addition, [theme=base16-flat] .hljs-code, [theme=base16-flat] .hljs-string, [theme=base16-flat] .hljs-title.class_.inherited__ {
  color: #2ecc71;
}
[theme=base16-flat] .hljs-built_in, [theme=base16-flat] .hljs-doctag, [theme=base16-flat] .hljs-keyword.hljs-atrule, [theme=base16-flat] .hljs-quote, [theme=base16-flat] .hljs-regexp {
  color: #1abc9c;
}
[theme=base16-flat] .hljs-attribute, [theme=base16-flat] .hljs-function .hljs-title, [theme=base16-flat] .hljs-section, [theme=base16-flat] .hljs-title.function_, [theme=base16-flat] .ruby .hljs-property {
  color: #3498db;
}
[theme=base16-flat] .diff .hljs-meta, [theme=base16-flat] .hljs-keyword, [theme=base16-flat] .hljs-template-tag, [theme=base16-flat] .hljs-type {
  color: #9b59b6;
}
[theme=base16-flat] .hljs-emphasis {
  color: #9b59b6;
  font-style: italic;
}
[theme=base16-flat] .hljs-meta, [theme=base16-flat] .hljs-meta .hljs-keyword, [theme=base16-flat] .hljs-meta .hljs-string {
  color: #be643c;
}
[theme=base16-flat] .hljs-meta .hljs-keyword, [theme=base16-flat] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-framer] {
  /*!
    Theme: Framer
    Author: Framer (Maintained by Jesse Hoyos)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-framer] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-framer] code.hljs {
  padding: 3px 5px;
}
[theme=base16-framer] .hljs {
  color: #d0d0d0;
  background: #181818;
}
[theme=base16-framer] .hljs ::selection, [theme=base16-framer] .hljs::selection {
  background-color: #464646;
  color: #d0d0d0;
}
[theme=base16-framer] .hljs-comment {
  color: #747474;
}
[theme=base16-framer] .hljs-tag {
  color: #b9b9b9;
}
[theme=base16-framer] .hljs-operator, [theme=base16-framer] .hljs-punctuation, [theme=base16-framer] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-framer] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-framer] .hljs-bullet, [theme=base16-framer] .hljs-deletion, [theme=base16-framer] .hljs-name, [theme=base16-framer] .hljs-selector-tag, [theme=base16-framer] .hljs-template-variable, [theme=base16-framer] .hljs-variable {
  color: #fd886b;
}
[theme=base16-framer] .hljs-attr, [theme=base16-framer] .hljs-link, [theme=base16-framer] .hljs-literal, [theme=base16-framer] .hljs-number, [theme=base16-framer] .hljs-symbol, [theme=base16-framer] .hljs-variable.constant_ {
  color: #fc4769;
}
[theme=base16-framer] .hljs-class .hljs-title, [theme=base16-framer] .hljs-title, [theme=base16-framer] .hljs-title.class_ {
  color: #fecb6e;
}
[theme=base16-framer] .hljs-strong {
  font-weight: 700;
  color: #fecb6e;
}
[theme=base16-framer] .hljs-addition, [theme=base16-framer] .hljs-code, [theme=base16-framer] .hljs-string, [theme=base16-framer] .hljs-title.class_.inherited__ {
  color: #32ccdc;
}
[theme=base16-framer] .hljs-built_in, [theme=base16-framer] .hljs-doctag, [theme=base16-framer] .hljs-keyword.hljs-atrule, [theme=base16-framer] .hljs-quote, [theme=base16-framer] .hljs-regexp {
  color: #acddfd;
}
[theme=base16-framer] .hljs-attribute, [theme=base16-framer] .hljs-function .hljs-title, [theme=base16-framer] .hljs-section, [theme=base16-framer] .hljs-title.function_, [theme=base16-framer] .ruby .hljs-property {
  color: #20bcfc;
}
[theme=base16-framer] .diff .hljs-meta, [theme=base16-framer] .hljs-keyword, [theme=base16-framer] .hljs-template-tag, [theme=base16-framer] .hljs-type {
  color: #ba8cfc;
}
[theme=base16-framer] .hljs-emphasis {
  color: #ba8cfc;
  font-style: italic;
}
[theme=base16-framer] .hljs-meta, [theme=base16-framer] .hljs-meta .hljs-keyword, [theme=base16-framer] .hljs-meta .hljs-string {
  color: #b15f4a;
}
[theme=base16-framer] .hljs-meta .hljs-keyword, [theme=base16-framer] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-fruit-soda] {
  /*!
    Theme: Fruit Soda
    Author: jozip
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-fruit-soda] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-fruit-soda] code.hljs {
  padding: 3px 5px;
}
[theme=base16-fruit-soda] .hljs {
  color: #515151;
  background: #f1ecf1;
}
[theme=base16-fruit-soda] .hljs ::selection, [theme=base16-fruit-soda] .hljs::selection {
  background-color: #d8d5d5;
  color: #515151;
}
[theme=base16-fruit-soda] .hljs-comment {
  color: #b5b4b6;
}
[theme=base16-fruit-soda] .hljs-tag {
  color: #979598;
}
[theme=base16-fruit-soda] .hljs-operator, [theme=base16-fruit-soda] .hljs-punctuation, [theme=base16-fruit-soda] .hljs-subst {
  color: #515151;
}
[theme=base16-fruit-soda] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-fruit-soda] .hljs-bullet, [theme=base16-fruit-soda] .hljs-deletion, [theme=base16-fruit-soda] .hljs-name, [theme=base16-fruit-soda] .hljs-selector-tag, [theme=base16-fruit-soda] .hljs-template-variable, [theme=base16-fruit-soda] .hljs-variable {
  color: #fe3e31;
}
[theme=base16-fruit-soda] .hljs-attr, [theme=base16-fruit-soda] .hljs-link, [theme=base16-fruit-soda] .hljs-literal, [theme=base16-fruit-soda] .hljs-number, [theme=base16-fruit-soda] .hljs-symbol, [theme=base16-fruit-soda] .hljs-variable.constant_ {
  color: #fe6d08;
}
[theme=base16-fruit-soda] .hljs-class .hljs-title, [theme=base16-fruit-soda] .hljs-title, [theme=base16-fruit-soda] .hljs-title.class_ {
  color: #f7e203;
}
[theme=base16-fruit-soda] .hljs-strong {
  font-weight: 700;
  color: #f7e203;
}
[theme=base16-fruit-soda] .hljs-addition, [theme=base16-fruit-soda] .hljs-code, [theme=base16-fruit-soda] .hljs-string, [theme=base16-fruit-soda] .hljs-title.class_.inherited__ {
  color: #47f74c;
}
[theme=base16-fruit-soda] .hljs-built_in, [theme=base16-fruit-soda] .hljs-doctag, [theme=base16-fruit-soda] .hljs-keyword.hljs-atrule, [theme=base16-fruit-soda] .hljs-quote, [theme=base16-fruit-soda] .hljs-regexp {
  color: #0f9cfd;
}
[theme=base16-fruit-soda] .hljs-attribute, [theme=base16-fruit-soda] .hljs-function .hljs-title, [theme=base16-fruit-soda] .hljs-section, [theme=base16-fruit-soda] .hljs-title.function_, [theme=base16-fruit-soda] .ruby .hljs-property {
  color: #2931df;
}
[theme=base16-fruit-soda] .diff .hljs-meta, [theme=base16-fruit-soda] .hljs-keyword, [theme=base16-fruit-soda] .hljs-template-tag, [theme=base16-fruit-soda] .hljs-type {
  color: #611fce;
}
[theme=base16-fruit-soda] .hljs-emphasis {
  color: #611fce;
  font-style: italic;
}
[theme=base16-fruit-soda] .hljs-meta, [theme=base16-fruit-soda] .hljs-meta .hljs-keyword, [theme=base16-fruit-soda] .hljs-meta .hljs-string {
  color: #b16f40;
}
[theme=base16-fruit-soda] .hljs-meta .hljs-keyword, [theme=base16-fruit-soda] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gigavolt] {
  /*!
    Theme: Gigavolt
    Author: Aidan Swope (http://github.com/Whillikers)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gigavolt] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gigavolt] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gigavolt] .hljs {
  color: #e9e7e1;
  background: #202126;
}
[theme=base16-gigavolt] .hljs ::selection, [theme=base16-gigavolt] .hljs::selection {
  background-color: #5a576e;
  color: #e9e7e1;
}
[theme=base16-gigavolt] .hljs-comment {
  color: #a1d2e6;
}
[theme=base16-gigavolt] .hljs-tag {
  color: #cad3ff;
}
[theme=base16-gigavolt] .hljs-operator, [theme=base16-gigavolt] .hljs-punctuation, [theme=base16-gigavolt] .hljs-subst {
  color: #e9e7e1;
}
[theme=base16-gigavolt] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gigavolt] .hljs-bullet, [theme=base16-gigavolt] .hljs-deletion, [theme=base16-gigavolt] .hljs-name, [theme=base16-gigavolt] .hljs-selector-tag, [theme=base16-gigavolt] .hljs-template-variable, [theme=base16-gigavolt] .hljs-variable {
  color: #ff661a;
}
[theme=base16-gigavolt] .hljs-attr, [theme=base16-gigavolt] .hljs-link, [theme=base16-gigavolt] .hljs-literal, [theme=base16-gigavolt] .hljs-number, [theme=base16-gigavolt] .hljs-symbol, [theme=base16-gigavolt] .hljs-variable.constant_ {
  color: #19f988;
}
[theme=base16-gigavolt] .hljs-class .hljs-title, [theme=base16-gigavolt] .hljs-title, [theme=base16-gigavolt] .hljs-title.class_ {
  color: #ffdc2d;
}
[theme=base16-gigavolt] .hljs-strong {
  font-weight: 700;
  color: #ffdc2d;
}
[theme=base16-gigavolt] .hljs-addition, [theme=base16-gigavolt] .hljs-code, [theme=base16-gigavolt] .hljs-string, [theme=base16-gigavolt] .hljs-title.class_.inherited__ {
  color: #f2e6a9;
}
[theme=base16-gigavolt] .hljs-built_in, [theme=base16-gigavolt] .hljs-doctag, [theme=base16-gigavolt] .hljs-keyword.hljs-atrule, [theme=base16-gigavolt] .hljs-quote, [theme=base16-gigavolt] .hljs-regexp {
  color: #fb6acb;
}
[theme=base16-gigavolt] .hljs-attribute, [theme=base16-gigavolt] .hljs-function .hljs-title, [theme=base16-gigavolt] .hljs-section, [theme=base16-gigavolt] .hljs-title.function_, [theme=base16-gigavolt] .ruby .hljs-property {
  color: #40bfff;
}
[theme=base16-gigavolt] .diff .hljs-meta, [theme=base16-gigavolt] .hljs-keyword, [theme=base16-gigavolt] .hljs-template-tag, [theme=base16-gigavolt] .hljs-type {
  color: #ae94f9;
}
[theme=base16-gigavolt] .hljs-emphasis {
  color: #ae94f9;
  font-style: italic;
}
[theme=base16-gigavolt] .hljs-meta, [theme=base16-gigavolt] .hljs-meta .hljs-keyword, [theme=base16-gigavolt] .hljs-meta .hljs-string {
  color: #6187ff;
}
[theme=base16-gigavolt] .hljs-meta .hljs-keyword, [theme=base16-gigavolt] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-github] {
  /*!
    Theme: Github
    Author: Defman21
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-github] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-github] code.hljs {
  padding: 3px 5px;
}
[theme=base16-github] .hljs {
  color: #333;
  background: #fff;
}
[theme=base16-github] .hljs ::selection, [theme=base16-github] .hljs::selection {
  background-color: #c8c8fa;
  color: #333;
}
[theme=base16-github] .hljs-comment {
  color: #969896;
}
[theme=base16-github] .hljs-tag {
  color: #e8e8e8;
}
[theme=base16-github] .hljs-operator, [theme=base16-github] .hljs-punctuation, [theme=base16-github] .hljs-subst {
  color: #333;
}
[theme=base16-github] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-github] .hljs-bullet, [theme=base16-github] .hljs-deletion, [theme=base16-github] .hljs-name, [theme=base16-github] .hljs-selector-tag, [theme=base16-github] .hljs-template-variable, [theme=base16-github] .hljs-variable {
  color: #ed6a43;
}
[theme=base16-github] .hljs-attr, [theme=base16-github] .hljs-link, [theme=base16-github] .hljs-literal, [theme=base16-github] .hljs-number, [theme=base16-github] .hljs-symbol, [theme=base16-github] .hljs-variable.constant_ {
  color: #0086b3;
}
[theme=base16-github] .hljs-class .hljs-title, [theme=base16-github] .hljs-title, [theme=base16-github] .hljs-title.class_ {
  color: #795da3;
}
[theme=base16-github] .hljs-strong {
  font-weight: 700;
  color: #795da3;
}
[theme=base16-github] .hljs-addition, [theme=base16-github] .hljs-built_in, [theme=base16-github] .hljs-code, [theme=base16-github] .hljs-doctag, [theme=base16-github] .hljs-keyword.hljs-atrule, [theme=base16-github] .hljs-quote, [theme=base16-github] .hljs-regexp, [theme=base16-github] .hljs-string, [theme=base16-github] .hljs-title.class_.inherited__ {
  color: #183691;
}
[theme=base16-github] .hljs-attribute, [theme=base16-github] .hljs-function .hljs-title, [theme=base16-github] .hljs-section, [theme=base16-github] .hljs-title.function_, [theme=base16-github] .ruby .hljs-property {
  color: #795da3;
}
[theme=base16-github] .diff .hljs-meta, [theme=base16-github] .hljs-keyword, [theme=base16-github] .hljs-template-tag, [theme=base16-github] .hljs-type {
  color: #a71d5d;
}
[theme=base16-github] .hljs-emphasis {
  color: #a71d5d;
  font-style: italic;
}
[theme=base16-github] .hljs-meta, [theme=base16-github] .hljs-meta .hljs-keyword, [theme=base16-github] .hljs-meta .hljs-string {
  color: #333;
}
[theme=base16-github] .hljs-meta .hljs-keyword, [theme=base16-github] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-google-dark] {
  /*!
    Theme: Google Dark
    Author: Seth Wright (http://sethawright.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-google-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-google-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-google-dark] .hljs {
  color: #c5c8c6;
  background: #1d1f21;
}
[theme=base16-google-dark] .hljs ::selection, [theme=base16-google-dark] .hljs::selection {
  background-color: #373b41;
  color: #c5c8c6;
}
[theme=base16-google-dark] .hljs-comment {
  color: #969896;
}
[theme=base16-google-dark] .hljs-tag {
  color: #b4b7b4;
}
[theme=base16-google-dark] .hljs-operator, [theme=base16-google-dark] .hljs-punctuation, [theme=base16-google-dark] .hljs-subst {
  color: #c5c8c6;
}
[theme=base16-google-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-google-dark] .hljs-bullet, [theme=base16-google-dark] .hljs-deletion, [theme=base16-google-dark] .hljs-name, [theme=base16-google-dark] .hljs-selector-tag, [theme=base16-google-dark] .hljs-template-variable, [theme=base16-google-dark] .hljs-variable {
  color: #cc342b;
}
[theme=base16-google-dark] .hljs-attr, [theme=base16-google-dark] .hljs-link, [theme=base16-google-dark] .hljs-literal, [theme=base16-google-dark] .hljs-number, [theme=base16-google-dark] .hljs-symbol, [theme=base16-google-dark] .hljs-variable.constant_ {
  color: #f96a38;
}
[theme=base16-google-dark] .hljs-class .hljs-title, [theme=base16-google-dark] .hljs-title, [theme=base16-google-dark] .hljs-title.class_ {
  color: #fba922;
}
[theme=base16-google-dark] .hljs-strong {
  font-weight: 700;
  color: #fba922;
}
[theme=base16-google-dark] .hljs-addition, [theme=base16-google-dark] .hljs-code, [theme=base16-google-dark] .hljs-string, [theme=base16-google-dark] .hljs-title.class_.inherited__ {
  color: #198844;
}
[theme=base16-google-dark] .hljs-attribute, [theme=base16-google-dark] .hljs-built_in, [theme=base16-google-dark] .hljs-doctag, [theme=base16-google-dark] .hljs-function .hljs-title, [theme=base16-google-dark] .hljs-keyword.hljs-atrule, [theme=base16-google-dark] .hljs-quote, [theme=base16-google-dark] .hljs-regexp, [theme=base16-google-dark] .hljs-section, [theme=base16-google-dark] .hljs-title.function_, [theme=base16-google-dark] .ruby .hljs-property {
  color: #3971ed;
}
[theme=base16-google-dark] .diff .hljs-meta, [theme=base16-google-dark] .hljs-keyword, [theme=base16-google-dark] .hljs-template-tag, [theme=base16-google-dark] .hljs-type {
  color: #a36ac7;
}
[theme=base16-google-dark] .hljs-emphasis {
  color: #a36ac7;
  font-style: italic;
}
[theme=base16-google-dark] .hljs-meta, [theme=base16-google-dark] .hljs-meta .hljs-keyword, [theme=base16-google-dark] .hljs-meta .hljs-string {
  color: #3971ed;
}
[theme=base16-google-dark] .hljs-meta .hljs-keyword, [theme=base16-google-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-google-light] {
  /*!
    Theme: Google Light
    Author: Seth Wright (http://sethawright.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-google-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-google-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-google-light] .hljs {
  color: #373b41;
  background: #fff;
}
[theme=base16-google-light] .hljs ::selection, [theme=base16-google-light] .hljs::selection {
  background-color: #c5c8c6;
  color: #373b41;
}
[theme=base16-google-light] .hljs-comment {
  color: #b4b7b4;
}
[theme=base16-google-light] .hljs-tag {
  color: #969896;
}
[theme=base16-google-light] .hljs-operator, [theme=base16-google-light] .hljs-punctuation, [theme=base16-google-light] .hljs-subst {
  color: #373b41;
}
[theme=base16-google-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-google-light] .hljs-bullet, [theme=base16-google-light] .hljs-deletion, [theme=base16-google-light] .hljs-name, [theme=base16-google-light] .hljs-selector-tag, [theme=base16-google-light] .hljs-template-variable, [theme=base16-google-light] .hljs-variable {
  color: #cc342b;
}
[theme=base16-google-light] .hljs-attr, [theme=base16-google-light] .hljs-link, [theme=base16-google-light] .hljs-literal, [theme=base16-google-light] .hljs-number, [theme=base16-google-light] .hljs-symbol, [theme=base16-google-light] .hljs-variable.constant_ {
  color: #f96a38;
}
[theme=base16-google-light] .hljs-class .hljs-title, [theme=base16-google-light] .hljs-title, [theme=base16-google-light] .hljs-title.class_ {
  color: #fba922;
}
[theme=base16-google-light] .hljs-strong {
  font-weight: 700;
  color: #fba922;
}
[theme=base16-google-light] .hljs-addition, [theme=base16-google-light] .hljs-code, [theme=base16-google-light] .hljs-string, [theme=base16-google-light] .hljs-title.class_.inherited__ {
  color: #198844;
}
[theme=base16-google-light] .hljs-attribute, [theme=base16-google-light] .hljs-built_in, [theme=base16-google-light] .hljs-doctag, [theme=base16-google-light] .hljs-function .hljs-title, [theme=base16-google-light] .hljs-keyword.hljs-atrule, [theme=base16-google-light] .hljs-quote, [theme=base16-google-light] .hljs-regexp, [theme=base16-google-light] .hljs-section, [theme=base16-google-light] .hljs-title.function_, [theme=base16-google-light] .ruby .hljs-property {
  color: #3971ed;
}
[theme=base16-google-light] .diff .hljs-meta, [theme=base16-google-light] .hljs-keyword, [theme=base16-google-light] .hljs-template-tag, [theme=base16-google-light] .hljs-type {
  color: #a36ac7;
}
[theme=base16-google-light] .hljs-emphasis {
  color: #a36ac7;
  font-style: italic;
}
[theme=base16-google-light] .hljs-meta, [theme=base16-google-light] .hljs-meta .hljs-keyword, [theme=base16-google-light] .hljs-meta .hljs-string {
  color: #3971ed;
}
[theme=base16-google-light] .hljs-meta .hljs-keyword, [theme=base16-google-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-grayscale-dark] {
  /*!
    Theme: Grayscale Dark
    Author: Alexandre Gavioli (https://github.com/Alexx2/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-grayscale-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-grayscale-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-grayscale-dark] .hljs {
  color: #b9b9b9;
  background: #101010;
}
[theme=base16-grayscale-dark] .hljs ::selection, [theme=base16-grayscale-dark] .hljs::selection {
  background-color: #464646;
  color: #b9b9b9;
}
[theme=base16-grayscale-dark] .hljs-comment {
  color: #525252;
}
[theme=base16-grayscale-dark] .hljs-tag {
  color: #ababab;
}
[theme=base16-grayscale-dark] .hljs-operator, [theme=base16-grayscale-dark] .hljs-punctuation, [theme=base16-grayscale-dark] .hljs-subst {
  color: #b9b9b9;
}
[theme=base16-grayscale-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-grayscale-dark] .hljs-bullet, [theme=base16-grayscale-dark] .hljs-deletion, [theme=base16-grayscale-dark] .hljs-name, [theme=base16-grayscale-dark] .hljs-selector-tag, [theme=base16-grayscale-dark] .hljs-template-variable, [theme=base16-grayscale-dark] .hljs-variable {
  color: #7c7c7c;
}
[theme=base16-grayscale-dark] .hljs-attr, [theme=base16-grayscale-dark] .hljs-link, [theme=base16-grayscale-dark] .hljs-literal, [theme=base16-grayscale-dark] .hljs-number, [theme=base16-grayscale-dark] .hljs-symbol, [theme=base16-grayscale-dark] .hljs-variable.constant_ {
  color: #999;
}
[theme=base16-grayscale-dark] .hljs-class .hljs-title, [theme=base16-grayscale-dark] .hljs-title, [theme=base16-grayscale-dark] .hljs-title.class_ {
  color: #a0a0a0;
}
[theme=base16-grayscale-dark] .hljs-strong {
  font-weight: 700;
  color: #a0a0a0;
}
[theme=base16-grayscale-dark] .hljs-addition, [theme=base16-grayscale-dark] .hljs-code, [theme=base16-grayscale-dark] .hljs-string, [theme=base16-grayscale-dark] .hljs-title.class_.inherited__ {
  color: #8e8e8e;
}
[theme=base16-grayscale-dark] .hljs-built_in, [theme=base16-grayscale-dark] .hljs-doctag, [theme=base16-grayscale-dark] .hljs-keyword.hljs-atrule, [theme=base16-grayscale-dark] .hljs-quote, [theme=base16-grayscale-dark] .hljs-regexp {
  color: #868686;
}
[theme=base16-grayscale-dark] .hljs-attribute, [theme=base16-grayscale-dark] .hljs-function .hljs-title, [theme=base16-grayscale-dark] .hljs-section, [theme=base16-grayscale-dark] .hljs-title.function_, [theme=base16-grayscale-dark] .ruby .hljs-property {
  color: #686868;
}
[theme=base16-grayscale-dark] .diff .hljs-meta, [theme=base16-grayscale-dark] .hljs-keyword, [theme=base16-grayscale-dark] .hljs-template-tag, [theme=base16-grayscale-dark] .hljs-type {
  color: #747474;
}
[theme=base16-grayscale-dark] .hljs-emphasis {
  color: #747474;
  font-style: italic;
}
[theme=base16-grayscale-dark] .hljs-meta, [theme=base16-grayscale-dark] .hljs-meta .hljs-keyword, [theme=base16-grayscale-dark] .hljs-meta .hljs-string {
  color: #5e5e5e;
}
[theme=base16-grayscale-dark] .hljs-meta .hljs-keyword, [theme=base16-grayscale-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-grayscale-light] {
  /*!
    Theme: Grayscale Light
    Author: Alexandre Gavioli (https://github.com/Alexx2/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-grayscale-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-grayscale-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-grayscale-light] .hljs {
  color: #464646;
  background: #f7f7f7;
}
[theme=base16-grayscale-light] .hljs ::selection, [theme=base16-grayscale-light] .hljs::selection {
  background-color: #b9b9b9;
  color: #464646;
}
[theme=base16-grayscale-light] .hljs-comment {
  color: #ababab;
}
[theme=base16-grayscale-light] .hljs-tag {
  color: #525252;
}
[theme=base16-grayscale-light] .hljs-operator, [theme=base16-grayscale-light] .hljs-punctuation, [theme=base16-grayscale-light] .hljs-subst {
  color: #464646;
}
[theme=base16-grayscale-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-grayscale-light] .hljs-bullet, [theme=base16-grayscale-light] .hljs-deletion, [theme=base16-grayscale-light] .hljs-name, [theme=base16-grayscale-light] .hljs-selector-tag, [theme=base16-grayscale-light] .hljs-template-variable, [theme=base16-grayscale-light] .hljs-variable {
  color: #7c7c7c;
}
[theme=base16-grayscale-light] .hljs-attr, [theme=base16-grayscale-light] .hljs-link, [theme=base16-grayscale-light] .hljs-literal, [theme=base16-grayscale-light] .hljs-number, [theme=base16-grayscale-light] .hljs-symbol, [theme=base16-grayscale-light] .hljs-variable.constant_ {
  color: #999;
}
[theme=base16-grayscale-light] .hljs-class .hljs-title, [theme=base16-grayscale-light] .hljs-title, [theme=base16-grayscale-light] .hljs-title.class_ {
  color: #a0a0a0;
}
[theme=base16-grayscale-light] .hljs-strong {
  font-weight: 700;
  color: #a0a0a0;
}
[theme=base16-grayscale-light] .hljs-addition, [theme=base16-grayscale-light] .hljs-code, [theme=base16-grayscale-light] .hljs-string, [theme=base16-grayscale-light] .hljs-title.class_.inherited__ {
  color: #8e8e8e;
}
[theme=base16-grayscale-light] .hljs-built_in, [theme=base16-grayscale-light] .hljs-doctag, [theme=base16-grayscale-light] .hljs-keyword.hljs-atrule, [theme=base16-grayscale-light] .hljs-quote, [theme=base16-grayscale-light] .hljs-regexp {
  color: #868686;
}
[theme=base16-grayscale-light] .hljs-attribute, [theme=base16-grayscale-light] .hljs-function .hljs-title, [theme=base16-grayscale-light] .hljs-section, [theme=base16-grayscale-light] .hljs-title.function_, [theme=base16-grayscale-light] .ruby .hljs-property {
  color: #686868;
}
[theme=base16-grayscale-light] .diff .hljs-meta, [theme=base16-grayscale-light] .hljs-keyword, [theme=base16-grayscale-light] .hljs-template-tag, [theme=base16-grayscale-light] .hljs-type {
  color: #747474;
}
[theme=base16-grayscale-light] .hljs-emphasis {
  color: #747474;
  font-style: italic;
}
[theme=base16-grayscale-light] .hljs-meta, [theme=base16-grayscale-light] .hljs-meta .hljs-keyword, [theme=base16-grayscale-light] .hljs-meta .hljs-string {
  color: #5e5e5e;
}
[theme=base16-grayscale-light] .hljs-meta .hljs-keyword, [theme=base16-grayscale-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-green-screen] {
  /*!
    Theme: Green Screen
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-green-screen] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-green-screen] code.hljs {
  padding: 3px 5px;
}
[theme=base16-green-screen] .hljs {
  color: #0b0;
  background: #010;
}
[theme=base16-green-screen] .hljs ::selection, [theme=base16-green-screen] .hljs::selection {
  background-color: #050;
  color: #0b0;
}
[theme=base16-green-screen] .hljs-comment {
  color: #070;
}
[theme=base16-green-screen] .hljs-tag {
  color: #090;
}
[theme=base16-green-screen] .hljs-operator, [theme=base16-green-screen] .hljs-punctuation, [theme=base16-green-screen] .hljs-subst {
  color: #0b0;
}
[theme=base16-green-screen] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-green-screen] .hljs-bullet, [theme=base16-green-screen] .hljs-deletion, [theme=base16-green-screen] .hljs-name, [theme=base16-green-screen] .hljs-selector-tag, [theme=base16-green-screen] .hljs-template-variable, [theme=base16-green-screen] .hljs-variable {
  color: #070;
}
[theme=base16-green-screen] .hljs-attr, [theme=base16-green-screen] .hljs-link, [theme=base16-green-screen] .hljs-literal, [theme=base16-green-screen] .hljs-number, [theme=base16-green-screen] .hljs-symbol, [theme=base16-green-screen] .hljs-variable.constant_ {
  color: #090;
}
[theme=base16-green-screen] .hljs-class .hljs-title, [theme=base16-green-screen] .hljs-title, [theme=base16-green-screen] .hljs-title.class_ {
  color: #070;
}
[theme=base16-green-screen] .hljs-strong {
  font-weight: 700;
  color: #070;
}
[theme=base16-green-screen] .hljs-addition, [theme=base16-green-screen] .hljs-code, [theme=base16-green-screen] .hljs-string, [theme=base16-green-screen] .hljs-title.class_.inherited__ {
  color: #0b0;
}
[theme=base16-green-screen] .hljs-built_in, [theme=base16-green-screen] .hljs-doctag, [theme=base16-green-screen] .hljs-keyword.hljs-atrule, [theme=base16-green-screen] .hljs-quote, [theme=base16-green-screen] .hljs-regexp {
  color: #050;
}
[theme=base16-green-screen] .hljs-attribute, [theme=base16-green-screen] .hljs-function .hljs-title, [theme=base16-green-screen] .hljs-section, [theme=base16-green-screen] .hljs-title.function_, [theme=base16-green-screen] .ruby .hljs-property {
  color: #090;
}
[theme=base16-green-screen] .diff .hljs-meta, [theme=base16-green-screen] .hljs-keyword, [theme=base16-green-screen] .hljs-template-tag, [theme=base16-green-screen] .hljs-type {
  color: #0b0;
}
[theme=base16-green-screen] .hljs-emphasis {
  color: #0b0;
  font-style: italic;
}
[theme=base16-green-screen] .hljs-meta, [theme=base16-green-screen] .hljs-meta .hljs-keyword, [theme=base16-green-screen] .hljs-meta .hljs-string {
  color: #050;
}
[theme=base16-green-screen] .hljs-meta .hljs-keyword, [theme=base16-green-screen] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-dark-hard] {
  /*!
    Theme: Gruvbox dark, hard
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-dark-hard] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-dark-hard] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-dark-hard] .hljs {
  color: #d5c4a1;
  background: #1d2021;
}
[theme=base16-gruvbox-dark-hard] .hljs ::selection, [theme=base16-gruvbox-dark-hard] .hljs::selection {
  background-color: #504945;
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-hard] .hljs-comment {
  color: #665c54;
}
[theme=base16-gruvbox-dark-hard] .hljs-tag {
  color: #bdae93;
}
[theme=base16-gruvbox-dark-hard] .hljs-operator, [theme=base16-gruvbox-dark-hard] .hljs-punctuation, [theme=base16-gruvbox-dark-hard] .hljs-subst {
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-hard] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-dark-hard] .hljs-bullet, [theme=base16-gruvbox-dark-hard] .hljs-deletion, [theme=base16-gruvbox-dark-hard] .hljs-name, [theme=base16-gruvbox-dark-hard] .hljs-selector-tag, [theme=base16-gruvbox-dark-hard] .hljs-template-variable, [theme=base16-gruvbox-dark-hard] .hljs-variable {
  color: #fb4934;
}
[theme=base16-gruvbox-dark-hard] .hljs-attr, [theme=base16-gruvbox-dark-hard] .hljs-link, [theme=base16-gruvbox-dark-hard] .hljs-literal, [theme=base16-gruvbox-dark-hard] .hljs-number, [theme=base16-gruvbox-dark-hard] .hljs-symbol, [theme=base16-gruvbox-dark-hard] .hljs-variable.constant_ {
  color: #fe8019;
}
[theme=base16-gruvbox-dark-hard] .hljs-class .hljs-title, [theme=base16-gruvbox-dark-hard] .hljs-title, [theme=base16-gruvbox-dark-hard] .hljs-title.class_ {
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-hard] .hljs-strong {
  font-weight: 700;
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-hard] .hljs-addition, [theme=base16-gruvbox-dark-hard] .hljs-code, [theme=base16-gruvbox-dark-hard] .hljs-string, [theme=base16-gruvbox-dark-hard] .hljs-title.class_.inherited__ {
  color: #b8bb26;
}
[theme=base16-gruvbox-dark-hard] .hljs-built_in, [theme=base16-gruvbox-dark-hard] .hljs-doctag, [theme=base16-gruvbox-dark-hard] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-dark-hard] .hljs-quote, [theme=base16-gruvbox-dark-hard] .hljs-regexp {
  color: #8ec07c;
}
[theme=base16-gruvbox-dark-hard] .hljs-attribute, [theme=base16-gruvbox-dark-hard] .hljs-function .hljs-title, [theme=base16-gruvbox-dark-hard] .hljs-section, [theme=base16-gruvbox-dark-hard] .hljs-title.function_, [theme=base16-gruvbox-dark-hard] .ruby .hljs-property {
  color: #83a598;
}
[theme=base16-gruvbox-dark-hard] .diff .hljs-meta, [theme=base16-gruvbox-dark-hard] .hljs-keyword, [theme=base16-gruvbox-dark-hard] .hljs-template-tag, [theme=base16-gruvbox-dark-hard] .hljs-type {
  color: #d3869b;
}
[theme=base16-gruvbox-dark-hard] .hljs-emphasis {
  color: #d3869b;
  font-style: italic;
}
[theme=base16-gruvbox-dark-hard] .hljs-meta, [theme=base16-gruvbox-dark-hard] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-hard] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-dark-hard] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-hard] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-dark-medium] {
  /*!
    Theme: Gruvbox dark, medium
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-dark-medium] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-dark-medium] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-dark-medium] .hljs {
  color: #d5c4a1;
  background: #282828;
}
[theme=base16-gruvbox-dark-medium] .hljs ::selection, [theme=base16-gruvbox-dark-medium] .hljs::selection {
  background-color: #504945;
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-medium] .hljs-comment {
  color: #665c54;
}
[theme=base16-gruvbox-dark-medium] .hljs-tag {
  color: #bdae93;
}
[theme=base16-gruvbox-dark-medium] .hljs-operator, [theme=base16-gruvbox-dark-medium] .hljs-punctuation, [theme=base16-gruvbox-dark-medium] .hljs-subst {
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-medium] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-dark-medium] .hljs-bullet, [theme=base16-gruvbox-dark-medium] .hljs-deletion, [theme=base16-gruvbox-dark-medium] .hljs-name, [theme=base16-gruvbox-dark-medium] .hljs-selector-tag, [theme=base16-gruvbox-dark-medium] .hljs-template-variable, [theme=base16-gruvbox-dark-medium] .hljs-variable {
  color: #fb4934;
}
[theme=base16-gruvbox-dark-medium] .hljs-attr, [theme=base16-gruvbox-dark-medium] .hljs-link, [theme=base16-gruvbox-dark-medium] .hljs-literal, [theme=base16-gruvbox-dark-medium] .hljs-number, [theme=base16-gruvbox-dark-medium] .hljs-symbol, [theme=base16-gruvbox-dark-medium] .hljs-variable.constant_ {
  color: #fe8019;
}
[theme=base16-gruvbox-dark-medium] .hljs-class .hljs-title, [theme=base16-gruvbox-dark-medium] .hljs-title, [theme=base16-gruvbox-dark-medium] .hljs-title.class_ {
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-medium] .hljs-strong {
  font-weight: 700;
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-medium] .hljs-addition, [theme=base16-gruvbox-dark-medium] .hljs-code, [theme=base16-gruvbox-dark-medium] .hljs-string, [theme=base16-gruvbox-dark-medium] .hljs-title.class_.inherited__ {
  color: #b8bb26;
}
[theme=base16-gruvbox-dark-medium] .hljs-built_in, [theme=base16-gruvbox-dark-medium] .hljs-doctag, [theme=base16-gruvbox-dark-medium] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-dark-medium] .hljs-quote, [theme=base16-gruvbox-dark-medium] .hljs-regexp {
  color: #8ec07c;
}
[theme=base16-gruvbox-dark-medium] .hljs-attribute, [theme=base16-gruvbox-dark-medium] .hljs-function .hljs-title, [theme=base16-gruvbox-dark-medium] .hljs-section, [theme=base16-gruvbox-dark-medium] .hljs-title.function_, [theme=base16-gruvbox-dark-medium] .ruby .hljs-property {
  color: #83a598;
}
[theme=base16-gruvbox-dark-medium] .diff .hljs-meta, [theme=base16-gruvbox-dark-medium] .hljs-keyword, [theme=base16-gruvbox-dark-medium] .hljs-template-tag, [theme=base16-gruvbox-dark-medium] .hljs-type {
  color: #d3869b;
}
[theme=base16-gruvbox-dark-medium] .hljs-emphasis {
  color: #d3869b;
  font-style: italic;
}
[theme=base16-gruvbox-dark-medium] .hljs-meta, [theme=base16-gruvbox-dark-medium] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-medium] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-dark-medium] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-medium] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-dark-pale] {
  /*!
    Theme: Gruvbox dark, pale
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-dark-pale] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-dark-pale] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-dark-pale] .hljs {
  color: #dab997;
  background: #262626;
}
[theme=base16-gruvbox-dark-pale] .hljs ::selection, [theme=base16-gruvbox-dark-pale] .hljs::selection {
  background-color: #4e4e4e;
  color: #dab997;
}
[theme=base16-gruvbox-dark-pale] .hljs-comment {
  color: #8a8a8a;
}
[theme=base16-gruvbox-dark-pale] .hljs-tag {
  color: #949494;
}
[theme=base16-gruvbox-dark-pale] .hljs-operator, [theme=base16-gruvbox-dark-pale] .hljs-punctuation, [theme=base16-gruvbox-dark-pale] .hljs-subst {
  color: #dab997;
}
[theme=base16-gruvbox-dark-pale] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-dark-pale] .hljs-bullet, [theme=base16-gruvbox-dark-pale] .hljs-deletion, [theme=base16-gruvbox-dark-pale] .hljs-name, [theme=base16-gruvbox-dark-pale] .hljs-selector-tag, [theme=base16-gruvbox-dark-pale] .hljs-template-variable, [theme=base16-gruvbox-dark-pale] .hljs-variable {
  color: #d75f5f;
}
[theme=base16-gruvbox-dark-pale] .hljs-attr, [theme=base16-gruvbox-dark-pale] .hljs-link, [theme=base16-gruvbox-dark-pale] .hljs-literal, [theme=base16-gruvbox-dark-pale] .hljs-number, [theme=base16-gruvbox-dark-pale] .hljs-symbol, [theme=base16-gruvbox-dark-pale] .hljs-variable.constant_ {
  color: #ff8700;
}
[theme=base16-gruvbox-dark-pale] .hljs-class .hljs-title, [theme=base16-gruvbox-dark-pale] .hljs-title, [theme=base16-gruvbox-dark-pale] .hljs-title.class_ {
  color: #ffaf00;
}
[theme=base16-gruvbox-dark-pale] .hljs-strong {
  font-weight: 700;
  color: #ffaf00;
}
[theme=base16-gruvbox-dark-pale] .hljs-addition, [theme=base16-gruvbox-dark-pale] .hljs-code, [theme=base16-gruvbox-dark-pale] .hljs-string, [theme=base16-gruvbox-dark-pale] .hljs-title.class_.inherited__ {
  color: #afaf00;
}
[theme=base16-gruvbox-dark-pale] .hljs-built_in, [theme=base16-gruvbox-dark-pale] .hljs-doctag, [theme=base16-gruvbox-dark-pale] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-dark-pale] .hljs-quote, [theme=base16-gruvbox-dark-pale] .hljs-regexp {
  color: #85ad85;
}
[theme=base16-gruvbox-dark-pale] .hljs-attribute, [theme=base16-gruvbox-dark-pale] .hljs-function .hljs-title, [theme=base16-gruvbox-dark-pale] .hljs-section, [theme=base16-gruvbox-dark-pale] .hljs-title.function_, [theme=base16-gruvbox-dark-pale] .ruby .hljs-property {
  color: #83adad;
}
[theme=base16-gruvbox-dark-pale] .diff .hljs-meta, [theme=base16-gruvbox-dark-pale] .hljs-keyword, [theme=base16-gruvbox-dark-pale] .hljs-template-tag, [theme=base16-gruvbox-dark-pale] .hljs-type {
  color: #d485ad;
}
[theme=base16-gruvbox-dark-pale] .hljs-emphasis {
  color: #d485ad;
  font-style: italic;
}
[theme=base16-gruvbox-dark-pale] .hljs-meta, [theme=base16-gruvbox-dark-pale] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-pale] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-dark-pale] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-pale] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-dark-soft] {
  /*!
    Theme: Gruvbox dark, soft
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-dark-soft] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-dark-soft] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-dark-soft] .hljs {
  color: #d5c4a1;
  background: #32302f;
}
[theme=base16-gruvbox-dark-soft] .hljs ::selection, [theme=base16-gruvbox-dark-soft] .hljs::selection {
  background-color: #504945;
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-soft] .hljs-comment {
  color: #665c54;
}
[theme=base16-gruvbox-dark-soft] .hljs-tag {
  color: #bdae93;
}
[theme=base16-gruvbox-dark-soft] .hljs-operator, [theme=base16-gruvbox-dark-soft] .hljs-punctuation, [theme=base16-gruvbox-dark-soft] .hljs-subst {
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-soft] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-dark-soft] .hljs-bullet, [theme=base16-gruvbox-dark-soft] .hljs-deletion, [theme=base16-gruvbox-dark-soft] .hljs-name, [theme=base16-gruvbox-dark-soft] .hljs-selector-tag, [theme=base16-gruvbox-dark-soft] .hljs-template-variable, [theme=base16-gruvbox-dark-soft] .hljs-variable {
  color: #fb4934;
}
[theme=base16-gruvbox-dark-soft] .hljs-attr, [theme=base16-gruvbox-dark-soft] .hljs-link, [theme=base16-gruvbox-dark-soft] .hljs-literal, [theme=base16-gruvbox-dark-soft] .hljs-number, [theme=base16-gruvbox-dark-soft] .hljs-symbol, [theme=base16-gruvbox-dark-soft] .hljs-variable.constant_ {
  color: #fe8019;
}
[theme=base16-gruvbox-dark-soft] .hljs-class .hljs-title, [theme=base16-gruvbox-dark-soft] .hljs-title, [theme=base16-gruvbox-dark-soft] .hljs-title.class_ {
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-soft] .hljs-strong {
  font-weight: 700;
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-soft] .hljs-addition, [theme=base16-gruvbox-dark-soft] .hljs-code, [theme=base16-gruvbox-dark-soft] .hljs-string, [theme=base16-gruvbox-dark-soft] .hljs-title.class_.inherited__ {
  color: #b8bb26;
}
[theme=base16-gruvbox-dark-soft] .hljs-built_in, [theme=base16-gruvbox-dark-soft] .hljs-doctag, [theme=base16-gruvbox-dark-soft] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-dark-soft] .hljs-quote, [theme=base16-gruvbox-dark-soft] .hljs-regexp {
  color: #8ec07c;
}
[theme=base16-gruvbox-dark-soft] .hljs-attribute, [theme=base16-gruvbox-dark-soft] .hljs-function .hljs-title, [theme=base16-gruvbox-dark-soft] .hljs-section, [theme=base16-gruvbox-dark-soft] .hljs-title.function_, [theme=base16-gruvbox-dark-soft] .ruby .hljs-property {
  color: #83a598;
}
[theme=base16-gruvbox-dark-soft] .diff .hljs-meta, [theme=base16-gruvbox-dark-soft] .hljs-keyword, [theme=base16-gruvbox-dark-soft] .hljs-template-tag, [theme=base16-gruvbox-dark-soft] .hljs-type {
  color: #d3869b;
}
[theme=base16-gruvbox-dark-soft] .hljs-emphasis {
  color: #d3869b;
  font-style: italic;
}
[theme=base16-gruvbox-dark-soft] .hljs-meta, [theme=base16-gruvbox-dark-soft] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-soft] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-dark-soft] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-soft] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-light-hard] {
  /*!
    Theme: Gruvbox light, hard
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-light-hard] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-light-hard] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-light-hard] .hljs {
  color: #504945;
  background: #f9f5d7;
}
[theme=base16-gruvbox-light-hard] .hljs ::selection, [theme=base16-gruvbox-light-hard] .hljs::selection {
  background-color: #d5c4a1;
  color: #504945;
}
[theme=base16-gruvbox-light-hard] .hljs-comment {
  color: #bdae93;
}
[theme=base16-gruvbox-light-hard] .hljs-tag {
  color: #665c54;
}
[theme=base16-gruvbox-light-hard] .hljs-operator, [theme=base16-gruvbox-light-hard] .hljs-punctuation, [theme=base16-gruvbox-light-hard] .hljs-subst {
  color: #504945;
}
[theme=base16-gruvbox-light-hard] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-light-hard] .hljs-bullet, [theme=base16-gruvbox-light-hard] .hljs-deletion, [theme=base16-gruvbox-light-hard] .hljs-name, [theme=base16-gruvbox-light-hard] .hljs-selector-tag, [theme=base16-gruvbox-light-hard] .hljs-template-variable, [theme=base16-gruvbox-light-hard] .hljs-variable {
  color: #9d0006;
}
[theme=base16-gruvbox-light-hard] .hljs-attr, [theme=base16-gruvbox-light-hard] .hljs-link, [theme=base16-gruvbox-light-hard] .hljs-literal, [theme=base16-gruvbox-light-hard] .hljs-number, [theme=base16-gruvbox-light-hard] .hljs-symbol, [theme=base16-gruvbox-light-hard] .hljs-variable.constant_ {
  color: #af3a03;
}
[theme=base16-gruvbox-light-hard] .hljs-class .hljs-title, [theme=base16-gruvbox-light-hard] .hljs-title, [theme=base16-gruvbox-light-hard] .hljs-title.class_ {
  color: #b57614;
}
[theme=base16-gruvbox-light-hard] .hljs-strong {
  font-weight: 700;
  color: #b57614;
}
[theme=base16-gruvbox-light-hard] .hljs-addition, [theme=base16-gruvbox-light-hard] .hljs-code, [theme=base16-gruvbox-light-hard] .hljs-string, [theme=base16-gruvbox-light-hard] .hljs-title.class_.inherited__ {
  color: #79740e;
}
[theme=base16-gruvbox-light-hard] .hljs-built_in, [theme=base16-gruvbox-light-hard] .hljs-doctag, [theme=base16-gruvbox-light-hard] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-light-hard] .hljs-quote, [theme=base16-gruvbox-light-hard] .hljs-regexp {
  color: #427b58;
}
[theme=base16-gruvbox-light-hard] .hljs-attribute, [theme=base16-gruvbox-light-hard] .hljs-function .hljs-title, [theme=base16-gruvbox-light-hard] .hljs-section, [theme=base16-gruvbox-light-hard] .hljs-title.function_, [theme=base16-gruvbox-light-hard] .ruby .hljs-property {
  color: #076678;
}
[theme=base16-gruvbox-light-hard] .diff .hljs-meta, [theme=base16-gruvbox-light-hard] .hljs-keyword, [theme=base16-gruvbox-light-hard] .hljs-template-tag, [theme=base16-gruvbox-light-hard] .hljs-type {
  color: #8f3f71;
}
[theme=base16-gruvbox-light-hard] .hljs-emphasis {
  color: #8f3f71;
  font-style: italic;
}
[theme=base16-gruvbox-light-hard] .hljs-meta, [theme=base16-gruvbox-light-hard] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-hard] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-light-hard] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-hard] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-light-medium] {
  /*!
    Theme: Gruvbox light, medium
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-light-medium] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-light-medium] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-light-medium] .hljs {
  color: #504945;
  background: #fbf1c7;
}
[theme=base16-gruvbox-light-medium] .hljs ::selection, [theme=base16-gruvbox-light-medium] .hljs::selection {
  background-color: #d5c4a1;
  color: #504945;
}
[theme=base16-gruvbox-light-medium] .hljs-comment {
  color: #bdae93;
}
[theme=base16-gruvbox-light-medium] .hljs-tag {
  color: #665c54;
}
[theme=base16-gruvbox-light-medium] .hljs-operator, [theme=base16-gruvbox-light-medium] .hljs-punctuation, [theme=base16-gruvbox-light-medium] .hljs-subst {
  color: #504945;
}
[theme=base16-gruvbox-light-medium] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-light-medium] .hljs-bullet, [theme=base16-gruvbox-light-medium] .hljs-deletion, [theme=base16-gruvbox-light-medium] .hljs-name, [theme=base16-gruvbox-light-medium] .hljs-selector-tag, [theme=base16-gruvbox-light-medium] .hljs-template-variable, [theme=base16-gruvbox-light-medium] .hljs-variable {
  color: #9d0006;
}
[theme=base16-gruvbox-light-medium] .hljs-attr, [theme=base16-gruvbox-light-medium] .hljs-link, [theme=base16-gruvbox-light-medium] .hljs-literal, [theme=base16-gruvbox-light-medium] .hljs-number, [theme=base16-gruvbox-light-medium] .hljs-symbol, [theme=base16-gruvbox-light-medium] .hljs-variable.constant_ {
  color: #af3a03;
}
[theme=base16-gruvbox-light-medium] .hljs-class .hljs-title, [theme=base16-gruvbox-light-medium] .hljs-title, [theme=base16-gruvbox-light-medium] .hljs-title.class_ {
  color: #b57614;
}
[theme=base16-gruvbox-light-medium] .hljs-strong {
  font-weight: 700;
  color: #b57614;
}
[theme=base16-gruvbox-light-medium] .hljs-addition, [theme=base16-gruvbox-light-medium] .hljs-code, [theme=base16-gruvbox-light-medium] .hljs-string, [theme=base16-gruvbox-light-medium] .hljs-title.class_.inherited__ {
  color: #79740e;
}
[theme=base16-gruvbox-light-medium] .hljs-built_in, [theme=base16-gruvbox-light-medium] .hljs-doctag, [theme=base16-gruvbox-light-medium] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-light-medium] .hljs-quote, [theme=base16-gruvbox-light-medium] .hljs-regexp {
  color: #427b58;
}
[theme=base16-gruvbox-light-medium] .hljs-attribute, [theme=base16-gruvbox-light-medium] .hljs-function .hljs-title, [theme=base16-gruvbox-light-medium] .hljs-section, [theme=base16-gruvbox-light-medium] .hljs-title.function_, [theme=base16-gruvbox-light-medium] .ruby .hljs-property {
  color: #076678;
}
[theme=base16-gruvbox-light-medium] .diff .hljs-meta, [theme=base16-gruvbox-light-medium] .hljs-keyword, [theme=base16-gruvbox-light-medium] .hljs-template-tag, [theme=base16-gruvbox-light-medium] .hljs-type {
  color: #8f3f71;
}
[theme=base16-gruvbox-light-medium] .hljs-emphasis {
  color: #8f3f71;
  font-style: italic;
}
[theme=base16-gruvbox-light-medium] .hljs-meta, [theme=base16-gruvbox-light-medium] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-medium] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-light-medium] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-medium] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-light-soft] {
  /*!
    Theme: Gruvbox light, soft
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-light-soft] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-light-soft] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-light-soft] .hljs {
  color: #504945;
  background: #f2e5bc;
}
[theme=base16-gruvbox-light-soft] .hljs ::selection, [theme=base16-gruvbox-light-soft] .hljs::selection {
  background-color: #d5c4a1;
  color: #504945;
}
[theme=base16-gruvbox-light-soft] .hljs-comment {
  color: #bdae93;
}
[theme=base16-gruvbox-light-soft] .hljs-tag {
  color: #665c54;
}
[theme=base16-gruvbox-light-soft] .hljs-operator, [theme=base16-gruvbox-light-soft] .hljs-punctuation, [theme=base16-gruvbox-light-soft] .hljs-subst {
  color: #504945;
}
[theme=base16-gruvbox-light-soft] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-light-soft] .hljs-bullet, [theme=base16-gruvbox-light-soft] .hljs-deletion, [theme=base16-gruvbox-light-soft] .hljs-name, [theme=base16-gruvbox-light-soft] .hljs-selector-tag, [theme=base16-gruvbox-light-soft] .hljs-template-variable, [theme=base16-gruvbox-light-soft] .hljs-variable {
  color: #9d0006;
}
[theme=base16-gruvbox-light-soft] .hljs-attr, [theme=base16-gruvbox-light-soft] .hljs-link, [theme=base16-gruvbox-light-soft] .hljs-literal, [theme=base16-gruvbox-light-soft] .hljs-number, [theme=base16-gruvbox-light-soft] .hljs-symbol, [theme=base16-gruvbox-light-soft] .hljs-variable.constant_ {
  color: #af3a03;
}
[theme=base16-gruvbox-light-soft] .hljs-class .hljs-title, [theme=base16-gruvbox-light-soft] .hljs-title, [theme=base16-gruvbox-light-soft] .hljs-title.class_ {
  color: #b57614;
}
[theme=base16-gruvbox-light-soft] .hljs-strong {
  font-weight: 700;
  color: #b57614;
}
[theme=base16-gruvbox-light-soft] .hljs-addition, [theme=base16-gruvbox-light-soft] .hljs-code, [theme=base16-gruvbox-light-soft] .hljs-string, [theme=base16-gruvbox-light-soft] .hljs-title.class_.inherited__ {
  color: #79740e;
}
[theme=base16-gruvbox-light-soft] .hljs-built_in, [theme=base16-gruvbox-light-soft] .hljs-doctag, [theme=base16-gruvbox-light-soft] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-light-soft] .hljs-quote, [theme=base16-gruvbox-light-soft] .hljs-regexp {
  color: #427b58;
}
[theme=base16-gruvbox-light-soft] .hljs-attribute, [theme=base16-gruvbox-light-soft] .hljs-function .hljs-title, [theme=base16-gruvbox-light-soft] .hljs-section, [theme=base16-gruvbox-light-soft] .hljs-title.function_, [theme=base16-gruvbox-light-soft] .ruby .hljs-property {
  color: #076678;
}
[theme=base16-gruvbox-light-soft] .diff .hljs-meta, [theme=base16-gruvbox-light-soft] .hljs-keyword, [theme=base16-gruvbox-light-soft] .hljs-template-tag, [theme=base16-gruvbox-light-soft] .hljs-type {
  color: #8f3f71;
}
[theme=base16-gruvbox-light-soft] .hljs-emphasis {
  color: #8f3f71;
  font-style: italic;
}
[theme=base16-gruvbox-light-soft] .hljs-meta, [theme=base16-gruvbox-light-soft] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-soft] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-light-soft] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-soft] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-hardcore] {
  /*!
    Theme: Hardcore
    Author: Chris Caller
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-hardcore] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-hardcore] code.hljs {
  padding: 3px 5px;
}
[theme=base16-hardcore] .hljs {
  color: #cdcdcd;
  background: #212121;
}
[theme=base16-hardcore] .hljs ::selection, [theme=base16-hardcore] .hljs::selection {
  background-color: #353535;
  color: #cdcdcd;
}
[theme=base16-hardcore] .hljs-comment {
  color: #4a4a4a;
}
[theme=base16-hardcore] .hljs-tag {
  color: #707070;
}
[theme=base16-hardcore] .hljs-operator, [theme=base16-hardcore] .hljs-punctuation, [theme=base16-hardcore] .hljs-subst {
  color: #cdcdcd;
}
[theme=base16-hardcore] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-hardcore] .hljs-bullet, [theme=base16-hardcore] .hljs-deletion, [theme=base16-hardcore] .hljs-name, [theme=base16-hardcore] .hljs-selector-tag, [theme=base16-hardcore] .hljs-template-variable, [theme=base16-hardcore] .hljs-variable {
  color: #f92672;
}
[theme=base16-hardcore] .hljs-attr, [theme=base16-hardcore] .hljs-link, [theme=base16-hardcore] .hljs-literal, [theme=base16-hardcore] .hljs-number, [theme=base16-hardcore] .hljs-symbol, [theme=base16-hardcore] .hljs-variable.constant_ {
  color: #fd971f;
}
[theme=base16-hardcore] .hljs-class .hljs-title, [theme=base16-hardcore] .hljs-title, [theme=base16-hardcore] .hljs-title.class_ {
  color: #e6db74;
}
[theme=base16-hardcore] .hljs-strong {
  font-weight: 700;
  color: #e6db74;
}
[theme=base16-hardcore] .hljs-addition, [theme=base16-hardcore] .hljs-code, [theme=base16-hardcore] .hljs-string, [theme=base16-hardcore] .hljs-title.class_.inherited__ {
  color: #a6e22e;
}
[theme=base16-hardcore] .hljs-built_in, [theme=base16-hardcore] .hljs-doctag, [theme=base16-hardcore] .hljs-keyword.hljs-atrule, [theme=base16-hardcore] .hljs-quote, [theme=base16-hardcore] .hljs-regexp {
  color: #708387;
}
[theme=base16-hardcore] .hljs-attribute, [theme=base16-hardcore] .hljs-function .hljs-title, [theme=base16-hardcore] .hljs-section, [theme=base16-hardcore] .hljs-title.function_, [theme=base16-hardcore] .ruby .hljs-property {
  color: #66d9ef;
}
[theme=base16-hardcore] .diff .hljs-meta, [theme=base16-hardcore] .hljs-keyword, [theme=base16-hardcore] .hljs-template-tag, [theme=base16-hardcore] .hljs-type {
  color: #9e6ffe;
}
[theme=base16-hardcore] .hljs-emphasis {
  color: #9e6ffe;
  font-style: italic;
}
[theme=base16-hardcore] .hljs-meta, [theme=base16-hardcore] .hljs-meta .hljs-keyword, [theme=base16-hardcore] .hljs-meta .hljs-string {
  color: #e8b882;
}
[theme=base16-hardcore] .hljs-meta .hljs-keyword, [theme=base16-hardcore] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-harmonic16-dark] {
  /*!
    Theme: Harmonic16 Dark
    Author: Jannik Siebert (https://github.com/janniks)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-harmonic16-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-harmonic16-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-harmonic16-dark] .hljs {
  color: #cbd6e2;
  background: #0b1c2c;
}
[theme=base16-harmonic16-dark] .hljs ::selection, [theme=base16-harmonic16-dark] .hljs::selection {
  background-color: #405c79;
  color: #cbd6e2;
}
[theme=base16-harmonic16-dark] .hljs-comment {
  color: #627e99;
}
[theme=base16-harmonic16-dark] .hljs-tag {
  color: #aabcce;
}
[theme=base16-harmonic16-dark] .hljs-operator, [theme=base16-harmonic16-dark] .hljs-punctuation, [theme=base16-harmonic16-dark] .hljs-subst {
  color: #cbd6e2;
}
[theme=base16-harmonic16-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-harmonic16-dark] .hljs-bullet, [theme=base16-harmonic16-dark] .hljs-deletion, [theme=base16-harmonic16-dark] .hljs-name, [theme=base16-harmonic16-dark] .hljs-selector-tag, [theme=base16-harmonic16-dark] .hljs-template-variable, [theme=base16-harmonic16-dark] .hljs-variable {
  color: #bf8b56;
}
[theme=base16-harmonic16-dark] .hljs-attr, [theme=base16-harmonic16-dark] .hljs-link, [theme=base16-harmonic16-dark] .hljs-literal, [theme=base16-harmonic16-dark] .hljs-number, [theme=base16-harmonic16-dark] .hljs-symbol, [theme=base16-harmonic16-dark] .hljs-variable.constant_ {
  color: #bfbf56;
}
[theme=base16-harmonic16-dark] .hljs-class .hljs-title, [theme=base16-harmonic16-dark] .hljs-title, [theme=base16-harmonic16-dark] .hljs-title.class_ {
  color: #8bbf56;
}
[theme=base16-harmonic16-dark] .hljs-strong {
  font-weight: 700;
  color: #8bbf56;
}
[theme=base16-harmonic16-dark] .hljs-addition, [theme=base16-harmonic16-dark] .hljs-code, [theme=base16-harmonic16-dark] .hljs-string, [theme=base16-harmonic16-dark] .hljs-title.class_.inherited__ {
  color: #56bf8b;
}
[theme=base16-harmonic16-dark] .hljs-built_in, [theme=base16-harmonic16-dark] .hljs-doctag, [theme=base16-harmonic16-dark] .hljs-keyword.hljs-atrule, [theme=base16-harmonic16-dark] .hljs-quote, [theme=base16-harmonic16-dark] .hljs-regexp {
  color: #568bbf;
}
[theme=base16-harmonic16-dark] .hljs-attribute, [theme=base16-harmonic16-dark] .hljs-function .hljs-title, [theme=base16-harmonic16-dark] .hljs-section, [theme=base16-harmonic16-dark] .hljs-title.function_, [theme=base16-harmonic16-dark] .ruby .hljs-property {
  color: #8b56bf;
}
[theme=base16-harmonic16-dark] .diff .hljs-meta, [theme=base16-harmonic16-dark] .hljs-keyword, [theme=base16-harmonic16-dark] .hljs-template-tag, [theme=base16-harmonic16-dark] .hljs-type {
  color: #bf568b;
}
[theme=base16-harmonic16-dark] .hljs-emphasis {
  color: #bf568b;
  font-style: italic;
}
[theme=base16-harmonic16-dark] .hljs-meta, [theme=base16-harmonic16-dark] .hljs-meta .hljs-keyword, [theme=base16-harmonic16-dark] .hljs-meta .hljs-string {
  color: #bf5656;
}
[theme=base16-harmonic16-dark] .hljs-meta .hljs-keyword, [theme=base16-harmonic16-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-harmonic16-light] {
  /*!
    Theme: Harmonic16 Light
    Author: Jannik Siebert (https://github.com/janniks)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-harmonic16-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-harmonic16-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-harmonic16-light] .hljs {
  color: #405c79;
  background: #f7f9fb;
}
[theme=base16-harmonic16-light] .hljs ::selection, [theme=base16-harmonic16-light] .hljs::selection {
  background-color: #cbd6e2;
  color: #405c79;
}
[theme=base16-harmonic16-light] .hljs-comment {
  color: #aabcce;
}
[theme=base16-harmonic16-light] .hljs-tag {
  color: #627e99;
}
[theme=base16-harmonic16-light] .hljs-operator, [theme=base16-harmonic16-light] .hljs-punctuation, [theme=base16-harmonic16-light] .hljs-subst {
  color: #405c79;
}
[theme=base16-harmonic16-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-harmonic16-light] .hljs-bullet, [theme=base16-harmonic16-light] .hljs-deletion, [theme=base16-harmonic16-light] .hljs-name, [theme=base16-harmonic16-light] .hljs-selector-tag, [theme=base16-harmonic16-light] .hljs-template-variable, [theme=base16-harmonic16-light] .hljs-variable {
  color: #bf8b56;
}
[theme=base16-harmonic16-light] .hljs-attr, [theme=base16-harmonic16-light] .hljs-link, [theme=base16-harmonic16-light] .hljs-literal, [theme=base16-harmonic16-light] .hljs-number, [theme=base16-harmonic16-light] .hljs-symbol, [theme=base16-harmonic16-light] .hljs-variable.constant_ {
  color: #bfbf56;
}
[theme=base16-harmonic16-light] .hljs-class .hljs-title, [theme=base16-harmonic16-light] .hljs-title, [theme=base16-harmonic16-light] .hljs-title.class_ {
  color: #8bbf56;
}
[theme=base16-harmonic16-light] .hljs-strong {
  font-weight: 700;
  color: #8bbf56;
}
[theme=base16-harmonic16-light] .hljs-addition, [theme=base16-harmonic16-light] .hljs-code, [theme=base16-harmonic16-light] .hljs-string, [theme=base16-harmonic16-light] .hljs-title.class_.inherited__ {
  color: #56bf8b;
}
[theme=base16-harmonic16-light] .hljs-built_in, [theme=base16-harmonic16-light] .hljs-doctag, [theme=base16-harmonic16-light] .hljs-keyword.hljs-atrule, [theme=base16-harmonic16-light] .hljs-quote, [theme=base16-harmonic16-light] .hljs-regexp {
  color: #568bbf;
}
[theme=base16-harmonic16-light] .hljs-attribute, [theme=base16-harmonic16-light] .hljs-function .hljs-title, [theme=base16-harmonic16-light] .hljs-section, [theme=base16-harmonic16-light] .hljs-title.function_, [theme=base16-harmonic16-light] .ruby .hljs-property {
  color: #8b56bf;
}
[theme=base16-harmonic16-light] .diff .hljs-meta, [theme=base16-harmonic16-light] .hljs-keyword, [theme=base16-harmonic16-light] .hljs-template-tag, [theme=base16-harmonic16-light] .hljs-type {
  color: #bf568b;
}
[theme=base16-harmonic16-light] .hljs-emphasis {
  color: #bf568b;
  font-style: italic;
}
[theme=base16-harmonic16-light] .hljs-meta, [theme=base16-harmonic16-light] .hljs-meta .hljs-keyword, [theme=base16-harmonic16-light] .hljs-meta .hljs-string {
  color: #bf5656;
}
[theme=base16-harmonic16-light] .hljs-meta .hljs-keyword, [theme=base16-harmonic16-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-heetch-dark] {
  /*!
    Theme: Heetch Dark
    Author: Geoffrey Teale (tealeg@gmail.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-heetch-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-heetch-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-heetch-dark] .hljs {
  color: #bdb6c5;
  background: #190134;
}
[theme=base16-heetch-dark] .hljs ::selection, [theme=base16-heetch-dark] .hljs::selection {
  background-color: #5a496e;
  color: #bdb6c5;
}
[theme=base16-heetch-dark] .hljs-comment {
  color: #7b6d8b;
}
[theme=base16-heetch-dark] .hljs-tag {
  color: #9c92a8;
}
[theme=base16-heetch-dark] .hljs-operator, [theme=base16-heetch-dark] .hljs-punctuation, [theme=base16-heetch-dark] .hljs-subst {
  color: #bdb6c5;
}
[theme=base16-heetch-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-heetch-dark] .hljs-bullet, [theme=base16-heetch-dark] .hljs-deletion, [theme=base16-heetch-dark] .hljs-name, [theme=base16-heetch-dark] .hljs-selector-tag, [theme=base16-heetch-dark] .hljs-template-variable, [theme=base16-heetch-dark] .hljs-variable {
  color: #27d9d5;
}
[theme=base16-heetch-dark] .hljs-attr, [theme=base16-heetch-dark] .hljs-link, [theme=base16-heetch-dark] .hljs-literal, [theme=base16-heetch-dark] .hljs-number, [theme=base16-heetch-dark] .hljs-symbol, [theme=base16-heetch-dark] .hljs-variable.constant_ {
  color: #5ba2b6;
}
[theme=base16-heetch-dark] .hljs-class .hljs-title, [theme=base16-heetch-dark] .hljs-title, [theme=base16-heetch-dark] .hljs-title.class_ {
  color: #8f6c97;
}
[theme=base16-heetch-dark] .hljs-strong {
  font-weight: 700;
  color: #8f6c97;
}
[theme=base16-heetch-dark] .hljs-addition, [theme=base16-heetch-dark] .hljs-code, [theme=base16-heetch-dark] .hljs-string, [theme=base16-heetch-dark] .hljs-title.class_.inherited__ {
  color: #c33678;
}
[theme=base16-heetch-dark] .hljs-built_in, [theme=base16-heetch-dark] .hljs-doctag, [theme=base16-heetch-dark] .hljs-keyword.hljs-atrule, [theme=base16-heetch-dark] .hljs-quote, [theme=base16-heetch-dark] .hljs-regexp {
  color: #f80059;
}
[theme=base16-heetch-dark] .hljs-attribute, [theme=base16-heetch-dark] .hljs-function .hljs-title, [theme=base16-heetch-dark] .hljs-section, [theme=base16-heetch-dark] .hljs-title.function_, [theme=base16-heetch-dark] .ruby .hljs-property {
  color: #bd0152;
}
[theme=base16-heetch-dark] .diff .hljs-meta, [theme=base16-heetch-dark] .hljs-keyword, [theme=base16-heetch-dark] .hljs-template-tag, [theme=base16-heetch-dark] .hljs-type {
  color: #82034c;
}
[theme=base16-heetch-dark] .hljs-emphasis {
  color: #82034c;
  font-style: italic;
}
[theme=base16-heetch-dark] .hljs-meta, [theme=base16-heetch-dark] .hljs-meta .hljs-keyword, [theme=base16-heetch-dark] .hljs-meta .hljs-string {
  color: #470546;
}
[theme=base16-heetch-dark] .hljs-meta .hljs-keyword, [theme=base16-heetch-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-heetch-light] {
  /*!
    Theme: Heetch Light
    Author: Geoffrey Teale (tealeg@gmail.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-heetch-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-heetch-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-heetch-light] .hljs {
  color: #5a496e;
  background: #feffff;
}
[theme=base16-heetch-light] .hljs ::selection, [theme=base16-heetch-light] .hljs::selection {
  background-color: #7b6d8b;
  color: #5a496e;
}
[theme=base16-heetch-light] .hljs-comment {
  color: #9c92a8;
}
[theme=base16-heetch-light] .hljs-tag {
  color: #ddd6e5;
}
[theme=base16-heetch-light] .hljs-operator, [theme=base16-heetch-light] .hljs-punctuation, [theme=base16-heetch-light] .hljs-subst {
  color: #5a496e;
}
[theme=base16-heetch-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-heetch-light] .hljs-bullet, [theme=base16-heetch-light] .hljs-deletion, [theme=base16-heetch-light] .hljs-name, [theme=base16-heetch-light] .hljs-selector-tag, [theme=base16-heetch-light] .hljs-template-variable, [theme=base16-heetch-light] .hljs-variable {
  color: #27d9d5;
}
[theme=base16-heetch-light] .hljs-attr, [theme=base16-heetch-light] .hljs-link, [theme=base16-heetch-light] .hljs-literal, [theme=base16-heetch-light] .hljs-number, [theme=base16-heetch-light] .hljs-symbol, [theme=base16-heetch-light] .hljs-variable.constant_ {
  color: #bdb6c5;
}
[theme=base16-heetch-light] .hljs-class .hljs-title, [theme=base16-heetch-light] .hljs-title, [theme=base16-heetch-light] .hljs-title.class_ {
  color: #5ba2b6;
}
[theme=base16-heetch-light] .hljs-strong {
  font-weight: 700;
  color: #5ba2b6;
}
[theme=base16-heetch-light] .hljs-addition, [theme=base16-heetch-light] .hljs-code, [theme=base16-heetch-light] .hljs-string, [theme=base16-heetch-light] .hljs-title.class_.inherited__ {
  color: #f80059;
}
[theme=base16-heetch-light] .hljs-built_in, [theme=base16-heetch-light] .hljs-doctag, [theme=base16-heetch-light] .hljs-keyword.hljs-atrule, [theme=base16-heetch-light] .hljs-quote, [theme=base16-heetch-light] .hljs-regexp {
  color: #c33678;
}
[theme=base16-heetch-light] .hljs-attribute, [theme=base16-heetch-light] .hljs-function .hljs-title, [theme=base16-heetch-light] .hljs-section, [theme=base16-heetch-light] .hljs-title.function_, [theme=base16-heetch-light] .ruby .hljs-property {
  color: #47f9f5;
}
[theme=base16-heetch-light] .diff .hljs-meta, [theme=base16-heetch-light] .hljs-keyword, [theme=base16-heetch-light] .hljs-template-tag, [theme=base16-heetch-light] .hljs-type {
  color: #bd0152;
}
[theme=base16-heetch-light] .hljs-emphasis {
  color: #bd0152;
  font-style: italic;
}
[theme=base16-heetch-light] .hljs-meta, [theme=base16-heetch-light] .hljs-meta .hljs-keyword, [theme=base16-heetch-light] .hljs-meta .hljs-string {
  color: #dedae2;
}
[theme=base16-heetch-light] .hljs-meta .hljs-keyword, [theme=base16-heetch-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-helios] {
  /*!
    Theme: Helios
    Author: Alex Meyer (https://github.com/reyemxela)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-helios] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-helios] code.hljs {
  padding: 3px 5px;
}
[theme=base16-helios] .hljs {
  color: #d5d5d5;
  background: #1d2021;
}
[theme=base16-helios] .hljs ::selection, [theme=base16-helios] .hljs::selection {
  background-color: #53585b;
  color: #d5d5d5;
}
[theme=base16-helios] .hljs-comment {
  color: #6f7579;
}
[theme=base16-helios] .hljs-tag {
  color: #cdcdcd;
}
[theme=base16-helios] .hljs-operator, [theme=base16-helios] .hljs-punctuation, [theme=base16-helios] .hljs-subst {
  color: #d5d5d5;
}
[theme=base16-helios] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-helios] .hljs-bullet, [theme=base16-helios] .hljs-deletion, [theme=base16-helios] .hljs-name, [theme=base16-helios] .hljs-selector-tag, [theme=base16-helios] .hljs-template-variable, [theme=base16-helios] .hljs-variable {
  color: #d72638;
}
[theme=base16-helios] .hljs-attr, [theme=base16-helios] .hljs-link, [theme=base16-helios] .hljs-literal, [theme=base16-helios] .hljs-number, [theme=base16-helios] .hljs-symbol, [theme=base16-helios] .hljs-variable.constant_ {
  color: #eb8413;
}
[theme=base16-helios] .hljs-class .hljs-title, [theme=base16-helios] .hljs-title, [theme=base16-helios] .hljs-title.class_ {
  color: #f19d1a;
}
[theme=base16-helios] .hljs-strong {
  font-weight: 700;
  color: #f19d1a;
}
[theme=base16-helios] .hljs-addition, [theme=base16-helios] .hljs-code, [theme=base16-helios] .hljs-string, [theme=base16-helios] .hljs-title.class_.inherited__ {
  color: #88b92d;
}
[theme=base16-helios] .hljs-built_in, [theme=base16-helios] .hljs-doctag, [theme=base16-helios] .hljs-keyword.hljs-atrule, [theme=base16-helios] .hljs-quote, [theme=base16-helios] .hljs-regexp {
  color: #1ba595;
}
[theme=base16-helios] .hljs-attribute, [theme=base16-helios] .hljs-function .hljs-title, [theme=base16-helios] .hljs-section, [theme=base16-helios] .hljs-title.function_, [theme=base16-helios] .ruby .hljs-property {
  color: #1e8bac;
}
[theme=base16-helios] .diff .hljs-meta, [theme=base16-helios] .hljs-keyword, [theme=base16-helios] .hljs-template-tag, [theme=base16-helios] .hljs-type {
  color: #be4264;
}
[theme=base16-helios] .hljs-emphasis {
  color: #be4264;
  font-style: italic;
}
[theme=base16-helios] .hljs-meta, [theme=base16-helios] .hljs-meta .hljs-keyword, [theme=base16-helios] .hljs-meta .hljs-string {
  color: #c85e0d;
}
[theme=base16-helios] .hljs-meta .hljs-keyword, [theme=base16-helios] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-hopscotch] {
  /*!
    Theme: Hopscotch
    Author: Jan T. Sott
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-hopscotch] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-hopscotch] code.hljs {
  padding: 3px 5px;
}
[theme=base16-hopscotch] .hljs {
  color: #b9b5b8;
  background: #322931;
}
[theme=base16-hopscotch] .hljs ::selection, [theme=base16-hopscotch] .hljs::selection {
  background-color: #5c545b;
  color: #b9b5b8;
}
[theme=base16-hopscotch] .hljs-comment {
  color: #797379;
}
[theme=base16-hopscotch] .hljs-tag {
  color: #989498;
}
[theme=base16-hopscotch] .hljs-operator, [theme=base16-hopscotch] .hljs-punctuation, [theme=base16-hopscotch] .hljs-subst {
  color: #b9b5b8;
}
[theme=base16-hopscotch] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-hopscotch] .hljs-bullet, [theme=base16-hopscotch] .hljs-deletion, [theme=base16-hopscotch] .hljs-name, [theme=base16-hopscotch] .hljs-selector-tag, [theme=base16-hopscotch] .hljs-template-variable, [theme=base16-hopscotch] .hljs-variable {
  color: #dd464c;
}
[theme=base16-hopscotch] .hljs-attr, [theme=base16-hopscotch] .hljs-link, [theme=base16-hopscotch] .hljs-literal, [theme=base16-hopscotch] .hljs-number, [theme=base16-hopscotch] .hljs-symbol, [theme=base16-hopscotch] .hljs-variable.constant_ {
  color: #fd8b19;
}
[theme=base16-hopscotch] .hljs-class .hljs-title, [theme=base16-hopscotch] .hljs-title, [theme=base16-hopscotch] .hljs-title.class_ {
  color: #fdcc59;
}
[theme=base16-hopscotch] .hljs-strong {
  font-weight: 700;
  color: #fdcc59;
}
[theme=base16-hopscotch] .hljs-addition, [theme=base16-hopscotch] .hljs-code, [theme=base16-hopscotch] .hljs-string, [theme=base16-hopscotch] .hljs-title.class_.inherited__ {
  color: #8fc13e;
}
[theme=base16-hopscotch] .hljs-built_in, [theme=base16-hopscotch] .hljs-doctag, [theme=base16-hopscotch] .hljs-keyword.hljs-atrule, [theme=base16-hopscotch] .hljs-quote, [theme=base16-hopscotch] .hljs-regexp {
  color: #149b93;
}
[theme=base16-hopscotch] .hljs-attribute, [theme=base16-hopscotch] .hljs-function .hljs-title, [theme=base16-hopscotch] .hljs-section, [theme=base16-hopscotch] .hljs-title.function_, [theme=base16-hopscotch] .ruby .hljs-property {
  color: #1290bf;
}
[theme=base16-hopscotch] .diff .hljs-meta, [theme=base16-hopscotch] .hljs-keyword, [theme=base16-hopscotch] .hljs-template-tag, [theme=base16-hopscotch] .hljs-type {
  color: #c85e7c;
}
[theme=base16-hopscotch] .hljs-emphasis {
  color: #c85e7c;
  font-style: italic;
}
[theme=base16-hopscotch] .hljs-meta, [theme=base16-hopscotch] .hljs-meta .hljs-keyword, [theme=base16-hopscotch] .hljs-meta .hljs-string {
  color: #b33508;
}
[theme=base16-hopscotch] .hljs-meta .hljs-keyword, [theme=base16-hopscotch] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-horizon-dark] {
  /*!
    Theme: Horizon Dark
    Author: Michaël Ball (http://github.com/michael-ball/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-horizon-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-horizon-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-horizon-dark] .hljs {
  color: #cbced0;
  background: #1c1e26;
}
[theme=base16-horizon-dark] .hljs ::selection, [theme=base16-horizon-dark] .hljs::selection {
  background-color: #2e303e;
  color: #cbced0;
}
[theme=base16-horizon-dark] .hljs-comment {
  color: #6f6f70;
}
[theme=base16-horizon-dark] .hljs-tag {
  color: #9da0a2;
}
[theme=base16-horizon-dark] .hljs-operator, [theme=base16-horizon-dark] .hljs-punctuation, [theme=base16-horizon-dark] .hljs-subst {
  color: #cbced0;
}
[theme=base16-horizon-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-horizon-dark] .hljs-bullet, [theme=base16-horizon-dark] .hljs-deletion, [theme=base16-horizon-dark] .hljs-name, [theme=base16-horizon-dark] .hljs-selector-tag, [theme=base16-horizon-dark] .hljs-template-variable, [theme=base16-horizon-dark] .hljs-variable {
  color: #e93c58;
}
[theme=base16-horizon-dark] .hljs-attr, [theme=base16-horizon-dark] .hljs-link, [theme=base16-horizon-dark] .hljs-literal, [theme=base16-horizon-dark] .hljs-number, [theme=base16-horizon-dark] .hljs-symbol, [theme=base16-horizon-dark] .hljs-variable.constant_ {
  color: #e58d7d;
}
[theme=base16-horizon-dark] .hljs-class .hljs-title, [theme=base16-horizon-dark] .hljs-title, [theme=base16-horizon-dark] .hljs-title.class_ {
  color: #efb993;
}
[theme=base16-horizon-dark] .hljs-strong {
  font-weight: 700;
  color: #efb993;
}
[theme=base16-horizon-dark] .hljs-addition, [theme=base16-horizon-dark] .hljs-code, [theme=base16-horizon-dark] .hljs-string, [theme=base16-horizon-dark] .hljs-title.class_.inherited__ {
  color: #efaf8e;
}
[theme=base16-horizon-dark] .hljs-built_in, [theme=base16-horizon-dark] .hljs-doctag, [theme=base16-horizon-dark] .hljs-keyword.hljs-atrule, [theme=base16-horizon-dark] .hljs-quote, [theme=base16-horizon-dark] .hljs-regexp {
  color: #24a8b4;
}
[theme=base16-horizon-dark] .hljs-attribute, [theme=base16-horizon-dark] .hljs-function .hljs-title, [theme=base16-horizon-dark] .hljs-section, [theme=base16-horizon-dark] .hljs-title.function_, [theme=base16-horizon-dark] .ruby .hljs-property {
  color: #df5273;
}
[theme=base16-horizon-dark] .diff .hljs-meta, [theme=base16-horizon-dark] .hljs-keyword, [theme=base16-horizon-dark] .hljs-template-tag, [theme=base16-horizon-dark] .hljs-type {
  color: #b072d1;
}
[theme=base16-horizon-dark] .hljs-emphasis {
  color: #b072d1;
  font-style: italic;
}
[theme=base16-horizon-dark] .hljs-meta, [theme=base16-horizon-dark] .hljs-meta .hljs-keyword, [theme=base16-horizon-dark] .hljs-meta .hljs-string {
  color: #e4a382;
}
[theme=base16-horizon-dark] .hljs-meta .hljs-keyword, [theme=base16-horizon-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-horizon-light] {
  /*!
    Theme: Horizon Light
    Author: Michaël Ball (http://github.com/michael-ball/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-horizon-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-horizon-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-horizon-light] .hljs {
  color: #403c3d;
  background: #fdf0ed;
}
[theme=base16-horizon-light] .hljs ::selection, [theme=base16-horizon-light] .hljs::selection {
  background-color: #f9cbbe;
  color: #403c3d;
}
[theme=base16-horizon-light] .hljs-comment {
  color: #bdb3b1;
}
[theme=base16-horizon-light] .hljs-tag {
  color: #948c8a;
}
[theme=base16-horizon-light] .hljs-operator, [theme=base16-horizon-light] .hljs-punctuation, [theme=base16-horizon-light] .hljs-subst {
  color: #403c3d;
}
[theme=base16-horizon-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-horizon-light] .hljs-bullet, [theme=base16-horizon-light] .hljs-deletion, [theme=base16-horizon-light] .hljs-name, [theme=base16-horizon-light] .hljs-selector-tag, [theme=base16-horizon-light] .hljs-template-variable, [theme=base16-horizon-light] .hljs-variable {
  color: #e95678;
}
[theme=base16-horizon-light] .hljs-attr, [theme=base16-horizon-light] .hljs-link, [theme=base16-horizon-light] .hljs-literal, [theme=base16-horizon-light] .hljs-number, [theme=base16-horizon-light] .hljs-symbol, [theme=base16-horizon-light] .hljs-variable.constant_ {
  color: #f9cec3;
}
[theme=base16-horizon-light] .hljs-class .hljs-title, [theme=base16-horizon-light] .hljs-title, [theme=base16-horizon-light] .hljs-title.class_ {
  color: #fadad1;
}
[theme=base16-horizon-light] .hljs-strong {
  font-weight: 700;
  color: #fadad1;
}
[theme=base16-horizon-light] .hljs-addition, [theme=base16-horizon-light] .hljs-code, [theme=base16-horizon-light] .hljs-string, [theme=base16-horizon-light] .hljs-title.class_.inherited__ {
  color: #29d398;
}
[theme=base16-horizon-light] .hljs-built_in, [theme=base16-horizon-light] .hljs-doctag, [theme=base16-horizon-light] .hljs-keyword.hljs-atrule, [theme=base16-horizon-light] .hljs-quote, [theme=base16-horizon-light] .hljs-regexp {
  color: #59e1e3;
}
[theme=base16-horizon-light] .hljs-attribute, [theme=base16-horizon-light] .hljs-function .hljs-title, [theme=base16-horizon-light] .hljs-section, [theme=base16-horizon-light] .hljs-title.function_, [theme=base16-horizon-light] .ruby .hljs-property {
  color: #26bbd9;
}
[theme=base16-horizon-light] .diff .hljs-meta, [theme=base16-horizon-light] .hljs-keyword, [theme=base16-horizon-light] .hljs-template-tag, [theme=base16-horizon-light] .hljs-type {
  color: #ee64ac;
}
[theme=base16-horizon-light] .hljs-emphasis {
  color: #ee64ac;
  font-style: italic;
}
[theme=base16-horizon-light] .hljs-meta, [theme=base16-horizon-light] .hljs-meta .hljs-keyword, [theme=base16-horizon-light] .hljs-meta .hljs-string {
  color: #f9cbbe;
}
[theme=base16-horizon-light] .hljs-meta .hljs-keyword, [theme=base16-horizon-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-humanoid-dark] {
  /*!
    Theme: Humanoid dark
    Author: Thomas (tasmo) Friese
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-humanoid-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-humanoid-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-humanoid-dark] .hljs {
  color: #f8f8f2;
  background: #232629;
}
[theme=base16-humanoid-dark] .hljs ::selection, [theme=base16-humanoid-dark] .hljs::selection {
  background-color: #484e54;
  color: #f8f8f2;
}
[theme=base16-humanoid-dark] .hljs-comment {
  color: #60615d;
}
[theme=base16-humanoid-dark] .hljs-tag {
  color: #c0c0bd;
}
[theme=base16-humanoid-dark] .hljs-operator, [theme=base16-humanoid-dark] .hljs-punctuation, [theme=base16-humanoid-dark] .hljs-subst {
  color: #f8f8f2;
}
[theme=base16-humanoid-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-humanoid-dark] .hljs-bullet, [theme=base16-humanoid-dark] .hljs-deletion, [theme=base16-humanoid-dark] .hljs-name, [theme=base16-humanoid-dark] .hljs-selector-tag, [theme=base16-humanoid-dark] .hljs-template-variable, [theme=base16-humanoid-dark] .hljs-variable {
  color: #f11235;
}
[theme=base16-humanoid-dark] .hljs-attr, [theme=base16-humanoid-dark] .hljs-link, [theme=base16-humanoid-dark] .hljs-literal, [theme=base16-humanoid-dark] .hljs-number, [theme=base16-humanoid-dark] .hljs-symbol, [theme=base16-humanoid-dark] .hljs-variable.constant_ {
  color: #ff9505;
}
[theme=base16-humanoid-dark] .hljs-class .hljs-title, [theme=base16-humanoid-dark] .hljs-title, [theme=base16-humanoid-dark] .hljs-title.class_ {
  color: #ffb627;
}
[theme=base16-humanoid-dark] .hljs-strong {
  font-weight: 700;
  color: #ffb627;
}
[theme=base16-humanoid-dark] .hljs-addition, [theme=base16-humanoid-dark] .hljs-code, [theme=base16-humanoid-dark] .hljs-string, [theme=base16-humanoid-dark] .hljs-title.class_.inherited__ {
  color: #02d849;
}
[theme=base16-humanoid-dark] .hljs-built_in, [theme=base16-humanoid-dark] .hljs-doctag, [theme=base16-humanoid-dark] .hljs-keyword.hljs-atrule, [theme=base16-humanoid-dark] .hljs-quote, [theme=base16-humanoid-dark] .hljs-regexp {
  color: #0dd9d6;
}
[theme=base16-humanoid-dark] .hljs-attribute, [theme=base16-humanoid-dark] .hljs-function .hljs-title, [theme=base16-humanoid-dark] .hljs-section, [theme=base16-humanoid-dark] .hljs-title.function_, [theme=base16-humanoid-dark] .ruby .hljs-property {
  color: #00a6fb;
}
[theme=base16-humanoid-dark] .diff .hljs-meta, [theme=base16-humanoid-dark] .hljs-keyword, [theme=base16-humanoid-dark] .hljs-template-tag, [theme=base16-humanoid-dark] .hljs-type {
  color: #f15ee3;
}
[theme=base16-humanoid-dark] .hljs-emphasis {
  color: #f15ee3;
  font-style: italic;
}
[theme=base16-humanoid-dark] .hljs-meta, [theme=base16-humanoid-dark] .hljs-meta .hljs-keyword, [theme=base16-humanoid-dark] .hljs-meta .hljs-string {
  color: #b27701;
}
[theme=base16-humanoid-dark] .hljs-meta .hljs-keyword, [theme=base16-humanoid-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-humanoid-light] {
  /*!
    Theme: Humanoid light
    Author: Thomas (tasmo) Friese
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-humanoid-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-humanoid-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-humanoid-light] .hljs {
  color: #232629;
  background: #f8f8f2;
}
[theme=base16-humanoid-light] .hljs ::selection, [theme=base16-humanoid-light] .hljs::selection {
  background-color: #deded8;
  color: #232629;
}
[theme=base16-humanoid-light] .hljs-comment {
  color: #c0c0bd;
}
[theme=base16-humanoid-light] .hljs-tag {
  color: #60615d;
}
[theme=base16-humanoid-light] .hljs-operator, [theme=base16-humanoid-light] .hljs-punctuation, [theme=base16-humanoid-light] .hljs-subst {
  color: #232629;
}
[theme=base16-humanoid-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-humanoid-light] .hljs-bullet, [theme=base16-humanoid-light] .hljs-deletion, [theme=base16-humanoid-light] .hljs-name, [theme=base16-humanoid-light] .hljs-selector-tag, [theme=base16-humanoid-light] .hljs-template-variable, [theme=base16-humanoid-light] .hljs-variable {
  color: #b0151a;
}
[theme=base16-humanoid-light] .hljs-attr, [theme=base16-humanoid-light] .hljs-link, [theme=base16-humanoid-light] .hljs-literal, [theme=base16-humanoid-light] .hljs-number, [theme=base16-humanoid-light] .hljs-symbol, [theme=base16-humanoid-light] .hljs-variable.constant_ {
  color: #ff3d00;
}
[theme=base16-humanoid-light] .hljs-class .hljs-title, [theme=base16-humanoid-light] .hljs-title, [theme=base16-humanoid-light] .hljs-title.class_ {
  color: #ffb627;
}
[theme=base16-humanoid-light] .hljs-strong {
  font-weight: 700;
  color: #ffb627;
}
[theme=base16-humanoid-light] .hljs-addition, [theme=base16-humanoid-light] .hljs-code, [theme=base16-humanoid-light] .hljs-string, [theme=base16-humanoid-light] .hljs-title.class_.inherited__ {
  color: #388e3c;
}
[theme=base16-humanoid-light] .hljs-built_in, [theme=base16-humanoid-light] .hljs-doctag, [theme=base16-humanoid-light] .hljs-keyword.hljs-atrule, [theme=base16-humanoid-light] .hljs-quote, [theme=base16-humanoid-light] .hljs-regexp {
  color: #008e8e;
}
[theme=base16-humanoid-light] .hljs-attribute, [theme=base16-humanoid-light] .hljs-function .hljs-title, [theme=base16-humanoid-light] .hljs-section, [theme=base16-humanoid-light] .hljs-title.function_, [theme=base16-humanoid-light] .ruby .hljs-property {
  color: #0082c9;
}
[theme=base16-humanoid-light] .diff .hljs-meta, [theme=base16-humanoid-light] .hljs-keyword, [theme=base16-humanoid-light] .hljs-template-tag, [theme=base16-humanoid-light] .hljs-type {
  color: #700f98;
}
[theme=base16-humanoid-light] .hljs-emphasis {
  color: #700f98;
  font-style: italic;
}
[theme=base16-humanoid-light] .hljs-meta, [theme=base16-humanoid-light] .hljs-meta .hljs-keyword, [theme=base16-humanoid-light] .hljs-meta .hljs-string {
  color: #b27701;
}
[theme=base16-humanoid-light] .hljs-meta .hljs-keyword, [theme=base16-humanoid-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ia-dark] {
  /*!
    Theme: iA Dark
    Author: iA Inc. (modified by aramisgithub)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ia-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ia-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ia-dark] .hljs {
  color: #ccc;
  background: #1a1a1a;
}
[theme=base16-ia-dark] .hljs ::selection, [theme=base16-ia-dark] .hljs::selection {
  background-color: #1d414d;
  color: #ccc;
}
[theme=base16-ia-dark] .hljs-comment {
  color: #767676;
}
[theme=base16-ia-dark] .hljs-tag {
  color: #b8b8b8;
}
[theme=base16-ia-dark] .hljs-operator, [theme=base16-ia-dark] .hljs-punctuation, [theme=base16-ia-dark] .hljs-subst {
  color: #ccc;
}
[theme=base16-ia-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ia-dark] .hljs-bullet, [theme=base16-ia-dark] .hljs-deletion, [theme=base16-ia-dark] .hljs-name, [theme=base16-ia-dark] .hljs-selector-tag, [theme=base16-ia-dark] .hljs-template-variable, [theme=base16-ia-dark] .hljs-variable {
  color: #d88568;
}
[theme=base16-ia-dark] .hljs-attr, [theme=base16-ia-dark] .hljs-link, [theme=base16-ia-dark] .hljs-literal, [theme=base16-ia-dark] .hljs-number, [theme=base16-ia-dark] .hljs-symbol, [theme=base16-ia-dark] .hljs-variable.constant_ {
  color: #d86868;
}
[theme=base16-ia-dark] .hljs-class .hljs-title, [theme=base16-ia-dark] .hljs-title, [theme=base16-ia-dark] .hljs-title.class_ {
  color: #b99353;
}
[theme=base16-ia-dark] .hljs-strong {
  font-weight: 700;
  color: #b99353;
}
[theme=base16-ia-dark] .hljs-addition, [theme=base16-ia-dark] .hljs-code, [theme=base16-ia-dark] .hljs-string, [theme=base16-ia-dark] .hljs-title.class_.inherited__ {
  color: #83a471;
}
[theme=base16-ia-dark] .hljs-built_in, [theme=base16-ia-dark] .hljs-doctag, [theme=base16-ia-dark] .hljs-keyword.hljs-atrule, [theme=base16-ia-dark] .hljs-quote, [theme=base16-ia-dark] .hljs-regexp {
  color: #7c9cae;
}
[theme=base16-ia-dark] .hljs-attribute, [theme=base16-ia-dark] .hljs-function .hljs-title, [theme=base16-ia-dark] .hljs-section, [theme=base16-ia-dark] .hljs-title.function_, [theme=base16-ia-dark] .ruby .hljs-property {
  color: #8eccdd;
}
[theme=base16-ia-dark] .diff .hljs-meta, [theme=base16-ia-dark] .hljs-keyword, [theme=base16-ia-dark] .hljs-template-tag, [theme=base16-ia-dark] .hljs-type {
  color: #b98eb2;
}
[theme=base16-ia-dark] .hljs-emphasis {
  color: #b98eb2;
  font-style: italic;
}
[theme=base16-ia-dark] .hljs-meta, [theme=base16-ia-dark] .hljs-meta .hljs-keyword, [theme=base16-ia-dark] .hljs-meta .hljs-string {
  color: #8b6c37;
}
[theme=base16-ia-dark] .hljs-meta .hljs-keyword, [theme=base16-ia-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ia-light] {
  /*!
    Theme: iA Light
    Author: iA Inc. (modified by aramisgithub)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ia-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ia-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ia-light] .hljs {
  color: #181818;
  background: #f6f6f6;
}
[theme=base16-ia-light] .hljs ::selection, [theme=base16-ia-light] .hljs::selection {
  background-color: #bde5f2;
  color: #181818;
}
[theme=base16-ia-light] .hljs-comment {
  color: #898989;
}
[theme=base16-ia-light] .hljs-tag {
  color: #767676;
}
[theme=base16-ia-light] .hljs-operator, [theme=base16-ia-light] .hljs-punctuation, [theme=base16-ia-light] .hljs-subst {
  color: #181818;
}
[theme=base16-ia-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ia-light] .hljs-bullet, [theme=base16-ia-light] .hljs-deletion, [theme=base16-ia-light] .hljs-name, [theme=base16-ia-light] .hljs-selector-tag, [theme=base16-ia-light] .hljs-template-variable, [theme=base16-ia-light] .hljs-variable {
  color: #9c5a02;
}
[theme=base16-ia-light] .hljs-attr, [theme=base16-ia-light] .hljs-link, [theme=base16-ia-light] .hljs-literal, [theme=base16-ia-light] .hljs-number, [theme=base16-ia-light] .hljs-symbol, [theme=base16-ia-light] .hljs-variable.constant_ {
  color: #c43e18;
}
[theme=base16-ia-light] .hljs-class .hljs-title, [theme=base16-ia-light] .hljs-title, [theme=base16-ia-light] .hljs-title.class_ {
  color: #c48218;
}
[theme=base16-ia-light] .hljs-strong {
  font-weight: 700;
  color: #c48218;
}
[theme=base16-ia-light] .hljs-addition, [theme=base16-ia-light] .hljs-code, [theme=base16-ia-light] .hljs-string, [theme=base16-ia-light] .hljs-title.class_.inherited__ {
  color: #38781c;
}
[theme=base16-ia-light] .hljs-built_in, [theme=base16-ia-light] .hljs-doctag, [theme=base16-ia-light] .hljs-keyword.hljs-atrule, [theme=base16-ia-light] .hljs-quote, [theme=base16-ia-light] .hljs-regexp {
  color: #2d6bb1;
}
[theme=base16-ia-light] .hljs-attribute, [theme=base16-ia-light] .hljs-function .hljs-title, [theme=base16-ia-light] .hljs-section, [theme=base16-ia-light] .hljs-title.function_, [theme=base16-ia-light] .ruby .hljs-property {
  color: #48bac2;
}
[theme=base16-ia-light] .diff .hljs-meta, [theme=base16-ia-light] .hljs-keyword, [theme=base16-ia-light] .hljs-template-tag, [theme=base16-ia-light] .hljs-type {
  color: #a94598;
}
[theme=base16-ia-light] .hljs-emphasis {
  color: #a94598;
  font-style: italic;
}
[theme=base16-ia-light] .hljs-meta, [theme=base16-ia-light] .hljs-meta .hljs-keyword, [theme=base16-ia-light] .hljs-meta .hljs-string {
  color: #8b6c37;
}
[theme=base16-ia-light] .hljs-meta .hljs-keyword, [theme=base16-ia-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-icy-dark] {
  /*!
    Theme: Icy Dark
    Author: icyphox (https://icyphox.ga)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-icy-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-icy-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-icy-dark] .hljs {
  color: #095b67;
  background: #021012;
}
[theme=base16-icy-dark] .hljs ::selection, [theme=base16-icy-dark] .hljs::selection {
  background-color: #041f23;
  color: #095b67;
}
[theme=base16-icy-dark] .hljs-comment {
  color: #052e34;
}
[theme=base16-icy-dark] .hljs-tag {
  color: #064048;
}
[theme=base16-icy-dark] .hljs-operator, [theme=base16-icy-dark] .hljs-punctuation, [theme=base16-icy-dark] .hljs-subst {
  color: #095b67;
}
[theme=base16-icy-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-icy-dark] .hljs-bullet, [theme=base16-icy-dark] .hljs-deletion, [theme=base16-icy-dark] .hljs-name, [theme=base16-icy-dark] .hljs-selector-tag, [theme=base16-icy-dark] .hljs-template-variable, [theme=base16-icy-dark] .hljs-variable {
  color: #16c1d9;
}
[theme=base16-icy-dark] .hljs-attr, [theme=base16-icy-dark] .hljs-link, [theme=base16-icy-dark] .hljs-literal, [theme=base16-icy-dark] .hljs-number, [theme=base16-icy-dark] .hljs-symbol, [theme=base16-icy-dark] .hljs-variable.constant_ {
  color: #b3ebf2;
}
[theme=base16-icy-dark] .hljs-class .hljs-title, [theme=base16-icy-dark] .hljs-title, [theme=base16-icy-dark] .hljs-title.class_ {
  color: #80deea;
}
[theme=base16-icy-dark] .hljs-strong {
  font-weight: 700;
  color: #80deea;
}
[theme=base16-icy-dark] .hljs-addition, [theme=base16-icy-dark] .hljs-code, [theme=base16-icy-dark] .hljs-string, [theme=base16-icy-dark] .hljs-title.class_.inherited__ {
  color: #4dd0e1;
}
[theme=base16-icy-dark] .hljs-built_in, [theme=base16-icy-dark] .hljs-doctag, [theme=base16-icy-dark] .hljs-keyword.hljs-atrule, [theme=base16-icy-dark] .hljs-quote, [theme=base16-icy-dark] .hljs-regexp {
  color: #26c6da;
}
[theme=base16-icy-dark] .hljs-attribute, [theme=base16-icy-dark] .hljs-function .hljs-title, [theme=base16-icy-dark] .hljs-section, [theme=base16-icy-dark] .hljs-title.function_, [theme=base16-icy-dark] .ruby .hljs-property {
  color: #00bcd4;
}
[theme=base16-icy-dark] .diff .hljs-meta, [theme=base16-icy-dark] .hljs-keyword, [theme=base16-icy-dark] .hljs-template-tag, [theme=base16-icy-dark] .hljs-type {
  color: #00acc1;
}
[theme=base16-icy-dark] .hljs-emphasis {
  color: #00acc1;
  font-style: italic;
}
[theme=base16-icy-dark] .hljs-meta, [theme=base16-icy-dark] .hljs-meta .hljs-keyword, [theme=base16-icy-dark] .hljs-meta .hljs-string {
  color: #0097a7;
}
[theme=base16-icy-dark] .hljs-meta .hljs-keyword, [theme=base16-icy-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ir-black] {
  /*!
    Theme: IR Black
    Author: Timothée Poisot (http://timotheepoisot.fr)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ir-black] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ir-black] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ir-black] .hljs {
  color: #b5b3aa;
  background: #000;
}
[theme=base16-ir-black] .hljs ::selection, [theme=base16-ir-black] .hljs::selection {
  background-color: #484844;
  color: #b5b3aa;
}
[theme=base16-ir-black] .hljs-comment {
  color: #6c6c66;
}
[theme=base16-ir-black] .hljs-tag {
  color: #918f88;
}
[theme=base16-ir-black] .hljs-operator, [theme=base16-ir-black] .hljs-punctuation, [theme=base16-ir-black] .hljs-subst {
  color: #b5b3aa;
}
[theme=base16-ir-black] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ir-black] .hljs-bullet, [theme=base16-ir-black] .hljs-deletion, [theme=base16-ir-black] .hljs-name, [theme=base16-ir-black] .hljs-selector-tag, [theme=base16-ir-black] .hljs-template-variable, [theme=base16-ir-black] .hljs-variable {
  color: #ff6c60;
}
[theme=base16-ir-black] .hljs-attr, [theme=base16-ir-black] .hljs-link, [theme=base16-ir-black] .hljs-literal, [theme=base16-ir-black] .hljs-number, [theme=base16-ir-black] .hljs-symbol, [theme=base16-ir-black] .hljs-variable.constant_ {
  color: #e9c062;
}
[theme=base16-ir-black] .hljs-class .hljs-title, [theme=base16-ir-black] .hljs-title, [theme=base16-ir-black] .hljs-title.class_ {
  color: #ffffb6;
}
[theme=base16-ir-black] .hljs-strong {
  font-weight: 700;
  color: #ffffb6;
}
[theme=base16-ir-black] .hljs-addition, [theme=base16-ir-black] .hljs-code, [theme=base16-ir-black] .hljs-string, [theme=base16-ir-black] .hljs-title.class_.inherited__ {
  color: #a8ff60;
}
[theme=base16-ir-black] .hljs-built_in, [theme=base16-ir-black] .hljs-doctag, [theme=base16-ir-black] .hljs-keyword.hljs-atrule, [theme=base16-ir-black] .hljs-quote, [theme=base16-ir-black] .hljs-regexp {
  color: #c6c5fe;
}
[theme=base16-ir-black] .hljs-attribute, [theme=base16-ir-black] .hljs-function .hljs-title, [theme=base16-ir-black] .hljs-section, [theme=base16-ir-black] .hljs-title.function_, [theme=base16-ir-black] .ruby .hljs-property {
  color: #96cbfe;
}
[theme=base16-ir-black] .diff .hljs-meta, [theme=base16-ir-black] .hljs-keyword, [theme=base16-ir-black] .hljs-template-tag, [theme=base16-ir-black] .hljs-type {
  color: #ff73fd;
}
[theme=base16-ir-black] .hljs-emphasis {
  color: #ff73fd;
  font-style: italic;
}
[theme=base16-ir-black] .hljs-meta, [theme=base16-ir-black] .hljs-meta .hljs-keyword, [theme=base16-ir-black] .hljs-meta .hljs-string {
  color: #b18a3d;
}
[theme=base16-ir-black] .hljs-meta .hljs-keyword, [theme=base16-ir-black] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-isotope] {
  /*!
    Theme: Isotope
    Author: Jan T. Sott
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-isotope] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-isotope] code.hljs {
  padding: 3px 5px;
}
[theme=base16-isotope] .hljs {
  color: #d0d0d0;
  background: #000;
}
[theme=base16-isotope] .hljs ::selection, [theme=base16-isotope] .hljs::selection {
  background-color: #606060;
  color: #d0d0d0;
}
[theme=base16-isotope] .hljs-comment {
  color: grey;
}
[theme=base16-isotope] .hljs-tag {
  color: silver;
}
[theme=base16-isotope] .hljs-operator, [theme=base16-isotope] .hljs-punctuation, [theme=base16-isotope] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-isotope] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-isotope] .hljs-bullet, [theme=base16-isotope] .hljs-deletion, [theme=base16-isotope] .hljs-name, [theme=base16-isotope] .hljs-selector-tag, [theme=base16-isotope] .hljs-template-variable, [theme=base16-isotope] .hljs-variable {
  color: red;
}
[theme=base16-isotope] .hljs-attr, [theme=base16-isotope] .hljs-link, [theme=base16-isotope] .hljs-literal, [theme=base16-isotope] .hljs-number, [theme=base16-isotope] .hljs-symbol, [theme=base16-isotope] .hljs-variable.constant_ {
  color: #f90;
}
[theme=base16-isotope] .hljs-class .hljs-title, [theme=base16-isotope] .hljs-title, [theme=base16-isotope] .hljs-title.class_ {
  color: #f09;
}
[theme=base16-isotope] .hljs-strong {
  font-weight: 700;
  color: #f09;
}
[theme=base16-isotope] .hljs-addition, [theme=base16-isotope] .hljs-code, [theme=base16-isotope] .hljs-string, [theme=base16-isotope] .hljs-title.class_.inherited__ {
  color: #3f0;
}
[theme=base16-isotope] .hljs-built_in, [theme=base16-isotope] .hljs-doctag, [theme=base16-isotope] .hljs-keyword.hljs-atrule, [theme=base16-isotope] .hljs-quote, [theme=base16-isotope] .hljs-regexp {
  color: #0ff;
}
[theme=base16-isotope] .hljs-attribute, [theme=base16-isotope] .hljs-function .hljs-title, [theme=base16-isotope] .hljs-section, [theme=base16-isotope] .hljs-title.function_, [theme=base16-isotope] .ruby .hljs-property {
  color: #06f;
}
[theme=base16-isotope] .diff .hljs-meta, [theme=base16-isotope] .hljs-keyword, [theme=base16-isotope] .hljs-template-tag, [theme=base16-isotope] .hljs-type {
  color: #c0f;
}
[theme=base16-isotope] .hljs-emphasis {
  color: #c0f;
  font-style: italic;
}
[theme=base16-isotope] .hljs-meta, [theme=base16-isotope] .hljs-meta .hljs-keyword, [theme=base16-isotope] .hljs-meta .hljs-string {
  color: #30f;
}
[theme=base16-isotope] .hljs-meta .hljs-keyword, [theme=base16-isotope] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-kimber] {
  /*!
    Theme: Kimber
    Author: Mishka Nguyen (https://github.com/akhsiM)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-kimber] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-kimber] code.hljs {
  padding: 3px 5px;
}
[theme=base16-kimber] .hljs {
  color: #dedee7;
  background: #222;
}
[theme=base16-kimber] .hljs ::selection, [theme=base16-kimber] .hljs::selection {
  background-color: #555d55;
  color: #dedee7;
}
[theme=base16-kimber] .hljs-comment {
  color: #644646;
}
[theme=base16-kimber] .hljs-tag {
  color: #5a5a5a;
}
[theme=base16-kimber] .hljs-operator, [theme=base16-kimber] .hljs-punctuation, [theme=base16-kimber] .hljs-subst {
  color: #dedee7;
}
[theme=base16-kimber] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-kimber] .hljs-bullet, [theme=base16-kimber] .hljs-deletion, [theme=base16-kimber] .hljs-name, [theme=base16-kimber] .hljs-selector-tag, [theme=base16-kimber] .hljs-template-variable, [theme=base16-kimber] .hljs-variable {
  color: #c88c8c;
}
[theme=base16-kimber] .hljs-attr, [theme=base16-kimber] .hljs-link, [theme=base16-kimber] .hljs-literal, [theme=base16-kimber] .hljs-number, [theme=base16-kimber] .hljs-symbol, [theme=base16-kimber] .hljs-variable.constant_ {
  color: #476c88;
}
[theme=base16-kimber] .hljs-class .hljs-title, [theme=base16-kimber] .hljs-title, [theme=base16-kimber] .hljs-title.class_ {
  color: #d8b56d;
}
[theme=base16-kimber] .hljs-strong {
  font-weight: 700;
  color: #d8b56d;
}
[theme=base16-kimber] .hljs-addition, [theme=base16-kimber] .hljs-code, [theme=base16-kimber] .hljs-string, [theme=base16-kimber] .hljs-title.class_.inherited__ {
  color: #99c899;
}
[theme=base16-kimber] .hljs-built_in, [theme=base16-kimber] .hljs-doctag, [theme=base16-kimber] .hljs-keyword.hljs-atrule, [theme=base16-kimber] .hljs-quote, [theme=base16-kimber] .hljs-regexp {
  color: #78b4b4;
}
[theme=base16-kimber] .hljs-attribute, [theme=base16-kimber] .hljs-function .hljs-title, [theme=base16-kimber] .hljs-section, [theme=base16-kimber] .hljs-title.function_, [theme=base16-kimber] .ruby .hljs-property {
  color: #537c9c;
}
[theme=base16-kimber] .diff .hljs-meta, [theme=base16-kimber] .hljs-keyword, [theme=base16-kimber] .hljs-template-tag, [theme=base16-kimber] .hljs-type {
  color: #86cacd;
}
[theme=base16-kimber] .hljs-emphasis {
  color: #86cacd;
  font-style: italic;
}
[theme=base16-kimber] .hljs-meta, [theme=base16-kimber] .hljs-meta .hljs-keyword, [theme=base16-kimber] .hljs-meta .hljs-string {
  color: #704f4f;
}
[theme=base16-kimber] .hljs-meta .hljs-keyword, [theme=base16-kimber] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-london-tube] {
  /*!
    Theme: London Tube
    Author: Jan T. Sott
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-london-tube] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-london-tube] code.hljs {
  padding: 3px 5px;
}
[theme=base16-london-tube] .hljs {
  color: #d9d8d8;
  background: #231f20;
}
[theme=base16-london-tube] .hljs ::selection, [theme=base16-london-tube] .hljs::selection {
  background-color: #5a5758;
  color: #d9d8d8;
}
[theme=base16-london-tube] .hljs-comment {
  color: #737171;
}
[theme=base16-london-tube] .hljs-tag {
  color: #959ca1;
}
[theme=base16-london-tube] .hljs-operator, [theme=base16-london-tube] .hljs-punctuation, [theme=base16-london-tube] .hljs-subst {
  color: #d9d8d8;
}
[theme=base16-london-tube] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-london-tube] .hljs-bullet, [theme=base16-london-tube] .hljs-deletion, [theme=base16-london-tube] .hljs-name, [theme=base16-london-tube] .hljs-selector-tag, [theme=base16-london-tube] .hljs-template-variable, [theme=base16-london-tube] .hljs-variable {
  color: #ee2e24;
}
[theme=base16-london-tube] .hljs-attr, [theme=base16-london-tube] .hljs-link, [theme=base16-london-tube] .hljs-literal, [theme=base16-london-tube] .hljs-number, [theme=base16-london-tube] .hljs-symbol, [theme=base16-london-tube] .hljs-variable.constant_ {
  color: #f386a1;
}
[theme=base16-london-tube] .hljs-class .hljs-title, [theme=base16-london-tube] .hljs-title, [theme=base16-london-tube] .hljs-title.class_ {
  color: #ffd204;
}
[theme=base16-london-tube] .hljs-strong {
  font-weight: 700;
  color: #ffd204;
}
[theme=base16-london-tube] .hljs-addition, [theme=base16-london-tube] .hljs-code, [theme=base16-london-tube] .hljs-string, [theme=base16-london-tube] .hljs-title.class_.inherited__ {
  color: #00853e;
}
[theme=base16-london-tube] .hljs-built_in, [theme=base16-london-tube] .hljs-doctag, [theme=base16-london-tube] .hljs-keyword.hljs-atrule, [theme=base16-london-tube] .hljs-quote, [theme=base16-london-tube] .hljs-regexp {
  color: #85cebc;
}
[theme=base16-london-tube] .hljs-attribute, [theme=base16-london-tube] .hljs-function .hljs-title, [theme=base16-london-tube] .hljs-section, [theme=base16-london-tube] .hljs-title.function_, [theme=base16-london-tube] .ruby .hljs-property {
  color: #009ddc;
}
[theme=base16-london-tube] .diff .hljs-meta, [theme=base16-london-tube] .hljs-keyword, [theme=base16-london-tube] .hljs-template-tag, [theme=base16-london-tube] .hljs-type {
  color: #98005d;
}
[theme=base16-london-tube] .hljs-emphasis {
  color: #98005d;
  font-style: italic;
}
[theme=base16-london-tube] .hljs-meta, [theme=base16-london-tube] .hljs-meta .hljs-keyword, [theme=base16-london-tube] .hljs-meta .hljs-string {
  color: #b06110;
}
[theme=base16-london-tube] .hljs-meta .hljs-keyword, [theme=base16-london-tube] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-macintosh] {
  /*!
    Theme: Macintosh
    Author: Rebecca Bettencourt (http://www.kreativekorp.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-macintosh] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-macintosh] code.hljs {
  padding: 3px 5px;
}
[theme=base16-macintosh] .hljs {
  color: silver;
  background: #000;
}
[theme=base16-macintosh] .hljs ::selection, [theme=base16-macintosh] .hljs::selection {
  background-color: #404040;
  color: silver;
}
[theme=base16-macintosh] .hljs-comment, [theme=base16-macintosh] .hljs-tag {
  color: grey;
}
[theme=base16-macintosh] .hljs-operator, [theme=base16-macintosh] .hljs-punctuation, [theme=base16-macintosh] .hljs-subst {
  color: silver;
}
[theme=base16-macintosh] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-macintosh] .hljs-bullet, [theme=base16-macintosh] .hljs-deletion, [theme=base16-macintosh] .hljs-name, [theme=base16-macintosh] .hljs-selector-tag, [theme=base16-macintosh] .hljs-template-variable, [theme=base16-macintosh] .hljs-variable {
  color: #dd0907;
}
[theme=base16-macintosh] .hljs-attr, [theme=base16-macintosh] .hljs-link, [theme=base16-macintosh] .hljs-literal, [theme=base16-macintosh] .hljs-number, [theme=base16-macintosh] .hljs-symbol, [theme=base16-macintosh] .hljs-variable.constant_ {
  color: #ff6403;
}
[theme=base16-macintosh] .hljs-class .hljs-title, [theme=base16-macintosh] .hljs-title, [theme=base16-macintosh] .hljs-title.class_ {
  color: #fbf305;
}
[theme=base16-macintosh] .hljs-strong {
  font-weight: 700;
  color: #fbf305;
}
[theme=base16-macintosh] .hljs-addition, [theme=base16-macintosh] .hljs-code, [theme=base16-macintosh] .hljs-string, [theme=base16-macintosh] .hljs-title.class_.inherited__ {
  color: #1fb714;
}
[theme=base16-macintosh] .hljs-built_in, [theme=base16-macintosh] .hljs-doctag, [theme=base16-macintosh] .hljs-keyword.hljs-atrule, [theme=base16-macintosh] .hljs-quote, [theme=base16-macintosh] .hljs-regexp {
  color: #02abea;
}
[theme=base16-macintosh] .hljs-attribute, [theme=base16-macintosh] .hljs-function .hljs-title, [theme=base16-macintosh] .hljs-section, [theme=base16-macintosh] .hljs-title.function_, [theme=base16-macintosh] .ruby .hljs-property {
  color: #0000d3;
}
[theme=base16-macintosh] .diff .hljs-meta, [theme=base16-macintosh] .hljs-keyword, [theme=base16-macintosh] .hljs-template-tag, [theme=base16-macintosh] .hljs-type {
  color: #4700a5;
}
[theme=base16-macintosh] .hljs-emphasis {
  color: #4700a5;
  font-style: italic;
}
[theme=base16-macintosh] .hljs-meta, [theme=base16-macintosh] .hljs-meta .hljs-keyword, [theme=base16-macintosh] .hljs-meta .hljs-string {
  color: #90713a;
}
[theme=base16-macintosh] .hljs-meta .hljs-keyword, [theme=base16-macintosh] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-marrakesh] {
  /*!
    Theme: Marrakesh
    Author: Alexandre Gavioli (http://github.com/Alexx2/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-marrakesh] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-marrakesh] code.hljs {
  padding: 3px 5px;
}
[theme=base16-marrakesh] .hljs {
  color: #948e48;
  background: #201602;
}
[theme=base16-marrakesh] .hljs ::selection, [theme=base16-marrakesh] .hljs::selection {
  background-color: #5f5b17;
  color: #948e48;
}
[theme=base16-marrakesh] .hljs-comment {
  color: #6c6823;
}
[theme=base16-marrakesh] .hljs-tag {
  color: #86813b;
}
[theme=base16-marrakesh] .hljs-operator, [theme=base16-marrakesh] .hljs-punctuation, [theme=base16-marrakesh] .hljs-subst {
  color: #948e48;
}
[theme=base16-marrakesh] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-marrakesh] .hljs-bullet, [theme=base16-marrakesh] .hljs-deletion, [theme=base16-marrakesh] .hljs-name, [theme=base16-marrakesh] .hljs-selector-tag, [theme=base16-marrakesh] .hljs-template-variable, [theme=base16-marrakesh] .hljs-variable {
  color: #c35359;
}
[theme=base16-marrakesh] .hljs-attr, [theme=base16-marrakesh] .hljs-link, [theme=base16-marrakesh] .hljs-literal, [theme=base16-marrakesh] .hljs-number, [theme=base16-marrakesh] .hljs-symbol, [theme=base16-marrakesh] .hljs-variable.constant_ {
  color: #b36144;
}
[theme=base16-marrakesh] .hljs-class .hljs-title, [theme=base16-marrakesh] .hljs-title, [theme=base16-marrakesh] .hljs-title.class_ {
  color: #a88339;
}
[theme=base16-marrakesh] .hljs-strong {
  font-weight: 700;
  color: #a88339;
}
[theme=base16-marrakesh] .hljs-addition, [theme=base16-marrakesh] .hljs-code, [theme=base16-marrakesh] .hljs-string, [theme=base16-marrakesh] .hljs-title.class_.inherited__ {
  color: #18974e;
}
[theme=base16-marrakesh] .hljs-built_in, [theme=base16-marrakesh] .hljs-doctag, [theme=base16-marrakesh] .hljs-keyword.hljs-atrule, [theme=base16-marrakesh] .hljs-quote, [theme=base16-marrakesh] .hljs-regexp {
  color: #75a738;
}
[theme=base16-marrakesh] .hljs-attribute, [theme=base16-marrakesh] .hljs-function .hljs-title, [theme=base16-marrakesh] .hljs-section, [theme=base16-marrakesh] .hljs-title.function_, [theme=base16-marrakesh] .ruby .hljs-property {
  color: #477ca1;
}
[theme=base16-marrakesh] .diff .hljs-meta, [theme=base16-marrakesh] .hljs-keyword, [theme=base16-marrakesh] .hljs-template-tag, [theme=base16-marrakesh] .hljs-type {
  color: #8868b3;
}
[theme=base16-marrakesh] .hljs-emphasis {
  color: #8868b3;
  font-style: italic;
}
[theme=base16-marrakesh] .hljs-meta, [theme=base16-marrakesh] .hljs-meta .hljs-keyword, [theme=base16-marrakesh] .hljs-meta .hljs-string {
  color: #b3588e;
}
[theme=base16-marrakesh] .hljs-meta .hljs-keyword, [theme=base16-marrakesh] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-materia] {
  /*!
    Theme: Materia
    Author: Defman21
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-materia] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-materia] code.hljs {
  padding: 3px 5px;
}
[theme=base16-materia] .hljs {
  color: #cdd3de;
  background: #263238;
}
[theme=base16-materia] .hljs ::selection, [theme=base16-materia] .hljs::selection {
  background-color: #37474f;
  color: #cdd3de;
}
[theme=base16-materia] .hljs-comment {
  color: #707880;
}
[theme=base16-materia] .hljs-tag {
  color: #c9ccd3;
}
[theme=base16-materia] .hljs-operator, [theme=base16-materia] .hljs-punctuation, [theme=base16-materia] .hljs-subst {
  color: #cdd3de;
}
[theme=base16-materia] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-materia] .hljs-bullet, [theme=base16-materia] .hljs-deletion, [theme=base16-materia] .hljs-name, [theme=base16-materia] .hljs-selector-tag, [theme=base16-materia] .hljs-template-variable, [theme=base16-materia] .hljs-variable {
  color: #ec5f67;
}
[theme=base16-materia] .hljs-attr, [theme=base16-materia] .hljs-link, [theme=base16-materia] .hljs-literal, [theme=base16-materia] .hljs-number, [theme=base16-materia] .hljs-symbol, [theme=base16-materia] .hljs-variable.constant_ {
  color: #ea9560;
}
[theme=base16-materia] .hljs-class .hljs-title, [theme=base16-materia] .hljs-title, [theme=base16-materia] .hljs-title.class_ {
  color: #fc0;
}
[theme=base16-materia] .hljs-strong {
  font-weight: 700;
  color: #fc0;
}
[theme=base16-materia] .hljs-addition, [theme=base16-materia] .hljs-code, [theme=base16-materia] .hljs-string, [theme=base16-materia] .hljs-title.class_.inherited__ {
  color: #8bd649;
}
[theme=base16-materia] .hljs-built_in, [theme=base16-materia] .hljs-doctag, [theme=base16-materia] .hljs-keyword.hljs-atrule, [theme=base16-materia] .hljs-quote, [theme=base16-materia] .hljs-regexp {
  color: #80cbc4;
}
[theme=base16-materia] .hljs-attribute, [theme=base16-materia] .hljs-function .hljs-title, [theme=base16-materia] .hljs-section, [theme=base16-materia] .hljs-title.function_, [theme=base16-materia] .ruby .hljs-property {
  color: #89ddff;
}
[theme=base16-materia] .diff .hljs-meta, [theme=base16-materia] .hljs-keyword, [theme=base16-materia] .hljs-template-tag, [theme=base16-materia] .hljs-type {
  color: #82aaff;
}
[theme=base16-materia] .hljs-emphasis {
  color: #82aaff;
  font-style: italic;
}
[theme=base16-materia] .hljs-meta, [theme=base16-materia] .hljs-meta .hljs-keyword, [theme=base16-materia] .hljs-meta .hljs-string {
  color: #ec5f67;
}
[theme=base16-materia] .hljs-meta .hljs-keyword, [theme=base16-materia] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-material-darker] {
  /*!
    Theme: Material Darker
    Author: Nate Peterson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-material-darker] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-material-darker] code.hljs {
  padding: 3px 5px;
}
[theme=base16-material-darker] .hljs {
  color: #eff;
  background: #212121;
}
[theme=base16-material-darker] .hljs ::selection, [theme=base16-material-darker] .hljs::selection {
  background-color: #353535;
  color: #eff;
}
[theme=base16-material-darker] .hljs-comment {
  color: #4a4a4a;
}
[theme=base16-material-darker] .hljs-tag {
  color: #b2ccd6;
}
[theme=base16-material-darker] .hljs-operator, [theme=base16-material-darker] .hljs-punctuation, [theme=base16-material-darker] .hljs-subst {
  color: #eff;
}
[theme=base16-material-darker] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-material-darker] .hljs-bullet, [theme=base16-material-darker] .hljs-deletion, [theme=base16-material-darker] .hljs-name, [theme=base16-material-darker] .hljs-selector-tag, [theme=base16-material-darker] .hljs-template-variable, [theme=base16-material-darker] .hljs-variable {
  color: #f07178;
}
[theme=base16-material-darker] .hljs-attr, [theme=base16-material-darker] .hljs-link, [theme=base16-material-darker] .hljs-literal, [theme=base16-material-darker] .hljs-number, [theme=base16-material-darker] .hljs-symbol, [theme=base16-material-darker] .hljs-variable.constant_ {
  color: #f78c6c;
}
[theme=base16-material-darker] .hljs-class .hljs-title, [theme=base16-material-darker] .hljs-title, [theme=base16-material-darker] .hljs-title.class_ {
  color: #ffcb6b;
}
[theme=base16-material-darker] .hljs-strong {
  font-weight: 700;
  color: #ffcb6b;
}
[theme=base16-material-darker] .hljs-addition, [theme=base16-material-darker] .hljs-code, [theme=base16-material-darker] .hljs-string, [theme=base16-material-darker] .hljs-title.class_.inherited__ {
  color: #c3e88d;
}
[theme=base16-material-darker] .hljs-built_in, [theme=base16-material-darker] .hljs-doctag, [theme=base16-material-darker] .hljs-keyword.hljs-atrule, [theme=base16-material-darker] .hljs-quote, [theme=base16-material-darker] .hljs-regexp {
  color: #89ddff;
}
[theme=base16-material-darker] .hljs-attribute, [theme=base16-material-darker] .hljs-function .hljs-title, [theme=base16-material-darker] .hljs-section, [theme=base16-material-darker] .hljs-title.function_, [theme=base16-material-darker] .ruby .hljs-property {
  color: #82aaff;
}
[theme=base16-material-darker] .diff .hljs-meta, [theme=base16-material-darker] .hljs-keyword, [theme=base16-material-darker] .hljs-template-tag, [theme=base16-material-darker] .hljs-type {
  color: #c792ea;
}
[theme=base16-material-darker] .hljs-emphasis {
  color: #c792ea;
  font-style: italic;
}
[theme=base16-material-darker] .hljs-meta, [theme=base16-material-darker] .hljs-meta .hljs-keyword, [theme=base16-material-darker] .hljs-meta .hljs-string {
  color: #ff5370;
}
[theme=base16-material-darker] .hljs-meta .hljs-keyword, [theme=base16-material-darker] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-material-lighter] {
  /*!
    Theme: Material Lighter
    Author: Nate Peterson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-material-lighter] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-material-lighter] code.hljs {
  padding: 3px 5px;
}
[theme=base16-material-lighter] .hljs {
  color: #80cbc4;
  background: #fafafa;
}
[theme=base16-material-lighter] .hljs ::selection, [theme=base16-material-lighter] .hljs::selection {
  background-color: #cceae7;
  color: #80cbc4;
}
[theme=base16-material-lighter] .hljs-comment {
  color: #ccd7da;
}
[theme=base16-material-lighter] .hljs-tag {
  color: #8796b0;
}
[theme=base16-material-lighter] .hljs-operator, [theme=base16-material-lighter] .hljs-punctuation, [theme=base16-material-lighter] .hljs-subst {
  color: #80cbc4;
}
[theme=base16-material-lighter] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-material-lighter] .hljs-bullet, [theme=base16-material-lighter] .hljs-deletion, [theme=base16-material-lighter] .hljs-name, [theme=base16-material-lighter] .hljs-selector-tag, [theme=base16-material-lighter] .hljs-template-variable, [theme=base16-material-lighter] .hljs-variable {
  color: #ff5370;
}
[theme=base16-material-lighter] .hljs-attr, [theme=base16-material-lighter] .hljs-link, [theme=base16-material-lighter] .hljs-literal, [theme=base16-material-lighter] .hljs-number, [theme=base16-material-lighter] .hljs-symbol, [theme=base16-material-lighter] .hljs-variable.constant_ {
  color: #f76d47;
}
[theme=base16-material-lighter] .hljs-class .hljs-title, [theme=base16-material-lighter] .hljs-title, [theme=base16-material-lighter] .hljs-title.class_ {
  color: #ffb62c;
}
[theme=base16-material-lighter] .hljs-strong {
  font-weight: 700;
  color: #ffb62c;
}
[theme=base16-material-lighter] .hljs-addition, [theme=base16-material-lighter] .hljs-code, [theme=base16-material-lighter] .hljs-string, [theme=base16-material-lighter] .hljs-title.class_.inherited__ {
  color: #91b859;
}
[theme=base16-material-lighter] .hljs-built_in, [theme=base16-material-lighter] .hljs-doctag, [theme=base16-material-lighter] .hljs-keyword.hljs-atrule, [theme=base16-material-lighter] .hljs-quote, [theme=base16-material-lighter] .hljs-regexp {
  color: #39adb5;
}
[theme=base16-material-lighter] .hljs-attribute, [theme=base16-material-lighter] .hljs-function .hljs-title, [theme=base16-material-lighter] .hljs-section, [theme=base16-material-lighter] .hljs-title.function_, [theme=base16-material-lighter] .ruby .hljs-property {
  color: #6182b8;
}
[theme=base16-material-lighter] .diff .hljs-meta, [theme=base16-material-lighter] .hljs-keyword, [theme=base16-material-lighter] .hljs-template-tag, [theme=base16-material-lighter] .hljs-type {
  color: #7c4dff;
}
[theme=base16-material-lighter] .hljs-emphasis {
  color: #7c4dff;
  font-style: italic;
}
[theme=base16-material-lighter] .hljs-meta, [theme=base16-material-lighter] .hljs-meta .hljs-keyword, [theme=base16-material-lighter] .hljs-meta .hljs-string {
  color: #e53935;
}
[theme=base16-material-lighter] .hljs-meta .hljs-keyword, [theme=base16-material-lighter] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-material-palenight] {
  /*!
    Theme: Material Palenight
    Author: Nate Peterson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-material-palenight] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-material-palenight] code.hljs {
  padding: 3px 5px;
}
[theme=base16-material-palenight] .hljs {
  color: #959dcb;
  background: #292d3e;
}
[theme=base16-material-palenight] .hljs ::selection, [theme=base16-material-palenight] .hljs::selection {
  background-color: #32374d;
  color: #959dcb;
}
[theme=base16-material-palenight] .hljs-comment {
  color: #676e95;
}
[theme=base16-material-palenight] .hljs-tag {
  color: #8796b0;
}
[theme=base16-material-palenight] .hljs-operator, [theme=base16-material-palenight] .hljs-punctuation, [theme=base16-material-palenight] .hljs-subst {
  color: #959dcb;
}
[theme=base16-material-palenight] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-material-palenight] .hljs-bullet, [theme=base16-material-palenight] .hljs-deletion, [theme=base16-material-palenight] .hljs-name, [theme=base16-material-palenight] .hljs-selector-tag, [theme=base16-material-palenight] .hljs-template-variable, [theme=base16-material-palenight] .hljs-variable {
  color: #f07178;
}
[theme=base16-material-palenight] .hljs-attr, [theme=base16-material-palenight] .hljs-link, [theme=base16-material-palenight] .hljs-literal, [theme=base16-material-palenight] .hljs-number, [theme=base16-material-palenight] .hljs-symbol, [theme=base16-material-palenight] .hljs-variable.constant_ {
  color: #f78c6c;
}
[theme=base16-material-palenight] .hljs-class .hljs-title, [theme=base16-material-palenight] .hljs-title, [theme=base16-material-palenight] .hljs-title.class_ {
  color: #ffcb6b;
}
[theme=base16-material-palenight] .hljs-strong {
  font-weight: 700;
  color: #ffcb6b;
}
[theme=base16-material-palenight] .hljs-addition, [theme=base16-material-palenight] .hljs-code, [theme=base16-material-palenight] .hljs-string, [theme=base16-material-palenight] .hljs-title.class_.inherited__ {
  color: #c3e88d;
}
[theme=base16-material-palenight] .hljs-built_in, [theme=base16-material-palenight] .hljs-doctag, [theme=base16-material-palenight] .hljs-keyword.hljs-atrule, [theme=base16-material-palenight] .hljs-quote, [theme=base16-material-palenight] .hljs-regexp {
  color: #89ddff;
}
[theme=base16-material-palenight] .hljs-attribute, [theme=base16-material-palenight] .hljs-function .hljs-title, [theme=base16-material-palenight] .hljs-section, [theme=base16-material-palenight] .hljs-title.function_, [theme=base16-material-palenight] .ruby .hljs-property {
  color: #82aaff;
}
[theme=base16-material-palenight] .diff .hljs-meta, [theme=base16-material-palenight] .hljs-keyword, [theme=base16-material-palenight] .hljs-template-tag, [theme=base16-material-palenight] .hljs-type {
  color: #c792ea;
}
[theme=base16-material-palenight] .hljs-emphasis {
  color: #c792ea;
  font-style: italic;
}
[theme=base16-material-palenight] .hljs-meta, [theme=base16-material-palenight] .hljs-meta .hljs-keyword, [theme=base16-material-palenight] .hljs-meta .hljs-string {
  color: #ff5370;
}
[theme=base16-material-palenight] .hljs-meta .hljs-keyword, [theme=base16-material-palenight] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-material-vivid] {
  /*!
    Theme: Material Vivid
    Author: joshyrobot
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-material-vivid] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-material-vivid] code.hljs {
  padding: 3px 5px;
}
[theme=base16-material-vivid] .hljs {
  color: #80868b;
  background: #202124;
}
[theme=base16-material-vivid] .hljs ::selection, [theme=base16-material-vivid] .hljs::selection {
  background-color: #323639;
  color: #80868b;
}
[theme=base16-material-vivid] .hljs-comment {
  color: #44464d;
}
[theme=base16-material-vivid] .hljs-tag {
  color: #676c71;
}
[theme=base16-material-vivid] .hljs-operator, [theme=base16-material-vivid] .hljs-punctuation, [theme=base16-material-vivid] .hljs-subst {
  color: #80868b;
}
[theme=base16-material-vivid] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-material-vivid] .hljs-bullet, [theme=base16-material-vivid] .hljs-deletion, [theme=base16-material-vivid] .hljs-name, [theme=base16-material-vivid] .hljs-selector-tag, [theme=base16-material-vivid] .hljs-template-variable, [theme=base16-material-vivid] .hljs-variable {
  color: #f44336;
}
[theme=base16-material-vivid] .hljs-attr, [theme=base16-material-vivid] .hljs-link, [theme=base16-material-vivid] .hljs-literal, [theme=base16-material-vivid] .hljs-number, [theme=base16-material-vivid] .hljs-symbol, [theme=base16-material-vivid] .hljs-variable.constant_ {
  color: #ff9800;
}
[theme=base16-material-vivid] .hljs-class .hljs-title, [theme=base16-material-vivid] .hljs-title, [theme=base16-material-vivid] .hljs-title.class_ {
  color: #ffeb3b;
}
[theme=base16-material-vivid] .hljs-strong {
  font-weight: 700;
  color: #ffeb3b;
}
[theme=base16-material-vivid] .hljs-addition, [theme=base16-material-vivid] .hljs-code, [theme=base16-material-vivid] .hljs-string, [theme=base16-material-vivid] .hljs-title.class_.inherited__ {
  color: #00e676;
}
[theme=base16-material-vivid] .hljs-built_in, [theme=base16-material-vivid] .hljs-doctag, [theme=base16-material-vivid] .hljs-keyword.hljs-atrule, [theme=base16-material-vivid] .hljs-quote, [theme=base16-material-vivid] .hljs-regexp {
  color: #00bcd4;
}
[theme=base16-material-vivid] .hljs-attribute, [theme=base16-material-vivid] .hljs-function .hljs-title, [theme=base16-material-vivid] .hljs-section, [theme=base16-material-vivid] .hljs-title.function_, [theme=base16-material-vivid] .ruby .hljs-property {
  color: #2196f3;
}
[theme=base16-material-vivid] .diff .hljs-meta, [theme=base16-material-vivid] .hljs-keyword, [theme=base16-material-vivid] .hljs-template-tag, [theme=base16-material-vivid] .hljs-type {
  color: #673ab7;
}
[theme=base16-material-vivid] .hljs-emphasis {
  color: #673ab7;
  font-style: italic;
}
[theme=base16-material-vivid] .hljs-meta, [theme=base16-material-vivid] .hljs-meta .hljs-keyword, [theme=base16-material-vivid] .hljs-meta .hljs-string {
  color: #8d6e63;
}
[theme=base16-material-vivid] .hljs-meta .hljs-keyword, [theme=base16-material-vivid] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-material] {
  /*!
    Theme: Material
    Author: Nate Peterson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-material] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-material] code.hljs {
  padding: 3px 5px;
}
[theme=base16-material] .hljs {
  color: #eff;
  background: #263238;
}
[theme=base16-material] .hljs ::selection, [theme=base16-material] .hljs::selection {
  background-color: #314549;
  color: #eff;
}
[theme=base16-material] .hljs-comment {
  color: #546e7a;
}
[theme=base16-material] .hljs-tag {
  color: #b2ccd6;
}
[theme=base16-material] .hljs-operator, [theme=base16-material] .hljs-punctuation, [theme=base16-material] .hljs-subst {
  color: #eff;
}
[theme=base16-material] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-material] .hljs-bullet, [theme=base16-material] .hljs-deletion, [theme=base16-material] .hljs-name, [theme=base16-material] .hljs-selector-tag, [theme=base16-material] .hljs-template-variable, [theme=base16-material] .hljs-variable {
  color: #f07178;
}
[theme=base16-material] .hljs-attr, [theme=base16-material] .hljs-link, [theme=base16-material] .hljs-literal, [theme=base16-material] .hljs-number, [theme=base16-material] .hljs-symbol, [theme=base16-material] .hljs-variable.constant_ {
  color: #f78c6c;
}
[theme=base16-material] .hljs-class .hljs-title, [theme=base16-material] .hljs-title, [theme=base16-material] .hljs-title.class_ {
  color: #ffcb6b;
}
[theme=base16-material] .hljs-strong {
  font-weight: 700;
  color: #ffcb6b;
}
[theme=base16-material] .hljs-addition, [theme=base16-material] .hljs-code, [theme=base16-material] .hljs-string, [theme=base16-material] .hljs-title.class_.inherited__ {
  color: #c3e88d;
}
[theme=base16-material] .hljs-built_in, [theme=base16-material] .hljs-doctag, [theme=base16-material] .hljs-keyword.hljs-atrule, [theme=base16-material] .hljs-quote, [theme=base16-material] .hljs-regexp {
  color: #89ddff;
}
[theme=base16-material] .hljs-attribute, [theme=base16-material] .hljs-function .hljs-title, [theme=base16-material] .hljs-section, [theme=base16-material] .hljs-title.function_, [theme=base16-material] .ruby .hljs-property {
  color: #82aaff;
}
[theme=base16-material] .diff .hljs-meta, [theme=base16-material] .hljs-keyword, [theme=base16-material] .hljs-template-tag, [theme=base16-material] .hljs-type {
  color: #c792ea;
}
[theme=base16-material] .hljs-emphasis {
  color: #c792ea;
  font-style: italic;
}
[theme=base16-material] .hljs-meta, [theme=base16-material] .hljs-meta .hljs-keyword, [theme=base16-material] .hljs-meta .hljs-string {
  color: #ff5370;
}
[theme=base16-material] .hljs-meta .hljs-keyword, [theme=base16-material] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-mellow-purple] {
  /*!
    Theme: Mellow Purple
    Author: gidsi
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-mellow-purple] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-mellow-purple] code.hljs {
  padding: 3px 5px;
}
[theme=base16-mellow-purple] .hljs {
  color: #fef;
  background: #1e0528;
}
[theme=base16-mellow-purple] .hljs ::selection, [theme=base16-mellow-purple] .hljs::selection {
  background-color: #331354;
  color: #fef;
}
[theme=base16-mellow-purple] .hljs-comment {
  color: #320f55;
}
[theme=base16-mellow-purple] .hljs-tag {
  color: #873582;
}
[theme=base16-mellow-purple] .hljs-operator, [theme=base16-mellow-purple] .hljs-punctuation, [theme=base16-mellow-purple] .hljs-subst {
  color: #fef;
}
[theme=base16-mellow-purple] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-mellow-purple] .hljs-bullet, [theme=base16-mellow-purple] .hljs-deletion, [theme=base16-mellow-purple] .hljs-name, [theme=base16-mellow-purple] .hljs-selector-tag, [theme=base16-mellow-purple] .hljs-template-variable, [theme=base16-mellow-purple] .hljs-variable {
  color: #00d9e9;
}
[theme=base16-mellow-purple] .hljs-attr, [theme=base16-mellow-purple] .hljs-link, [theme=base16-mellow-purple] .hljs-literal, [theme=base16-mellow-purple] .hljs-number, [theme=base16-mellow-purple] .hljs-symbol, [theme=base16-mellow-purple] .hljs-variable.constant_ {
  color: #aa00a3;
}
[theme=base16-mellow-purple] .hljs-class .hljs-title, [theme=base16-mellow-purple] .hljs-title, [theme=base16-mellow-purple] .hljs-title.class_ {
  color: #955ae7;
}
[theme=base16-mellow-purple] .hljs-strong {
  font-weight: 700;
  color: #955ae7;
}
[theme=base16-mellow-purple] .hljs-addition, [theme=base16-mellow-purple] .hljs-code, [theme=base16-mellow-purple] .hljs-string, [theme=base16-mellow-purple] .hljs-title.class_.inherited__ {
  color: #05cb0d;
}
[theme=base16-mellow-purple] .hljs-built_in, [theme=base16-mellow-purple] .hljs-doctag, [theme=base16-mellow-purple] .hljs-keyword.hljs-atrule, [theme=base16-mellow-purple] .hljs-quote, [theme=base16-mellow-purple] .hljs-regexp {
  color: #b900b1;
}
[theme=base16-mellow-purple] .hljs-attribute, [theme=base16-mellow-purple] .hljs-function .hljs-title, [theme=base16-mellow-purple] .hljs-section, [theme=base16-mellow-purple] .hljs-title.function_, [theme=base16-mellow-purple] .ruby .hljs-property {
  color: #550068;
}
[theme=base16-mellow-purple] .diff .hljs-meta, [theme=base16-mellow-purple] .hljs-keyword, [theme=base16-mellow-purple] .hljs-template-tag, [theme=base16-mellow-purple] .hljs-type {
  color: #8991bb;
}
[theme=base16-mellow-purple] .hljs-emphasis {
  color: #8991bb;
  font-style: italic;
}
[theme=base16-mellow-purple] .hljs-meta, [theme=base16-mellow-purple] .hljs-meta .hljs-keyword, [theme=base16-mellow-purple] .hljs-meta .hljs-string {
  color: #4d6fff;
}
[theme=base16-mellow-purple] .hljs-meta .hljs-keyword, [theme=base16-mellow-purple] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-mexico-light] {
  /*!
    Theme: Mexico Light
    Author: Sheldon Johnson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-mexico-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-mexico-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-mexico-light] .hljs {
  color: #383838;
  background: #f8f8f8;
}
[theme=base16-mexico-light] .hljs ::selection, [theme=base16-mexico-light] .hljs::selection {
  background-color: #d8d8d8;
  color: #383838;
}
[theme=base16-mexico-light] .hljs-comment {
  color: #b8b8b8;
}
[theme=base16-mexico-light] .hljs-tag {
  color: #585858;
}
[theme=base16-mexico-light] .hljs-operator, [theme=base16-mexico-light] .hljs-punctuation, [theme=base16-mexico-light] .hljs-subst {
  color: #383838;
}
[theme=base16-mexico-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-mexico-light] .hljs-bullet, [theme=base16-mexico-light] .hljs-deletion, [theme=base16-mexico-light] .hljs-name, [theme=base16-mexico-light] .hljs-selector-tag, [theme=base16-mexico-light] .hljs-template-variable, [theme=base16-mexico-light] .hljs-variable {
  color: #ab4642;
}
[theme=base16-mexico-light] .hljs-attr, [theme=base16-mexico-light] .hljs-link, [theme=base16-mexico-light] .hljs-literal, [theme=base16-mexico-light] .hljs-number, [theme=base16-mexico-light] .hljs-symbol, [theme=base16-mexico-light] .hljs-variable.constant_ {
  color: #dc9656;
}
[theme=base16-mexico-light] .hljs-class .hljs-title, [theme=base16-mexico-light] .hljs-title, [theme=base16-mexico-light] .hljs-title.class_ {
  color: #f79a0e;
}
[theme=base16-mexico-light] .hljs-strong {
  font-weight: 700;
  color: #f79a0e;
}
[theme=base16-mexico-light] .hljs-addition, [theme=base16-mexico-light] .hljs-code, [theme=base16-mexico-light] .hljs-string, [theme=base16-mexico-light] .hljs-title.class_.inherited__ {
  color: #538947;
}
[theme=base16-mexico-light] .hljs-built_in, [theme=base16-mexico-light] .hljs-doctag, [theme=base16-mexico-light] .hljs-keyword.hljs-atrule, [theme=base16-mexico-light] .hljs-quote, [theme=base16-mexico-light] .hljs-regexp {
  color: #4b8093;
}
[theme=base16-mexico-light] .hljs-attribute, [theme=base16-mexico-light] .hljs-function .hljs-title, [theme=base16-mexico-light] .hljs-section, [theme=base16-mexico-light] .hljs-title.function_, [theme=base16-mexico-light] .ruby .hljs-property {
  color: #7cafc2;
}
[theme=base16-mexico-light] .diff .hljs-meta, [theme=base16-mexico-light] .hljs-keyword, [theme=base16-mexico-light] .hljs-template-tag, [theme=base16-mexico-light] .hljs-type {
  color: #96609e;
}
[theme=base16-mexico-light] .hljs-emphasis {
  color: #96609e;
  font-style: italic;
}
[theme=base16-mexico-light] .hljs-meta, [theme=base16-mexico-light] .hljs-meta .hljs-keyword, [theme=base16-mexico-light] .hljs-meta .hljs-string {
  color: #a16946;
}
[theme=base16-mexico-light] .hljs-meta .hljs-keyword, [theme=base16-mexico-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-mocha] {
  /*!
    Theme: Mocha
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-mocha] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-mocha] code.hljs {
  padding: 3px 5px;
}
[theme=base16-mocha] .hljs {
  color: #d0c8c6;
  background: #3b3228;
}
[theme=base16-mocha] .hljs ::selection, [theme=base16-mocha] .hljs::selection {
  background-color: #645240;
  color: #d0c8c6;
}
[theme=base16-mocha] .hljs-comment {
  color: #7e705a;
}
[theme=base16-mocha] .hljs-tag {
  color: #b8afad;
}
[theme=base16-mocha] .hljs-operator, [theme=base16-mocha] .hljs-punctuation, [theme=base16-mocha] .hljs-subst {
  color: #d0c8c6;
}
[theme=base16-mocha] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-mocha] .hljs-bullet, [theme=base16-mocha] .hljs-deletion, [theme=base16-mocha] .hljs-name, [theme=base16-mocha] .hljs-selector-tag, [theme=base16-mocha] .hljs-template-variable, [theme=base16-mocha] .hljs-variable {
  color: #cb6077;
}
[theme=base16-mocha] .hljs-attr, [theme=base16-mocha] .hljs-link, [theme=base16-mocha] .hljs-literal, [theme=base16-mocha] .hljs-number, [theme=base16-mocha] .hljs-symbol, [theme=base16-mocha] .hljs-variable.constant_ {
  color: #d28b71;
}
[theme=base16-mocha] .hljs-class .hljs-title, [theme=base16-mocha] .hljs-title, [theme=base16-mocha] .hljs-title.class_ {
  color: #f4bc87;
}
[theme=base16-mocha] .hljs-strong {
  font-weight: 700;
  color: #f4bc87;
}
[theme=base16-mocha] .hljs-addition, [theme=base16-mocha] .hljs-code, [theme=base16-mocha] .hljs-string, [theme=base16-mocha] .hljs-title.class_.inherited__ {
  color: #beb55b;
}
[theme=base16-mocha] .hljs-built_in, [theme=base16-mocha] .hljs-doctag, [theme=base16-mocha] .hljs-keyword.hljs-atrule, [theme=base16-mocha] .hljs-quote, [theme=base16-mocha] .hljs-regexp {
  color: #7bbda4;
}
[theme=base16-mocha] .hljs-attribute, [theme=base16-mocha] .hljs-function .hljs-title, [theme=base16-mocha] .hljs-section, [theme=base16-mocha] .hljs-title.function_, [theme=base16-mocha] .ruby .hljs-property {
  color: #8ab3b5;
}
[theme=base16-mocha] .diff .hljs-meta, [theme=base16-mocha] .hljs-keyword, [theme=base16-mocha] .hljs-template-tag, [theme=base16-mocha] .hljs-type {
  color: #a89bb9;
}
[theme=base16-mocha] .hljs-emphasis {
  color: #a89bb9;
  font-style: italic;
}
[theme=base16-mocha] .hljs-meta, [theme=base16-mocha] .hljs-meta .hljs-keyword, [theme=base16-mocha] .hljs-meta .hljs-string {
  color: #bb9584;
}
[theme=base16-mocha] .hljs-meta .hljs-keyword, [theme=base16-mocha] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-monokai] {
  /*!
    Theme: Monokai
    Author: Wimer Hazenberg (http://www.monokai.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-monokai] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-monokai] code.hljs {
  padding: 3px 5px;
}
[theme=base16-monokai] .hljs {
  color: #f8f8f2;
  background: #272822;
}
[theme=base16-monokai] .hljs ::selection, [theme=base16-monokai] .hljs::selection {
  background-color: #49483e;
  color: #f8f8f2;
}
[theme=base16-monokai] .hljs-comment {
  color: #75715e;
}
[theme=base16-monokai] .hljs-tag {
  color: #a59f85;
}
[theme=base16-monokai] .hljs-operator, [theme=base16-monokai] .hljs-punctuation, [theme=base16-monokai] .hljs-subst {
  color: #f8f8f2;
}
[theme=base16-monokai] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-monokai] .hljs-bullet, [theme=base16-monokai] .hljs-deletion, [theme=base16-monokai] .hljs-name, [theme=base16-monokai] .hljs-selector-tag, [theme=base16-monokai] .hljs-template-variable, [theme=base16-monokai] .hljs-variable {
  color: #f92672;
}
[theme=base16-monokai] .hljs-attr, [theme=base16-monokai] .hljs-link, [theme=base16-monokai] .hljs-literal, [theme=base16-monokai] .hljs-number, [theme=base16-monokai] .hljs-symbol, [theme=base16-monokai] .hljs-variable.constant_ {
  color: #fd971f;
}
[theme=base16-monokai] .hljs-class .hljs-title, [theme=base16-monokai] .hljs-title, [theme=base16-monokai] .hljs-title.class_ {
  color: #f4bf75;
}
[theme=base16-monokai] .hljs-strong {
  font-weight: 700;
  color: #f4bf75;
}
[theme=base16-monokai] .hljs-addition, [theme=base16-monokai] .hljs-code, [theme=base16-monokai] .hljs-string, [theme=base16-monokai] .hljs-title.class_.inherited__ {
  color: #a6e22e;
}
[theme=base16-monokai] .hljs-built_in, [theme=base16-monokai] .hljs-doctag, [theme=base16-monokai] .hljs-keyword.hljs-atrule, [theme=base16-monokai] .hljs-quote, [theme=base16-monokai] .hljs-regexp {
  color: #a1efe4;
}
[theme=base16-monokai] .hljs-attribute, [theme=base16-monokai] .hljs-function .hljs-title, [theme=base16-monokai] .hljs-section, [theme=base16-monokai] .hljs-title.function_, [theme=base16-monokai] .ruby .hljs-property {
  color: #66d9ef;
}
[theme=base16-monokai] .diff .hljs-meta, [theme=base16-monokai] .hljs-keyword, [theme=base16-monokai] .hljs-template-tag, [theme=base16-monokai] .hljs-type {
  color: #ae81ff;
}
[theme=base16-monokai] .hljs-emphasis {
  color: #ae81ff;
  font-style: italic;
}
[theme=base16-monokai] .hljs-meta, [theme=base16-monokai] .hljs-meta .hljs-keyword, [theme=base16-monokai] .hljs-meta .hljs-string {
  color: #c63;
}
[theme=base16-monokai] .hljs-meta .hljs-keyword, [theme=base16-monokai] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-nebula] {
  /*!
    Theme: Nebula
    Author: Gabriel Fontes (https://github.com/Misterio77)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-nebula] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-nebula] code.hljs {
  padding: 3px 5px;
}
[theme=base16-nebula] .hljs {
  color: #a4a6a9;
  background: #22273b;
}
[theme=base16-nebula] .hljs ::selection, [theme=base16-nebula] .hljs::selection {
  background-color: #5a8380;
  color: #a4a6a9;
}
[theme=base16-nebula] .hljs-comment {
  color: #6e6f72;
}
[theme=base16-nebula] .hljs-tag {
  color: #87888b;
}
[theme=base16-nebula] .hljs-operator, [theme=base16-nebula] .hljs-punctuation, [theme=base16-nebula] .hljs-subst {
  color: #a4a6a9;
}
[theme=base16-nebula] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-nebula] .hljs-bullet, [theme=base16-nebula] .hljs-deletion, [theme=base16-nebula] .hljs-name, [theme=base16-nebula] .hljs-selector-tag, [theme=base16-nebula] .hljs-template-variable, [theme=base16-nebula] .hljs-variable {
  color: #777abc;
}
[theme=base16-nebula] .hljs-attr, [theme=base16-nebula] .hljs-link, [theme=base16-nebula] .hljs-literal, [theme=base16-nebula] .hljs-number, [theme=base16-nebula] .hljs-symbol, [theme=base16-nebula] .hljs-variable.constant_ {
  color: #94929e;
}
[theme=base16-nebula] .hljs-class .hljs-title, [theme=base16-nebula] .hljs-title, [theme=base16-nebula] .hljs-title.class_ {
  color: #4f9062;
}
[theme=base16-nebula] .hljs-strong {
  font-weight: 700;
  color: #4f9062;
}
[theme=base16-nebula] .hljs-addition, [theme=base16-nebula] .hljs-code, [theme=base16-nebula] .hljs-string, [theme=base16-nebula] .hljs-title.class_.inherited__ {
  color: #6562a8;
}
[theme=base16-nebula] .hljs-built_in, [theme=base16-nebula] .hljs-doctag, [theme=base16-nebula] .hljs-keyword.hljs-atrule, [theme=base16-nebula] .hljs-quote, [theme=base16-nebula] .hljs-regexp {
  color: #226f68;
}
[theme=base16-nebula] .hljs-attribute, [theme=base16-nebula] .hljs-function .hljs-title, [theme=base16-nebula] .hljs-section, [theme=base16-nebula] .hljs-title.function_, [theme=base16-nebula] .ruby .hljs-property {
  color: #4d6bb6;
}
[theme=base16-nebula] .diff .hljs-meta, [theme=base16-nebula] .hljs-keyword, [theme=base16-nebula] .hljs-template-tag, [theme=base16-nebula] .hljs-type {
  color: #716cae;
}
[theme=base16-nebula] .hljs-emphasis {
  color: #716cae;
  font-style: italic;
}
[theme=base16-nebula] .hljs-meta, [theme=base16-nebula] .hljs-meta .hljs-keyword, [theme=base16-nebula] .hljs-meta .hljs-string {
  color: #8c70a7;
}
[theme=base16-nebula] .hljs-meta .hljs-keyword, [theme=base16-nebula] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-nord] {
  /*!
    Theme: Nord
    Author: arcticicestudio
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-nord] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-nord] code.hljs {
  padding: 3px 5px;
}
[theme=base16-nord] .hljs {
  color: #e5e9f0;
  background: #2e3440;
}
[theme=base16-nord] .hljs ::selection, [theme=base16-nord] .hljs::selection {
  background-color: #434c5e;
  color: #e5e9f0;
}
[theme=base16-nord] .hljs-comment {
  color: #4c566a;
}
[theme=base16-nord] .hljs-tag {
  color: #d8dee9;
}
[theme=base16-nord] .hljs-operator, [theme=base16-nord] .hljs-punctuation, [theme=base16-nord] .hljs-subst {
  color: #e5e9f0;
}
[theme=base16-nord] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-nord] .hljs-bullet, [theme=base16-nord] .hljs-deletion, [theme=base16-nord] .hljs-name, [theme=base16-nord] .hljs-selector-tag, [theme=base16-nord] .hljs-template-variable, [theme=base16-nord] .hljs-variable {
  color: #bf616a;
}
[theme=base16-nord] .hljs-attr, [theme=base16-nord] .hljs-link, [theme=base16-nord] .hljs-literal, [theme=base16-nord] .hljs-number, [theme=base16-nord] .hljs-symbol, [theme=base16-nord] .hljs-variable.constant_ {
  color: #d08770;
}
[theme=base16-nord] .hljs-class .hljs-title, [theme=base16-nord] .hljs-title, [theme=base16-nord] .hljs-title.class_ {
  color: #ebcb8b;
}
[theme=base16-nord] .hljs-strong {
  font-weight: 700;
  color: #ebcb8b;
}
[theme=base16-nord] .hljs-addition, [theme=base16-nord] .hljs-code, [theme=base16-nord] .hljs-string, [theme=base16-nord] .hljs-title.class_.inherited__ {
  color: #a3be8c;
}
[theme=base16-nord] .hljs-built_in, [theme=base16-nord] .hljs-doctag, [theme=base16-nord] .hljs-keyword.hljs-atrule, [theme=base16-nord] .hljs-quote, [theme=base16-nord] .hljs-regexp {
  color: #88c0d0;
}
[theme=base16-nord] .hljs-attribute, [theme=base16-nord] .hljs-function .hljs-title, [theme=base16-nord] .hljs-section, [theme=base16-nord] .hljs-title.function_, [theme=base16-nord] .ruby .hljs-property {
  color: #81a1c1;
}
[theme=base16-nord] .diff .hljs-meta, [theme=base16-nord] .hljs-keyword, [theme=base16-nord] .hljs-template-tag, [theme=base16-nord] .hljs-type {
  color: #b48ead;
}
[theme=base16-nord] .hljs-emphasis {
  color: #b48ead;
  font-style: italic;
}
[theme=base16-nord] .hljs-meta, [theme=base16-nord] .hljs-meta .hljs-keyword, [theme=base16-nord] .hljs-meta .hljs-string {
  color: #5e81ac;
}
[theme=base16-nord] .hljs-meta .hljs-keyword, [theme=base16-nord] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-nova] {
  /*!
    Theme: Nova
    Author: George Essig (https://github.com/gessig), Trevor D. Miller (https://trevordmiller.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-nova] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-nova] code.hljs {
  padding: 3px 5px;
}
[theme=base16-nova] .hljs {
  color: #c5d4dd;
  background: #3c4c55;
}
[theme=base16-nova] .hljs ::selection, [theme=base16-nova] .hljs::selection {
  background-color: #6a7d89;
  color: #c5d4dd;
}
[theme=base16-nova] .hljs-comment, [theme=base16-nova] .hljs-tag {
  color: #899ba6;
}
[theme=base16-nova] .hljs-operator, [theme=base16-nova] .hljs-punctuation, [theme=base16-nova] .hljs-subst {
  color: #c5d4dd;
}
[theme=base16-nova] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-nova] .hljs-bullet, [theme=base16-nova] .hljs-deletion, [theme=base16-nova] .hljs-name, [theme=base16-nova] .hljs-selector-tag, [theme=base16-nova] .hljs-template-variable, [theme=base16-nova] .hljs-variable {
  color: #83afe5;
}
[theme=base16-nova] .hljs-attr, [theme=base16-nova] .hljs-link, [theme=base16-nova] .hljs-literal, [theme=base16-nova] .hljs-number, [theme=base16-nova] .hljs-symbol, [theme=base16-nova] .hljs-variable.constant_ {
  color: #7fc1ca;
}
[theme=base16-nova] .hljs-class .hljs-title, [theme=base16-nova] .hljs-title, [theme=base16-nova] .hljs-title.class_ {
  color: #a8ce93;
}
[theme=base16-nova] .hljs-strong {
  font-weight: 700;
  color: #a8ce93;
}
[theme=base16-nova] .hljs-addition, [theme=base16-nova] .hljs-code, [theme=base16-nova] .hljs-string, [theme=base16-nova] .hljs-title.class_.inherited__ {
  color: #7fc1ca;
}
[theme=base16-nova] .hljs-built_in, [theme=base16-nova] .hljs-doctag, [theme=base16-nova] .hljs-keyword.hljs-atrule, [theme=base16-nova] .hljs-quote, [theme=base16-nova] .hljs-regexp {
  color: #f2c38f;
}
[theme=base16-nova] .hljs-attribute, [theme=base16-nova] .hljs-function .hljs-title, [theme=base16-nova] .hljs-section, [theme=base16-nova] .hljs-title.function_, [theme=base16-nova] .ruby .hljs-property {
  color: #83afe5;
}
[theme=base16-nova] .diff .hljs-meta, [theme=base16-nova] .hljs-keyword, [theme=base16-nova] .hljs-template-tag, [theme=base16-nova] .hljs-type {
  color: #9a93e1;
}
[theme=base16-nova] .hljs-emphasis {
  color: #9a93e1;
  font-style: italic;
}
[theme=base16-nova] .hljs-meta, [theme=base16-nova] .hljs-meta .hljs-keyword, [theme=base16-nova] .hljs-meta .hljs-string {
  color: #f2c38f;
}
[theme=base16-nova] .hljs-meta .hljs-keyword, [theme=base16-nova] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ocean] {
  /*!
    Theme: Ocean
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ocean] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ocean] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ocean] .hljs {
  color: #c0c5ce;
  background: #2b303b;
}
[theme=base16-ocean] .hljs ::selection, [theme=base16-ocean] .hljs::selection {
  background-color: #4f5b66;
  color: #c0c5ce;
}
[theme=base16-ocean] .hljs-comment {
  color: #65737e;
}
[theme=base16-ocean] .hljs-tag {
  color: #a7adba;
}
[theme=base16-ocean] .hljs-operator, [theme=base16-ocean] .hljs-punctuation, [theme=base16-ocean] .hljs-subst {
  color: #c0c5ce;
}
[theme=base16-ocean] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ocean] .hljs-bullet, [theme=base16-ocean] .hljs-deletion, [theme=base16-ocean] .hljs-name, [theme=base16-ocean] .hljs-selector-tag, [theme=base16-ocean] .hljs-template-variable, [theme=base16-ocean] .hljs-variable {
  color: #bf616a;
}
[theme=base16-ocean] .hljs-attr, [theme=base16-ocean] .hljs-link, [theme=base16-ocean] .hljs-literal, [theme=base16-ocean] .hljs-number, [theme=base16-ocean] .hljs-symbol, [theme=base16-ocean] .hljs-variable.constant_ {
  color: #d08770;
}
[theme=base16-ocean] .hljs-class .hljs-title, [theme=base16-ocean] .hljs-title, [theme=base16-ocean] .hljs-title.class_ {
  color: #ebcb8b;
}
[theme=base16-ocean] .hljs-strong {
  font-weight: 700;
  color: #ebcb8b;
}
[theme=base16-ocean] .hljs-addition, [theme=base16-ocean] .hljs-code, [theme=base16-ocean] .hljs-string, [theme=base16-ocean] .hljs-title.class_.inherited__ {
  color: #a3be8c;
}
[theme=base16-ocean] .hljs-built_in, [theme=base16-ocean] .hljs-doctag, [theme=base16-ocean] .hljs-keyword.hljs-atrule, [theme=base16-ocean] .hljs-quote, [theme=base16-ocean] .hljs-regexp {
  color: #96b5b4;
}
[theme=base16-ocean] .hljs-attribute, [theme=base16-ocean] .hljs-function .hljs-title, [theme=base16-ocean] .hljs-section, [theme=base16-ocean] .hljs-title.function_, [theme=base16-ocean] .ruby .hljs-property {
  color: #8fa1b3;
}
[theme=base16-ocean] .diff .hljs-meta, [theme=base16-ocean] .hljs-keyword, [theme=base16-ocean] .hljs-template-tag, [theme=base16-ocean] .hljs-type {
  color: #b48ead;
}
[theme=base16-ocean] .hljs-emphasis {
  color: #b48ead;
  font-style: italic;
}
[theme=base16-ocean] .hljs-meta, [theme=base16-ocean] .hljs-meta .hljs-keyword, [theme=base16-ocean] .hljs-meta .hljs-string {
  color: #ab7967;
}
[theme=base16-ocean] .hljs-meta .hljs-keyword, [theme=base16-ocean] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-oceanicnext] {
  /*!
    Theme: OceanicNext
    Author: https://github.com/voronianski/oceanic-next-color-scheme
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-oceanicnext] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-oceanicnext] code.hljs {
  padding: 3px 5px;
}
[theme=base16-oceanicnext] .hljs {
  color: #c0c5ce;
  background: #1b2b34;
}
[theme=base16-oceanicnext] .hljs ::selection, [theme=base16-oceanicnext] .hljs::selection {
  background-color: #4f5b66;
  color: #c0c5ce;
}
[theme=base16-oceanicnext] .hljs-comment {
  color: #65737e;
}
[theme=base16-oceanicnext] .hljs-tag {
  color: #a7adba;
}
[theme=base16-oceanicnext] .hljs-operator, [theme=base16-oceanicnext] .hljs-punctuation, [theme=base16-oceanicnext] .hljs-subst {
  color: #c0c5ce;
}
[theme=base16-oceanicnext] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-oceanicnext] .hljs-bullet, [theme=base16-oceanicnext] .hljs-deletion, [theme=base16-oceanicnext] .hljs-name, [theme=base16-oceanicnext] .hljs-selector-tag, [theme=base16-oceanicnext] .hljs-template-variable, [theme=base16-oceanicnext] .hljs-variable {
  color: #ec5f67;
}
[theme=base16-oceanicnext] .hljs-attr, [theme=base16-oceanicnext] .hljs-link, [theme=base16-oceanicnext] .hljs-literal, [theme=base16-oceanicnext] .hljs-number, [theme=base16-oceanicnext] .hljs-symbol, [theme=base16-oceanicnext] .hljs-variable.constant_ {
  color: #f99157;
}
[theme=base16-oceanicnext] .hljs-class .hljs-title, [theme=base16-oceanicnext] .hljs-title, [theme=base16-oceanicnext] .hljs-title.class_ {
  color: #fac863;
}
[theme=base16-oceanicnext] .hljs-strong {
  font-weight: 700;
  color: #fac863;
}
[theme=base16-oceanicnext] .hljs-addition, [theme=base16-oceanicnext] .hljs-code, [theme=base16-oceanicnext] .hljs-string, [theme=base16-oceanicnext] .hljs-title.class_.inherited__ {
  color: #99c794;
}
[theme=base16-oceanicnext] .hljs-built_in, [theme=base16-oceanicnext] .hljs-doctag, [theme=base16-oceanicnext] .hljs-keyword.hljs-atrule, [theme=base16-oceanicnext] .hljs-quote, [theme=base16-oceanicnext] .hljs-regexp {
  color: #5fb3b3;
}
[theme=base16-oceanicnext] .hljs-attribute, [theme=base16-oceanicnext] .hljs-function .hljs-title, [theme=base16-oceanicnext] .hljs-section, [theme=base16-oceanicnext] .hljs-title.function_, [theme=base16-oceanicnext] .ruby .hljs-property {
  color: #69c;
}
[theme=base16-oceanicnext] .diff .hljs-meta, [theme=base16-oceanicnext] .hljs-keyword, [theme=base16-oceanicnext] .hljs-template-tag, [theme=base16-oceanicnext] .hljs-type {
  color: #c594c5;
}
[theme=base16-oceanicnext] .hljs-emphasis {
  color: #c594c5;
  font-style: italic;
}
[theme=base16-oceanicnext] .hljs-meta, [theme=base16-oceanicnext] .hljs-meta .hljs-keyword, [theme=base16-oceanicnext] .hljs-meta .hljs-string {
  color: #ab7967;
}
[theme=base16-oceanicnext] .hljs-meta .hljs-keyword, [theme=base16-oceanicnext] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-one-light] {
  /*!
    Theme: One Light
    Author: Daniel Pfeifer (http://github.com/purpleKarrot)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-one-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-one-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-one-light] .hljs {
  color: #383a42;
  background: #fafafa;
}
[theme=base16-one-light] .hljs ::selection, [theme=base16-one-light] .hljs::selection {
  background-color: #e5e5e6;
  color: #383a42;
}
[theme=base16-one-light] .hljs-comment {
  color: #a0a1a7;
}
[theme=base16-one-light] .hljs-tag {
  color: #696c77;
}
[theme=base16-one-light] .hljs-operator, [theme=base16-one-light] .hljs-punctuation, [theme=base16-one-light] .hljs-subst {
  color: #383a42;
}
[theme=base16-one-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-one-light] .hljs-bullet, [theme=base16-one-light] .hljs-deletion, [theme=base16-one-light] .hljs-name, [theme=base16-one-light] .hljs-selector-tag, [theme=base16-one-light] .hljs-template-variable, [theme=base16-one-light] .hljs-variable {
  color: #ca1243;
}
[theme=base16-one-light] .hljs-attr, [theme=base16-one-light] .hljs-link, [theme=base16-one-light] .hljs-literal, [theme=base16-one-light] .hljs-number, [theme=base16-one-light] .hljs-symbol, [theme=base16-one-light] .hljs-variable.constant_ {
  color: #d75f00;
}
[theme=base16-one-light] .hljs-class .hljs-title, [theme=base16-one-light] .hljs-title, [theme=base16-one-light] .hljs-title.class_ {
  color: #c18401;
}
[theme=base16-one-light] .hljs-strong {
  font-weight: 700;
  color: #c18401;
}
[theme=base16-one-light] .hljs-addition, [theme=base16-one-light] .hljs-code, [theme=base16-one-light] .hljs-string, [theme=base16-one-light] .hljs-title.class_.inherited__ {
  color: #50a14f;
}
[theme=base16-one-light] .hljs-built_in, [theme=base16-one-light] .hljs-doctag, [theme=base16-one-light] .hljs-keyword.hljs-atrule, [theme=base16-one-light] .hljs-quote, [theme=base16-one-light] .hljs-regexp {
  color: #0184bc;
}
[theme=base16-one-light] .hljs-attribute, [theme=base16-one-light] .hljs-function .hljs-title, [theme=base16-one-light] .hljs-section, [theme=base16-one-light] .hljs-title.function_, [theme=base16-one-light] .ruby .hljs-property {
  color: #4078f2;
}
[theme=base16-one-light] .diff .hljs-meta, [theme=base16-one-light] .hljs-keyword, [theme=base16-one-light] .hljs-template-tag, [theme=base16-one-light] .hljs-type {
  color: #a626a4;
}
[theme=base16-one-light] .hljs-emphasis {
  color: #a626a4;
  font-style: italic;
}
[theme=base16-one-light] .hljs-meta, [theme=base16-one-light] .hljs-meta .hljs-keyword, [theme=base16-one-light] .hljs-meta .hljs-string {
  color: #986801;
}
[theme=base16-one-light] .hljs-meta .hljs-keyword, [theme=base16-one-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-onedark] {
  /*!
    Theme: OneDark
    Author: Lalit Magant (http://github.com/tilal6991)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-onedark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-onedark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-onedark] .hljs {
  color: #abb2bf;
  background: #282c34;
}
[theme=base16-onedark] .hljs ::selection, [theme=base16-onedark] .hljs::selection {
  background-color: #3e4451;
  color: #abb2bf;
}
[theme=base16-onedark] .hljs-comment {
  color: #545862;
}
[theme=base16-onedark] .hljs-tag {
  color: #565c64;
}
[theme=base16-onedark] .hljs-operator, [theme=base16-onedark] .hljs-punctuation, [theme=base16-onedark] .hljs-subst {
  color: #abb2bf;
}
[theme=base16-onedark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-onedark] .hljs-bullet, [theme=base16-onedark] .hljs-deletion, [theme=base16-onedark] .hljs-name, [theme=base16-onedark] .hljs-selector-tag, [theme=base16-onedark] .hljs-template-variable, [theme=base16-onedark] .hljs-variable {
  color: #e06c75;
}
[theme=base16-onedark] .hljs-attr, [theme=base16-onedark] .hljs-link, [theme=base16-onedark] .hljs-literal, [theme=base16-onedark] .hljs-number, [theme=base16-onedark] .hljs-symbol, [theme=base16-onedark] .hljs-variable.constant_ {
  color: #d19a66;
}
[theme=base16-onedark] .hljs-class .hljs-title, [theme=base16-onedark] .hljs-title, [theme=base16-onedark] .hljs-title.class_ {
  color: #e5c07b;
}
[theme=base16-onedark] .hljs-strong {
  font-weight: 700;
  color: #e5c07b;
}
[theme=base16-onedark] .hljs-addition, [theme=base16-onedark] .hljs-code, [theme=base16-onedark] .hljs-string, [theme=base16-onedark] .hljs-title.class_.inherited__ {
  color: #98c379;
}
[theme=base16-onedark] .hljs-built_in, [theme=base16-onedark] .hljs-doctag, [theme=base16-onedark] .hljs-keyword.hljs-atrule, [theme=base16-onedark] .hljs-quote, [theme=base16-onedark] .hljs-regexp {
  color: #56b6c2;
}
[theme=base16-onedark] .hljs-attribute, [theme=base16-onedark] .hljs-function .hljs-title, [theme=base16-onedark] .hljs-section, [theme=base16-onedark] .hljs-title.function_, [theme=base16-onedark] .ruby .hljs-property {
  color: #61afef;
}
[theme=base16-onedark] .diff .hljs-meta, [theme=base16-onedark] .hljs-keyword, [theme=base16-onedark] .hljs-template-tag, [theme=base16-onedark] .hljs-type {
  color: #c678dd;
}
[theme=base16-onedark] .hljs-emphasis {
  color: #c678dd;
  font-style: italic;
}
[theme=base16-onedark] .hljs-meta, [theme=base16-onedark] .hljs-meta .hljs-keyword, [theme=base16-onedark] .hljs-meta .hljs-string {
  color: #be5046;
}
[theme=base16-onedark] .hljs-meta .hljs-keyword, [theme=base16-onedark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-outrun-dark] {
  /*!
    Theme: Outrun Dark
    Author: Hugo Delahousse (http://github.com/hugodelahousse/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-outrun-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-outrun-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-outrun-dark] .hljs {
  color: #d0d0fa;
  background: #00002a;
}
[theme=base16-outrun-dark] .hljs ::selection, [theme=base16-outrun-dark] .hljs::selection {
  background-color: #30305a;
  color: #d0d0fa;
}
[theme=base16-outrun-dark] .hljs-comment {
  color: #50507a;
}
[theme=base16-outrun-dark] .hljs-tag {
  color: #b0b0da;
}
[theme=base16-outrun-dark] .hljs-operator, [theme=base16-outrun-dark] .hljs-punctuation, [theme=base16-outrun-dark] .hljs-subst {
  color: #d0d0fa;
}
[theme=base16-outrun-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-outrun-dark] .hljs-bullet, [theme=base16-outrun-dark] .hljs-deletion, [theme=base16-outrun-dark] .hljs-name, [theme=base16-outrun-dark] .hljs-selector-tag, [theme=base16-outrun-dark] .hljs-template-variable, [theme=base16-outrun-dark] .hljs-variable {
  color: #ff4242;
}
[theme=base16-outrun-dark] .hljs-attr, [theme=base16-outrun-dark] .hljs-link, [theme=base16-outrun-dark] .hljs-literal, [theme=base16-outrun-dark] .hljs-number, [theme=base16-outrun-dark] .hljs-symbol, [theme=base16-outrun-dark] .hljs-variable.constant_ {
  color: #fc8d28;
}
[theme=base16-outrun-dark] .hljs-class .hljs-title, [theme=base16-outrun-dark] .hljs-title, [theme=base16-outrun-dark] .hljs-title.class_ {
  color: #f3e877;
}
[theme=base16-outrun-dark] .hljs-strong {
  font-weight: 700;
  color: #f3e877;
}
[theme=base16-outrun-dark] .hljs-addition, [theme=base16-outrun-dark] .hljs-code, [theme=base16-outrun-dark] .hljs-string, [theme=base16-outrun-dark] .hljs-title.class_.inherited__ {
  color: #59f176;
}
[theme=base16-outrun-dark] .hljs-built_in, [theme=base16-outrun-dark] .hljs-doctag, [theme=base16-outrun-dark] .hljs-keyword.hljs-atrule, [theme=base16-outrun-dark] .hljs-quote, [theme=base16-outrun-dark] .hljs-regexp {
  color: #0ef0f0;
}
[theme=base16-outrun-dark] .hljs-attribute, [theme=base16-outrun-dark] .hljs-function .hljs-title, [theme=base16-outrun-dark] .hljs-section, [theme=base16-outrun-dark] .hljs-title.function_, [theme=base16-outrun-dark] .ruby .hljs-property {
  color: #66b0ff;
}
[theme=base16-outrun-dark] .diff .hljs-meta, [theme=base16-outrun-dark] .hljs-keyword, [theme=base16-outrun-dark] .hljs-template-tag, [theme=base16-outrun-dark] .hljs-type {
  color: #f10596;
}
[theme=base16-outrun-dark] .hljs-emphasis {
  color: #f10596;
  font-style: italic;
}
[theme=base16-outrun-dark] .hljs-meta, [theme=base16-outrun-dark] .hljs-meta .hljs-keyword, [theme=base16-outrun-dark] .hljs-meta .hljs-string {
  color: #f003ef;
}
[theme=base16-outrun-dark] .hljs-meta .hljs-keyword, [theme=base16-outrun-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-papercolor-dark] {
  /*!
    Theme: PaperColor Dark
    Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-papercolor-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-papercolor-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-papercolor-dark] .hljs {
  color: grey;
  background: #1c1c1c;
}
[theme=base16-papercolor-dark] .hljs ::selection, [theme=base16-papercolor-dark] .hljs::selection {
  background-color: #5faf00;
  color: grey;
}
[theme=base16-papercolor-dark] .hljs-comment {
  color: #d7af5f;
}
[theme=base16-papercolor-dark] .hljs-tag {
  color: #5fafd7;
}
[theme=base16-papercolor-dark] .hljs-operator, [theme=base16-papercolor-dark] .hljs-punctuation, [theme=base16-papercolor-dark] .hljs-subst {
  color: grey;
}
[theme=base16-papercolor-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-papercolor-dark] .hljs-bullet, [theme=base16-papercolor-dark] .hljs-deletion, [theme=base16-papercolor-dark] .hljs-name, [theme=base16-papercolor-dark] .hljs-selector-tag, [theme=base16-papercolor-dark] .hljs-template-variable, [theme=base16-papercolor-dark] .hljs-variable {
  color: #585858;
}
[theme=base16-papercolor-dark] .hljs-attr, [theme=base16-papercolor-dark] .hljs-link, [theme=base16-papercolor-dark] .hljs-literal, [theme=base16-papercolor-dark] .hljs-number, [theme=base16-papercolor-dark] .hljs-symbol, [theme=base16-papercolor-dark] .hljs-variable.constant_ {
  color: #5faf5f;
}
[theme=base16-papercolor-dark] .hljs-class .hljs-title, [theme=base16-papercolor-dark] .hljs-title, [theme=base16-papercolor-dark] .hljs-title.class_ {
  color: #afd700;
}
[theme=base16-papercolor-dark] .hljs-strong {
  font-weight: 700;
  color: #afd700;
}
[theme=base16-papercolor-dark] .hljs-addition, [theme=base16-papercolor-dark] .hljs-code, [theme=base16-papercolor-dark] .hljs-string, [theme=base16-papercolor-dark] .hljs-title.class_.inherited__ {
  color: #af87d7;
}
[theme=base16-papercolor-dark] .hljs-built_in, [theme=base16-papercolor-dark] .hljs-doctag, [theme=base16-papercolor-dark] .hljs-keyword.hljs-atrule, [theme=base16-papercolor-dark] .hljs-quote, [theme=base16-papercolor-dark] .hljs-regexp {
  color: #ffaf00;
}
[theme=base16-papercolor-dark] .hljs-attribute, [theme=base16-papercolor-dark] .hljs-function .hljs-title, [theme=base16-papercolor-dark] .hljs-section, [theme=base16-papercolor-dark] .hljs-title.function_, [theme=base16-papercolor-dark] .ruby .hljs-property {
  color: #ff5faf;
}
[theme=base16-papercolor-dark] .diff .hljs-meta, [theme=base16-papercolor-dark] .hljs-keyword, [theme=base16-papercolor-dark] .hljs-template-tag, [theme=base16-papercolor-dark] .hljs-type {
  color: #00afaf;
}
[theme=base16-papercolor-dark] .hljs-emphasis {
  color: #00afaf;
  font-style: italic;
}
[theme=base16-papercolor-dark] .hljs-meta, [theme=base16-papercolor-dark] .hljs-meta .hljs-keyword, [theme=base16-papercolor-dark] .hljs-meta .hljs-string {
  color: #5f8787;
}
[theme=base16-papercolor-dark] .hljs-meta .hljs-keyword, [theme=base16-papercolor-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-papercolor-light] {
  /*!
    Theme: PaperColor Light
    Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-papercolor-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-papercolor-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-papercolor-light] .hljs {
  color: #444;
  background: #eee;
}
[theme=base16-papercolor-light] .hljs ::selection, [theme=base16-papercolor-light] .hljs::selection {
  background-color: #008700;
  color: #444;
}
[theme=base16-papercolor-light] .hljs-comment {
  color: #5f8700;
}
[theme=base16-papercolor-light] .hljs-tag {
  color: #0087af;
}
[theme=base16-papercolor-light] .hljs-operator, [theme=base16-papercolor-light] .hljs-punctuation, [theme=base16-papercolor-light] .hljs-subst {
  color: #444;
}
[theme=base16-papercolor-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-papercolor-light] .hljs-bullet, [theme=base16-papercolor-light] .hljs-deletion, [theme=base16-papercolor-light] .hljs-name, [theme=base16-papercolor-light] .hljs-selector-tag, [theme=base16-papercolor-light] .hljs-template-variable, [theme=base16-papercolor-light] .hljs-variable {
  color: #bcbcbc;
}
[theme=base16-papercolor-light] .hljs-attr, [theme=base16-papercolor-light] .hljs-link, [theme=base16-papercolor-light] .hljs-literal, [theme=base16-papercolor-light] .hljs-number, [theme=base16-papercolor-light] .hljs-symbol, [theme=base16-papercolor-light] .hljs-variable.constant_ {
  color: #d70000;
}
[theme=base16-papercolor-light] .hljs-class .hljs-title, [theme=base16-papercolor-light] .hljs-title, [theme=base16-papercolor-light] .hljs-title.class_ {
  color: #d70087;
}
[theme=base16-papercolor-light] .hljs-strong {
  font-weight: 700;
  color: #d70087;
}
[theme=base16-papercolor-light] .hljs-addition, [theme=base16-papercolor-light] .hljs-code, [theme=base16-papercolor-light] .hljs-string, [theme=base16-papercolor-light] .hljs-title.class_.inherited__ {
  color: #8700af;
}
[theme=base16-papercolor-light] .hljs-attribute, [theme=base16-papercolor-light] .hljs-built_in, [theme=base16-papercolor-light] .hljs-doctag, [theme=base16-papercolor-light] .hljs-function .hljs-title, [theme=base16-papercolor-light] .hljs-keyword.hljs-atrule, [theme=base16-papercolor-light] .hljs-quote, [theme=base16-papercolor-light] .hljs-regexp, [theme=base16-papercolor-light] .hljs-section, [theme=base16-papercolor-light] .hljs-title.function_, [theme=base16-papercolor-light] .ruby .hljs-property {
  color: #d75f00;
}
[theme=base16-papercolor-light] .diff .hljs-meta, [theme=base16-papercolor-light] .hljs-keyword, [theme=base16-papercolor-light] .hljs-template-tag, [theme=base16-papercolor-light] .hljs-type {
  color: #005faf;
}
[theme=base16-papercolor-light] .hljs-emphasis {
  color: #005faf;
  font-style: italic;
}
[theme=base16-papercolor-light] .hljs-meta, [theme=base16-papercolor-light] .hljs-meta .hljs-keyword, [theme=base16-papercolor-light] .hljs-meta .hljs-string {
  color: #005f87;
}
[theme=base16-papercolor-light] .hljs-meta .hljs-keyword, [theme=base16-papercolor-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-paraiso] {
  /*!
    Theme: Paraiso
    Author: Jan T. Sott
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-paraiso] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-paraiso] code.hljs {
  padding: 3px 5px;
}
[theme=base16-paraiso] .hljs {
  color: #a39e9b;
  background: #2f1e2e;
}
[theme=base16-paraiso] .hljs ::selection, [theme=base16-paraiso] .hljs::selection {
  background-color: #4f424c;
  color: #a39e9b;
}
[theme=base16-paraiso] .hljs-comment {
  color: #776e71;
}
[theme=base16-paraiso] .hljs-tag {
  color: #8d8687;
}
[theme=base16-paraiso] .hljs-operator, [theme=base16-paraiso] .hljs-punctuation, [theme=base16-paraiso] .hljs-subst {
  color: #a39e9b;
}
[theme=base16-paraiso] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-paraiso] .hljs-bullet, [theme=base16-paraiso] .hljs-deletion, [theme=base16-paraiso] .hljs-name, [theme=base16-paraiso] .hljs-selector-tag, [theme=base16-paraiso] .hljs-template-variable, [theme=base16-paraiso] .hljs-variable {
  color: #ef6155;
}
[theme=base16-paraiso] .hljs-attr, [theme=base16-paraiso] .hljs-link, [theme=base16-paraiso] .hljs-literal, [theme=base16-paraiso] .hljs-number, [theme=base16-paraiso] .hljs-symbol, [theme=base16-paraiso] .hljs-variable.constant_ {
  color: #f99b15;
}
[theme=base16-paraiso] .hljs-class .hljs-title, [theme=base16-paraiso] .hljs-title, [theme=base16-paraiso] .hljs-title.class_ {
  color: #fec418;
}
[theme=base16-paraiso] .hljs-strong {
  font-weight: 700;
  color: #fec418;
}
[theme=base16-paraiso] .hljs-addition, [theme=base16-paraiso] .hljs-code, [theme=base16-paraiso] .hljs-string, [theme=base16-paraiso] .hljs-title.class_.inherited__ {
  color: #48b685;
}
[theme=base16-paraiso] .hljs-built_in, [theme=base16-paraiso] .hljs-doctag, [theme=base16-paraiso] .hljs-keyword.hljs-atrule, [theme=base16-paraiso] .hljs-quote, [theme=base16-paraiso] .hljs-regexp {
  color: #5bc4bf;
}
[theme=base16-paraiso] .hljs-attribute, [theme=base16-paraiso] .hljs-function .hljs-title, [theme=base16-paraiso] .hljs-section, [theme=base16-paraiso] .hljs-title.function_, [theme=base16-paraiso] .ruby .hljs-property {
  color: #06b6ef;
}
[theme=base16-paraiso] .diff .hljs-meta, [theme=base16-paraiso] .hljs-keyword, [theme=base16-paraiso] .hljs-template-tag, [theme=base16-paraiso] .hljs-type {
  color: #815ba4;
}
[theme=base16-paraiso] .hljs-emphasis {
  color: #815ba4;
  font-style: italic;
}
[theme=base16-paraiso] .hljs-meta, [theme=base16-paraiso] .hljs-meta .hljs-keyword, [theme=base16-paraiso] .hljs-meta .hljs-string {
  color: #e96ba8;
}
[theme=base16-paraiso] .hljs-meta .hljs-keyword, [theme=base16-paraiso] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-pasque] {
  /*!
    Theme: Pasque
    Author: Gabriel Fontes (https://github.com/Misterio77)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-pasque] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-pasque] code.hljs {
  padding: 3px 5px;
}
[theme=base16-pasque] .hljs {
  color: #dedcdf;
  background: #271c3a;
}
[theme=base16-pasque] .hljs ::selection, [theme=base16-pasque] .hljs::selection {
  background-color: #3e2d5c;
  color: #dedcdf;
}
[theme=base16-pasque] .hljs-comment {
  color: #5d5766;
}
[theme=base16-pasque] .hljs-tag {
  color: #bebcbf;
}
[theme=base16-pasque] .hljs-operator, [theme=base16-pasque] .hljs-punctuation, [theme=base16-pasque] .hljs-subst {
  color: #dedcdf;
}
[theme=base16-pasque] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-pasque] .hljs-bullet, [theme=base16-pasque] .hljs-deletion, [theme=base16-pasque] .hljs-name, [theme=base16-pasque] .hljs-selector-tag, [theme=base16-pasque] .hljs-template-variable, [theme=base16-pasque] .hljs-variable {
  color: #a92258;
}
[theme=base16-pasque] .hljs-attr, [theme=base16-pasque] .hljs-link, [theme=base16-pasque] .hljs-literal, [theme=base16-pasque] .hljs-number, [theme=base16-pasque] .hljs-symbol, [theme=base16-pasque] .hljs-variable.constant_ {
  color: #918889;
}
[theme=base16-pasque] .hljs-class .hljs-title, [theme=base16-pasque] .hljs-title, [theme=base16-pasque] .hljs-title.class_ {
  color: #804ead;
}
[theme=base16-pasque] .hljs-strong {
  font-weight: 700;
  color: #804ead;
}
[theme=base16-pasque] .hljs-addition, [theme=base16-pasque] .hljs-code, [theme=base16-pasque] .hljs-string, [theme=base16-pasque] .hljs-title.class_.inherited__ {
  color: #c6914b;
}
[theme=base16-pasque] .hljs-built_in, [theme=base16-pasque] .hljs-doctag, [theme=base16-pasque] .hljs-keyword.hljs-atrule, [theme=base16-pasque] .hljs-quote, [theme=base16-pasque] .hljs-regexp {
  color: #7263aa;
}
[theme=base16-pasque] .hljs-attribute, [theme=base16-pasque] .hljs-function .hljs-title, [theme=base16-pasque] .hljs-section, [theme=base16-pasque] .hljs-title.function_, [theme=base16-pasque] .ruby .hljs-property {
  color: #8e7dc6;
}
[theme=base16-pasque] .diff .hljs-meta, [theme=base16-pasque] .hljs-keyword, [theme=base16-pasque] .hljs-template-tag, [theme=base16-pasque] .hljs-type {
  color: #953b9d;
}
[theme=base16-pasque] .hljs-emphasis {
  color: #953b9d;
  font-style: italic;
}
[theme=base16-pasque] .hljs-meta, [theme=base16-pasque] .hljs-meta .hljs-keyword, [theme=base16-pasque] .hljs-meta .hljs-string {
  color: #59325c;
}
[theme=base16-pasque] .hljs-meta .hljs-keyword, [theme=base16-pasque] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-phd] {
  /*!
    Theme: PhD
    Author: Hennig Hasemann (http://leetless.de/vim.html)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-phd] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-phd] code.hljs {
  padding: 3px 5px;
}
[theme=base16-phd] .hljs {
  color: #b8bbc2;
  background: #061229;
}
[theme=base16-phd] .hljs ::selection, [theme=base16-phd] .hljs::selection {
  background-color: #4d5666;
  color: #b8bbc2;
}
[theme=base16-phd] .hljs-comment {
  color: #717885;
}
[theme=base16-phd] .hljs-tag {
  color: #9a99a3;
}
[theme=base16-phd] .hljs-operator, [theme=base16-phd] .hljs-punctuation, [theme=base16-phd] .hljs-subst {
  color: #b8bbc2;
}
[theme=base16-phd] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-phd] .hljs-bullet, [theme=base16-phd] .hljs-deletion, [theme=base16-phd] .hljs-name, [theme=base16-phd] .hljs-selector-tag, [theme=base16-phd] .hljs-template-variable, [theme=base16-phd] .hljs-variable {
  color: #d07346;
}
[theme=base16-phd] .hljs-attr, [theme=base16-phd] .hljs-link, [theme=base16-phd] .hljs-literal, [theme=base16-phd] .hljs-number, [theme=base16-phd] .hljs-symbol, [theme=base16-phd] .hljs-variable.constant_ {
  color: #f0a000;
}
[theme=base16-phd] .hljs-class .hljs-title, [theme=base16-phd] .hljs-title, [theme=base16-phd] .hljs-title.class_ {
  color: #fbd461;
}
[theme=base16-phd] .hljs-strong {
  font-weight: 700;
  color: #fbd461;
}
[theme=base16-phd] .hljs-addition, [theme=base16-phd] .hljs-code, [theme=base16-phd] .hljs-string, [theme=base16-phd] .hljs-title.class_.inherited__ {
  color: #99bf52;
}
[theme=base16-phd] .hljs-built_in, [theme=base16-phd] .hljs-doctag, [theme=base16-phd] .hljs-keyword.hljs-atrule, [theme=base16-phd] .hljs-quote, [theme=base16-phd] .hljs-regexp {
  color: #72b9bf;
}
[theme=base16-phd] .hljs-attribute, [theme=base16-phd] .hljs-function .hljs-title, [theme=base16-phd] .hljs-section, [theme=base16-phd] .hljs-title.function_, [theme=base16-phd] .ruby .hljs-property {
  color: #5299bf;
}
[theme=base16-phd] .diff .hljs-meta, [theme=base16-phd] .hljs-keyword, [theme=base16-phd] .hljs-template-tag, [theme=base16-phd] .hljs-type {
  color: #9989cc;
}
[theme=base16-phd] .hljs-emphasis {
  color: #9989cc;
  font-style: italic;
}
[theme=base16-phd] .hljs-meta, [theme=base16-phd] .hljs-meta .hljs-keyword, [theme=base16-phd] .hljs-meta .hljs-string {
  color: #b08060;
}
[theme=base16-phd] .hljs-meta .hljs-keyword, [theme=base16-phd] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-pico] {
  /*!
    Theme: Pico
    Author: PICO-8 (http://www.lexaloffle.com/pico-8.php)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-pico] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-pico] code.hljs {
  padding: 3px 5px;
}
[theme=base16-pico] .hljs {
  color: #5f574f;
  background: #000;
}
[theme=base16-pico] .hljs ::selection, [theme=base16-pico] .hljs::selection {
  background-color: #7e2553;
  color: #5f574f;
}
[theme=base16-pico] .hljs-comment {
  color: #008751;
}
[theme=base16-pico] .hljs-tag {
  color: #ab5236;
}
[theme=base16-pico] .hljs-operator, [theme=base16-pico] .hljs-punctuation, [theme=base16-pico] .hljs-subst {
  color: #5f574f;
}
[theme=base16-pico] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-pico] .hljs-bullet, [theme=base16-pico] .hljs-deletion, [theme=base16-pico] .hljs-name, [theme=base16-pico] .hljs-selector-tag, [theme=base16-pico] .hljs-template-variable, [theme=base16-pico] .hljs-variable {
  color: #ff004d;
}
[theme=base16-pico] .hljs-attr, [theme=base16-pico] .hljs-link, [theme=base16-pico] .hljs-literal, [theme=base16-pico] .hljs-number, [theme=base16-pico] .hljs-symbol, [theme=base16-pico] .hljs-variable.constant_ {
  color: #ffa300;
}
[theme=base16-pico] .hljs-class .hljs-title, [theme=base16-pico] .hljs-title, [theme=base16-pico] .hljs-title.class_ {
  color: #fff024;
}
[theme=base16-pico] .hljs-strong {
  font-weight: 700;
  color: #fff024;
}
[theme=base16-pico] .hljs-addition, [theme=base16-pico] .hljs-code, [theme=base16-pico] .hljs-string, [theme=base16-pico] .hljs-title.class_.inherited__ {
  color: #00e756;
}
[theme=base16-pico] .hljs-built_in, [theme=base16-pico] .hljs-doctag, [theme=base16-pico] .hljs-keyword.hljs-atrule, [theme=base16-pico] .hljs-quote, [theme=base16-pico] .hljs-regexp {
  color: #29adff;
}
[theme=base16-pico] .hljs-attribute, [theme=base16-pico] .hljs-function .hljs-title, [theme=base16-pico] .hljs-section, [theme=base16-pico] .hljs-title.function_, [theme=base16-pico] .ruby .hljs-property {
  color: #83769c;
}
[theme=base16-pico] .diff .hljs-meta, [theme=base16-pico] .hljs-keyword, [theme=base16-pico] .hljs-template-tag, [theme=base16-pico] .hljs-type {
  color: #ff77a8;
}
[theme=base16-pico] .hljs-emphasis {
  color: #ff77a8;
  font-style: italic;
}
[theme=base16-pico] .hljs-meta, [theme=base16-pico] .hljs-meta .hljs-keyword, [theme=base16-pico] .hljs-meta .hljs-string {
  color: #fca;
}
[theme=base16-pico] .hljs-meta .hljs-keyword, [theme=base16-pico] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-pop] {
  /*!
    Theme: Pop
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-pop] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-pop] code.hljs {
  padding: 3px 5px;
}
[theme=base16-pop] .hljs {
  color: #d0d0d0;
  background: #000;
}
[theme=base16-pop] .hljs ::selection, [theme=base16-pop] .hljs::selection {
  background-color: #303030;
  color: #d0d0d0;
}
[theme=base16-pop] .hljs-comment {
  color: #505050;
}
[theme=base16-pop] .hljs-tag {
  color: #b0b0b0;
}
[theme=base16-pop] .hljs-operator, [theme=base16-pop] .hljs-punctuation, [theme=base16-pop] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-pop] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-pop] .hljs-bullet, [theme=base16-pop] .hljs-deletion, [theme=base16-pop] .hljs-name, [theme=base16-pop] .hljs-selector-tag, [theme=base16-pop] .hljs-template-variable, [theme=base16-pop] .hljs-variable {
  color: #eb008a;
}
[theme=base16-pop] .hljs-attr, [theme=base16-pop] .hljs-link, [theme=base16-pop] .hljs-literal, [theme=base16-pop] .hljs-number, [theme=base16-pop] .hljs-symbol, [theme=base16-pop] .hljs-variable.constant_ {
  color: #f29333;
}
[theme=base16-pop] .hljs-class .hljs-title, [theme=base16-pop] .hljs-title, [theme=base16-pop] .hljs-title.class_ {
  color: #f8ca12;
}
[theme=base16-pop] .hljs-strong {
  font-weight: 700;
  color: #f8ca12;
}
[theme=base16-pop] .hljs-addition, [theme=base16-pop] .hljs-code, [theme=base16-pop] .hljs-string, [theme=base16-pop] .hljs-title.class_.inherited__ {
  color: #37b349;
}
[theme=base16-pop] .hljs-built_in, [theme=base16-pop] .hljs-doctag, [theme=base16-pop] .hljs-keyword.hljs-atrule, [theme=base16-pop] .hljs-quote, [theme=base16-pop] .hljs-regexp {
  color: #0ab;
}
[theme=base16-pop] .hljs-attribute, [theme=base16-pop] .hljs-function .hljs-title, [theme=base16-pop] .hljs-section, [theme=base16-pop] .hljs-title.function_, [theme=base16-pop] .ruby .hljs-property {
  color: #0e5a94;
}
[theme=base16-pop] .diff .hljs-meta, [theme=base16-pop] .hljs-keyword, [theme=base16-pop] .hljs-template-tag, [theme=base16-pop] .hljs-type {
  color: #b31e8d;
}
[theme=base16-pop] .hljs-emphasis {
  color: #b31e8d;
  font-style: italic;
}
[theme=base16-pop] .hljs-meta, [theme=base16-pop] .hljs-meta .hljs-keyword, [theme=base16-pop] .hljs-meta .hljs-string {
  color: #7a2d00;
}
[theme=base16-pop] .hljs-meta .hljs-keyword, [theme=base16-pop] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-porple] {
  /*!
    Theme: Porple
    Author: Niek den Breeje (https://github.com/AuditeMarlow)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-porple] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-porple] code.hljs {
  padding: 3px 5px;
}
[theme=base16-porple] .hljs {
  color: #d8d8d8;
  background: #292c36;
}
[theme=base16-porple] .hljs ::selection, [theme=base16-porple] .hljs::selection {
  background-color: #474160;
  color: #d8d8d8;
}
[theme=base16-porple] .hljs-comment {
  color: #65568a;
}
[theme=base16-porple] .hljs-tag {
  color: #b8b8b8;
}
[theme=base16-porple] .hljs-operator, [theme=base16-porple] .hljs-punctuation, [theme=base16-porple] .hljs-subst {
  color: #d8d8d8;
}
[theme=base16-porple] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-porple] .hljs-bullet, [theme=base16-porple] .hljs-deletion, [theme=base16-porple] .hljs-name, [theme=base16-porple] .hljs-selector-tag, [theme=base16-porple] .hljs-template-variable, [theme=base16-porple] .hljs-variable {
  color: #f84547;
}
[theme=base16-porple] .hljs-attr, [theme=base16-porple] .hljs-link, [theme=base16-porple] .hljs-literal, [theme=base16-porple] .hljs-number, [theme=base16-porple] .hljs-symbol, [theme=base16-porple] .hljs-variable.constant_ {
  color: #d28e5d;
}
[theme=base16-porple] .hljs-class .hljs-title, [theme=base16-porple] .hljs-title, [theme=base16-porple] .hljs-title.class_ {
  color: #efa16b;
}
[theme=base16-porple] .hljs-strong {
  font-weight: 700;
  color: #efa16b;
}
[theme=base16-porple] .hljs-addition, [theme=base16-porple] .hljs-code, [theme=base16-porple] .hljs-string, [theme=base16-porple] .hljs-title.class_.inherited__ {
  color: #95c76f;
}
[theme=base16-porple] .hljs-built_in, [theme=base16-porple] .hljs-doctag, [theme=base16-porple] .hljs-keyword.hljs-atrule, [theme=base16-porple] .hljs-quote, [theme=base16-porple] .hljs-regexp {
  color: #64878f;
}
[theme=base16-porple] .hljs-attribute, [theme=base16-porple] .hljs-function .hljs-title, [theme=base16-porple] .hljs-section, [theme=base16-porple] .hljs-title.function_, [theme=base16-porple] .ruby .hljs-property {
  color: #8485ce;
}
[theme=base16-porple] .diff .hljs-meta, [theme=base16-porple] .hljs-keyword, [theme=base16-porple] .hljs-template-tag, [theme=base16-porple] .hljs-type {
  color: #b74989;
}
[theme=base16-porple] .hljs-emphasis {
  color: #b74989;
  font-style: italic;
}
[theme=base16-porple] .hljs-meta, [theme=base16-porple] .hljs-meta .hljs-keyword, [theme=base16-porple] .hljs-meta .hljs-string {
  color: #986841;
}
[theme=base16-porple] .hljs-meta .hljs-keyword, [theme=base16-porple] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-qualia] {
  /*!
    Theme: Qualia
    Author: isaacwhanson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-qualia] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-qualia] code.hljs {
  padding: 3px 5px;
}
[theme=base16-qualia] .hljs {
  color: silver;
  background: #101010;
}
[theme=base16-qualia] .hljs ::selection, [theme=base16-qualia] .hljs::selection {
  background-color: #454545;
  color: silver;
}
[theme=base16-qualia] .hljs-comment {
  color: #454545;
}
[theme=base16-qualia] .hljs-tag {
  color: grey;
}
[theme=base16-qualia] .hljs-operator, [theme=base16-qualia] .hljs-punctuation, [theme=base16-qualia] .hljs-subst {
  color: silver;
}
[theme=base16-qualia] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-qualia] .hljs-bullet, [theme=base16-qualia] .hljs-deletion, [theme=base16-qualia] .hljs-name, [theme=base16-qualia] .hljs-selector-tag, [theme=base16-qualia] .hljs-template-variable, [theme=base16-qualia] .hljs-variable {
  color: #efa6a2;
}
[theme=base16-qualia] .hljs-attr, [theme=base16-qualia] .hljs-link, [theme=base16-qualia] .hljs-literal, [theme=base16-qualia] .hljs-number, [theme=base16-qualia] .hljs-symbol, [theme=base16-qualia] .hljs-variable.constant_ {
  color: #a3b8ef;
}
[theme=base16-qualia] .hljs-class .hljs-title, [theme=base16-qualia] .hljs-title, [theme=base16-qualia] .hljs-title.class_ {
  color: #e6a3dc;
}
[theme=base16-qualia] .hljs-strong {
  font-weight: 700;
  color: #e6a3dc;
}
[theme=base16-qualia] .hljs-addition, [theme=base16-qualia] .hljs-code, [theme=base16-qualia] .hljs-string, [theme=base16-qualia] .hljs-title.class_.inherited__ {
  color: #80c990;
}
[theme=base16-qualia] .hljs-built_in, [theme=base16-qualia] .hljs-doctag, [theme=base16-qualia] .hljs-keyword.hljs-atrule, [theme=base16-qualia] .hljs-quote, [theme=base16-qualia] .hljs-regexp {
  color: #c8c874;
}
[theme=base16-qualia] .hljs-attribute, [theme=base16-qualia] .hljs-function .hljs-title, [theme=base16-qualia] .hljs-section, [theme=base16-qualia] .hljs-title.function_, [theme=base16-qualia] .ruby .hljs-property {
  color: #50cacd;
}
[theme=base16-qualia] .diff .hljs-meta, [theme=base16-qualia] .hljs-keyword, [theme=base16-qualia] .hljs-template-tag, [theme=base16-qualia] .hljs-type {
  color: #e0af85;
}
[theme=base16-qualia] .hljs-emphasis {
  color: #e0af85;
  font-style: italic;
}
[theme=base16-qualia] .hljs-meta, [theme=base16-qualia] .hljs-meta .hljs-keyword, [theme=base16-qualia] .hljs-meta .hljs-string {
  color: grey;
}
[theme=base16-qualia] .hljs-meta .hljs-keyword, [theme=base16-qualia] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-railscasts] {
  /*!
    Theme: Railscasts
    Author: Ryan Bates (http://railscasts.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-railscasts] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-railscasts] code.hljs {
  padding: 3px 5px;
}
[theme=base16-railscasts] .hljs {
  color: #e6e1dc;
  background: #2b2b2b;
}
[theme=base16-railscasts] .hljs ::selection, [theme=base16-railscasts] .hljs::selection {
  background-color: #3a4055;
  color: #e6e1dc;
}
[theme=base16-railscasts] .hljs-comment {
  color: #5a647e;
}
[theme=base16-railscasts] .hljs-tag {
  color: #d4cfc9;
}
[theme=base16-railscasts] .hljs-operator, [theme=base16-railscasts] .hljs-punctuation, [theme=base16-railscasts] .hljs-subst {
  color: #e6e1dc;
}
[theme=base16-railscasts] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-railscasts] .hljs-bullet, [theme=base16-railscasts] .hljs-deletion, [theme=base16-railscasts] .hljs-name, [theme=base16-railscasts] .hljs-selector-tag, [theme=base16-railscasts] .hljs-template-variable, [theme=base16-railscasts] .hljs-variable {
  color: #da4939;
}
[theme=base16-railscasts] .hljs-attr, [theme=base16-railscasts] .hljs-link, [theme=base16-railscasts] .hljs-literal, [theme=base16-railscasts] .hljs-number, [theme=base16-railscasts] .hljs-symbol, [theme=base16-railscasts] .hljs-variable.constant_ {
  color: #cc7833;
}
[theme=base16-railscasts] .hljs-class .hljs-title, [theme=base16-railscasts] .hljs-title, [theme=base16-railscasts] .hljs-title.class_ {
  color: #ffc66d;
}
[theme=base16-railscasts] .hljs-strong {
  font-weight: 700;
  color: #ffc66d;
}
[theme=base16-railscasts] .hljs-addition, [theme=base16-railscasts] .hljs-code, [theme=base16-railscasts] .hljs-string, [theme=base16-railscasts] .hljs-title.class_.inherited__ {
  color: #a5c261;
}
[theme=base16-railscasts] .hljs-built_in, [theme=base16-railscasts] .hljs-doctag, [theme=base16-railscasts] .hljs-keyword.hljs-atrule, [theme=base16-railscasts] .hljs-quote, [theme=base16-railscasts] .hljs-regexp {
  color: #519f50;
}
[theme=base16-railscasts] .hljs-attribute, [theme=base16-railscasts] .hljs-function .hljs-title, [theme=base16-railscasts] .hljs-section, [theme=base16-railscasts] .hljs-title.function_, [theme=base16-railscasts] .ruby .hljs-property {
  color: #6d9cbe;
}
[theme=base16-railscasts] .diff .hljs-meta, [theme=base16-railscasts] .hljs-keyword, [theme=base16-railscasts] .hljs-template-tag, [theme=base16-railscasts] .hljs-type {
  color: #b6b3eb;
}
[theme=base16-railscasts] .hljs-emphasis {
  color: #b6b3eb;
  font-style: italic;
}
[theme=base16-railscasts] .hljs-meta, [theme=base16-railscasts] .hljs-meta .hljs-keyword, [theme=base16-railscasts] .hljs-meta .hljs-string {
  color: #bc9458;
}
[theme=base16-railscasts] .hljs-meta .hljs-keyword, [theme=base16-railscasts] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-rebecca] {
  /*!
    Theme: Rebecca
    Author: Victor Borja (http://github.com/vic) based on Rebecca Theme (http://github.com/vic/rebecca-theme)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-rebecca] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-rebecca] code.hljs {
  padding: 3px 5px;
}
[theme=base16-rebecca] .hljs {
  color: #f1eff8;
  background: #292a44;
}
[theme=base16-rebecca] .hljs ::selection, [theme=base16-rebecca] .hljs::selection {
  background-color: #383a62;
  color: #f1eff8;
}
[theme=base16-rebecca] .hljs-comment {
  color: #669;
}
[theme=base16-rebecca] .hljs-tag {
  color: #a0a0c5;
}
[theme=base16-rebecca] .hljs-operator, [theme=base16-rebecca] .hljs-punctuation, [theme=base16-rebecca] .hljs-subst {
  color: #f1eff8;
}
[theme=base16-rebecca] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-rebecca] .hljs-bullet, [theme=base16-rebecca] .hljs-deletion, [theme=base16-rebecca] .hljs-name, [theme=base16-rebecca] .hljs-selector-tag, [theme=base16-rebecca] .hljs-template-variable, [theme=base16-rebecca] .hljs-variable {
  color: #a0a0c5;
}
[theme=base16-rebecca] .hljs-attr, [theme=base16-rebecca] .hljs-link, [theme=base16-rebecca] .hljs-literal, [theme=base16-rebecca] .hljs-number, [theme=base16-rebecca] .hljs-symbol, [theme=base16-rebecca] .hljs-variable.constant_ {
  color: #efe4a1;
}
[theme=base16-rebecca] .hljs-class .hljs-title, [theme=base16-rebecca] .hljs-title, [theme=base16-rebecca] .hljs-title.class_ {
  color: #ae81ff;
}
[theme=base16-rebecca] .hljs-strong {
  font-weight: 700;
  color: #ae81ff;
}
[theme=base16-rebecca] .hljs-addition, [theme=base16-rebecca] .hljs-code, [theme=base16-rebecca] .hljs-string, [theme=base16-rebecca] .hljs-title.class_.inherited__ {
  color: #6dfedf;
}
[theme=base16-rebecca] .hljs-built_in, [theme=base16-rebecca] .hljs-doctag, [theme=base16-rebecca] .hljs-keyword.hljs-atrule, [theme=base16-rebecca] .hljs-quote, [theme=base16-rebecca] .hljs-regexp {
  color: #8eaee0;
}
[theme=base16-rebecca] .hljs-attribute, [theme=base16-rebecca] .hljs-function .hljs-title, [theme=base16-rebecca] .hljs-section, [theme=base16-rebecca] .hljs-title.function_, [theme=base16-rebecca] .ruby .hljs-property {
  color: #2de0a7;
}
[theme=base16-rebecca] .diff .hljs-meta, [theme=base16-rebecca] .hljs-keyword, [theme=base16-rebecca] .hljs-template-tag, [theme=base16-rebecca] .hljs-type {
  color: #7aa5ff;
}
[theme=base16-rebecca] .hljs-emphasis {
  color: #7aa5ff;
  font-style: italic;
}
[theme=base16-rebecca] .hljs-meta, [theme=base16-rebecca] .hljs-meta .hljs-keyword, [theme=base16-rebecca] .hljs-meta .hljs-string {
  color: #ff79c6;
}
[theme=base16-rebecca] .hljs-meta .hljs-keyword, [theme=base16-rebecca] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ros-pine-dawn] {
  /*!
    Theme: Rosé Pine Dawn
    Author: Emilia Dunfelt <sayhi@dunfelt.se>
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ros-pine-dawn] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ros-pine-dawn] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ros-pine-dawn] .hljs {
  color: #575279;
  background: #faf4ed;
}
[theme=base16-ros-pine-dawn] .hljs ::selection, [theme=base16-ros-pine-dawn] .hljs::selection {
  background-color: #f2e9de;
  color: #575279;
}
[theme=base16-ros-pine-dawn] .hljs-comment {
  color: #9893a5;
}
[theme=base16-ros-pine-dawn] .hljs-tag {
  color: #6e6a86;
}
[theme=base16-ros-pine-dawn] .hljs-operator, [theme=base16-ros-pine-dawn] .hljs-punctuation, [theme=base16-ros-pine-dawn] .hljs-subst {
  color: #575279;
}
[theme=base16-ros-pine-dawn] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ros-pine-dawn] .hljs-bullet, [theme=base16-ros-pine-dawn] .hljs-deletion, [theme=base16-ros-pine-dawn] .hljs-name, [theme=base16-ros-pine-dawn] .hljs-selector-tag, [theme=base16-ros-pine-dawn] .hljs-template-variable, [theme=base16-ros-pine-dawn] .hljs-variable {
  color: #1f1d2e;
}
[theme=base16-ros-pine-dawn] .hljs-attr, [theme=base16-ros-pine-dawn] .hljs-link, [theme=base16-ros-pine-dawn] .hljs-literal, [theme=base16-ros-pine-dawn] .hljs-number, [theme=base16-ros-pine-dawn] .hljs-symbol, [theme=base16-ros-pine-dawn] .hljs-variable.constant_ {
  color: #b4637a;
}
[theme=base16-ros-pine-dawn] .hljs-class .hljs-title, [theme=base16-ros-pine-dawn] .hljs-title, [theme=base16-ros-pine-dawn] .hljs-title.class_ {
  color: #ea9d34;
}
[theme=base16-ros-pine-dawn] .hljs-strong {
  font-weight: 700;
  color: #ea9d34;
}
[theme=base16-ros-pine-dawn] .hljs-addition, [theme=base16-ros-pine-dawn] .hljs-code, [theme=base16-ros-pine-dawn] .hljs-string, [theme=base16-ros-pine-dawn] .hljs-title.class_.inherited__ {
  color: #d7827e;
}
[theme=base16-ros-pine-dawn] .hljs-built_in, [theme=base16-ros-pine-dawn] .hljs-doctag, [theme=base16-ros-pine-dawn] .hljs-keyword.hljs-atrule, [theme=base16-ros-pine-dawn] .hljs-quote, [theme=base16-ros-pine-dawn] .hljs-regexp {
  color: #286983;
}
[theme=base16-ros-pine-dawn] .hljs-attribute, [theme=base16-ros-pine-dawn] .hljs-function .hljs-title, [theme=base16-ros-pine-dawn] .hljs-section, [theme=base16-ros-pine-dawn] .hljs-title.function_, [theme=base16-ros-pine-dawn] .ruby .hljs-property {
  color: #56949f;
}
[theme=base16-ros-pine-dawn] .diff .hljs-meta, [theme=base16-ros-pine-dawn] .hljs-keyword, [theme=base16-ros-pine-dawn] .hljs-template-tag, [theme=base16-ros-pine-dawn] .hljs-type {
  color: #907aa9;
}
[theme=base16-ros-pine-dawn] .hljs-emphasis {
  color: #907aa9;
  font-style: italic;
}
[theme=base16-ros-pine-dawn] .hljs-meta, [theme=base16-ros-pine-dawn] .hljs-meta .hljs-keyword, [theme=base16-ros-pine-dawn] .hljs-meta .hljs-string {
  color: #c5c3ce;
}
[theme=base16-ros-pine-dawn] .hljs-meta .hljs-keyword, [theme=base16-ros-pine-dawn] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ros-pine-moon] {
  /*!
    Theme: Rosé Pine Moon
    Author: Emilia Dunfelt <sayhi@dunfelt.se>
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ros-pine-moon] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ros-pine-moon] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ros-pine-moon] .hljs {
  color: #e0def4;
  background: #232136;
}
[theme=base16-ros-pine-moon] .hljs ::selection, [theme=base16-ros-pine-moon] .hljs::selection {
  background-color: #393552;
  color: #e0def4;
}
[theme=base16-ros-pine-moon] .hljs-comment {
  color: #59546d;
}
[theme=base16-ros-pine-moon] .hljs-tag {
  color: #817c9c;
}
[theme=base16-ros-pine-moon] .hljs-operator, [theme=base16-ros-pine-moon] .hljs-punctuation, [theme=base16-ros-pine-moon] .hljs-subst {
  color: #e0def4;
}
[theme=base16-ros-pine-moon] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ros-pine-moon] .hljs-bullet, [theme=base16-ros-pine-moon] .hljs-deletion, [theme=base16-ros-pine-moon] .hljs-name, [theme=base16-ros-pine-moon] .hljs-selector-tag, [theme=base16-ros-pine-moon] .hljs-template-variable, [theme=base16-ros-pine-moon] .hljs-variable {
  color: #ecebf0;
}
[theme=base16-ros-pine-moon] .hljs-attr, [theme=base16-ros-pine-moon] .hljs-link, [theme=base16-ros-pine-moon] .hljs-literal, [theme=base16-ros-pine-moon] .hljs-number, [theme=base16-ros-pine-moon] .hljs-symbol, [theme=base16-ros-pine-moon] .hljs-variable.constant_ {
  color: #eb6f92;
}
[theme=base16-ros-pine-moon] .hljs-class .hljs-title, [theme=base16-ros-pine-moon] .hljs-title, [theme=base16-ros-pine-moon] .hljs-title.class_ {
  color: #f6c177;
}
[theme=base16-ros-pine-moon] .hljs-strong {
  font-weight: 700;
  color: #f6c177;
}
[theme=base16-ros-pine-moon] .hljs-addition, [theme=base16-ros-pine-moon] .hljs-code, [theme=base16-ros-pine-moon] .hljs-string, [theme=base16-ros-pine-moon] .hljs-title.class_.inherited__ {
  color: #ea9a97;
}
[theme=base16-ros-pine-moon] .hljs-built_in, [theme=base16-ros-pine-moon] .hljs-doctag, [theme=base16-ros-pine-moon] .hljs-keyword.hljs-atrule, [theme=base16-ros-pine-moon] .hljs-quote, [theme=base16-ros-pine-moon] .hljs-regexp {
  color: #3e8fb0;
}
[theme=base16-ros-pine-moon] .hljs-attribute, [theme=base16-ros-pine-moon] .hljs-function .hljs-title, [theme=base16-ros-pine-moon] .hljs-section, [theme=base16-ros-pine-moon] .hljs-title.function_, [theme=base16-ros-pine-moon] .ruby .hljs-property {
  color: #9ccfd8;
}
[theme=base16-ros-pine-moon] .diff .hljs-meta, [theme=base16-ros-pine-moon] .hljs-keyword, [theme=base16-ros-pine-moon] .hljs-template-tag, [theme=base16-ros-pine-moon] .hljs-type {
  color: #c4a7e7;
}
[theme=base16-ros-pine-moon] .hljs-emphasis {
  color: #c4a7e7;
  font-style: italic;
}
[theme=base16-ros-pine-moon] .hljs-meta, [theme=base16-ros-pine-moon] .hljs-meta .hljs-keyword, [theme=base16-ros-pine-moon] .hljs-meta .hljs-string {
  color: #b9b9bc;
}
[theme=base16-ros-pine-moon] .hljs-meta .hljs-keyword, [theme=base16-ros-pine-moon] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ros-pine] {
  /*!
    Theme: Rosé Pine
    Author: Emilia Dunfelt <sayhi@dunfelt.se>
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ros-pine] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ros-pine] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ros-pine] .hljs {
  color: #e0def4;
  background: #191724;
}
[theme=base16-ros-pine] .hljs ::selection, [theme=base16-ros-pine] .hljs::selection {
  background-color: #26233a;
  color: #e0def4;
}
[theme=base16-ros-pine] .hljs-comment {
  color: #555169;
}
[theme=base16-ros-pine] .hljs-tag {
  color: #6e6a86;
}
[theme=base16-ros-pine] .hljs-operator, [theme=base16-ros-pine] .hljs-punctuation, [theme=base16-ros-pine] .hljs-subst {
  color: #e0def4;
}
[theme=base16-ros-pine] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ros-pine] .hljs-bullet, [theme=base16-ros-pine] .hljs-deletion, [theme=base16-ros-pine] .hljs-name, [theme=base16-ros-pine] .hljs-selector-tag, [theme=base16-ros-pine] .hljs-template-variable, [theme=base16-ros-pine] .hljs-variable {
  color: #e2e1e7;
}
[theme=base16-ros-pine] .hljs-attr, [theme=base16-ros-pine] .hljs-link, [theme=base16-ros-pine] .hljs-literal, [theme=base16-ros-pine] .hljs-number, [theme=base16-ros-pine] .hljs-symbol, [theme=base16-ros-pine] .hljs-variable.constant_ {
  color: #eb6f92;
}
[theme=base16-ros-pine] .hljs-class .hljs-title, [theme=base16-ros-pine] .hljs-title, [theme=base16-ros-pine] .hljs-title.class_ {
  color: #f6c177;
}
[theme=base16-ros-pine] .hljs-strong {
  font-weight: 700;
  color: #f6c177;
}
[theme=base16-ros-pine] .hljs-addition, [theme=base16-ros-pine] .hljs-code, [theme=base16-ros-pine] .hljs-string, [theme=base16-ros-pine] .hljs-title.class_.inherited__ {
  color: #ebbcba;
}
[theme=base16-ros-pine] .hljs-built_in, [theme=base16-ros-pine] .hljs-doctag, [theme=base16-ros-pine] .hljs-keyword.hljs-atrule, [theme=base16-ros-pine] .hljs-quote, [theme=base16-ros-pine] .hljs-regexp {
  color: #31748f;
}
[theme=base16-ros-pine] .hljs-attribute, [theme=base16-ros-pine] .hljs-function .hljs-title, [theme=base16-ros-pine] .hljs-section, [theme=base16-ros-pine] .hljs-title.function_, [theme=base16-ros-pine] .ruby .hljs-property {
  color: #9ccfd8;
}
[theme=base16-ros-pine] .diff .hljs-meta, [theme=base16-ros-pine] .hljs-keyword, [theme=base16-ros-pine] .hljs-template-tag, [theme=base16-ros-pine] .hljs-type {
  color: #c4a7e7;
}
[theme=base16-ros-pine] .hljs-emphasis {
  color: #c4a7e7;
  font-style: italic;
}
[theme=base16-ros-pine] .hljs-meta, [theme=base16-ros-pine] .hljs-meta .hljs-keyword, [theme=base16-ros-pine] .hljs-meta .hljs-string {
  color: #e5e5e5;
}
[theme=base16-ros-pine] .hljs-meta .hljs-keyword, [theme=base16-ros-pine] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-sagelight] {
  /*!
    Theme: Sagelight
    Author: Carter Veldhuizen
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-sagelight] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-sagelight] code.hljs {
  padding: 3px 5px;
}
[theme=base16-sagelight] .hljs {
  color: #383838;
  background: #f8f8f8;
}
[theme=base16-sagelight] .hljs ::selection, [theme=base16-sagelight] .hljs::selection {
  background-color: #d8d8d8;
  color: #383838;
}
[theme=base16-sagelight] .hljs-comment {
  color: #b8b8b8;
}
[theme=base16-sagelight] .hljs-tag {
  color: #585858;
}
[theme=base16-sagelight] .hljs-operator, [theme=base16-sagelight] .hljs-punctuation, [theme=base16-sagelight] .hljs-subst {
  color: #383838;
}
[theme=base16-sagelight] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-sagelight] .hljs-bullet, [theme=base16-sagelight] .hljs-deletion, [theme=base16-sagelight] .hljs-name, [theme=base16-sagelight] .hljs-selector-tag, [theme=base16-sagelight] .hljs-template-variable, [theme=base16-sagelight] .hljs-variable {
  color: #fa8480;
}
[theme=base16-sagelight] .hljs-attr, [theme=base16-sagelight] .hljs-link, [theme=base16-sagelight] .hljs-literal, [theme=base16-sagelight] .hljs-number, [theme=base16-sagelight] .hljs-symbol, [theme=base16-sagelight] .hljs-variable.constant_ {
  color: #ffaa61;
}
[theme=base16-sagelight] .hljs-class .hljs-title, [theme=base16-sagelight] .hljs-title, [theme=base16-sagelight] .hljs-title.class_ {
  color: #ffdc61;
}
[theme=base16-sagelight] .hljs-strong {
  font-weight: 700;
  color: #ffdc61;
}
[theme=base16-sagelight] .hljs-addition, [theme=base16-sagelight] .hljs-code, [theme=base16-sagelight] .hljs-string, [theme=base16-sagelight] .hljs-title.class_.inherited__ {
  color: #a0d2c8;
}
[theme=base16-sagelight] .hljs-built_in, [theme=base16-sagelight] .hljs-doctag, [theme=base16-sagelight] .hljs-keyword.hljs-atrule, [theme=base16-sagelight] .hljs-quote, [theme=base16-sagelight] .hljs-regexp {
  color: #a2d6f5;
}
[theme=base16-sagelight] .hljs-attribute, [theme=base16-sagelight] .hljs-function .hljs-title, [theme=base16-sagelight] .hljs-section, [theme=base16-sagelight] .hljs-title.function_, [theme=base16-sagelight] .ruby .hljs-property {
  color: #a0a7d2;
}
[theme=base16-sagelight] .diff .hljs-meta, [theme=base16-sagelight] .hljs-keyword, [theme=base16-sagelight] .hljs-template-tag, [theme=base16-sagelight] .hljs-type {
  color: #c8a0d2;
}
[theme=base16-sagelight] .hljs-emphasis {
  color: #c8a0d2;
  font-style: italic;
}
[theme=base16-sagelight] .hljs-meta, [theme=base16-sagelight] .hljs-meta .hljs-keyword, [theme=base16-sagelight] .hljs-meta .hljs-string {
  color: #d2b2a0;
}
[theme=base16-sagelight] .hljs-meta .hljs-keyword, [theme=base16-sagelight] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-sandcastle] {
  /*!
    Theme: Sandcastle
    Author: George Essig (https://github.com/gessig)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-sandcastle] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-sandcastle] code.hljs {
  padding: 3px 5px;
}
[theme=base16-sandcastle] .hljs {
  color: #a89984;
  background: #282c34;
}
[theme=base16-sandcastle] .hljs ::selection, [theme=base16-sandcastle] .hljs::selection {
  background-color: #3e4451;
  color: #a89984;
}
[theme=base16-sandcastle] .hljs-comment {
  color: #665c54;
}
[theme=base16-sandcastle] .hljs-tag {
  color: #928374;
}
[theme=base16-sandcastle] .hljs-operator, [theme=base16-sandcastle] .hljs-punctuation, [theme=base16-sandcastle] .hljs-subst {
  color: #a89984;
}
[theme=base16-sandcastle] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-sandcastle] .hljs-bullet, [theme=base16-sandcastle] .hljs-deletion, [theme=base16-sandcastle] .hljs-name, [theme=base16-sandcastle] .hljs-selector-tag, [theme=base16-sandcastle] .hljs-template-variable, [theme=base16-sandcastle] .hljs-variable {
  color: #83a598;
}
[theme=base16-sandcastle] .hljs-attr, [theme=base16-sandcastle] .hljs-class .hljs-title, [theme=base16-sandcastle] .hljs-link, [theme=base16-sandcastle] .hljs-literal, [theme=base16-sandcastle] .hljs-number, [theme=base16-sandcastle] .hljs-symbol, [theme=base16-sandcastle] .hljs-title, [theme=base16-sandcastle] .hljs-title.class_, [theme=base16-sandcastle] .hljs-variable.constant_ {
  color: #a07e3b;
}
[theme=base16-sandcastle] .hljs-strong {
  font-weight: 700;
  color: #a07e3b;
}
[theme=base16-sandcastle] .hljs-addition, [theme=base16-sandcastle] .hljs-code, [theme=base16-sandcastle] .hljs-string, [theme=base16-sandcastle] .hljs-title.class_.inherited__ {
  color: #528b8b;
}
[theme=base16-sandcastle] .hljs-attribute, [theme=base16-sandcastle] .hljs-built_in, [theme=base16-sandcastle] .hljs-doctag, [theme=base16-sandcastle] .hljs-function .hljs-title, [theme=base16-sandcastle] .hljs-keyword.hljs-atrule, [theme=base16-sandcastle] .hljs-quote, [theme=base16-sandcastle] .hljs-regexp, [theme=base16-sandcastle] .hljs-section, [theme=base16-sandcastle] .hljs-title.function_, [theme=base16-sandcastle] .ruby .hljs-property {
  color: #83a598;
}
[theme=base16-sandcastle] .diff .hljs-meta, [theme=base16-sandcastle] .hljs-keyword, [theme=base16-sandcastle] .hljs-template-tag, [theme=base16-sandcastle] .hljs-type {
  color: #d75f5f;
}
[theme=base16-sandcastle] .hljs-emphasis {
  color: #d75f5f;
  font-style: italic;
}
[theme=base16-sandcastle] .hljs-meta, [theme=base16-sandcastle] .hljs-meta .hljs-keyword, [theme=base16-sandcastle] .hljs-meta .hljs-string {
  color: #a87322;
}
[theme=base16-sandcastle] .hljs-meta .hljs-keyword, [theme=base16-sandcastle] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-seti-ui] {
  /*!
    Theme: Seti UI
    Author: 
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-seti-ui] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-seti-ui] code.hljs {
  padding: 3px 5px;
}
[theme=base16-seti-ui] .hljs {
  color: #d6d6d6;
  background: #151718;
}
[theme=base16-seti-ui] .hljs ::selection, [theme=base16-seti-ui] .hljs::selection {
  background-color: #3b758c;
  color: #d6d6d6;
}
[theme=base16-seti-ui] .hljs-comment {
  color: #41535b;
}
[theme=base16-seti-ui] .hljs-tag {
  color: #43a5d5;
}
[theme=base16-seti-ui] .hljs-operator, [theme=base16-seti-ui] .hljs-punctuation, [theme=base16-seti-ui] .hljs-subst {
  color: #d6d6d6;
}
[theme=base16-seti-ui] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-seti-ui] .hljs-bullet, [theme=base16-seti-ui] .hljs-deletion, [theme=base16-seti-ui] .hljs-name, [theme=base16-seti-ui] .hljs-selector-tag, [theme=base16-seti-ui] .hljs-template-variable, [theme=base16-seti-ui] .hljs-variable {
  color: #cd3f45;
}
[theme=base16-seti-ui] .hljs-attr, [theme=base16-seti-ui] .hljs-link, [theme=base16-seti-ui] .hljs-literal, [theme=base16-seti-ui] .hljs-number, [theme=base16-seti-ui] .hljs-symbol, [theme=base16-seti-ui] .hljs-variable.constant_ {
  color: #db7b55;
}
[theme=base16-seti-ui] .hljs-class .hljs-title, [theme=base16-seti-ui] .hljs-title, [theme=base16-seti-ui] .hljs-title.class_ {
  color: #e6cd69;
}
[theme=base16-seti-ui] .hljs-strong {
  font-weight: 700;
  color: #e6cd69;
}
[theme=base16-seti-ui] .hljs-addition, [theme=base16-seti-ui] .hljs-code, [theme=base16-seti-ui] .hljs-string, [theme=base16-seti-ui] .hljs-title.class_.inherited__ {
  color: #9fca56;
}
[theme=base16-seti-ui] .hljs-built_in, [theme=base16-seti-ui] .hljs-doctag, [theme=base16-seti-ui] .hljs-keyword.hljs-atrule, [theme=base16-seti-ui] .hljs-quote, [theme=base16-seti-ui] .hljs-regexp {
  color: #55dbbe;
}
[theme=base16-seti-ui] .hljs-attribute, [theme=base16-seti-ui] .hljs-function .hljs-title, [theme=base16-seti-ui] .hljs-section, [theme=base16-seti-ui] .hljs-title.function_, [theme=base16-seti-ui] .ruby .hljs-property {
  color: #55b5db;
}
[theme=base16-seti-ui] .diff .hljs-meta, [theme=base16-seti-ui] .hljs-keyword, [theme=base16-seti-ui] .hljs-template-tag, [theme=base16-seti-ui] .hljs-type {
  color: #a074c4;
}
[theme=base16-seti-ui] .hljs-emphasis {
  color: #a074c4;
  font-style: italic;
}
[theme=base16-seti-ui] .hljs-meta, [theme=base16-seti-ui] .hljs-meta .hljs-keyword, [theme=base16-seti-ui] .hljs-meta .hljs-string {
  color: #8a553f;
}
[theme=base16-seti-ui] .hljs-meta .hljs-keyword, [theme=base16-seti-ui] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-shapeshifter] {
  /*!
    Theme: Shapeshifter
    Author: Tyler Benziger (http://tybenz.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-shapeshifter] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-shapeshifter] code.hljs {
  padding: 3px 5px;
}
[theme=base16-shapeshifter] .hljs {
  color: #102015;
  background: #f9f9f9;
}
[theme=base16-shapeshifter] .hljs ::selection, [theme=base16-shapeshifter] .hljs::selection {
  background-color: #ababab;
  color: #102015;
}
[theme=base16-shapeshifter] .hljs-comment {
  color: #555;
}
[theme=base16-shapeshifter] .hljs-tag {
  color: #343434;
}
[theme=base16-shapeshifter] .hljs-operator, [theme=base16-shapeshifter] .hljs-punctuation, [theme=base16-shapeshifter] .hljs-subst {
  color: #102015;
}
[theme=base16-shapeshifter] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-shapeshifter] .hljs-bullet, [theme=base16-shapeshifter] .hljs-deletion, [theme=base16-shapeshifter] .hljs-name, [theme=base16-shapeshifter] .hljs-selector-tag, [theme=base16-shapeshifter] .hljs-template-variable, [theme=base16-shapeshifter] .hljs-variable {
  color: #e92f2f;
}
[theme=base16-shapeshifter] .hljs-attr, [theme=base16-shapeshifter] .hljs-link, [theme=base16-shapeshifter] .hljs-literal, [theme=base16-shapeshifter] .hljs-number, [theme=base16-shapeshifter] .hljs-symbol, [theme=base16-shapeshifter] .hljs-variable.constant_ {
  color: #e09448;
}
[theme=base16-shapeshifter] .hljs-class .hljs-title, [theme=base16-shapeshifter] .hljs-title, [theme=base16-shapeshifter] .hljs-title.class_ {
  color: #dddd13;
}
[theme=base16-shapeshifter] .hljs-strong {
  font-weight: 700;
  color: #dddd13;
}
[theme=base16-shapeshifter] .hljs-addition, [theme=base16-shapeshifter] .hljs-code, [theme=base16-shapeshifter] .hljs-string, [theme=base16-shapeshifter] .hljs-title.class_.inherited__ {
  color: #0ed839;
}
[theme=base16-shapeshifter] .hljs-built_in, [theme=base16-shapeshifter] .hljs-doctag, [theme=base16-shapeshifter] .hljs-keyword.hljs-atrule, [theme=base16-shapeshifter] .hljs-quote, [theme=base16-shapeshifter] .hljs-regexp {
  color: #23edda;
}
[theme=base16-shapeshifter] .hljs-attribute, [theme=base16-shapeshifter] .hljs-function .hljs-title, [theme=base16-shapeshifter] .hljs-section, [theme=base16-shapeshifter] .hljs-title.function_, [theme=base16-shapeshifter] .ruby .hljs-property {
  color: #3b48e3;
}
[theme=base16-shapeshifter] .diff .hljs-meta, [theme=base16-shapeshifter] .hljs-keyword, [theme=base16-shapeshifter] .hljs-template-tag, [theme=base16-shapeshifter] .hljs-type {
  color: #f996e2;
}
[theme=base16-shapeshifter] .hljs-emphasis {
  color: #f996e2;
  font-style: italic;
}
[theme=base16-shapeshifter] .hljs-meta, [theme=base16-shapeshifter] .hljs-meta .hljs-keyword, [theme=base16-shapeshifter] .hljs-meta .hljs-string {
  color: #69542d;
}
[theme=base16-shapeshifter] .hljs-meta .hljs-keyword, [theme=base16-shapeshifter] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-silk-dark] {
  /*!
    Theme: Silk Dark
    Author: Gabriel Fontes (https://github.com/Misterio77)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-silk-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-silk-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-silk-dark] .hljs {
  color: #c7dbdd;
  background: #0e3c46;
}
[theme=base16-silk-dark] .hljs ::selection, [theme=base16-silk-dark] .hljs::selection {
  background-color: #2a5054;
  color: #c7dbdd;
}
[theme=base16-silk-dark] .hljs-comment {
  color: #587073;
}
[theme=base16-silk-dark] .hljs-tag {
  color: #9dc8cd;
}
[theme=base16-silk-dark] .hljs-operator, [theme=base16-silk-dark] .hljs-punctuation, [theme=base16-silk-dark] .hljs-subst {
  color: #c7dbdd;
}
[theme=base16-silk-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-silk-dark] .hljs-bullet, [theme=base16-silk-dark] .hljs-deletion, [theme=base16-silk-dark] .hljs-name, [theme=base16-silk-dark] .hljs-selector-tag, [theme=base16-silk-dark] .hljs-template-variable, [theme=base16-silk-dark] .hljs-variable {
  color: #fb6953;
}
[theme=base16-silk-dark] .hljs-attr, [theme=base16-silk-dark] .hljs-link, [theme=base16-silk-dark] .hljs-literal, [theme=base16-silk-dark] .hljs-number, [theme=base16-silk-dark] .hljs-symbol, [theme=base16-silk-dark] .hljs-variable.constant_ {
  color: #fcab74;
}
[theme=base16-silk-dark] .hljs-class .hljs-title, [theme=base16-silk-dark] .hljs-title, [theme=base16-silk-dark] .hljs-title.class_ {
  color: #fce380;
}
[theme=base16-silk-dark] .hljs-strong {
  font-weight: 700;
  color: #fce380;
}
[theme=base16-silk-dark] .hljs-addition, [theme=base16-silk-dark] .hljs-code, [theme=base16-silk-dark] .hljs-string, [theme=base16-silk-dark] .hljs-title.class_.inherited__ {
  color: #73d8ad;
}
[theme=base16-silk-dark] .hljs-built_in, [theme=base16-silk-dark] .hljs-doctag, [theme=base16-silk-dark] .hljs-keyword.hljs-atrule, [theme=base16-silk-dark] .hljs-quote, [theme=base16-silk-dark] .hljs-regexp {
  color: #3fb2b9;
}
[theme=base16-silk-dark] .hljs-attribute, [theme=base16-silk-dark] .hljs-function .hljs-title, [theme=base16-silk-dark] .hljs-section, [theme=base16-silk-dark] .hljs-title.function_, [theme=base16-silk-dark] .ruby .hljs-property {
  color: #46bddd;
}
[theme=base16-silk-dark] .diff .hljs-meta, [theme=base16-silk-dark] .hljs-keyword, [theme=base16-silk-dark] .hljs-template-tag, [theme=base16-silk-dark] .hljs-type {
  color: #756b8a;
}
[theme=base16-silk-dark] .hljs-emphasis {
  color: #756b8a;
  font-style: italic;
}
[theme=base16-silk-dark] .hljs-meta, [theme=base16-silk-dark] .hljs-meta .hljs-keyword, [theme=base16-silk-dark] .hljs-meta .hljs-string {
  color: #9b647b;
}
[theme=base16-silk-dark] .hljs-meta .hljs-keyword, [theme=base16-silk-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-silk-light] {
  /*!
    Theme: Silk Light
    Author: Gabriel Fontes (https://github.com/Misterio77)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-silk-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-silk-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-silk-light] .hljs {
  color: #385156;
  background: #e9f1ef;
}
[theme=base16-silk-light] .hljs ::selection, [theme=base16-silk-light] .hljs::selection {
  background-color: #90b7b6;
  color: #385156;
}
[theme=base16-silk-light] .hljs-comment {
  color: #5c787b;
}
[theme=base16-silk-light] .hljs-tag {
  color: #4b5b5f;
}
[theme=base16-silk-light] .hljs-operator, [theme=base16-silk-light] .hljs-punctuation, [theme=base16-silk-light] .hljs-subst {
  color: #385156;
}
[theme=base16-silk-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-silk-light] .hljs-bullet, [theme=base16-silk-light] .hljs-deletion, [theme=base16-silk-light] .hljs-name, [theme=base16-silk-light] .hljs-selector-tag, [theme=base16-silk-light] .hljs-template-variable, [theme=base16-silk-light] .hljs-variable {
  color: #cf432e;
}
[theme=base16-silk-light] .hljs-attr, [theme=base16-silk-light] .hljs-link, [theme=base16-silk-light] .hljs-literal, [theme=base16-silk-light] .hljs-number, [theme=base16-silk-light] .hljs-symbol, [theme=base16-silk-light] .hljs-variable.constant_ {
  color: #d27f46;
}
[theme=base16-silk-light] .hljs-class .hljs-title, [theme=base16-silk-light] .hljs-title, [theme=base16-silk-light] .hljs-title.class_ {
  color: #cfad25;
}
[theme=base16-silk-light] .hljs-strong {
  font-weight: 700;
  color: #cfad25;
}
[theme=base16-silk-light] .hljs-addition, [theme=base16-silk-light] .hljs-code, [theme=base16-silk-light] .hljs-string, [theme=base16-silk-light] .hljs-title.class_.inherited__ {
  color: #6ca38c;
}
[theme=base16-silk-light] .hljs-built_in, [theme=base16-silk-light] .hljs-doctag, [theme=base16-silk-light] .hljs-keyword.hljs-atrule, [theme=base16-silk-light] .hljs-quote, [theme=base16-silk-light] .hljs-regexp {
  color: #329ca2;
}
[theme=base16-silk-light] .hljs-attribute, [theme=base16-silk-light] .hljs-function .hljs-title, [theme=base16-silk-light] .hljs-section, [theme=base16-silk-light] .hljs-title.function_, [theme=base16-silk-light] .ruby .hljs-property {
  color: #39aac9;
}
[theme=base16-silk-light] .diff .hljs-meta, [theme=base16-silk-light] .hljs-keyword, [theme=base16-silk-light] .hljs-template-tag, [theme=base16-silk-light] .hljs-type {
  color: #6e6582;
}
[theme=base16-silk-light] .hljs-emphasis {
  color: #6e6582;
  font-style: italic;
}
[theme=base16-silk-light] .hljs-meta, [theme=base16-silk-light] .hljs-meta .hljs-keyword, [theme=base16-silk-light] .hljs-meta .hljs-string {
  color: #865369;
}
[theme=base16-silk-light] .hljs-meta .hljs-keyword, [theme=base16-silk-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-snazzy] {
  /*!
    Theme: Snazzy
    Author: Chawye Hsu (https://github.com/chawyehsu) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-snazzy] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-snazzy] code.hljs {
  padding: 3px 5px;
}
[theme=base16-snazzy] .hljs {
  color: #e2e4e5;
  background: #282a36;
}
[theme=base16-snazzy] .hljs ::selection, [theme=base16-snazzy] .hljs::selection {
  background-color: #43454f;
  color: #e2e4e5;
}
[theme=base16-snazzy] .hljs-comment {
  color: #78787e;
}
[theme=base16-snazzy] .hljs-tag {
  color: #a5a5a9;
}
[theme=base16-snazzy] .hljs-operator, [theme=base16-snazzy] .hljs-punctuation, [theme=base16-snazzy] .hljs-subst {
  color: #e2e4e5;
}
[theme=base16-snazzy] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-snazzy] .hljs-bullet, [theme=base16-snazzy] .hljs-deletion, [theme=base16-snazzy] .hljs-name, [theme=base16-snazzy] .hljs-selector-tag, [theme=base16-snazzy] .hljs-template-variable, [theme=base16-snazzy] .hljs-variable {
  color: #ff5c57;
}
[theme=base16-snazzy] .hljs-attr, [theme=base16-snazzy] .hljs-link, [theme=base16-snazzy] .hljs-literal, [theme=base16-snazzy] .hljs-number, [theme=base16-snazzy] .hljs-symbol, [theme=base16-snazzy] .hljs-variable.constant_ {
  color: #ff9f43;
}
[theme=base16-snazzy] .hljs-class .hljs-title, [theme=base16-snazzy] .hljs-title, [theme=base16-snazzy] .hljs-title.class_ {
  color: #f3f99d;
}
[theme=base16-snazzy] .hljs-strong {
  font-weight: 700;
  color: #f3f99d;
}
[theme=base16-snazzy] .hljs-addition, [theme=base16-snazzy] .hljs-code, [theme=base16-snazzy] .hljs-string, [theme=base16-snazzy] .hljs-title.class_.inherited__ {
  color: #5af78e;
}
[theme=base16-snazzy] .hljs-built_in, [theme=base16-snazzy] .hljs-doctag, [theme=base16-snazzy] .hljs-keyword.hljs-atrule, [theme=base16-snazzy] .hljs-quote, [theme=base16-snazzy] .hljs-regexp {
  color: #9aedfe;
}
[theme=base16-snazzy] .hljs-attribute, [theme=base16-snazzy] .hljs-function .hljs-title, [theme=base16-snazzy] .hljs-section, [theme=base16-snazzy] .hljs-title.function_, [theme=base16-snazzy] .ruby .hljs-property {
  color: #57c7ff;
}
[theme=base16-snazzy] .diff .hljs-meta, [theme=base16-snazzy] .hljs-keyword, [theme=base16-snazzy] .hljs-template-tag, [theme=base16-snazzy] .hljs-type {
  color: #ff6ac1;
}
[theme=base16-snazzy] .hljs-emphasis {
  color: #ff6ac1;
  font-style: italic;
}
[theme=base16-snazzy] .hljs-meta, [theme=base16-snazzy] .hljs-meta .hljs-keyword, [theme=base16-snazzy] .hljs-meta .hljs-string {
  color: #b2643c;
}
[theme=base16-snazzy] .hljs-meta .hljs-keyword, [theme=base16-snazzy] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-solar-flare-light] {
  /*!
    Theme: Solar Flare Light
    Author: Chuck Harmston (https://chuck.harmston.ch)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-solar-flare-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-solar-flare-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-solar-flare-light] .hljs {
  color: #586875;
  background: #f5f7fa;
}
[theme=base16-solar-flare-light] .hljs ::selection, [theme=base16-solar-flare-light] .hljs::selection {
  background-color: #a6afb8;
  color: #586875;
}
[theme=base16-solar-flare-light] .hljs-comment {
  color: #85939e;
}
[theme=base16-solar-flare-light] .hljs-tag {
  color: #667581;
}
[theme=base16-solar-flare-light] .hljs-operator, [theme=base16-solar-flare-light] .hljs-punctuation, [theme=base16-solar-flare-light] .hljs-subst {
  color: #586875;
}
[theme=base16-solar-flare-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-solar-flare-light] .hljs-bullet, [theme=base16-solar-flare-light] .hljs-deletion, [theme=base16-solar-flare-light] .hljs-name, [theme=base16-solar-flare-light] .hljs-selector-tag, [theme=base16-solar-flare-light] .hljs-template-variable, [theme=base16-solar-flare-light] .hljs-variable {
  color: #ef5253;
}
[theme=base16-solar-flare-light] .hljs-attr, [theme=base16-solar-flare-light] .hljs-link, [theme=base16-solar-flare-light] .hljs-literal, [theme=base16-solar-flare-light] .hljs-number, [theme=base16-solar-flare-light] .hljs-symbol, [theme=base16-solar-flare-light] .hljs-variable.constant_ {
  color: #e66b2b;
}
[theme=base16-solar-flare-light] .hljs-class .hljs-title, [theme=base16-solar-flare-light] .hljs-title, [theme=base16-solar-flare-light] .hljs-title.class_ {
  color: #e4b51c;
}
[theme=base16-solar-flare-light] .hljs-strong {
  font-weight: 700;
  color: #e4b51c;
}
[theme=base16-solar-flare-light] .hljs-addition, [theme=base16-solar-flare-light] .hljs-code, [theme=base16-solar-flare-light] .hljs-string, [theme=base16-solar-flare-light] .hljs-title.class_.inherited__ {
  color: #7cc844;
}
[theme=base16-solar-flare-light] .hljs-built_in, [theme=base16-solar-flare-light] .hljs-doctag, [theme=base16-solar-flare-light] .hljs-keyword.hljs-atrule, [theme=base16-solar-flare-light] .hljs-quote, [theme=base16-solar-flare-light] .hljs-regexp {
  color: #52cbb0;
}
[theme=base16-solar-flare-light] .hljs-attribute, [theme=base16-solar-flare-light] .hljs-function .hljs-title, [theme=base16-solar-flare-light] .hljs-section, [theme=base16-solar-flare-light] .hljs-title.function_, [theme=base16-solar-flare-light] .ruby .hljs-property {
  color: #33b5e1;
}
[theme=base16-solar-flare-light] .diff .hljs-meta, [theme=base16-solar-flare-light] .hljs-keyword, [theme=base16-solar-flare-light] .hljs-template-tag, [theme=base16-solar-flare-light] .hljs-type {
  color: #a363d5;
}
[theme=base16-solar-flare-light] .hljs-emphasis {
  color: #a363d5;
  font-style: italic;
}
[theme=base16-solar-flare-light] .hljs-meta, [theme=base16-solar-flare-light] .hljs-meta .hljs-keyword, [theme=base16-solar-flare-light] .hljs-meta .hljs-string {
  color: #d73c9a;
}
[theme=base16-solar-flare-light] .hljs-meta .hljs-keyword, [theme=base16-solar-flare-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-solar-flare] {
  /*!
    Theme: Solar Flare
    Author: Chuck Harmston (https://chuck.harmston.ch)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-solar-flare] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-solar-flare] code.hljs {
  padding: 3px 5px;
}
[theme=base16-solar-flare] .hljs {
  color: #a6afb8;
  background: #18262f;
}
[theme=base16-solar-flare] .hljs ::selection, [theme=base16-solar-flare] .hljs::selection {
  background-color: #586875;
  color: #a6afb8;
}
[theme=base16-solar-flare] .hljs-comment {
  color: #667581;
}
[theme=base16-solar-flare] .hljs-tag {
  color: #85939e;
}
[theme=base16-solar-flare] .hljs-operator, [theme=base16-solar-flare] .hljs-punctuation, [theme=base16-solar-flare] .hljs-subst {
  color: #a6afb8;
}
[theme=base16-solar-flare] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-solar-flare] .hljs-bullet, [theme=base16-solar-flare] .hljs-deletion, [theme=base16-solar-flare] .hljs-name, [theme=base16-solar-flare] .hljs-selector-tag, [theme=base16-solar-flare] .hljs-template-variable, [theme=base16-solar-flare] .hljs-variable {
  color: #ef5253;
}
[theme=base16-solar-flare] .hljs-attr, [theme=base16-solar-flare] .hljs-link, [theme=base16-solar-flare] .hljs-literal, [theme=base16-solar-flare] .hljs-number, [theme=base16-solar-flare] .hljs-symbol, [theme=base16-solar-flare] .hljs-variable.constant_ {
  color: #e66b2b;
}
[theme=base16-solar-flare] .hljs-class .hljs-title, [theme=base16-solar-flare] .hljs-title, [theme=base16-solar-flare] .hljs-title.class_ {
  color: #e4b51c;
}
[theme=base16-solar-flare] .hljs-strong {
  font-weight: 700;
  color: #e4b51c;
}
[theme=base16-solar-flare] .hljs-addition, [theme=base16-solar-flare] .hljs-code, [theme=base16-solar-flare] .hljs-string, [theme=base16-solar-flare] .hljs-title.class_.inherited__ {
  color: #7cc844;
}
[theme=base16-solar-flare] .hljs-built_in, [theme=base16-solar-flare] .hljs-doctag, [theme=base16-solar-flare] .hljs-keyword.hljs-atrule, [theme=base16-solar-flare] .hljs-quote, [theme=base16-solar-flare] .hljs-regexp {
  color: #52cbb0;
}
[theme=base16-solar-flare] .hljs-attribute, [theme=base16-solar-flare] .hljs-function .hljs-title, [theme=base16-solar-flare] .hljs-section, [theme=base16-solar-flare] .hljs-title.function_, [theme=base16-solar-flare] .ruby .hljs-property {
  color: #33b5e1;
}
[theme=base16-solar-flare] .diff .hljs-meta, [theme=base16-solar-flare] .hljs-keyword, [theme=base16-solar-flare] .hljs-template-tag, [theme=base16-solar-flare] .hljs-type {
  color: #a363d5;
}
[theme=base16-solar-flare] .hljs-emphasis {
  color: #a363d5;
  font-style: italic;
}
[theme=base16-solar-flare] .hljs-meta, [theme=base16-solar-flare] .hljs-meta .hljs-keyword, [theme=base16-solar-flare] .hljs-meta .hljs-string {
  color: #d73c9a;
}
[theme=base16-solar-flare] .hljs-meta .hljs-keyword, [theme=base16-solar-flare] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-solarized-dark] {
  /*!
    Theme: Solarized Dark
    Author: Ethan Schoonover (modified by aramisgithub)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-solarized-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-solarized-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-solarized-dark] .hljs {
  color: #93a1a1;
  background: #002b36;
}
[theme=base16-solarized-dark] .hljs ::selection, [theme=base16-solarized-dark] .hljs::selection {
  background-color: #586e75;
  color: #93a1a1;
}
[theme=base16-solarized-dark] .hljs-comment {
  color: #657b83;
}
[theme=base16-solarized-dark] .hljs-tag {
  color: #839496;
}
[theme=base16-solarized-dark] .hljs-operator, [theme=base16-solarized-dark] .hljs-punctuation, [theme=base16-solarized-dark] .hljs-subst {
  color: #93a1a1;
}
[theme=base16-solarized-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-solarized-dark] .hljs-bullet, [theme=base16-solarized-dark] .hljs-deletion, [theme=base16-solarized-dark] .hljs-name, [theme=base16-solarized-dark] .hljs-selector-tag, [theme=base16-solarized-dark] .hljs-template-variable, [theme=base16-solarized-dark] .hljs-variable {
  color: #dc322f;
}
[theme=base16-solarized-dark] .hljs-attr, [theme=base16-solarized-dark] .hljs-link, [theme=base16-solarized-dark] .hljs-literal, [theme=base16-solarized-dark] .hljs-number, [theme=base16-solarized-dark] .hljs-symbol, [theme=base16-solarized-dark] .hljs-variable.constant_ {
  color: #cb4b16;
}
[theme=base16-solarized-dark] .hljs-class .hljs-title, [theme=base16-solarized-dark] .hljs-title, [theme=base16-solarized-dark] .hljs-title.class_ {
  color: #b58900;
}
[theme=base16-solarized-dark] .hljs-strong {
  font-weight: 700;
  color: #b58900;
}
[theme=base16-solarized-dark] .hljs-addition, [theme=base16-solarized-dark] .hljs-code, [theme=base16-solarized-dark] .hljs-string, [theme=base16-solarized-dark] .hljs-title.class_.inherited__ {
  color: #859900;
}
[theme=base16-solarized-dark] .hljs-built_in, [theme=base16-solarized-dark] .hljs-doctag, [theme=base16-solarized-dark] .hljs-keyword.hljs-atrule, [theme=base16-solarized-dark] .hljs-quote, [theme=base16-solarized-dark] .hljs-regexp {
  color: #2aa198;
}
[theme=base16-solarized-dark] .hljs-attribute, [theme=base16-solarized-dark] .hljs-function .hljs-title, [theme=base16-solarized-dark] .hljs-section, [theme=base16-solarized-dark] .hljs-title.function_, [theme=base16-solarized-dark] .ruby .hljs-property {
  color: #268bd2;
}
[theme=base16-solarized-dark] .diff .hljs-meta, [theme=base16-solarized-dark] .hljs-keyword, [theme=base16-solarized-dark] .hljs-template-tag, [theme=base16-solarized-dark] .hljs-type {
  color: #6c71c4;
}
[theme=base16-solarized-dark] .hljs-emphasis {
  color: #6c71c4;
  font-style: italic;
}
[theme=base16-solarized-dark] .hljs-meta, [theme=base16-solarized-dark] .hljs-meta .hljs-keyword, [theme=base16-solarized-dark] .hljs-meta .hljs-string {
  color: #d33682;
}
[theme=base16-solarized-dark] .hljs-meta .hljs-keyword, [theme=base16-solarized-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-solarized-light] {
  /*!
    Theme: Solarized Light
    Author: Ethan Schoonover (modified by aramisgithub)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-solarized-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-solarized-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-solarized-light] .hljs {
  color: #586e75;
  background: #fdf6e3;
}
[theme=base16-solarized-light] .hljs ::selection, [theme=base16-solarized-light] .hljs::selection {
  background-color: #93a1a1;
  color: #586e75;
}
[theme=base16-solarized-light] .hljs-comment {
  color: #839496;
}
[theme=base16-solarized-light] .hljs-tag {
  color: #657b83;
}
[theme=base16-solarized-light] .hljs-operator, [theme=base16-solarized-light] .hljs-punctuation, [theme=base16-solarized-light] .hljs-subst {
  color: #586e75;
}
[theme=base16-solarized-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-solarized-light] .hljs-bullet, [theme=base16-solarized-light] .hljs-deletion, [theme=base16-solarized-light] .hljs-name, [theme=base16-solarized-light] .hljs-selector-tag, [theme=base16-solarized-light] .hljs-template-variable, [theme=base16-solarized-light] .hljs-variable {
  color: #dc322f;
}
[theme=base16-solarized-light] .hljs-attr, [theme=base16-solarized-light] .hljs-link, [theme=base16-solarized-light] .hljs-literal, [theme=base16-solarized-light] .hljs-number, [theme=base16-solarized-light] .hljs-symbol, [theme=base16-solarized-light] .hljs-variable.constant_ {
  color: #cb4b16;
}
[theme=base16-solarized-light] .hljs-class .hljs-title, [theme=base16-solarized-light] .hljs-title, [theme=base16-solarized-light] .hljs-title.class_ {
  color: #b58900;
}
[theme=base16-solarized-light] .hljs-strong {
  font-weight: 700;
  color: #b58900;
}
[theme=base16-solarized-light] .hljs-addition, [theme=base16-solarized-light] .hljs-code, [theme=base16-solarized-light] .hljs-string, [theme=base16-solarized-light] .hljs-title.class_.inherited__ {
  color: #859900;
}
[theme=base16-solarized-light] .hljs-built_in, [theme=base16-solarized-light] .hljs-doctag, [theme=base16-solarized-light] .hljs-keyword.hljs-atrule, [theme=base16-solarized-light] .hljs-quote, [theme=base16-solarized-light] .hljs-regexp {
  color: #2aa198;
}
[theme=base16-solarized-light] .hljs-attribute, [theme=base16-solarized-light] .hljs-function .hljs-title, [theme=base16-solarized-light] .hljs-section, [theme=base16-solarized-light] .hljs-title.function_, [theme=base16-solarized-light] .ruby .hljs-property {
  color: #268bd2;
}
[theme=base16-solarized-light] .diff .hljs-meta, [theme=base16-solarized-light] .hljs-keyword, [theme=base16-solarized-light] .hljs-template-tag, [theme=base16-solarized-light] .hljs-type {
  color: #6c71c4;
}
[theme=base16-solarized-light] .hljs-emphasis {
  color: #6c71c4;
  font-style: italic;
}
[theme=base16-solarized-light] .hljs-meta, [theme=base16-solarized-light] .hljs-meta .hljs-keyword, [theme=base16-solarized-light] .hljs-meta .hljs-string {
  color: #d33682;
}
[theme=base16-solarized-light] .hljs-meta .hljs-keyword, [theme=base16-solarized-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-spacemacs] {
  /*!
    Theme: Spacemacs
    Author: Nasser Alshammari (https://github.com/nashamri/spacemacs-theme)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-spacemacs] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-spacemacs] code.hljs {
  padding: 3px 5px;
}
[theme=base16-spacemacs] .hljs {
  color: #a3a3a3;
  background: #1f2022;
}
[theme=base16-spacemacs] .hljs ::selection, [theme=base16-spacemacs] .hljs::selection {
  background-color: #444155;
  color: #a3a3a3;
}
[theme=base16-spacemacs] .hljs-comment {
  color: #585858;
}
[theme=base16-spacemacs] .hljs-tag {
  color: #b8b8b8;
}
[theme=base16-spacemacs] .hljs-operator, [theme=base16-spacemacs] .hljs-punctuation, [theme=base16-spacemacs] .hljs-subst {
  color: #a3a3a3;
}
[theme=base16-spacemacs] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-spacemacs] .hljs-bullet, [theme=base16-spacemacs] .hljs-deletion, [theme=base16-spacemacs] .hljs-name, [theme=base16-spacemacs] .hljs-selector-tag, [theme=base16-spacemacs] .hljs-template-variable, [theme=base16-spacemacs] .hljs-variable {
  color: #f2241f;
}
[theme=base16-spacemacs] .hljs-attr, [theme=base16-spacemacs] .hljs-link, [theme=base16-spacemacs] .hljs-literal, [theme=base16-spacemacs] .hljs-number, [theme=base16-spacemacs] .hljs-symbol, [theme=base16-spacemacs] .hljs-variable.constant_ {
  color: orange;
}
[theme=base16-spacemacs] .hljs-class .hljs-title, [theme=base16-spacemacs] .hljs-title, [theme=base16-spacemacs] .hljs-title.class_ {
  color: #b1951d;
}
[theme=base16-spacemacs] .hljs-strong {
  font-weight: 700;
  color: #b1951d;
}
[theme=base16-spacemacs] .hljs-addition, [theme=base16-spacemacs] .hljs-code, [theme=base16-spacemacs] .hljs-string, [theme=base16-spacemacs] .hljs-title.class_.inherited__ {
  color: #67b11d;
}
[theme=base16-spacemacs] .hljs-built_in, [theme=base16-spacemacs] .hljs-doctag, [theme=base16-spacemacs] .hljs-keyword.hljs-atrule, [theme=base16-spacemacs] .hljs-quote, [theme=base16-spacemacs] .hljs-regexp {
  color: #2d9574;
}
[theme=base16-spacemacs] .hljs-attribute, [theme=base16-spacemacs] .hljs-function .hljs-title, [theme=base16-spacemacs] .hljs-section, [theme=base16-spacemacs] .hljs-title.function_, [theme=base16-spacemacs] .ruby .hljs-property {
  color: #4f97d7;
}
[theme=base16-spacemacs] .diff .hljs-meta, [theme=base16-spacemacs] .hljs-keyword, [theme=base16-spacemacs] .hljs-template-tag, [theme=base16-spacemacs] .hljs-type {
  color: #a31db1;
}
[theme=base16-spacemacs] .hljs-emphasis {
  color: #a31db1;
  font-style: italic;
}
[theme=base16-spacemacs] .hljs-meta, [theme=base16-spacemacs] .hljs-meta .hljs-keyword, [theme=base16-spacemacs] .hljs-meta .hljs-string {
  color: #b03060;
}
[theme=base16-spacemacs] .hljs-meta .hljs-keyword, [theme=base16-spacemacs] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-summercamp] {
  /*!
    Theme: summercamp
    Author: zoe firi (zoefiri.github.io)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-summercamp] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-summercamp] code.hljs {
  padding: 3px 5px;
}
[theme=base16-summercamp] .hljs {
  color: #736e55;
  background: #1c1810;
}
[theme=base16-summercamp] .hljs ::selection, [theme=base16-summercamp] .hljs::selection {
  background-color: #3a3527;
  color: #736e55;
}
[theme=base16-summercamp] .hljs-comment {
  color: #504b38;
}
[theme=base16-summercamp] .hljs-tag {
  color: #5f5b45;
}
[theme=base16-summercamp] .hljs-operator, [theme=base16-summercamp] .hljs-punctuation, [theme=base16-summercamp] .hljs-subst {
  color: #736e55;
}
[theme=base16-summercamp] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-summercamp] .hljs-bullet, [theme=base16-summercamp] .hljs-deletion, [theme=base16-summercamp] .hljs-name, [theme=base16-summercamp] .hljs-selector-tag, [theme=base16-summercamp] .hljs-template-variable, [theme=base16-summercamp] .hljs-variable {
  color: #e35142;
}
[theme=base16-summercamp] .hljs-attr, [theme=base16-summercamp] .hljs-link, [theme=base16-summercamp] .hljs-literal, [theme=base16-summercamp] .hljs-number, [theme=base16-summercamp] .hljs-symbol, [theme=base16-summercamp] .hljs-variable.constant_ {
  color: #fba11b;
}
[theme=base16-summercamp] .hljs-class .hljs-title, [theme=base16-summercamp] .hljs-title, [theme=base16-summercamp] .hljs-title.class_ {
  color: #f2ff27;
}
[theme=base16-summercamp] .hljs-strong {
  font-weight: 700;
  color: #f2ff27;
}
[theme=base16-summercamp] .hljs-addition, [theme=base16-summercamp] .hljs-code, [theme=base16-summercamp] .hljs-string, [theme=base16-summercamp] .hljs-title.class_.inherited__ {
  color: #5ceb5a;
}
[theme=base16-summercamp] .hljs-built_in, [theme=base16-summercamp] .hljs-doctag, [theme=base16-summercamp] .hljs-keyword.hljs-atrule, [theme=base16-summercamp] .hljs-quote, [theme=base16-summercamp] .hljs-regexp {
  color: #5aebbc;
}
[theme=base16-summercamp] .hljs-attribute, [theme=base16-summercamp] .hljs-function .hljs-title, [theme=base16-summercamp] .hljs-section, [theme=base16-summercamp] .hljs-title.function_, [theme=base16-summercamp] .ruby .hljs-property {
  color: #489bf0;
}
[theme=base16-summercamp] .diff .hljs-meta, [theme=base16-summercamp] .hljs-keyword, [theme=base16-summercamp] .hljs-template-tag, [theme=base16-summercamp] .hljs-type {
  color: #ff8080;
}
[theme=base16-summercamp] .hljs-emphasis {
  color: #ff8080;
  font-style: italic;
}
[theme=base16-summercamp] .hljs-meta, [theme=base16-summercamp] .hljs-meta .hljs-keyword, [theme=base16-summercamp] .hljs-meta .hljs-string {
  color: #f69be7;
}
[theme=base16-summercamp] .hljs-meta .hljs-keyword, [theme=base16-summercamp] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-summerfruit-dark] {
  /*!
    Theme: Summerfruit Dark
    Author: Christopher Corley (http://christop.club/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-summerfruit-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-summerfruit-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-summerfruit-dark] .hljs {
  color: #d0d0d0;
  background: #151515;
}
[theme=base16-summerfruit-dark] .hljs ::selection, [theme=base16-summerfruit-dark] .hljs::selection {
  background-color: #303030;
  color: #d0d0d0;
}
[theme=base16-summerfruit-dark] .hljs-comment {
  color: #505050;
}
[theme=base16-summerfruit-dark] .hljs-tag {
  color: #b0b0b0;
}
[theme=base16-summerfruit-dark] .hljs-operator, [theme=base16-summerfruit-dark] .hljs-punctuation, [theme=base16-summerfruit-dark] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-summerfruit-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-summerfruit-dark] .hljs-bullet, [theme=base16-summerfruit-dark] .hljs-deletion, [theme=base16-summerfruit-dark] .hljs-name, [theme=base16-summerfruit-dark] .hljs-selector-tag, [theme=base16-summerfruit-dark] .hljs-template-variable, [theme=base16-summerfruit-dark] .hljs-variable {
  color: #ff0086;
}
[theme=base16-summerfruit-dark] .hljs-attr, [theme=base16-summerfruit-dark] .hljs-link, [theme=base16-summerfruit-dark] .hljs-literal, [theme=base16-summerfruit-dark] .hljs-number, [theme=base16-summerfruit-dark] .hljs-symbol, [theme=base16-summerfruit-dark] .hljs-variable.constant_ {
  color: #fd8900;
}
[theme=base16-summerfruit-dark] .hljs-class .hljs-title, [theme=base16-summerfruit-dark] .hljs-title, [theme=base16-summerfruit-dark] .hljs-title.class_ {
  color: #aba800;
}
[theme=base16-summerfruit-dark] .hljs-strong {
  font-weight: 700;
  color: #aba800;
}
[theme=base16-summerfruit-dark] .hljs-addition, [theme=base16-summerfruit-dark] .hljs-code, [theme=base16-summerfruit-dark] .hljs-string, [theme=base16-summerfruit-dark] .hljs-title.class_.inherited__ {
  color: #00c918;
}
[theme=base16-summerfruit-dark] .hljs-built_in, [theme=base16-summerfruit-dark] .hljs-doctag, [theme=base16-summerfruit-dark] .hljs-keyword.hljs-atrule, [theme=base16-summerfruit-dark] .hljs-quote, [theme=base16-summerfruit-dark] .hljs-regexp {
  color: #1faaaa;
}
[theme=base16-summerfruit-dark] .hljs-attribute, [theme=base16-summerfruit-dark] .hljs-function .hljs-title, [theme=base16-summerfruit-dark] .hljs-section, [theme=base16-summerfruit-dark] .hljs-title.function_, [theme=base16-summerfruit-dark] .ruby .hljs-property {
  color: #3777e6;
}
[theme=base16-summerfruit-dark] .diff .hljs-meta, [theme=base16-summerfruit-dark] .hljs-keyword, [theme=base16-summerfruit-dark] .hljs-template-tag, [theme=base16-summerfruit-dark] .hljs-type {
  color: #ad00a1;
}
[theme=base16-summerfruit-dark] .hljs-emphasis {
  color: #ad00a1;
  font-style: italic;
}
[theme=base16-summerfruit-dark] .hljs-meta, [theme=base16-summerfruit-dark] .hljs-meta .hljs-keyword, [theme=base16-summerfruit-dark] .hljs-meta .hljs-string {
  color: #c63;
}
[theme=base16-summerfruit-dark] .hljs-meta .hljs-keyword, [theme=base16-summerfruit-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-summerfruit-light] {
  /*!
    Theme: Summerfruit Light
    Author: Christopher Corley (http://christop.club/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-summerfruit-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-summerfruit-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-summerfruit-light] .hljs {
  color: #101010;
  background: #fff;
}
[theme=base16-summerfruit-light] .hljs ::selection, [theme=base16-summerfruit-light] .hljs::selection {
  background-color: #d0d0d0;
  color: #101010;
}
[theme=base16-summerfruit-light] .hljs-comment {
  color: #b0b0b0;
}
[theme=base16-summerfruit-light] .hljs-tag {
  color: #000;
}
[theme=base16-summerfruit-light] .hljs-operator, [theme=base16-summerfruit-light] .hljs-punctuation, [theme=base16-summerfruit-light] .hljs-subst {
  color: #101010;
}
[theme=base16-summerfruit-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-summerfruit-light] .hljs-bullet, [theme=base16-summerfruit-light] .hljs-deletion, [theme=base16-summerfruit-light] .hljs-name, [theme=base16-summerfruit-light] .hljs-selector-tag, [theme=base16-summerfruit-light] .hljs-template-variable, [theme=base16-summerfruit-light] .hljs-variable {
  color: #ff0086;
}
[theme=base16-summerfruit-light] .hljs-attr, [theme=base16-summerfruit-light] .hljs-link, [theme=base16-summerfruit-light] .hljs-literal, [theme=base16-summerfruit-light] .hljs-number, [theme=base16-summerfruit-light] .hljs-symbol, [theme=base16-summerfruit-light] .hljs-variable.constant_ {
  color: #fd8900;
}
[theme=base16-summerfruit-light] .hljs-class .hljs-title, [theme=base16-summerfruit-light] .hljs-title, [theme=base16-summerfruit-light] .hljs-title.class_ {
  color: #aba800;
}
[theme=base16-summerfruit-light] .hljs-strong {
  font-weight: 700;
  color: #aba800;
}
[theme=base16-summerfruit-light] .hljs-addition, [theme=base16-summerfruit-light] .hljs-code, [theme=base16-summerfruit-light] .hljs-string, [theme=base16-summerfruit-light] .hljs-title.class_.inherited__ {
  color: #00c918;
}
[theme=base16-summerfruit-light] .hljs-built_in, [theme=base16-summerfruit-light] .hljs-doctag, [theme=base16-summerfruit-light] .hljs-keyword.hljs-atrule, [theme=base16-summerfruit-light] .hljs-quote, [theme=base16-summerfruit-light] .hljs-regexp {
  color: #1faaaa;
}
[theme=base16-summerfruit-light] .hljs-attribute, [theme=base16-summerfruit-light] .hljs-function .hljs-title, [theme=base16-summerfruit-light] .hljs-section, [theme=base16-summerfruit-light] .hljs-title.function_, [theme=base16-summerfruit-light] .ruby .hljs-property {
  color: #3777e6;
}
[theme=base16-summerfruit-light] .diff .hljs-meta, [theme=base16-summerfruit-light] .hljs-keyword, [theme=base16-summerfruit-light] .hljs-template-tag, [theme=base16-summerfruit-light] .hljs-type {
  color: #ad00a1;
}
[theme=base16-summerfruit-light] .hljs-emphasis {
  color: #ad00a1;
  font-style: italic;
}
[theme=base16-summerfruit-light] .hljs-meta, [theme=base16-summerfruit-light] .hljs-meta .hljs-keyword, [theme=base16-summerfruit-light] .hljs-meta .hljs-string {
  color: #c63;
}
[theme=base16-summerfruit-light] .hljs-meta .hljs-keyword, [theme=base16-summerfruit-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-synth-midnight-terminal-dark] {
  /*!
    Theme: Synth Midnight Terminal Dark
    Author: Michaël Ball (http://github.com/michael-ball/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-synth-midnight-terminal-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-synth-midnight-terminal-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-synth-midnight-terminal-dark] .hljs {
  color: #c1c3c4;
  background: #050608;
}
[theme=base16-synth-midnight-terminal-dark] .hljs ::selection, [theme=base16-synth-midnight-terminal-dark] .hljs::selection {
  background-color: #28292a;
  color: #c1c3c4;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-comment {
  color: #474849;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-tag {
  color: #a3a5a6;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-operator, [theme=base16-synth-midnight-terminal-dark] .hljs-punctuation, [theme=base16-synth-midnight-terminal-dark] .hljs-subst {
  color: #c1c3c4;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-bullet, [theme=base16-synth-midnight-terminal-dark] .hljs-deletion, [theme=base16-synth-midnight-terminal-dark] .hljs-name, [theme=base16-synth-midnight-terminal-dark] .hljs-selector-tag, [theme=base16-synth-midnight-terminal-dark] .hljs-template-variable, [theme=base16-synth-midnight-terminal-dark] .hljs-variable {
  color: #b53b50;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-attr, [theme=base16-synth-midnight-terminal-dark] .hljs-link, [theme=base16-synth-midnight-terminal-dark] .hljs-literal, [theme=base16-synth-midnight-terminal-dark] .hljs-number, [theme=base16-synth-midnight-terminal-dark] .hljs-symbol, [theme=base16-synth-midnight-terminal-dark] .hljs-variable.constant_ {
  color: #ea770d;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-class .hljs-title, [theme=base16-synth-midnight-terminal-dark] .hljs-title, [theme=base16-synth-midnight-terminal-dark] .hljs-title.class_ {
  color: #c9d364;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-strong {
  font-weight: 700;
  color: #c9d364;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-addition, [theme=base16-synth-midnight-terminal-dark] .hljs-code, [theme=base16-synth-midnight-terminal-dark] .hljs-string, [theme=base16-synth-midnight-terminal-dark] .hljs-title.class_.inherited__ {
  color: #06ea61;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-built_in, [theme=base16-synth-midnight-terminal-dark] .hljs-doctag, [theme=base16-synth-midnight-terminal-dark] .hljs-keyword.hljs-atrule, [theme=base16-synth-midnight-terminal-dark] .hljs-quote, [theme=base16-synth-midnight-terminal-dark] .hljs-regexp {
  color: #42fff9;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-attribute, [theme=base16-synth-midnight-terminal-dark] .hljs-function .hljs-title, [theme=base16-synth-midnight-terminal-dark] .hljs-section, [theme=base16-synth-midnight-terminal-dark] .hljs-title.function_, [theme=base16-synth-midnight-terminal-dark] .ruby .hljs-property {
  color: #03aeff;
}
[theme=base16-synth-midnight-terminal-dark] .diff .hljs-meta, [theme=base16-synth-midnight-terminal-dark] .hljs-keyword, [theme=base16-synth-midnight-terminal-dark] .hljs-template-tag, [theme=base16-synth-midnight-terminal-dark] .hljs-type {
  color: #ea5ce2;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-emphasis {
  color: #ea5ce2;
  font-style: italic;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-meta, [theme=base16-synth-midnight-terminal-dark] .hljs-meta .hljs-keyword, [theme=base16-synth-midnight-terminal-dark] .hljs-meta .hljs-string {
  color: #cd6320;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-meta .hljs-keyword, [theme=base16-synth-midnight-terminal-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-synth-midnight-terminal-light] {
  /*!
    Theme: Synth Midnight Terminal Light
    Author: Michaël Ball (http://github.com/michael-ball/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-synth-midnight-terminal-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-synth-midnight-terminal-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-synth-midnight-terminal-light] .hljs {
  color: #28292a;
  background: #dddfe0;
}
[theme=base16-synth-midnight-terminal-light] .hljs ::selection, [theme=base16-synth-midnight-terminal-light] .hljs::selection {
  background-color: #c1c3c4;
  color: #28292a;
}
[theme=base16-synth-midnight-terminal-light] .hljs-comment {
  color: #a3a5a6;
}
[theme=base16-synth-midnight-terminal-light] .hljs-tag {
  color: #474849;
}
[theme=base16-synth-midnight-terminal-light] .hljs-operator, [theme=base16-synth-midnight-terminal-light] .hljs-punctuation, [theme=base16-synth-midnight-terminal-light] .hljs-subst {
  color: #28292a;
}
[theme=base16-synth-midnight-terminal-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-synth-midnight-terminal-light] .hljs-bullet, [theme=base16-synth-midnight-terminal-light] .hljs-deletion, [theme=base16-synth-midnight-terminal-light] .hljs-name, [theme=base16-synth-midnight-terminal-light] .hljs-selector-tag, [theme=base16-synth-midnight-terminal-light] .hljs-template-variable, [theme=base16-synth-midnight-terminal-light] .hljs-variable {
  color: #b53b50;
}
[theme=base16-synth-midnight-terminal-light] .hljs-attr, [theme=base16-synth-midnight-terminal-light] .hljs-link, [theme=base16-synth-midnight-terminal-light] .hljs-literal, [theme=base16-synth-midnight-terminal-light] .hljs-number, [theme=base16-synth-midnight-terminal-light] .hljs-symbol, [theme=base16-synth-midnight-terminal-light] .hljs-variable.constant_ {
  color: #ea770d;
}
[theme=base16-synth-midnight-terminal-light] .hljs-class .hljs-title, [theme=base16-synth-midnight-terminal-light] .hljs-title, [theme=base16-synth-midnight-terminal-light] .hljs-title.class_ {
  color: #c9d364;
}
[theme=base16-synth-midnight-terminal-light] .hljs-strong {
  font-weight: 700;
  color: #c9d364;
}
[theme=base16-synth-midnight-terminal-light] .hljs-addition, [theme=base16-synth-midnight-terminal-light] .hljs-code, [theme=base16-synth-midnight-terminal-light] .hljs-string, [theme=base16-synth-midnight-terminal-light] .hljs-title.class_.inherited__ {
  color: #06ea61;
}
[theme=base16-synth-midnight-terminal-light] .hljs-built_in, [theme=base16-synth-midnight-terminal-light] .hljs-doctag, [theme=base16-synth-midnight-terminal-light] .hljs-keyword.hljs-atrule, [theme=base16-synth-midnight-terminal-light] .hljs-quote, [theme=base16-synth-midnight-terminal-light] .hljs-regexp {
  color: #42fff9;
}
[theme=base16-synth-midnight-terminal-light] .hljs-attribute, [theme=base16-synth-midnight-terminal-light] .hljs-function .hljs-title, [theme=base16-synth-midnight-terminal-light] .hljs-section, [theme=base16-synth-midnight-terminal-light] .hljs-title.function_, [theme=base16-synth-midnight-terminal-light] .ruby .hljs-property {
  color: #03aeff;
}
[theme=base16-synth-midnight-terminal-light] .diff .hljs-meta, [theme=base16-synth-midnight-terminal-light] .hljs-keyword, [theme=base16-synth-midnight-terminal-light] .hljs-template-tag, [theme=base16-synth-midnight-terminal-light] .hljs-type {
  color: #ea5ce2;
}
[theme=base16-synth-midnight-terminal-light] .hljs-emphasis {
  color: #ea5ce2;
  font-style: italic;
}
[theme=base16-synth-midnight-terminal-light] .hljs-meta, [theme=base16-synth-midnight-terminal-light] .hljs-meta .hljs-keyword, [theme=base16-synth-midnight-terminal-light] .hljs-meta .hljs-string {
  color: #cd6320;
}
[theme=base16-synth-midnight-terminal-light] .hljs-meta .hljs-keyword, [theme=base16-synth-midnight-terminal-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-tango] {
  /*!
    Theme: Tango
    Author: @Schnouki, based on the Tango Desktop Project
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-tango] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-tango] code.hljs {
  padding: 3px 5px;
}
[theme=base16-tango] .hljs {
  color: #d3d7cf;
  background: #2e3436;
}
[theme=base16-tango] .hljs ::selection, [theme=base16-tango] .hljs::selection {
  background-color: #fce94f;
  color: #d3d7cf;
}
[theme=base16-tango] .hljs-comment {
  color: #555753;
}
[theme=base16-tango] .hljs-tag {
  color: #729fcf;
}
[theme=base16-tango] .hljs-operator, [theme=base16-tango] .hljs-punctuation, [theme=base16-tango] .hljs-subst {
  color: #d3d7cf;
}
[theme=base16-tango] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-tango] .hljs-bullet, [theme=base16-tango] .hljs-deletion, [theme=base16-tango] .hljs-name, [theme=base16-tango] .hljs-selector-tag, [theme=base16-tango] .hljs-template-variable, [theme=base16-tango] .hljs-variable {
  color: #c00;
}
[theme=base16-tango] .hljs-attr, [theme=base16-tango] .hljs-link, [theme=base16-tango] .hljs-literal, [theme=base16-tango] .hljs-number, [theme=base16-tango] .hljs-symbol, [theme=base16-tango] .hljs-variable.constant_ {
  color: #ef2929;
}
[theme=base16-tango] .hljs-class .hljs-title, [theme=base16-tango] .hljs-title, [theme=base16-tango] .hljs-title.class_ {
  color: #c4a000;
}
[theme=base16-tango] .hljs-strong {
  font-weight: 700;
  color: #c4a000;
}
[theme=base16-tango] .hljs-addition, [theme=base16-tango] .hljs-code, [theme=base16-tango] .hljs-string, [theme=base16-tango] .hljs-title.class_.inherited__ {
  color: #4e9a06;
}
[theme=base16-tango] .hljs-built_in, [theme=base16-tango] .hljs-doctag, [theme=base16-tango] .hljs-keyword.hljs-atrule, [theme=base16-tango] .hljs-quote, [theme=base16-tango] .hljs-regexp {
  color: #06989a;
}
[theme=base16-tango] .hljs-attribute, [theme=base16-tango] .hljs-function .hljs-title, [theme=base16-tango] .hljs-section, [theme=base16-tango] .hljs-title.function_, [theme=base16-tango] .ruby .hljs-property {
  color: #3465a4;
}
[theme=base16-tango] .diff .hljs-meta, [theme=base16-tango] .hljs-keyword, [theme=base16-tango] .hljs-template-tag, [theme=base16-tango] .hljs-type {
  color: #75507b;
}
[theme=base16-tango] .hljs-emphasis {
  color: #75507b;
  font-style: italic;
}
[theme=base16-tango] .hljs-meta, [theme=base16-tango] .hljs-meta .hljs-keyword, [theme=base16-tango] .hljs-meta .hljs-string {
  color: #34e2e2;
}
[theme=base16-tango] .hljs-meta .hljs-keyword, [theme=base16-tango] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-tender] {
  /*!
    Theme: tender
    Author: Jacobo Tabernero (https://github/com/jacoborus/tender.vim)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-tender] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-tender] code.hljs {
  padding: 3px 5px;
}
[theme=base16-tender] .hljs {
  color: #eee;
  background: #282828;
}
[theme=base16-tender] .hljs ::selection, [theme=base16-tender] .hljs::selection {
  background-color: #484848;
  color: #eee;
}
[theme=base16-tender] .hljs-comment {
  color: #4c4c4c;
}
[theme=base16-tender] .hljs-tag {
  color: #b8b8b8;
}
[theme=base16-tender] .hljs-operator, [theme=base16-tender] .hljs-punctuation, [theme=base16-tender] .hljs-subst {
  color: #eee;
}
[theme=base16-tender] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-tender] .hljs-bullet, [theme=base16-tender] .hljs-deletion, [theme=base16-tender] .hljs-name, [theme=base16-tender] .hljs-selector-tag, [theme=base16-tender] .hljs-template-variable, [theme=base16-tender] .hljs-variable {
  color: #f43753;
}
[theme=base16-tender] .hljs-attr, [theme=base16-tender] .hljs-link, [theme=base16-tender] .hljs-literal, [theme=base16-tender] .hljs-number, [theme=base16-tender] .hljs-symbol, [theme=base16-tender] .hljs-variable.constant_ {
  color: #dc9656;
}
[theme=base16-tender] .hljs-class .hljs-title, [theme=base16-tender] .hljs-title, [theme=base16-tender] .hljs-title.class_ {
  color: #ffc24b;
}
[theme=base16-tender] .hljs-strong {
  font-weight: 700;
  color: #ffc24b;
}
[theme=base16-tender] .hljs-addition, [theme=base16-tender] .hljs-code, [theme=base16-tender] .hljs-string, [theme=base16-tender] .hljs-title.class_.inherited__ {
  color: #c9d05c;
}
[theme=base16-tender] .hljs-built_in, [theme=base16-tender] .hljs-doctag, [theme=base16-tender] .hljs-keyword.hljs-atrule, [theme=base16-tender] .hljs-quote, [theme=base16-tender] .hljs-regexp {
  color: #73cef4;
}
[theme=base16-tender] .hljs-attribute, [theme=base16-tender] .hljs-function .hljs-title, [theme=base16-tender] .hljs-section, [theme=base16-tender] .hljs-title.function_, [theme=base16-tender] .ruby .hljs-property {
  color: #b3deef;
}
[theme=base16-tender] .diff .hljs-meta, [theme=base16-tender] .hljs-keyword, [theme=base16-tender] .hljs-template-tag, [theme=base16-tender] .hljs-type {
  color: #d3b987;
}
[theme=base16-tender] .hljs-emphasis {
  color: #d3b987;
  font-style: italic;
}
[theme=base16-tender] .hljs-meta, [theme=base16-tender] .hljs-meta .hljs-keyword, [theme=base16-tender] .hljs-meta .hljs-string {
  color: #a16946;
}
[theme=base16-tender] .hljs-meta .hljs-keyword, [theme=base16-tender] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-tomorrow-night] {
  /*!
    Theme: Tomorrow Night
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-tomorrow-night] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-tomorrow-night] code.hljs {
  padding: 3px 5px;
}
[theme=base16-tomorrow-night] .hljs {
  color: #ccc;
  background: #2d2d2d;
}
[theme=base16-tomorrow-night] .hljs ::selection, [theme=base16-tomorrow-night] .hljs::selection {
  background-color: #515151;
  color: #ccc;
}
[theme=base16-tomorrow-night] .hljs-comment {
  color: #999;
}
[theme=base16-tomorrow-night] .hljs-tag {
  color: #b4b7b4;
}
[theme=base16-tomorrow-night] .hljs-operator, [theme=base16-tomorrow-night] .hljs-punctuation, [theme=base16-tomorrow-night] .hljs-subst {
  color: #ccc;
}
[theme=base16-tomorrow-night] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-tomorrow-night] .hljs-bullet, [theme=base16-tomorrow-night] .hljs-deletion, [theme=base16-tomorrow-night] .hljs-name, [theme=base16-tomorrow-night] .hljs-selector-tag, [theme=base16-tomorrow-night] .hljs-template-variable, [theme=base16-tomorrow-night] .hljs-variable {
  color: #f2777a;
}
[theme=base16-tomorrow-night] .hljs-attr, [theme=base16-tomorrow-night] .hljs-link, [theme=base16-tomorrow-night] .hljs-literal, [theme=base16-tomorrow-night] .hljs-number, [theme=base16-tomorrow-night] .hljs-symbol, [theme=base16-tomorrow-night] .hljs-variable.constant_ {
  color: #f99157;
}
[theme=base16-tomorrow-night] .hljs-class .hljs-title, [theme=base16-tomorrow-night] .hljs-title, [theme=base16-tomorrow-night] .hljs-title.class_ {
  color: #fc6;
}
[theme=base16-tomorrow-night] .hljs-strong {
  font-weight: 700;
  color: #fc6;
}
[theme=base16-tomorrow-night] .hljs-addition, [theme=base16-tomorrow-night] .hljs-code, [theme=base16-tomorrow-night] .hljs-string, [theme=base16-tomorrow-night] .hljs-title.class_.inherited__ {
  color: #9c9;
}
[theme=base16-tomorrow-night] .hljs-built_in, [theme=base16-tomorrow-night] .hljs-doctag, [theme=base16-tomorrow-night] .hljs-keyword.hljs-atrule, [theme=base16-tomorrow-night] .hljs-quote, [theme=base16-tomorrow-night] .hljs-regexp {
  color: #6cc;
}
[theme=base16-tomorrow-night] .hljs-attribute, [theme=base16-tomorrow-night] .hljs-function .hljs-title, [theme=base16-tomorrow-night] .hljs-section, [theme=base16-tomorrow-night] .hljs-title.function_, [theme=base16-tomorrow-night] .ruby .hljs-property {
  color: #69c;
}
[theme=base16-tomorrow-night] .diff .hljs-meta, [theme=base16-tomorrow-night] .hljs-keyword, [theme=base16-tomorrow-night] .hljs-template-tag, [theme=base16-tomorrow-night] .hljs-type {
  color: #c9c;
}
[theme=base16-tomorrow-night] .hljs-emphasis {
  color: #c9c;
  font-style: italic;
}
[theme=base16-tomorrow-night] .hljs-meta, [theme=base16-tomorrow-night] .hljs-meta .hljs-keyword, [theme=base16-tomorrow-night] .hljs-meta .hljs-string {
  color: #a3685a;
}
[theme=base16-tomorrow-night] .hljs-meta .hljs-keyword, [theme=base16-tomorrow-night] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-tomorrow] {
  /*!
    Theme: Tomorrow
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-tomorrow] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-tomorrow] code.hljs {
  padding: 3px 5px;
}
[theme=base16-tomorrow] .hljs {
  color: #4d4d4c;
  background: #fff;
}
[theme=base16-tomorrow] .hljs ::selection, [theme=base16-tomorrow] .hljs::selection {
  background-color: #d6d6d6;
  color: #4d4d4c;
}
[theme=base16-tomorrow] .hljs-comment {
  color: #8e908c;
}
[theme=base16-tomorrow] .hljs-tag {
  color: #969896;
}
[theme=base16-tomorrow] .hljs-operator, [theme=base16-tomorrow] .hljs-punctuation, [theme=base16-tomorrow] .hljs-subst {
  color: #4d4d4c;
}
[theme=base16-tomorrow] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-tomorrow] .hljs-bullet, [theme=base16-tomorrow] .hljs-deletion, [theme=base16-tomorrow] .hljs-name, [theme=base16-tomorrow] .hljs-selector-tag, [theme=base16-tomorrow] .hljs-template-variable, [theme=base16-tomorrow] .hljs-variable {
  color: #c82829;
}
[theme=base16-tomorrow] .hljs-attr, [theme=base16-tomorrow] .hljs-link, [theme=base16-tomorrow] .hljs-literal, [theme=base16-tomorrow] .hljs-number, [theme=base16-tomorrow] .hljs-symbol, [theme=base16-tomorrow] .hljs-variable.constant_ {
  color: #f5871f;
}
[theme=base16-tomorrow] .hljs-class .hljs-title, [theme=base16-tomorrow] .hljs-title, [theme=base16-tomorrow] .hljs-title.class_ {
  color: #eab700;
}
[theme=base16-tomorrow] .hljs-strong {
  font-weight: 700;
  color: #eab700;
}
[theme=base16-tomorrow] .hljs-addition, [theme=base16-tomorrow] .hljs-code, [theme=base16-tomorrow] .hljs-string, [theme=base16-tomorrow] .hljs-title.class_.inherited__ {
  color: #718c00;
}
[theme=base16-tomorrow] .hljs-built_in, [theme=base16-tomorrow] .hljs-doctag, [theme=base16-tomorrow] .hljs-keyword.hljs-atrule, [theme=base16-tomorrow] .hljs-quote, [theme=base16-tomorrow] .hljs-regexp {
  color: #3e999f;
}
[theme=base16-tomorrow] .hljs-attribute, [theme=base16-tomorrow] .hljs-function .hljs-title, [theme=base16-tomorrow] .hljs-section, [theme=base16-tomorrow] .hljs-title.function_, [theme=base16-tomorrow] .ruby .hljs-property {
  color: #4271ae;
}
[theme=base16-tomorrow] .diff .hljs-meta, [theme=base16-tomorrow] .hljs-keyword, [theme=base16-tomorrow] .hljs-template-tag, [theme=base16-tomorrow] .hljs-type {
  color: #8959a8;
}
[theme=base16-tomorrow] .hljs-emphasis {
  color: #8959a8;
  font-style: italic;
}
[theme=base16-tomorrow] .hljs-meta, [theme=base16-tomorrow] .hljs-meta .hljs-keyword, [theme=base16-tomorrow] .hljs-meta .hljs-string {
  color: #a3685a;
}
[theme=base16-tomorrow] .hljs-meta .hljs-keyword, [theme=base16-tomorrow] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-twilight] {
  /*!
    Theme: Twilight
    Author: David Hart (https://github.com/hartbit)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-twilight] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-twilight] code.hljs {
  padding: 3px 5px;
}
[theme=base16-twilight] .hljs {
  color: #a7a7a7;
  background: #1e1e1e;
}
[theme=base16-twilight] .hljs ::selection, [theme=base16-twilight] .hljs::selection {
  background-color: #464b50;
  color: #a7a7a7;
}
[theme=base16-twilight] .hljs-comment {
  color: #5f5a60;
}
[theme=base16-twilight] .hljs-tag {
  color: #838184;
}
[theme=base16-twilight] .hljs-operator, [theme=base16-twilight] .hljs-punctuation, [theme=base16-twilight] .hljs-subst {
  color: #a7a7a7;
}
[theme=base16-twilight] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-twilight] .hljs-bullet, [theme=base16-twilight] .hljs-deletion, [theme=base16-twilight] .hljs-name, [theme=base16-twilight] .hljs-selector-tag, [theme=base16-twilight] .hljs-template-variable, [theme=base16-twilight] .hljs-variable {
  color: #cf6a4c;
}
[theme=base16-twilight] .hljs-attr, [theme=base16-twilight] .hljs-link, [theme=base16-twilight] .hljs-literal, [theme=base16-twilight] .hljs-number, [theme=base16-twilight] .hljs-symbol, [theme=base16-twilight] .hljs-variable.constant_ {
  color: #cda869;
}
[theme=base16-twilight] .hljs-class .hljs-title, [theme=base16-twilight] .hljs-title, [theme=base16-twilight] .hljs-title.class_ {
  color: #f9ee98;
}
[theme=base16-twilight] .hljs-strong {
  font-weight: 700;
  color: #f9ee98;
}
[theme=base16-twilight] .hljs-addition, [theme=base16-twilight] .hljs-code, [theme=base16-twilight] .hljs-string, [theme=base16-twilight] .hljs-title.class_.inherited__ {
  color: #8f9d6a;
}
[theme=base16-twilight] .hljs-built_in, [theme=base16-twilight] .hljs-doctag, [theme=base16-twilight] .hljs-keyword.hljs-atrule, [theme=base16-twilight] .hljs-quote, [theme=base16-twilight] .hljs-regexp {
  color: #afc4db;
}
[theme=base16-twilight] .hljs-attribute, [theme=base16-twilight] .hljs-function .hljs-title, [theme=base16-twilight] .hljs-section, [theme=base16-twilight] .hljs-title.function_, [theme=base16-twilight] .ruby .hljs-property {
  color: #7587a6;
}
[theme=base16-twilight] .diff .hljs-meta, [theme=base16-twilight] .hljs-keyword, [theme=base16-twilight] .hljs-template-tag, [theme=base16-twilight] .hljs-type {
  color: #9b859d;
}
[theme=base16-twilight] .hljs-emphasis {
  color: #9b859d;
  font-style: italic;
}
[theme=base16-twilight] .hljs-meta, [theme=base16-twilight] .hljs-meta .hljs-keyword, [theme=base16-twilight] .hljs-meta .hljs-string {
  color: #9b703f;
}
[theme=base16-twilight] .hljs-meta .hljs-keyword, [theme=base16-twilight] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-unikitty-dark] {
  /*!
    Theme: Unikitty Dark
    Author: Josh W Lewis (@joshwlewis)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-unikitty-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-unikitty-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-unikitty-dark] .hljs {
  color: #bcbabe;
  background: #2e2a31;
}
[theme=base16-unikitty-dark] .hljs ::selection, [theme=base16-unikitty-dark] .hljs::selection {
  background-color: #666369;
  color: #bcbabe;
}
[theme=base16-unikitty-dark] .hljs-comment {
  color: #838085;
}
[theme=base16-unikitty-dark] .hljs-tag {
  color: #9f9da2;
}
[theme=base16-unikitty-dark] .hljs-operator, [theme=base16-unikitty-dark] .hljs-punctuation, [theme=base16-unikitty-dark] .hljs-subst {
  color: #bcbabe;
}
[theme=base16-unikitty-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-unikitty-dark] .hljs-bullet, [theme=base16-unikitty-dark] .hljs-deletion, [theme=base16-unikitty-dark] .hljs-name, [theme=base16-unikitty-dark] .hljs-selector-tag, [theme=base16-unikitty-dark] .hljs-template-variable, [theme=base16-unikitty-dark] .hljs-variable {
  color: #d8137f;
}
[theme=base16-unikitty-dark] .hljs-attr, [theme=base16-unikitty-dark] .hljs-link, [theme=base16-unikitty-dark] .hljs-literal, [theme=base16-unikitty-dark] .hljs-number, [theme=base16-unikitty-dark] .hljs-symbol, [theme=base16-unikitty-dark] .hljs-variable.constant_ {
  color: #d65407;
}
[theme=base16-unikitty-dark] .hljs-class .hljs-title, [theme=base16-unikitty-dark] .hljs-title, [theme=base16-unikitty-dark] .hljs-title.class_ {
  color: #dc8a0e;
}
[theme=base16-unikitty-dark] .hljs-strong {
  font-weight: 700;
  color: #dc8a0e;
}
[theme=base16-unikitty-dark] .hljs-addition, [theme=base16-unikitty-dark] .hljs-code, [theme=base16-unikitty-dark] .hljs-string, [theme=base16-unikitty-dark] .hljs-title.class_.inherited__ {
  color: #17ad98;
}
[theme=base16-unikitty-dark] .hljs-built_in, [theme=base16-unikitty-dark] .hljs-doctag, [theme=base16-unikitty-dark] .hljs-keyword.hljs-atrule, [theme=base16-unikitty-dark] .hljs-quote, [theme=base16-unikitty-dark] .hljs-regexp {
  color: #149bda;
}
[theme=base16-unikitty-dark] .hljs-attribute, [theme=base16-unikitty-dark] .hljs-function .hljs-title, [theme=base16-unikitty-dark] .hljs-section, [theme=base16-unikitty-dark] .hljs-title.function_, [theme=base16-unikitty-dark] .ruby .hljs-property {
  color: #796af5;
}
[theme=base16-unikitty-dark] .diff .hljs-meta, [theme=base16-unikitty-dark] .hljs-keyword, [theme=base16-unikitty-dark] .hljs-template-tag, [theme=base16-unikitty-dark] .hljs-type {
  color: #bb60ea;
}
[theme=base16-unikitty-dark] .hljs-emphasis {
  color: #bb60ea;
  font-style: italic;
}
[theme=base16-unikitty-dark] .hljs-meta, [theme=base16-unikitty-dark] .hljs-meta .hljs-keyword, [theme=base16-unikitty-dark] .hljs-meta .hljs-string {
  color: #c720ca;
}
[theme=base16-unikitty-dark] .hljs-meta .hljs-keyword, [theme=base16-unikitty-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-unikitty-light] {
  /*!
    Theme: Unikitty Light
    Author: Josh W Lewis (@joshwlewis)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-unikitty-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-unikitty-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-unikitty-light] .hljs {
  color: #6c696e;
  background: #fff;
}
[theme=base16-unikitty-light] .hljs ::selection, [theme=base16-unikitty-light] .hljs::selection {
  background-color: #c4c3c5;
  color: #6c696e;
}
[theme=base16-unikitty-light] .hljs-comment {
  color: #a7a5a8;
}
[theme=base16-unikitty-light] .hljs-tag {
  color: #89878b;
}
[theme=base16-unikitty-light] .hljs-operator, [theme=base16-unikitty-light] .hljs-punctuation, [theme=base16-unikitty-light] .hljs-subst {
  color: #6c696e;
}
[theme=base16-unikitty-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-unikitty-light] .hljs-bullet, [theme=base16-unikitty-light] .hljs-deletion, [theme=base16-unikitty-light] .hljs-name, [theme=base16-unikitty-light] .hljs-selector-tag, [theme=base16-unikitty-light] .hljs-template-variable, [theme=base16-unikitty-light] .hljs-variable {
  color: #d8137f;
}
[theme=base16-unikitty-light] .hljs-attr, [theme=base16-unikitty-light] .hljs-link, [theme=base16-unikitty-light] .hljs-literal, [theme=base16-unikitty-light] .hljs-number, [theme=base16-unikitty-light] .hljs-symbol, [theme=base16-unikitty-light] .hljs-variable.constant_ {
  color: #d65407;
}
[theme=base16-unikitty-light] .hljs-class .hljs-title, [theme=base16-unikitty-light] .hljs-title, [theme=base16-unikitty-light] .hljs-title.class_ {
  color: #dc8a0e;
}
[theme=base16-unikitty-light] .hljs-strong {
  font-weight: 700;
  color: #dc8a0e;
}
[theme=base16-unikitty-light] .hljs-addition, [theme=base16-unikitty-light] .hljs-code, [theme=base16-unikitty-light] .hljs-string, [theme=base16-unikitty-light] .hljs-title.class_.inherited__ {
  color: #17ad98;
}
[theme=base16-unikitty-light] .hljs-built_in, [theme=base16-unikitty-light] .hljs-doctag, [theme=base16-unikitty-light] .hljs-keyword.hljs-atrule, [theme=base16-unikitty-light] .hljs-quote, [theme=base16-unikitty-light] .hljs-regexp {
  color: #149bda;
}
[theme=base16-unikitty-light] .hljs-attribute, [theme=base16-unikitty-light] .hljs-function .hljs-title, [theme=base16-unikitty-light] .hljs-section, [theme=base16-unikitty-light] .hljs-title.function_, [theme=base16-unikitty-light] .ruby .hljs-property {
  color: #775dff;
}
[theme=base16-unikitty-light] .diff .hljs-meta, [theme=base16-unikitty-light] .hljs-keyword, [theme=base16-unikitty-light] .hljs-template-tag, [theme=base16-unikitty-light] .hljs-type {
  color: #aa17e6;
}
[theme=base16-unikitty-light] .hljs-emphasis {
  color: #aa17e6;
  font-style: italic;
}
[theme=base16-unikitty-light] .hljs-meta, [theme=base16-unikitty-light] .hljs-meta .hljs-keyword, [theme=base16-unikitty-light] .hljs-meta .hljs-string {
  color: #e013d0;
}
[theme=base16-unikitty-light] .hljs-meta .hljs-keyword, [theme=base16-unikitty-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-vulcan] {
  /*!
    Theme: vulcan
    Author: Andrey Varfolomeev
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-vulcan] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-vulcan] code.hljs {
  padding: 3px 5px;
}
[theme=base16-vulcan] .hljs {
  color: #5b778c;
  background: #041523;
}
[theme=base16-vulcan] .hljs ::selection, [theme=base16-vulcan] .hljs::selection {
  background-color: #003552;
  color: #5b778c;
}
[theme=base16-vulcan] .hljs-comment {
  color: #7a5759;
}
[theme=base16-vulcan] .hljs-tag {
  color: #6b6977;
}
[theme=base16-vulcan] .hljs-operator, [theme=base16-vulcan] .hljs-punctuation, [theme=base16-vulcan] .hljs-subst {
  color: #5b778c;
}
[theme=base16-vulcan] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-vulcan] .hljs-bullet, [theme=base16-vulcan] .hljs-deletion, [theme=base16-vulcan] .hljs-name, [theme=base16-vulcan] .hljs-selector-tag, [theme=base16-vulcan] .hljs-template-variable, [theme=base16-vulcan] .hljs-variable {
  color: #818591;
}
[theme=base16-vulcan] .hljs-attr, [theme=base16-vulcan] .hljs-link, [theme=base16-vulcan] .hljs-literal, [theme=base16-vulcan] .hljs-number, [theme=base16-vulcan] .hljs-symbol, [theme=base16-vulcan] .hljs-variable.constant_ {
  color: #9198a3;
}
[theme=base16-vulcan] .hljs-class .hljs-title, [theme=base16-vulcan] .hljs-title, [theme=base16-vulcan] .hljs-title.class_ {
  color: #adb4b9;
}
[theme=base16-vulcan] .hljs-strong {
  font-weight: 700;
  color: #adb4b9;
}
[theme=base16-vulcan] .hljs-addition, [theme=base16-vulcan] .hljs-attribute, [theme=base16-vulcan] .hljs-built_in, [theme=base16-vulcan] .hljs-code, [theme=base16-vulcan] .hljs-doctag, [theme=base16-vulcan] .hljs-function .hljs-title, [theme=base16-vulcan] .hljs-keyword.hljs-atrule, [theme=base16-vulcan] .hljs-quote, [theme=base16-vulcan] .hljs-regexp, [theme=base16-vulcan] .hljs-section, [theme=base16-vulcan] .hljs-string, [theme=base16-vulcan] .hljs-title.class_.inherited__, [theme=base16-vulcan] .hljs-title.function_, [theme=base16-vulcan] .ruby .hljs-property {
  color: #977d7c;
}
[theme=base16-vulcan] .diff .hljs-meta, [theme=base16-vulcan] .hljs-keyword, [theme=base16-vulcan] .hljs-template-tag, [theme=base16-vulcan] .hljs-type {
  color: #9198a3;
}
[theme=base16-vulcan] .hljs-emphasis {
  color: #9198a3;
  font-style: italic;
}
[theme=base16-vulcan] .hljs-meta, [theme=base16-vulcan] .hljs-meta .hljs-keyword, [theme=base16-vulcan] .hljs-meta .hljs-string {
  color: #977d7c;
}
[theme=base16-vulcan] .hljs-meta .hljs-keyword, [theme=base16-vulcan] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-10-light] {
  /*!
    Theme: Windows 10 Light
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-10-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-10-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-10-light] .hljs {
  color: #767676;
  background: #f2f2f2;
}
[theme=base16-windows-10-light] .hljs ::selection, [theme=base16-windows-10-light] .hljs::selection {
  background-color: #d9d9d9;
  color: #767676;
}
[theme=base16-windows-10-light] .hljs-comment {
  color: #ccc;
}
[theme=base16-windows-10-light] .hljs-tag {
  color: #ababab;
}
[theme=base16-windows-10-light] .hljs-operator, [theme=base16-windows-10-light] .hljs-punctuation, [theme=base16-windows-10-light] .hljs-subst {
  color: #767676;
}
[theme=base16-windows-10-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-10-light] .hljs-bullet, [theme=base16-windows-10-light] .hljs-deletion, [theme=base16-windows-10-light] .hljs-name, [theme=base16-windows-10-light] .hljs-selector-tag, [theme=base16-windows-10-light] .hljs-template-variable, [theme=base16-windows-10-light] .hljs-variable {
  color: #c50f1f;
}
[theme=base16-windows-10-light] .hljs-attr, [theme=base16-windows-10-light] .hljs-link, [theme=base16-windows-10-light] .hljs-literal, [theme=base16-windows-10-light] .hljs-number, [theme=base16-windows-10-light] .hljs-symbol, [theme=base16-windows-10-light] .hljs-variable.constant_ {
  color: #f9f1a5;
}
[theme=base16-windows-10-light] .hljs-class .hljs-title, [theme=base16-windows-10-light] .hljs-title, [theme=base16-windows-10-light] .hljs-title.class_ {
  color: #c19c00;
}
[theme=base16-windows-10-light] .hljs-strong {
  font-weight: 700;
  color: #c19c00;
}
[theme=base16-windows-10-light] .hljs-addition, [theme=base16-windows-10-light] .hljs-code, [theme=base16-windows-10-light] .hljs-string, [theme=base16-windows-10-light] .hljs-title.class_.inherited__ {
  color: #13a10e;
}
[theme=base16-windows-10-light] .hljs-built_in, [theme=base16-windows-10-light] .hljs-doctag, [theme=base16-windows-10-light] .hljs-keyword.hljs-atrule, [theme=base16-windows-10-light] .hljs-quote, [theme=base16-windows-10-light] .hljs-regexp {
  color: #3a96dd;
}
[theme=base16-windows-10-light] .hljs-attribute, [theme=base16-windows-10-light] .hljs-function .hljs-title, [theme=base16-windows-10-light] .hljs-section, [theme=base16-windows-10-light] .hljs-title.function_, [theme=base16-windows-10-light] .ruby .hljs-property {
  color: #0037da;
}
[theme=base16-windows-10-light] .diff .hljs-meta, [theme=base16-windows-10-light] .hljs-keyword, [theme=base16-windows-10-light] .hljs-template-tag, [theme=base16-windows-10-light] .hljs-type {
  color: #881798;
}
[theme=base16-windows-10-light] .hljs-emphasis {
  color: #881798;
  font-style: italic;
}
[theme=base16-windows-10-light] .hljs-meta, [theme=base16-windows-10-light] .hljs-meta .hljs-keyword, [theme=base16-windows-10-light] .hljs-meta .hljs-string {
  color: #16c60c;
}
[theme=base16-windows-10-light] .hljs-meta .hljs-keyword, [theme=base16-windows-10-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-10] {
  /*!
    Theme: Windows 10
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-10] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-10] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-10] .hljs {
  color: #ccc;
  background: #0c0c0c;
}
[theme=base16-windows-10] .hljs ::selection, [theme=base16-windows-10] .hljs::selection {
  background-color: #535353;
  color: #ccc;
}
[theme=base16-windows-10] .hljs-comment {
  color: #767676;
}
[theme=base16-windows-10] .hljs-tag {
  color: #b9b9b9;
}
[theme=base16-windows-10] .hljs-operator, [theme=base16-windows-10] .hljs-punctuation, [theme=base16-windows-10] .hljs-subst {
  color: #ccc;
}
[theme=base16-windows-10] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-10] .hljs-bullet, [theme=base16-windows-10] .hljs-deletion, [theme=base16-windows-10] .hljs-name, [theme=base16-windows-10] .hljs-selector-tag, [theme=base16-windows-10] .hljs-template-variable, [theme=base16-windows-10] .hljs-variable {
  color: #e74856;
}
[theme=base16-windows-10] .hljs-attr, [theme=base16-windows-10] .hljs-link, [theme=base16-windows-10] .hljs-literal, [theme=base16-windows-10] .hljs-number, [theme=base16-windows-10] .hljs-symbol, [theme=base16-windows-10] .hljs-variable.constant_ {
  color: #c19c00;
}
[theme=base16-windows-10] .hljs-class .hljs-title, [theme=base16-windows-10] .hljs-title, [theme=base16-windows-10] .hljs-title.class_ {
  color: #f9f1a5;
}
[theme=base16-windows-10] .hljs-strong {
  font-weight: 700;
  color: #f9f1a5;
}
[theme=base16-windows-10] .hljs-addition, [theme=base16-windows-10] .hljs-code, [theme=base16-windows-10] .hljs-string, [theme=base16-windows-10] .hljs-title.class_.inherited__ {
  color: #16c60c;
}
[theme=base16-windows-10] .hljs-built_in, [theme=base16-windows-10] .hljs-doctag, [theme=base16-windows-10] .hljs-keyword.hljs-atrule, [theme=base16-windows-10] .hljs-quote, [theme=base16-windows-10] .hljs-regexp {
  color: #61d6d6;
}
[theme=base16-windows-10] .hljs-attribute, [theme=base16-windows-10] .hljs-function .hljs-title, [theme=base16-windows-10] .hljs-section, [theme=base16-windows-10] .hljs-title.function_, [theme=base16-windows-10] .ruby .hljs-property {
  color: #3b78ff;
}
[theme=base16-windows-10] .diff .hljs-meta, [theme=base16-windows-10] .hljs-keyword, [theme=base16-windows-10] .hljs-template-tag, [theme=base16-windows-10] .hljs-type {
  color: #b4009e;
}
[theme=base16-windows-10] .hljs-emphasis {
  color: #b4009e;
  font-style: italic;
}
[theme=base16-windows-10] .hljs-meta, [theme=base16-windows-10] .hljs-meta .hljs-keyword, [theme=base16-windows-10] .hljs-meta .hljs-string {
  color: #13a10e;
}
[theme=base16-windows-10] .hljs-meta .hljs-keyword, [theme=base16-windows-10] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-95-light] {
  /*!
    Theme: Windows 95 Light
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-95-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-95-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-95-light] .hljs {
  color: #545454;
  background: #fcfcfc;
}
[theme=base16-windows-95-light] .hljs ::selection, [theme=base16-windows-95-light] .hljs::selection {
  background-color: #c4c4c4;
  color: #545454;
}
[theme=base16-windows-95-light] .hljs-comment {
  color: #a8a8a8;
}
[theme=base16-windows-95-light] .hljs-tag {
  color: #7e7e7e;
}
[theme=base16-windows-95-light] .hljs-operator, [theme=base16-windows-95-light] .hljs-punctuation, [theme=base16-windows-95-light] .hljs-subst {
  color: #545454;
}
[theme=base16-windows-95-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-95-light] .hljs-bullet, [theme=base16-windows-95-light] .hljs-deletion, [theme=base16-windows-95-light] .hljs-name, [theme=base16-windows-95-light] .hljs-selector-tag, [theme=base16-windows-95-light] .hljs-template-variable, [theme=base16-windows-95-light] .hljs-variable {
  color: #a80000;
}
[theme=base16-windows-95-light] .hljs-attr, [theme=base16-windows-95-light] .hljs-link, [theme=base16-windows-95-light] .hljs-literal, [theme=base16-windows-95-light] .hljs-number, [theme=base16-windows-95-light] .hljs-symbol, [theme=base16-windows-95-light] .hljs-variable.constant_ {
  color: #fcfc54;
}
[theme=base16-windows-95-light] .hljs-class .hljs-title, [theme=base16-windows-95-light] .hljs-title, [theme=base16-windows-95-light] .hljs-title.class_ {
  color: #a85400;
}
[theme=base16-windows-95-light] .hljs-strong {
  font-weight: 700;
  color: #a85400;
}
[theme=base16-windows-95-light] .hljs-addition, [theme=base16-windows-95-light] .hljs-code, [theme=base16-windows-95-light] .hljs-string, [theme=base16-windows-95-light] .hljs-title.class_.inherited__ {
  color: #00a800;
}
[theme=base16-windows-95-light] .hljs-built_in, [theme=base16-windows-95-light] .hljs-doctag, [theme=base16-windows-95-light] .hljs-keyword.hljs-atrule, [theme=base16-windows-95-light] .hljs-quote, [theme=base16-windows-95-light] .hljs-regexp {
  color: #00a8a8;
}
[theme=base16-windows-95-light] .hljs-attribute, [theme=base16-windows-95-light] .hljs-function .hljs-title, [theme=base16-windows-95-light] .hljs-section, [theme=base16-windows-95-light] .hljs-title.function_, [theme=base16-windows-95-light] .ruby .hljs-property {
  color: #0000a8;
}
[theme=base16-windows-95-light] .diff .hljs-meta, [theme=base16-windows-95-light] .hljs-keyword, [theme=base16-windows-95-light] .hljs-template-tag, [theme=base16-windows-95-light] .hljs-type {
  color: #a800a8;
}
[theme=base16-windows-95-light] .hljs-emphasis {
  color: #a800a8;
  font-style: italic;
}
[theme=base16-windows-95-light] .hljs-meta, [theme=base16-windows-95-light] .hljs-meta .hljs-keyword, [theme=base16-windows-95-light] .hljs-meta .hljs-string {
  color: #54fc54;
}
[theme=base16-windows-95-light] .hljs-meta .hljs-keyword, [theme=base16-windows-95-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-95] {
  /*!
    Theme: Windows 95
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-95] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-95] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-95] .hljs {
  color: #a8a8a8;
  background: #000;
}
[theme=base16-windows-95] .hljs ::selection, [theme=base16-windows-95] .hljs::selection {
  background-color: #383838;
  color: #a8a8a8;
}
[theme=base16-windows-95] .hljs-comment {
  color: #545454;
}
[theme=base16-windows-95] .hljs-tag {
  color: #7e7e7e;
}
[theme=base16-windows-95] .hljs-operator, [theme=base16-windows-95] .hljs-punctuation, [theme=base16-windows-95] .hljs-subst {
  color: #a8a8a8;
}
[theme=base16-windows-95] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-95] .hljs-bullet, [theme=base16-windows-95] .hljs-deletion, [theme=base16-windows-95] .hljs-name, [theme=base16-windows-95] .hljs-selector-tag, [theme=base16-windows-95] .hljs-template-variable, [theme=base16-windows-95] .hljs-variable {
  color: #fc5454;
}
[theme=base16-windows-95] .hljs-attr, [theme=base16-windows-95] .hljs-link, [theme=base16-windows-95] .hljs-literal, [theme=base16-windows-95] .hljs-number, [theme=base16-windows-95] .hljs-symbol, [theme=base16-windows-95] .hljs-variable.constant_ {
  color: #a85400;
}
[theme=base16-windows-95] .hljs-class .hljs-title, [theme=base16-windows-95] .hljs-title, [theme=base16-windows-95] .hljs-title.class_ {
  color: #fcfc54;
}
[theme=base16-windows-95] .hljs-strong {
  font-weight: 700;
  color: #fcfc54;
}
[theme=base16-windows-95] .hljs-addition, [theme=base16-windows-95] .hljs-code, [theme=base16-windows-95] .hljs-string, [theme=base16-windows-95] .hljs-title.class_.inherited__ {
  color: #54fc54;
}
[theme=base16-windows-95] .hljs-built_in, [theme=base16-windows-95] .hljs-doctag, [theme=base16-windows-95] .hljs-keyword.hljs-atrule, [theme=base16-windows-95] .hljs-quote, [theme=base16-windows-95] .hljs-regexp {
  color: #54fcfc;
}
[theme=base16-windows-95] .hljs-attribute, [theme=base16-windows-95] .hljs-function .hljs-title, [theme=base16-windows-95] .hljs-section, [theme=base16-windows-95] .hljs-title.function_, [theme=base16-windows-95] .ruby .hljs-property {
  color: #5454fc;
}
[theme=base16-windows-95] .diff .hljs-meta, [theme=base16-windows-95] .hljs-keyword, [theme=base16-windows-95] .hljs-template-tag, [theme=base16-windows-95] .hljs-type {
  color: #fc54fc;
}
[theme=base16-windows-95] .hljs-emphasis {
  color: #fc54fc;
  font-style: italic;
}
[theme=base16-windows-95] .hljs-meta, [theme=base16-windows-95] .hljs-meta .hljs-keyword, [theme=base16-windows-95] .hljs-meta .hljs-string {
  color: #00a800;
}
[theme=base16-windows-95] .hljs-meta .hljs-keyword, [theme=base16-windows-95] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-high-contrast-light] {
  /*!
    Theme: Windows High Contrast Light
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-high-contrast-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-high-contrast-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-high-contrast-light] .hljs {
  color: #545454;
  background: #fcfcfc;
}
[theme=base16-windows-high-contrast-light] .hljs ::selection, [theme=base16-windows-high-contrast-light] .hljs::selection {
  background-color: #d4d4d4;
  color: #545454;
}
[theme=base16-windows-high-contrast-light] .hljs-comment {
  color: silver;
}
[theme=base16-windows-high-contrast-light] .hljs-tag {
  color: #7e7e7e;
}
[theme=base16-windows-high-contrast-light] .hljs-operator, [theme=base16-windows-high-contrast-light] .hljs-punctuation, [theme=base16-windows-high-contrast-light] .hljs-subst {
  color: #545454;
}
[theme=base16-windows-high-contrast-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-high-contrast-light] .hljs-bullet, [theme=base16-windows-high-contrast-light] .hljs-deletion, [theme=base16-windows-high-contrast-light] .hljs-name, [theme=base16-windows-high-contrast-light] .hljs-selector-tag, [theme=base16-windows-high-contrast-light] .hljs-template-variable, [theme=base16-windows-high-contrast-light] .hljs-variable {
  color: maroon;
}
[theme=base16-windows-high-contrast-light] .hljs-attr, [theme=base16-windows-high-contrast-light] .hljs-link, [theme=base16-windows-high-contrast-light] .hljs-literal, [theme=base16-windows-high-contrast-light] .hljs-number, [theme=base16-windows-high-contrast-light] .hljs-symbol, [theme=base16-windows-high-contrast-light] .hljs-variable.constant_ {
  color: #fcfc54;
}
[theme=base16-windows-high-contrast-light] .hljs-class .hljs-title, [theme=base16-windows-high-contrast-light] .hljs-title, [theme=base16-windows-high-contrast-light] .hljs-title.class_ {
  color: olive;
}
[theme=base16-windows-high-contrast-light] .hljs-strong {
  font-weight: 700;
  color: olive;
}
[theme=base16-windows-high-contrast-light] .hljs-addition, [theme=base16-windows-high-contrast-light] .hljs-code, [theme=base16-windows-high-contrast-light] .hljs-string, [theme=base16-windows-high-contrast-light] .hljs-title.class_.inherited__ {
  color: green;
}
[theme=base16-windows-high-contrast-light] .hljs-built_in, [theme=base16-windows-high-contrast-light] .hljs-doctag, [theme=base16-windows-high-contrast-light] .hljs-keyword.hljs-atrule, [theme=base16-windows-high-contrast-light] .hljs-quote, [theme=base16-windows-high-contrast-light] .hljs-regexp {
  color: teal;
}
[theme=base16-windows-high-contrast-light] .hljs-attribute, [theme=base16-windows-high-contrast-light] .hljs-function .hljs-title, [theme=base16-windows-high-contrast-light] .hljs-section, [theme=base16-windows-high-contrast-light] .hljs-title.function_, [theme=base16-windows-high-contrast-light] .ruby .hljs-property {
  color: navy;
}
[theme=base16-windows-high-contrast-light] .diff .hljs-meta, [theme=base16-windows-high-contrast-light] .hljs-keyword, [theme=base16-windows-high-contrast-light] .hljs-template-tag, [theme=base16-windows-high-contrast-light] .hljs-type {
  color: purple;
}
[theme=base16-windows-high-contrast-light] .hljs-emphasis {
  color: purple;
  font-style: italic;
}
[theme=base16-windows-high-contrast-light] .hljs-meta, [theme=base16-windows-high-contrast-light] .hljs-meta .hljs-keyword, [theme=base16-windows-high-contrast-light] .hljs-meta .hljs-string {
  color: #54fc54;
}
[theme=base16-windows-high-contrast-light] .hljs-meta .hljs-keyword, [theme=base16-windows-high-contrast-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-high-contrast] {
  /*!
    Theme: Windows High Contrast
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-high-contrast] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-high-contrast] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-high-contrast] .hljs {
  color: silver;
  background: #000;
}
[theme=base16-windows-high-contrast] .hljs ::selection, [theme=base16-windows-high-contrast] .hljs::selection {
  background-color: #383838;
  color: silver;
}
[theme=base16-windows-high-contrast] .hljs-comment {
  color: #545454;
}
[theme=base16-windows-high-contrast] .hljs-tag {
  color: #a2a2a2;
}
[theme=base16-windows-high-contrast] .hljs-operator, [theme=base16-windows-high-contrast] .hljs-punctuation, [theme=base16-windows-high-contrast] .hljs-subst {
  color: silver;
}
[theme=base16-windows-high-contrast] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-high-contrast] .hljs-bullet, [theme=base16-windows-high-contrast] .hljs-deletion, [theme=base16-windows-high-contrast] .hljs-name, [theme=base16-windows-high-contrast] .hljs-selector-tag, [theme=base16-windows-high-contrast] .hljs-template-variable, [theme=base16-windows-high-contrast] .hljs-variable {
  color: #fc5454;
}
[theme=base16-windows-high-contrast] .hljs-attr, [theme=base16-windows-high-contrast] .hljs-link, [theme=base16-windows-high-contrast] .hljs-literal, [theme=base16-windows-high-contrast] .hljs-number, [theme=base16-windows-high-contrast] .hljs-symbol, [theme=base16-windows-high-contrast] .hljs-variable.constant_ {
  color: olive;
}
[theme=base16-windows-high-contrast] .hljs-class .hljs-title, [theme=base16-windows-high-contrast] .hljs-title, [theme=base16-windows-high-contrast] .hljs-title.class_ {
  color: #fcfc54;
}
[theme=base16-windows-high-contrast] .hljs-strong {
  font-weight: 700;
  color: #fcfc54;
}
[theme=base16-windows-high-contrast] .hljs-addition, [theme=base16-windows-high-contrast] .hljs-code, [theme=base16-windows-high-contrast] .hljs-string, [theme=base16-windows-high-contrast] .hljs-title.class_.inherited__ {
  color: #54fc54;
}
[theme=base16-windows-high-contrast] .hljs-built_in, [theme=base16-windows-high-contrast] .hljs-doctag, [theme=base16-windows-high-contrast] .hljs-keyword.hljs-atrule, [theme=base16-windows-high-contrast] .hljs-quote, [theme=base16-windows-high-contrast] .hljs-regexp {
  color: #54fcfc;
}
[theme=base16-windows-high-contrast] .hljs-attribute, [theme=base16-windows-high-contrast] .hljs-function .hljs-title, [theme=base16-windows-high-contrast] .hljs-section, [theme=base16-windows-high-contrast] .hljs-title.function_, [theme=base16-windows-high-contrast] .ruby .hljs-property {
  color: #5454fc;
}
[theme=base16-windows-high-contrast] .diff .hljs-meta, [theme=base16-windows-high-contrast] .hljs-keyword, [theme=base16-windows-high-contrast] .hljs-template-tag, [theme=base16-windows-high-contrast] .hljs-type {
  color: #fc54fc;
}
[theme=base16-windows-high-contrast] .hljs-emphasis {
  color: #fc54fc;
  font-style: italic;
}
[theme=base16-windows-high-contrast] .hljs-meta, [theme=base16-windows-high-contrast] .hljs-meta .hljs-keyword, [theme=base16-windows-high-contrast] .hljs-meta .hljs-string {
  color: green;
}
[theme=base16-windows-high-contrast] .hljs-meta .hljs-keyword, [theme=base16-windows-high-contrast] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-nt-light] {
  /*!
    Theme: Windows NT Light
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-nt-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-nt-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-nt-light] .hljs {
  color: grey;
  background: #fff;
}
[theme=base16-windows-nt-light] .hljs ::selection, [theme=base16-windows-nt-light] .hljs::selection {
  background-color: #d5d5d5;
  color: grey;
}
[theme=base16-windows-nt-light] .hljs-comment {
  color: silver;
}
[theme=base16-windows-nt-light] .hljs-tag {
  color: #a0a0a0;
}
[theme=base16-windows-nt-light] .hljs-operator, [theme=base16-windows-nt-light] .hljs-punctuation, [theme=base16-windows-nt-light] .hljs-subst {
  color: grey;
}
[theme=base16-windows-nt-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-nt-light] .hljs-bullet, [theme=base16-windows-nt-light] .hljs-deletion, [theme=base16-windows-nt-light] .hljs-name, [theme=base16-windows-nt-light] .hljs-selector-tag, [theme=base16-windows-nt-light] .hljs-template-variable, [theme=base16-windows-nt-light] .hljs-variable {
  color: maroon;
}
[theme=base16-windows-nt-light] .hljs-attr, [theme=base16-windows-nt-light] .hljs-link, [theme=base16-windows-nt-light] .hljs-literal, [theme=base16-windows-nt-light] .hljs-number, [theme=base16-windows-nt-light] .hljs-symbol, [theme=base16-windows-nt-light] .hljs-variable.constant_ {
  color: #ff0;
}
[theme=base16-windows-nt-light] .hljs-class .hljs-title, [theme=base16-windows-nt-light] .hljs-title, [theme=base16-windows-nt-light] .hljs-title.class_ {
  color: olive;
}
[theme=base16-windows-nt-light] .hljs-strong {
  font-weight: 700;
  color: olive;
}
[theme=base16-windows-nt-light] .hljs-addition, [theme=base16-windows-nt-light] .hljs-code, [theme=base16-windows-nt-light] .hljs-string, [theme=base16-windows-nt-light] .hljs-title.class_.inherited__ {
  color: green;
}
[theme=base16-windows-nt-light] .hljs-built_in, [theme=base16-windows-nt-light] .hljs-doctag, [theme=base16-windows-nt-light] .hljs-keyword.hljs-atrule, [theme=base16-windows-nt-light] .hljs-quote, [theme=base16-windows-nt-light] .hljs-regexp {
  color: teal;
}
[theme=base16-windows-nt-light] .hljs-attribute, [theme=base16-windows-nt-light] .hljs-function .hljs-title, [theme=base16-windows-nt-light] .hljs-section, [theme=base16-windows-nt-light] .hljs-title.function_, [theme=base16-windows-nt-light] .ruby .hljs-property {
  color: navy;
}
[theme=base16-windows-nt-light] .diff .hljs-meta, [theme=base16-windows-nt-light] .hljs-keyword, [theme=base16-windows-nt-light] .hljs-template-tag, [theme=base16-windows-nt-light] .hljs-type {
  color: purple;
}
[theme=base16-windows-nt-light] .hljs-emphasis {
  color: purple;
  font-style: italic;
}
[theme=base16-windows-nt-light] .hljs-meta, [theme=base16-windows-nt-light] .hljs-meta .hljs-keyword, [theme=base16-windows-nt-light] .hljs-meta .hljs-string {
  color: #0f0;
}
[theme=base16-windows-nt-light] .hljs-meta .hljs-keyword, [theme=base16-windows-nt-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-nt] {
  /*!
    Theme: Windows NT
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-nt] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-nt] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-nt] .hljs {
  color: silver;
  background: #000;
}
[theme=base16-windows-nt] .hljs ::selection, [theme=base16-windows-nt] .hljs::selection {
  background-color: #555;
  color: silver;
}
[theme=base16-windows-nt] .hljs-comment {
  color: grey;
}
[theme=base16-windows-nt] .hljs-tag {
  color: #a1a1a1;
}
[theme=base16-windows-nt] .hljs-operator, [theme=base16-windows-nt] .hljs-punctuation, [theme=base16-windows-nt] .hljs-subst {
  color: silver;
}
[theme=base16-windows-nt] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-nt] .hljs-bullet, [theme=base16-windows-nt] .hljs-deletion, [theme=base16-windows-nt] .hljs-name, [theme=base16-windows-nt] .hljs-selector-tag, [theme=base16-windows-nt] .hljs-template-variable, [theme=base16-windows-nt] .hljs-variable {
  color: red;
}
[theme=base16-windows-nt] .hljs-attr, [theme=base16-windows-nt] .hljs-link, [theme=base16-windows-nt] .hljs-literal, [theme=base16-windows-nt] .hljs-number, [theme=base16-windows-nt] .hljs-symbol, [theme=base16-windows-nt] .hljs-variable.constant_ {
  color: olive;
}
[theme=base16-windows-nt] .hljs-class .hljs-title, [theme=base16-windows-nt] .hljs-title, [theme=base16-windows-nt] .hljs-title.class_ {
  color: #ff0;
}
[theme=base16-windows-nt] .hljs-strong {
  font-weight: 700;
  color: #ff0;
}
[theme=base16-windows-nt] .hljs-addition, [theme=base16-windows-nt] .hljs-code, [theme=base16-windows-nt] .hljs-string, [theme=base16-windows-nt] .hljs-title.class_.inherited__ {
  color: #0f0;
}
[theme=base16-windows-nt] .hljs-built_in, [theme=base16-windows-nt] .hljs-doctag, [theme=base16-windows-nt] .hljs-keyword.hljs-atrule, [theme=base16-windows-nt] .hljs-quote, [theme=base16-windows-nt] .hljs-regexp {
  color: #0ff;
}
[theme=base16-windows-nt] .hljs-attribute, [theme=base16-windows-nt] .hljs-function .hljs-title, [theme=base16-windows-nt] .hljs-section, [theme=base16-windows-nt] .hljs-title.function_, [theme=base16-windows-nt] .ruby .hljs-property {
  color: #00f;
}
[theme=base16-windows-nt] .diff .hljs-meta, [theme=base16-windows-nt] .hljs-keyword, [theme=base16-windows-nt] .hljs-template-tag, [theme=base16-windows-nt] .hljs-type {
  color: #f0f;
}
[theme=base16-windows-nt] .hljs-emphasis {
  color: #f0f;
  font-style: italic;
}
[theme=base16-windows-nt] .hljs-meta, [theme=base16-windows-nt] .hljs-meta .hljs-keyword, [theme=base16-windows-nt] .hljs-meta .hljs-string {
  color: green;
}
[theme=base16-windows-nt] .hljs-meta .hljs-keyword, [theme=base16-windows-nt] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-woodland] {
  /*!
    Theme: Woodland
    Author: Jay Cornwall (https://jcornwall.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-woodland] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-woodland] code.hljs {
  padding: 3px 5px;
}
[theme=base16-woodland] .hljs {
  color: #cabcb1;
  background: #231e18;
}
[theme=base16-woodland] .hljs ::selection, [theme=base16-woodland] .hljs::selection {
  background-color: #48413a;
  color: #cabcb1;
}
[theme=base16-woodland] .hljs-comment {
  color: #9d8b70;
}
[theme=base16-woodland] .hljs-tag {
  color: #b4a490;
}
[theme=base16-woodland] .hljs-operator, [theme=base16-woodland] .hljs-punctuation, [theme=base16-woodland] .hljs-subst {
  color: #cabcb1;
}
[theme=base16-woodland] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-woodland] .hljs-bullet, [theme=base16-woodland] .hljs-deletion, [theme=base16-woodland] .hljs-name, [theme=base16-woodland] .hljs-selector-tag, [theme=base16-woodland] .hljs-template-variable, [theme=base16-woodland] .hljs-variable {
  color: #d35c5c;
}
[theme=base16-woodland] .hljs-attr, [theme=base16-woodland] .hljs-link, [theme=base16-woodland] .hljs-literal, [theme=base16-woodland] .hljs-number, [theme=base16-woodland] .hljs-symbol, [theme=base16-woodland] .hljs-variable.constant_ {
  color: #ca7f32;
}
[theme=base16-woodland] .hljs-class .hljs-title, [theme=base16-woodland] .hljs-title, [theme=base16-woodland] .hljs-title.class_ {
  color: #e0ac16;
}
[theme=base16-woodland] .hljs-strong {
  font-weight: 700;
  color: #e0ac16;
}
[theme=base16-woodland] .hljs-addition, [theme=base16-woodland] .hljs-code, [theme=base16-woodland] .hljs-string, [theme=base16-woodland] .hljs-title.class_.inherited__ {
  color: #b7ba53;
}
[theme=base16-woodland] .hljs-built_in, [theme=base16-woodland] .hljs-doctag, [theme=base16-woodland] .hljs-keyword.hljs-atrule, [theme=base16-woodland] .hljs-quote, [theme=base16-woodland] .hljs-regexp {
  color: #6eb958;
}
[theme=base16-woodland] .hljs-attribute, [theme=base16-woodland] .hljs-function .hljs-title, [theme=base16-woodland] .hljs-section, [theme=base16-woodland] .hljs-title.function_, [theme=base16-woodland] .ruby .hljs-property {
  color: #88a4d3;
}
[theme=base16-woodland] .diff .hljs-meta, [theme=base16-woodland] .hljs-keyword, [theme=base16-woodland] .hljs-template-tag, [theme=base16-woodland] .hljs-type {
  color: #bb90e2;
}
[theme=base16-woodland] .hljs-emphasis {
  color: #bb90e2;
  font-style: italic;
}
[theme=base16-woodland] .hljs-meta, [theme=base16-woodland] .hljs-meta .hljs-keyword, [theme=base16-woodland] .hljs-meta .hljs-string {
  color: #b49368;
}
[theme=base16-woodland] .hljs-meta .hljs-keyword, [theme=base16-woodland] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-xcode-dusk] {
  /*!
    Theme: XCode Dusk
    Author: Elsa Gonsiorowski (https://github.com/gonsie)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-xcode-dusk] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-xcode-dusk] code.hljs {
  padding: 3px 5px;
}
[theme=base16-xcode-dusk] .hljs {
  color: #939599;
  background: #282b35;
}
[theme=base16-xcode-dusk] .hljs ::selection, [theme=base16-xcode-dusk] .hljs::selection {
  background-color: #53555d;
  color: #939599;
}
[theme=base16-xcode-dusk] .hljs-comment {
  color: #686a71;
}
[theme=base16-xcode-dusk] .hljs-tag {
  color: #7e8086;
}
[theme=base16-xcode-dusk] .hljs-operator, [theme=base16-xcode-dusk] .hljs-punctuation, [theme=base16-xcode-dusk] .hljs-subst {
  color: #939599;
}
[theme=base16-xcode-dusk] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-xcode-dusk] .hljs-bullet, [theme=base16-xcode-dusk] .hljs-deletion, [theme=base16-xcode-dusk] .hljs-name, [theme=base16-xcode-dusk] .hljs-selector-tag, [theme=base16-xcode-dusk] .hljs-template-variable, [theme=base16-xcode-dusk] .hljs-variable {
  color: #b21889;
}
[theme=base16-xcode-dusk] .hljs-attr, [theme=base16-xcode-dusk] .hljs-link, [theme=base16-xcode-dusk] .hljs-literal, [theme=base16-xcode-dusk] .hljs-number, [theme=base16-xcode-dusk] .hljs-symbol, [theme=base16-xcode-dusk] .hljs-variable.constant_ {
  color: #786dc5;
}
[theme=base16-xcode-dusk] .hljs-class .hljs-title, [theme=base16-xcode-dusk] .hljs-title, [theme=base16-xcode-dusk] .hljs-title.class_ {
  color: #438288;
}
[theme=base16-xcode-dusk] .hljs-strong {
  font-weight: 700;
  color: #438288;
}
[theme=base16-xcode-dusk] .hljs-addition, [theme=base16-xcode-dusk] .hljs-code, [theme=base16-xcode-dusk] .hljs-string, [theme=base16-xcode-dusk] .hljs-title.class_.inherited__ {
  color: #df0002;
}
[theme=base16-xcode-dusk] .hljs-built_in, [theme=base16-xcode-dusk] .hljs-doctag, [theme=base16-xcode-dusk] .hljs-keyword.hljs-atrule, [theme=base16-xcode-dusk] .hljs-quote, [theme=base16-xcode-dusk] .hljs-regexp {
  color: #00a0be;
}
[theme=base16-xcode-dusk] .hljs-attribute, [theme=base16-xcode-dusk] .hljs-function .hljs-title, [theme=base16-xcode-dusk] .hljs-section, [theme=base16-xcode-dusk] .hljs-title.function_, [theme=base16-xcode-dusk] .ruby .hljs-property {
  color: #790ead;
}
[theme=base16-xcode-dusk] .diff .hljs-meta, [theme=base16-xcode-dusk] .hljs-keyword, [theme=base16-xcode-dusk] .hljs-template-tag, [theme=base16-xcode-dusk] .hljs-type {
  color: #b21889;
}
[theme=base16-xcode-dusk] .hljs-emphasis {
  color: #b21889;
  font-style: italic;
}
[theme=base16-xcode-dusk] .hljs-meta, [theme=base16-xcode-dusk] .hljs-meta .hljs-keyword, [theme=base16-xcode-dusk] .hljs-meta .hljs-string {
  color: #c77c48;
}
[theme=base16-xcode-dusk] .hljs-meta .hljs-keyword, [theme=base16-xcode-dusk] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-zenburn] {
  /*!
    Theme: Zenburn
    Author: elnawe
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-zenburn] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-zenburn] code.hljs {
  padding: 3px 5px;
}
[theme=base16-zenburn] .hljs {
  color: #dcdccc;
  background: #383838;
}
[theme=base16-zenburn] .hljs ::selection, [theme=base16-zenburn] .hljs::selection {
  background-color: #606060;
  color: #dcdccc;
}
[theme=base16-zenburn] .hljs-comment {
  color: #6f6f6f;
}
[theme=base16-zenburn] .hljs-tag {
  color: grey;
}
[theme=base16-zenburn] .hljs-operator, [theme=base16-zenburn] .hljs-punctuation, [theme=base16-zenburn] .hljs-subst {
  color: #dcdccc;
}
[theme=base16-zenburn] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-zenburn] .hljs-bullet, [theme=base16-zenburn] .hljs-deletion, [theme=base16-zenburn] .hljs-name, [theme=base16-zenburn] .hljs-selector-tag, [theme=base16-zenburn] .hljs-template-variable, [theme=base16-zenburn] .hljs-variable {
  color: #dca3a3;
}
[theme=base16-zenburn] .hljs-attr, [theme=base16-zenburn] .hljs-link, [theme=base16-zenburn] .hljs-literal, [theme=base16-zenburn] .hljs-number, [theme=base16-zenburn] .hljs-symbol, [theme=base16-zenburn] .hljs-variable.constant_ {
  color: #dfaf8f;
}
[theme=base16-zenburn] .hljs-class .hljs-title, [theme=base16-zenburn] .hljs-title, [theme=base16-zenburn] .hljs-title.class_ {
  color: #e0cf9f;
}
[theme=base16-zenburn] .hljs-strong {
  font-weight: 700;
  color: #e0cf9f;
}
[theme=base16-zenburn] .hljs-addition, [theme=base16-zenburn] .hljs-code, [theme=base16-zenburn] .hljs-string, [theme=base16-zenburn] .hljs-title.class_.inherited__ {
  color: #5f7f5f;
}
[theme=base16-zenburn] .hljs-built_in, [theme=base16-zenburn] .hljs-doctag, [theme=base16-zenburn] .hljs-keyword.hljs-atrule, [theme=base16-zenburn] .hljs-quote, [theme=base16-zenburn] .hljs-regexp {
  color: #93e0e3;
}
[theme=base16-zenburn] .hljs-attribute, [theme=base16-zenburn] .hljs-function .hljs-title, [theme=base16-zenburn] .hljs-section, [theme=base16-zenburn] .hljs-title.function_, [theme=base16-zenburn] .ruby .hljs-property {
  color: #7cb8bb;
}
[theme=base16-zenburn] .diff .hljs-meta, [theme=base16-zenburn] .hljs-keyword, [theme=base16-zenburn] .hljs-template-tag, [theme=base16-zenburn] .hljs-type {
  color: #dc8cc3;
}
[theme=base16-zenburn] .hljs-emphasis {
  color: #dc8cc3;
  font-style: italic;
}
[theme=base16-zenburn] .hljs-meta, [theme=base16-zenburn] .hljs-meta .hljs-keyword, [theme=base16-zenburn] .hljs-meta .hljs-string {
  color: #000;
}
[theme=base16-zenburn] .hljs-meta .hljs-keyword, [theme=base16-zenburn] .hljs-meta-keyword {
  font-weight: 700;
}
[theme=a11y-dark] {
  /*!
    Theme: a11y-dark
    Author: @ericwbailey
    Maintainer: @ericwbailey

    Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css
  */
}
[theme=a11y-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=a11y-dark] code.hljs {
  padding: 3px 5px;
}
[theme=a11y-dark] .hljs {
  background: #2b2b2b;
  color: #f8f8f2;
}
[theme=a11y-dark] .hljs-comment, [theme=a11y-dark] .hljs-quote {
  color: #d4d0ab;
}
[theme=a11y-dark] .hljs-deletion, [theme=a11y-dark] .hljs-name, [theme=a11y-dark] .hljs-regexp, [theme=a11y-dark] .hljs-selector-class, [theme=a11y-dark] .hljs-selector-id, [theme=a11y-dark] .hljs-tag, [theme=a11y-dark] .hljs-template-variable, [theme=a11y-dark] .hljs-variable {
  color: #ffa07a;
}
[theme=a11y-dark] .hljs-built_in, [theme=a11y-dark] .hljs-link, [theme=a11y-dark] .hljs-literal, [theme=a11y-dark] .hljs-meta, [theme=a11y-dark] .hljs-number, [theme=a11y-dark] .hljs-params, [theme=a11y-dark] .hljs-type {
  color: #f5ab35;
}
[theme=a11y-dark] .hljs-attribute {
  color: gold;
}
[theme=a11y-dark] .hljs-addition, [theme=a11y-dark] .hljs-bullet, [theme=a11y-dark] .hljs-string, [theme=a11y-dark] .hljs-symbol {
  color: #abe338;
}
[theme=a11y-dark] .hljs-section, [theme=a11y-dark] .hljs-title {
  color: #00e0e0;
}
[theme=a11y-dark] .hljs-keyword, [theme=a11y-dark] .hljs-selector-tag {
  color: #dcc6e0;
}
[theme=a11y-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=a11y-dark] .hljs-strong {
  font-weight: 700;
}
@media screen and (-ms-high-contrast: active) {
  [theme=a11y-dark] .hljs-addition, [theme=a11y-dark] .hljs-attribute, [theme=a11y-dark] .hljs-built_in, [theme=a11y-dark] .hljs-bullet, [theme=a11y-dark] .hljs-comment, [theme=a11y-dark] .hljs-link, [theme=a11y-dark] .hljs-literal, [theme=a11y-dark] .hljs-meta, [theme=a11y-dark] .hljs-number, [theme=a11y-dark] .hljs-params, [theme=a11y-dark] .hljs-quote, [theme=a11y-dark] .hljs-string, [theme=a11y-dark] .hljs-symbol, [theme=a11y-dark] .hljs-type {
    color: highlight;
  }
  [theme=a11y-dark] .hljs-keyword, [theme=a11y-dark] .hljs-selector-tag {
    font-weight: 700;
  }
}

[theme=a11y-light] {
  /*!
    Theme: a11y-light
    Author: @ericwbailey
    Maintainer: @ericwbailey

    Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css
  */
}
[theme=a11y-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=a11y-light] code.hljs {
  padding: 3px 5px;
}
[theme=a11y-light] .hljs {
  background: #fefefe;
  color: #545454;
}
[theme=a11y-light] .hljs-comment, [theme=a11y-light] .hljs-quote {
  color: #696969;
}
[theme=a11y-light] .hljs-deletion, [theme=a11y-light] .hljs-name, [theme=a11y-light] .hljs-regexp, [theme=a11y-light] .hljs-selector-class, [theme=a11y-light] .hljs-selector-id, [theme=a11y-light] .hljs-tag, [theme=a11y-light] .hljs-template-variable, [theme=a11y-light] .hljs-variable {
  color: #d91e18;
}
[theme=a11y-light] .hljs-attribute, [theme=a11y-light] .hljs-built_in, [theme=a11y-light] .hljs-link, [theme=a11y-light] .hljs-literal, [theme=a11y-light] .hljs-meta, [theme=a11y-light] .hljs-number, [theme=a11y-light] .hljs-params, [theme=a11y-light] .hljs-type {
  color: #aa5d00;
}
[theme=a11y-light] .hljs-addition, [theme=a11y-light] .hljs-bullet, [theme=a11y-light] .hljs-string, [theme=a11y-light] .hljs-symbol {
  color: green;
}
[theme=a11y-light] .hljs-section, [theme=a11y-light] .hljs-title {
  color: #007faa;
}
[theme=a11y-light] .hljs-keyword, [theme=a11y-light] .hljs-selector-tag {
  color: #7928a1;
}
[theme=a11y-light] .hljs-emphasis {
  font-style: italic;
}
[theme=a11y-light] .hljs-strong {
  font-weight: 700;
}
@media screen and (-ms-high-contrast: active) {
  [theme=a11y-light] .hljs-addition, [theme=a11y-light] .hljs-attribute, [theme=a11y-light] .hljs-built_in, [theme=a11y-light] .hljs-bullet, [theme=a11y-light] .hljs-comment, [theme=a11y-light] .hljs-link, [theme=a11y-light] .hljs-literal, [theme=a11y-light] .hljs-meta, [theme=a11y-light] .hljs-number, [theme=a11y-light] .hljs-params, [theme=a11y-light] .hljs-quote, [theme=a11y-light] .hljs-string, [theme=a11y-light] .hljs-symbol, [theme=a11y-light] .hljs-type {
    color: highlight;
  }
  [theme=a11y-light] .hljs-keyword, [theme=a11y-light] .hljs-selector-tag {
    font-weight: 700;
  }
}

[theme=agate] {
  /*!
     Theme: Agate
     Author: (c) Taufik Nurrohman <hi@taufik-nurrohman.com>
     Maintainer: @taufik-nurrohman
     Updated: 2021-04-24

     #333
     #62c8f3
     #7bd694
     #888
     #a2fca2
     #ade5fc
     #b8d8a2
     #c6b4f0
     #d36363
     #fc9b9b
     #fcc28c
     #ffa
     #fff
  */
}
[theme=agate] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=agate] code.hljs {
  padding: 3px 5px;
}
[theme=agate] .hljs {
  background: #333;
  color: #fff;
}
[theme=agate] .hljs-doctag, [theme=agate] .hljs-meta-keyword, [theme=agate] .hljs-name, [theme=agate] .hljs-strong {
  font-weight: 700;
}
[theme=agate] .hljs-code, [theme=agate] .hljs-emphasis {
  font-style: italic;
}
[theme=agate] .hljs-section, [theme=agate] .hljs-tag {
  color: #62c8f3;
}
[theme=agate] .hljs-selector-class, [theme=agate] .hljs-selector-id, [theme=agate] .hljs-template-variable, [theme=agate] .hljs-variable {
  color: #ade5fc;
}
[theme=agate] .hljs-meta-string, [theme=agate] .hljs-string {
  color: #a2fca2;
}
[theme=agate] .hljs-attr, [theme=agate] .hljs-quote, [theme=agate] .hljs-selector-attr {
  color: #7bd694;
}
[theme=agate] .hljs-tag .hljs-attr {
  color: inherit;
}
[theme=agate] .hljs-attribute, [theme=agate] .hljs-title, [theme=agate] .hljs-type {
  color: #ffa;
}
[theme=agate] .hljs-number, [theme=agate] .hljs-symbol {
  color: #d36363;
}
[theme=agate] .hljs-bullet, [theme=agate] .hljs-template-tag {
  color: #b8d8a2;
}
[theme=agate] .hljs-built_in, [theme=agate] .hljs-keyword, [theme=agate] .hljs-literal, [theme=agate] .hljs-selector-tag {
  color: #fcc28c;
}
[theme=agate] .hljs-code, [theme=agate] .hljs-comment, [theme=agate] .hljs-formula {
  color: #888;
}
[theme=agate] .hljs-link, [theme=agate] .hljs-regexp, [theme=agate] .hljs-selector-pseudo {
  color: #c6b4f0;
}
[theme=agate] .hljs-meta {
  color: #fc9b9b;
}
[theme=agate] .hljs-deletion {
  background: #fc9b9b;
  color: #333;
}
[theme=agate] .hljs-addition {
  background: #a2fca2;
  color: #333;
}
[theme=agate] .hljs-subst {
  color: #fff;
}
[theme=agate] .hljs a {
  color: inherit;
}
[theme=agate] .hljs a:focus, [theme=agate] .hljs a:hover {
  color: inherit;
  text-decoration: underline;
}
[theme=agate] .hljs mark {
  background: #555;
  color: inherit;
}

[theme=an-old-hope] {
  /*!
    Theme: An Old Hope – Star Wars Syntax
    Author: (c) Gustavo Costa <gusbemacbe@gmail.com>
    Maintainer: @gusbemacbe

    Original theme - Ocean Dark Theme – by https://github.com/gavsiu
    Based on Jesse Leite's Atom syntax theme 'An Old Hope'
      https://github.com/JesseLeite/an-old-hope-syntax-atom
  */
}
[theme=an-old-hope] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=an-old-hope] code.hljs {
  padding: 3px 5px;
}
[theme=an-old-hope] .hljs {
  background: #1c1d21;
  color: #c0c5ce;
}
[theme=an-old-hope] .hljs-comment, [theme=an-old-hope] .hljs-quote {
  color: #b6b18b;
}
[theme=an-old-hope] .hljs-deletion, [theme=an-old-hope] .hljs-name, [theme=an-old-hope] .hljs-regexp, [theme=an-old-hope] .hljs-selector-class, [theme=an-old-hope] .hljs-selector-id, [theme=an-old-hope] .hljs-tag, [theme=an-old-hope] .hljs-template-variable, [theme=an-old-hope] .hljs-variable {
  color: #eb3c54;
}
[theme=an-old-hope] .hljs-built_in, [theme=an-old-hope] .hljs-link, [theme=an-old-hope] .hljs-literal, [theme=an-old-hope] .hljs-meta, [theme=an-old-hope] .hljs-number, [theme=an-old-hope] .hljs-params, [theme=an-old-hope] .hljs-type {
  color: #e7ce56;
}
[theme=an-old-hope] .hljs-attribute {
  color: #ee7c2b;
}
[theme=an-old-hope] .hljs-addition, [theme=an-old-hope] .hljs-bullet, [theme=an-old-hope] .hljs-string, [theme=an-old-hope] .hljs-symbol {
  color: #4fb4d7;
}
[theme=an-old-hope] .hljs-section, [theme=an-old-hope] .hljs-title {
  color: #78bb65;
}
[theme=an-old-hope] .hljs-keyword, [theme=an-old-hope] .hljs-selector-tag {
  color: #b45ea4;
}
[theme=an-old-hope] .hljs-emphasis {
  font-style: italic;
}
[theme=an-old-hope] .hljs-strong {
  font-weight: 700;
}

[theme=androidstudio] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=androidstudio] code.hljs {
  padding: 3px 5px;
}
[theme=androidstudio] .hljs {
  color: #a9b7c6;
  background: #282b2e;
}
[theme=androidstudio] .hljs-bullet, [theme=androidstudio] .hljs-literal, [theme=androidstudio] .hljs-number, [theme=androidstudio] .hljs-symbol {
  color: #6897bb;
}
[theme=androidstudio] .hljs-deletion, [theme=androidstudio] .hljs-keyword, [theme=androidstudio] .hljs-selector-tag {
  color: #cc7832;
}
[theme=androidstudio] .hljs-link, [theme=androidstudio] .hljs-template-variable, [theme=androidstudio] .hljs-variable {
  color: #629755;
}
[theme=androidstudio] .hljs-comment, [theme=androidstudio] .hljs-quote {
  color: grey;
}
[theme=androidstudio] .hljs-meta {
  color: #bbb529;
}
[theme=androidstudio] .hljs-addition, [theme=androidstudio] .hljs-attribute, [theme=androidstudio] .hljs-string {
  color: #6a8759;
}
[theme=androidstudio] .hljs-section, [theme=androidstudio] .hljs-title, [theme=androidstudio] .hljs-type {
  color: #ffc66d;
}
[theme=androidstudio] .hljs-name, [theme=androidstudio] .hljs-selector-class, [theme=androidstudio] .hljs-selector-id {
  color: #e8bf6a;
}
[theme=androidstudio] .hljs-emphasis {
  font-style: italic;
}
[theme=androidstudio] .hljs-strong {
  font-weight: 700;
}

[theme=arduino-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=arduino-light] code.hljs {
  padding: 3px 5px;
}
[theme=arduino-light] .hljs {
  background: #fff;
  color: #434f54;
}
[theme=arduino-light] .hljs-subst {
  color: #434f54;
}
[theme=arduino-light] .hljs-attribute, [theme=arduino-light] .hljs-doctag, [theme=arduino-light] .hljs-keyword, [theme=arduino-light] .hljs-name, [theme=arduino-light] .hljs-selector-tag {
  color: #00979d;
}
[theme=arduino-light] .hljs-addition, [theme=arduino-light] .hljs-built_in, [theme=arduino-light] .hljs-bullet, [theme=arduino-light] .hljs-code, [theme=arduino-light] .hljs-literal {
  color: #d35400;
}
[theme=arduino-light] .hljs-link, [theme=arduino-light] .hljs-regexp, [theme=arduino-light] .hljs-selector-attr, [theme=arduino-light] .hljs-selector-pseudo, [theme=arduino-light] .hljs-symbol, [theme=arduino-light] .hljs-template-variable, [theme=arduino-light] .hljs-variable {
  color: #00979d;
}
[theme=arduino-light] .hljs-deletion, [theme=arduino-light] .hljs-quote, [theme=arduino-light] .hljs-selector-class, [theme=arduino-light] .hljs-selector-id, [theme=arduino-light] .hljs-string, [theme=arduino-light] .hljs-template-tag, [theme=arduino-light] .hljs-type {
  color: #005c5f;
}
[theme=arduino-light] .hljs-comment {
  color: rgba(149, 165, 166, 0.8);
}
[theme=arduino-light] .hljs-meta .hljs-keyword {
  color: #728e00;
}
[theme=arduino-light] .hljs-meta {
  color: #434f54;
}
[theme=arduino-light] .hljs-emphasis {
  font-style: italic;
}
[theme=arduino-light] .hljs-strong {
  font-weight: 700;
}
[theme=arduino-light] .hljs-function {
  color: #728e00;
}
[theme=arduino-light] .hljs-section, [theme=arduino-light] .hljs-title {
  color: #800;
  font-weight: 700;
}
[theme=arduino-light] .hljs-number {
  color: #8a7b52;
}

[theme=arta] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=arta] code.hljs {
  padding: 3px 5px;
}
[theme=arta] .hljs {
  background: #222;
  color: #aaa;
}
[theme=arta] .hljs-subst {
  color: #aaa;
}
[theme=arta] .hljs-section {
  color: #fff;
}
[theme=arta] .hljs-comment, [theme=arta] .hljs-meta, [theme=arta] .hljs-quote {
  color: #444;
}
[theme=arta] .hljs-bullet, [theme=arta] .hljs-regexp, [theme=arta] .hljs-string, [theme=arta] .hljs-symbol {
  color: #fc3;
}
[theme=arta] .hljs-addition, [theme=arta] .hljs-number {
  color: #0c6;
}
[theme=arta] .hljs-attribute, [theme=arta] .hljs-built_in, [theme=arta] .hljs-link, [theme=arta] .hljs-literal, [theme=arta] .hljs-template-variable, [theme=arta] .hljs-type {
  color: #32aaee;
}
[theme=arta] .hljs-keyword, [theme=arta] .hljs-name, [theme=arta] .hljs-selector-class, [theme=arta] .hljs-selector-id, [theme=arta] .hljs-selector-tag {
  color: #64a;
}
[theme=arta] .hljs-deletion, [theme=arta] .hljs-template-tag, [theme=arta] .hljs-title, [theme=arta] .hljs-variable {
  color: #b16;
}
[theme=arta] .hljs-doctag, [theme=arta] .hljs-section, [theme=arta] .hljs-strong {
  font-weight: 700;
}
[theme=arta] .hljs-emphasis {
  font-style: italic;
}

[theme=ascetic] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=ascetic] code.hljs {
  padding: 3px 5px;
}
[theme=ascetic] .hljs {
  background: #fff;
  color: #000;
}
[theme=ascetic] .hljs-addition, [theme=ascetic] .hljs-attribute, [theme=ascetic] .hljs-bullet, [theme=ascetic] .hljs-link, [theme=ascetic] .hljs-section, [theme=ascetic] .hljs-string, [theme=ascetic] .hljs-symbol, [theme=ascetic] .hljs-template-variable, [theme=ascetic] .hljs-variable {
  color: #888;
}
[theme=ascetic] .hljs-comment, [theme=ascetic] .hljs-deletion, [theme=ascetic] .hljs-meta, [theme=ascetic] .hljs-quote {
  color: #ccc;
}
[theme=ascetic] .hljs-keyword, [theme=ascetic] .hljs-name, [theme=ascetic] .hljs-section, [theme=ascetic] .hljs-selector-tag, [theme=ascetic] .hljs-strong, [theme=ascetic] .hljs-type {
  font-weight: 700;
}
[theme=ascetic] .hljs-emphasis {
  font-style: italic;
}

[theme=atom-one-dark-reasonable] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=atom-one-dark-reasonable] code.hljs {
  padding: 3px 5px;
}
[theme=atom-one-dark-reasonable] .hljs {
  color: #abb2bf;
  background: #282c34;
}
[theme=atom-one-dark-reasonable] .hljs-keyword, [theme=atom-one-dark-reasonable] .hljs-operator, [theme=atom-one-dark-reasonable] .hljs-pattern-match {
  color: #f92672;
}
[theme=atom-one-dark-reasonable] .hljs-function, [theme=atom-one-dark-reasonable] .hljs-pattern-match .hljs-constructor {
  color: #61aeee;
}
[theme=atom-one-dark-reasonable] .hljs-function .hljs-params {
  color: #a6e22e;
}
[theme=atom-one-dark-reasonable] .hljs-function .hljs-params .hljs-typing {
  color: #fd971f;
}
[theme=atom-one-dark-reasonable] .hljs-module-access .hljs-module {
  color: #7e57c2;
}
[theme=atom-one-dark-reasonable] .hljs-constructor {
  color: #e2b93d;
}
[theme=atom-one-dark-reasonable] .hljs-constructor .hljs-string {
  color: #9ccc65;
}
[theme=atom-one-dark-reasonable] .hljs-comment, [theme=atom-one-dark-reasonable] .hljs-quote {
  color: #b18eb1;
  font-style: italic;
}
[theme=atom-one-dark-reasonable] .hljs-doctag, [theme=atom-one-dark-reasonable] .hljs-formula {
  color: #c678dd;
}
[theme=atom-one-dark-reasonable] .hljs-deletion, [theme=atom-one-dark-reasonable] .hljs-name, [theme=atom-one-dark-reasonable] .hljs-section, [theme=atom-one-dark-reasonable] .hljs-selector-tag, [theme=atom-one-dark-reasonable] .hljs-subst {
  color: #e06c75;
}
[theme=atom-one-dark-reasonable] .hljs-literal {
  color: #56b6c2;
}
[theme=atom-one-dark-reasonable] .hljs-addition, [theme=atom-one-dark-reasonable] .hljs-attribute, [theme=atom-one-dark-reasonable] .hljs-meta .hljs-string, [theme=atom-one-dark-reasonable] .hljs-regexp, [theme=atom-one-dark-reasonable] .hljs-string {
  color: #98c379;
}
[theme=atom-one-dark-reasonable] .hljs-built_in, [theme=atom-one-dark-reasonable] .hljs-class .hljs-title, [theme=atom-one-dark-reasonable] .hljs-title.class_ {
  color: #e6c07b;
}
[theme=atom-one-dark-reasonable] .hljs-attr, [theme=atom-one-dark-reasonable] .hljs-number, [theme=atom-one-dark-reasonable] .hljs-selector-attr, [theme=atom-one-dark-reasonable] .hljs-selector-class, [theme=atom-one-dark-reasonable] .hljs-selector-pseudo, [theme=atom-one-dark-reasonable] .hljs-template-variable, [theme=atom-one-dark-reasonable] .hljs-type, [theme=atom-one-dark-reasonable] .hljs-variable {
  color: #d19a66;
}
[theme=atom-one-dark-reasonable] .hljs-bullet, [theme=atom-one-dark-reasonable] .hljs-link, [theme=atom-one-dark-reasonable] .hljs-meta, [theme=atom-one-dark-reasonable] .hljs-selector-id, [theme=atom-one-dark-reasonable] .hljs-symbol, [theme=atom-one-dark-reasonable] .hljs-title {
  color: #61aeee;
}
[theme=atom-one-dark-reasonable] .hljs-emphasis {
  font-style: italic;
}
[theme=atom-one-dark-reasonable] .hljs-strong {
  font-weight: 700;
}
[theme=atom-one-dark-reasonable] .hljs-link {
  text-decoration: underline;
}

[theme=atom-one-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=atom-one-dark] code.hljs {
  padding: 3px 5px;
}
[theme=atom-one-dark] .hljs {
  color: #abb2bf;
  background: #282c34;
}
[theme=atom-one-dark] .hljs-comment, [theme=atom-one-dark] .hljs-quote {
  color: #5c6370;
  font-style: italic;
}
[theme=atom-one-dark] .hljs-doctag, [theme=atom-one-dark] .hljs-formula, [theme=atom-one-dark] .hljs-keyword {
  color: #c678dd;
}
[theme=atom-one-dark] .hljs-deletion, [theme=atom-one-dark] .hljs-name, [theme=atom-one-dark] .hljs-section, [theme=atom-one-dark] .hljs-selector-tag, [theme=atom-one-dark] .hljs-subst {
  color: #e06c75;
}
[theme=atom-one-dark] .hljs-literal {
  color: #56b6c2;
}
[theme=atom-one-dark] .hljs-addition, [theme=atom-one-dark] .hljs-attribute, [theme=atom-one-dark] .hljs-meta .hljs-string, [theme=atom-one-dark] .hljs-regexp, [theme=atom-one-dark] .hljs-string {
  color: #98c379;
}
[theme=atom-one-dark] .hljs-attr, [theme=atom-one-dark] .hljs-number, [theme=atom-one-dark] .hljs-selector-attr, [theme=atom-one-dark] .hljs-selector-class, [theme=atom-one-dark] .hljs-selector-pseudo, [theme=atom-one-dark] .hljs-template-variable, [theme=atom-one-dark] .hljs-type, [theme=atom-one-dark] .hljs-variable {
  color: #d19a66;
}
[theme=atom-one-dark] .hljs-bullet, [theme=atom-one-dark] .hljs-link, [theme=atom-one-dark] .hljs-meta, [theme=atom-one-dark] .hljs-selector-id, [theme=atom-one-dark] .hljs-symbol, [theme=atom-one-dark] .hljs-title {
  color: #61aeee;
}
[theme=atom-one-dark] .hljs-built_in, [theme=atom-one-dark] .hljs-class .hljs-title, [theme=atom-one-dark] .hljs-title.class_ {
  color: #e6c07b;
}
[theme=atom-one-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=atom-one-dark] .hljs-strong {
  font-weight: 700;
}
[theme=atom-one-dark] .hljs-link {
  text-decoration: underline;
}

[theme=atom-one-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=atom-one-light] code.hljs {
  padding: 3px 5px;
}
[theme=atom-one-light] .hljs {
  color: #383a42;
  background: #fafafa;
}
[theme=atom-one-light] .hljs-comment, [theme=atom-one-light] .hljs-quote {
  color: #a0a1a7;
  font-style: italic;
}
[theme=atom-one-light] .hljs-doctag, [theme=atom-one-light] .hljs-formula, [theme=atom-one-light] .hljs-keyword {
  color: #a626a4;
}
[theme=atom-one-light] .hljs-deletion, [theme=atom-one-light] .hljs-name, [theme=atom-one-light] .hljs-section, [theme=atom-one-light] .hljs-selector-tag, [theme=atom-one-light] .hljs-subst {
  color: #e45649;
}
[theme=atom-one-light] .hljs-literal {
  color: #0184bb;
}
[theme=atom-one-light] .hljs-addition, [theme=atom-one-light] .hljs-attribute, [theme=atom-one-light] .hljs-meta .hljs-string, [theme=atom-one-light] .hljs-regexp, [theme=atom-one-light] .hljs-string {
  color: #50a14f;
}
[theme=atom-one-light] .hljs-attr, [theme=atom-one-light] .hljs-number, [theme=atom-one-light] .hljs-selector-attr, [theme=atom-one-light] .hljs-selector-class, [theme=atom-one-light] .hljs-selector-pseudo, [theme=atom-one-light] .hljs-template-variable, [theme=atom-one-light] .hljs-type, [theme=atom-one-light] .hljs-variable {
  color: #986801;
}
[theme=atom-one-light] .hljs-bullet, [theme=atom-one-light] .hljs-link, [theme=atom-one-light] .hljs-meta, [theme=atom-one-light] .hljs-selector-id, [theme=atom-one-light] .hljs-symbol, [theme=atom-one-light] .hljs-title {
  color: #4078f2;
}
[theme=atom-one-light] .hljs-built_in, [theme=atom-one-light] .hljs-class .hljs-title, [theme=atom-one-light] .hljs-title.class_ {
  color: #c18401;
}
[theme=atom-one-light] .hljs-emphasis {
  font-style: italic;
}
[theme=atom-one-light] .hljs-strong {
  font-weight: 700;
}
[theme=atom-one-light] .hljs-link {
  text-decoration: underline;
}

[theme=brown-paper] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=brown-paper] code.hljs {
  padding: 3px 5px;
}
[theme=brown-paper] .hljs {
  color: #363c69;
  background: url(/brown-papersq.png) #b7a68e;
}
[theme=brown-paper] .hljs-keyword, [theme=brown-paper] .hljs-literal, [theme=brown-paper] .hljs-selector-tag {
  color: #059;
}
[theme=brown-paper] .hljs-addition, [theme=brown-paper] .hljs-attribute, [theme=brown-paper] .hljs-built_in, [theme=brown-paper] .hljs-bullet, [theme=brown-paper] .hljs-link, [theme=brown-paper] .hljs-name, [theme=brown-paper] .hljs-section, [theme=brown-paper] .hljs-string, [theme=brown-paper] .hljs-symbol, [theme=brown-paper] .hljs-template-tag, [theme=brown-paper] .hljs-template-variable, [theme=brown-paper] .hljs-title, [theme=brown-paper] .hljs-type, [theme=brown-paper] .hljs-variable {
  color: #2c009f;
}
[theme=brown-paper] .hljs-comment, [theme=brown-paper] .hljs-deletion, [theme=brown-paper] .hljs-meta, [theme=brown-paper] .hljs-quote {
  color: #802022;
}
[theme=brown-paper] .hljs-doctag, [theme=brown-paper] .hljs-keyword, [theme=brown-paper] .hljs-literal, [theme=brown-paper] .hljs-name, [theme=brown-paper] .hljs-section, [theme=brown-paper] .hljs-selector-tag, [theme=brown-paper] .hljs-strong, [theme=brown-paper] .hljs-title, [theme=brown-paper] .hljs-type {
  font-weight: 700;
}
[theme=brown-paper] .hljs-emphasis {
  font-style: italic;
}

[theme=codepen-embed] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=codepen-embed] code.hljs {
  padding: 3px 5px;
}
[theme=codepen-embed] .hljs {
  background: #222;
  color: #fff;
}
[theme=codepen-embed] .hljs-comment, [theme=codepen-embed] .hljs-quote {
  color: #777;
}
[theme=codepen-embed] .hljs-built_in, [theme=codepen-embed] .hljs-bullet, [theme=codepen-embed] .hljs-deletion, [theme=codepen-embed] .hljs-link, [theme=codepen-embed] .hljs-literal, [theme=codepen-embed] .hljs-meta, [theme=codepen-embed] .hljs-number, [theme=codepen-embed] .hljs-params, [theme=codepen-embed] .hljs-regexp, [theme=codepen-embed] .hljs-symbol, [theme=codepen-embed] .hljs-tag, [theme=codepen-embed] .hljs-template-variable, [theme=codepen-embed] .hljs-variable {
  color: #ab875d;
}
[theme=codepen-embed] .hljs-attribute, [theme=codepen-embed] .hljs-name, [theme=codepen-embed] .hljs-section, [theme=codepen-embed] .hljs-selector-class, [theme=codepen-embed] .hljs-selector-id, [theme=codepen-embed] .hljs-title, [theme=codepen-embed] .hljs-type {
  color: #9b869b;
}
[theme=codepen-embed] .hljs-addition, [theme=codepen-embed] .hljs-keyword, [theme=codepen-embed] .hljs-selector-tag, [theme=codepen-embed] .hljs-string {
  color: #8f9c6c;
}
[theme=codepen-embed] .hljs-emphasis {
  font-style: italic;
}
[theme=codepen-embed] .hljs-strong {
  font-weight: 700;
}

[theme=color-brewer] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=color-brewer] code.hljs {
  padding: 3px 5px;
}
[theme=color-brewer] .hljs {
  color: #000;
  background: #fff;
}
[theme=color-brewer] .hljs-addition, [theme=color-brewer] .hljs-meta, [theme=color-brewer] .hljs-string, [theme=color-brewer] .hljs-symbol, [theme=color-brewer] .hljs-template-tag, [theme=color-brewer] .hljs-template-variable {
  color: #756bb1;
}
[theme=color-brewer] .hljs-comment, [theme=color-brewer] .hljs-quote {
  color: #636363;
}
[theme=color-brewer] .hljs-bullet, [theme=color-brewer] .hljs-link, [theme=color-brewer] .hljs-literal, [theme=color-brewer] .hljs-number, [theme=color-brewer] .hljs-regexp {
  color: #31a354;
}
[theme=color-brewer] .hljs-deletion, [theme=color-brewer] .hljs-variable {
  color: #88f;
}
[theme=color-brewer] .hljs-built_in, [theme=color-brewer] .hljs-doctag, [theme=color-brewer] .hljs-keyword, [theme=color-brewer] .hljs-name, [theme=color-brewer] .hljs-section, [theme=color-brewer] .hljs-selector-class, [theme=color-brewer] .hljs-selector-id, [theme=color-brewer] .hljs-selector-tag, [theme=color-brewer] .hljs-strong, [theme=color-brewer] .hljs-tag, [theme=color-brewer] .hljs-title, [theme=color-brewer] .hljs-type {
  color: #3182bd;
}
[theme=color-brewer] .hljs-emphasis {
  font-style: italic;
}
[theme=color-brewer] .hljs-attribute {
  color: #e6550d;
}

[theme=dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=dark] code.hljs {
  padding: 3px 5px;
}
[theme=dark] .hljs {
  color: #ddd;
  background: #303030;
}
[theme=dark] .hljs-keyword, [theme=dark] .hljs-link, [theme=dark] .hljs-literal, [theme=dark] .hljs-section, [theme=dark] .hljs-selector-tag {
  color: #fff;
}
[theme=dark] .hljs-addition, [theme=dark] .hljs-attribute, [theme=dark] .hljs-built_in, [theme=dark] .hljs-bullet, [theme=dark] .hljs-name, [theme=dark] .hljs-string, [theme=dark] .hljs-symbol, [theme=dark] .hljs-template-tag, [theme=dark] .hljs-template-variable, [theme=dark] .hljs-title, [theme=dark] .hljs-type, [theme=dark] .hljs-variable {
  color: #d88;
}
[theme=dark] .hljs-comment, [theme=dark] .hljs-deletion, [theme=dark] .hljs-meta, [theme=dark] .hljs-quote {
  color: #979797;
}
[theme=dark] .hljs-doctag, [theme=dark] .hljs-keyword, [theme=dark] .hljs-literal, [theme=dark] .hljs-name, [theme=dark] .hljs-section, [theme=dark] .hljs-selector-tag, [theme=dark] .hljs-strong, [theme=dark] .hljs-title, [theme=dark] .hljs-type {
  font-weight: 700;
}
[theme=dark] .hljs-emphasis {
  font-style: italic;
}

[theme=default] {
  /*!
    Theme: Default
    Description: Original highlight.js style
    Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
    Maintainer: @highlightjs/core-team
    Website: https://highlightjs.org/
    License: see project LICENSE
    Touched: 2021
  */
}
[theme=default] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=default] code.hljs {
  padding: 3px 5px;
}
[theme=default] .hljs {
  background: #f3f3f3;
  color: #444;
}
[theme=default] .hljs-comment {
  color: #697070;
}
[theme=default] .hljs-punctuation, [theme=default] .hljs-tag {
  color: #444a;
}
[theme=default] .hljs-tag .hljs-attr, [theme=default] .hljs-tag .hljs-name {
  color: #444;
}
[theme=default] .hljs-attribute, [theme=default] .hljs-doctag, [theme=default] .hljs-keyword, [theme=default] .hljs-meta .hljs-keyword, [theme=default] .hljs-name, [theme=default] .hljs-selector-tag {
  font-weight: 700;
}
[theme=default] .hljs-deletion, [theme=default] .hljs-number, [theme=default] .hljs-quote, [theme=default] .hljs-selector-class, [theme=default] .hljs-selector-id, [theme=default] .hljs-string, [theme=default] .hljs-template-tag, [theme=default] .hljs-type {
  color: #800;
}
[theme=default] .hljs-section, [theme=default] .hljs-title {
  color: #800;
  font-weight: 700;
}
[theme=default] .hljs-link, [theme=default] .hljs-operator, [theme=default] .hljs-regexp, [theme=default] .hljs-selector-attr, [theme=default] .hljs-selector-pseudo, [theme=default] .hljs-symbol, [theme=default] .hljs-template-variable, [theme=default] .hljs-variable {
  color: #ab5656;
}
[theme=default] .hljs-literal {
  color: #695;
}
[theme=default] .hljs-addition, [theme=default] .hljs-built_in, [theme=default] .hljs-bullet, [theme=default] .hljs-code {
  color: #397300;
}
[theme=default] .hljs-meta {
  color: #1f7199;
}
[theme=default] .hljs-meta .hljs-string {
  color: #38a;
}
[theme=default] .hljs-emphasis {
  font-style: italic;
}
[theme=default] .hljs-strong {
  font-weight: 700;
}

[theme=devibeans] {
  /*!
      Theme: devibeans (dark)
      Author: @terminaldweller
      Maintainer: @terminaldweller

      Inspired by vim's jellybeans theme (https://github.com/nanotech/jellybeans.vim)
  */
}
[theme=devibeans] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=devibeans] code.hljs {
  padding: 3px 5px;
}
[theme=devibeans] .hljs {
  background: #000;
  color: #a39e9b;
}
[theme=devibeans] .hljs-attr, [theme=devibeans] .hljs-template-tag {
  color: #8787d7;
}
[theme=devibeans] .hljs-comment, [theme=devibeans] .hljs-doctag, [theme=devibeans] .hljs-quote {
  color: #396;
}
[theme=devibeans] .hljs-params {
  color: #a39e9b;
}
[theme=devibeans] .hljs-regexp {
  color: #d700ff;
}
[theme=devibeans] .hljs-literal, [theme=devibeans] .hljs-number, [theme=devibeans] .hljs-selector-id, [theme=devibeans] .hljs-tag {
  color: #ef5350;
}
[theme=devibeans] .hljs-meta, [theme=devibeans] .hljs-meta .hljs-keyword {
  color: #0087ff;
}
[theme=devibeans] .hljs-code, [theme=devibeans] .hljs-formula, [theme=devibeans] .hljs-keyword, [theme=devibeans] .hljs-link, [theme=devibeans] .hljs-selector-attr, [theme=devibeans] .hljs-selector-class, [theme=devibeans] .hljs-selector-pseudo, [theme=devibeans] .hljs-template-variable, [theme=devibeans] .hljs-variable {
  color: #64b5f6;
}
[theme=devibeans] .hljs-built_in, [theme=devibeans] .hljs-deletion, [theme=devibeans] .hljs-title {
  color: #ff8700;
}
[theme=devibeans] .hljs-attribute, [theme=devibeans] .hljs-function, [theme=devibeans] .hljs-name, [theme=devibeans] .hljs-property, [theme=devibeans] .hljs-section, [theme=devibeans] .hljs-type {
  color: #ffd75f;
}
[theme=devibeans] .hljs-addition, [theme=devibeans] .hljs-bullet, [theme=devibeans] .hljs-meta .hljs-string, [theme=devibeans] .hljs-string, [theme=devibeans] .hljs-subst, [theme=devibeans] .hljs-symbol {
  color: #558b2f;
}
[theme=devibeans] .hljs-selector-tag {
  color: #96f;
}
[theme=devibeans] .hljs-emphasis {
  font-style: italic;
}
[theme=devibeans] .hljs-strong {
  font-weight: 700;
}

[theme=docco] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=docco] code.hljs {
  padding: 3px 5px;
}
[theme=docco] .hljs {
  color: #000;
  background: #f8f8ff;
}
[theme=docco] .hljs-comment, [theme=docco] .hljs-quote {
  color: #408080;
  font-style: italic;
}
[theme=docco] .hljs-keyword, [theme=docco] .hljs-literal, [theme=docco] .hljs-selector-tag, [theme=docco] .hljs-subst {
  color: #954121;
}
[theme=docco] .hljs-number {
  color: #40a070;
}
[theme=docco] .hljs-doctag, [theme=docco] .hljs-string {
  color: #219161;
}
[theme=docco] .hljs-section, [theme=docco] .hljs-selector-class, [theme=docco] .hljs-selector-id, [theme=docco] .hljs-type {
  color: #19469d;
}
[theme=docco] .hljs-params {
  color: #00f;
}
[theme=docco] .hljs-title {
  color: #458;
  font-weight: 700;
}
[theme=docco] .hljs-attribute, [theme=docco] .hljs-name, [theme=docco] .hljs-tag {
  color: navy;
  font-weight: 400;
}
[theme=docco] .hljs-template-variable, [theme=docco] .hljs-variable {
  color: teal;
}
[theme=docco] .hljs-link, [theme=docco] .hljs-regexp {
  color: #b68;
}
[theme=docco] .hljs-bullet, [theme=docco] .hljs-symbol {
  color: #990073;
}
[theme=docco] .hljs-built_in {
  color: #0086b3;
}
[theme=docco] .hljs-meta {
  color: #999;
  font-weight: 700;
}
[theme=docco] .hljs-deletion {
  background: #fdd;
}
[theme=docco] .hljs-addition {
  background: #dfd;
}
[theme=docco] .hljs-emphasis {
  font-style: italic;
}
[theme=docco] .hljs-strong {
  font-weight: 700;
}

[theme=far] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=far] code.hljs {
  padding: 3px 5px;
}
[theme=far] .hljs {
  color: #0ff;
  background: navy;
}
[theme=far] .hljs-addition, [theme=far] .hljs-attribute, [theme=far] .hljs-built_in, [theme=far] .hljs-bullet, [theme=far] .hljs-string, [theme=far] .hljs-symbol, [theme=far] .hljs-template-tag, [theme=far] .hljs-template-variable {
  color: #ff0;
}
[theme=far] .hljs-keyword, [theme=far] .hljs-name, [theme=far] .hljs-section, [theme=far] .hljs-selector-class, [theme=far] .hljs-selector-id, [theme=far] .hljs-selector-tag, [theme=far] .hljs-type, [theme=far] .hljs-variable {
  color: #fff;
}
[theme=far] .hljs-comment, [theme=far] .hljs-deletion, [theme=far] .hljs-doctag, [theme=far] .hljs-quote {
  color: #888;
}
[theme=far] .hljs-link, [theme=far] .hljs-literal, [theme=far] .hljs-number, [theme=far] .hljs-regexp {
  color: #0f0;
}
[theme=far] .hljs-meta {
  color: teal;
}
[theme=far] .hljs-keyword, [theme=far] .hljs-name, [theme=far] .hljs-section, [theme=far] .hljs-selector-tag, [theme=far] .hljs-strong, [theme=far] .hljs-title {
  font-weight: 700;
}
[theme=far] .hljs-emphasis {
  font-style: italic;
}

[theme=felipec] {
  /*!
   * Theme: FelipeC
   * Author: (c) 2021 Felipe Contreras <felipe.contreras@gmail.com>
   * Website: https://github.com/felipec/vim-felipec
   *
   * Autogenerated with vim-felipec's generator.
  */
}
[theme=felipec] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=felipec] code.hljs {
  padding: 3px 5px;
}
[theme=felipec] .hljs {
  color: #dddde1;
  background: #1e1e22;
}
[theme=felipec] .hljs ::selection, [theme=felipec] .hljs::selection {
  color: #1e1e22;
  background: #bf8fef;
}
[theme=felipec] .hljs-code, [theme=felipec] .hljs-comment, [theme=felipec] .hljs-quote {
  color: #888896;
}
[theme=felipec] .hljs-deletion, [theme=felipec] .hljs-literal, [theme=felipec] .hljs-number {
  color: #ef8f8f;
}
[theme=felipec] .hljs-doctag, [theme=felipec] .hljs-meta, [theme=felipec] .hljs-operator, [theme=felipec] .hljs-punctuation, [theme=felipec] .hljs-selector-attr, [theme=felipec] .hljs-subst, [theme=felipec] .hljs-template-variable {
  color: #efbf8f;
}
[theme=felipec] .hljs-type {
  color: #efef8f;
}
[theme=felipec] .hljs-selector-class, [theme=felipec] .hljs-selector-id, [theme=felipec] .hljs-tag, [theme=felipec] .hljs-title {
  color: #bfef8f;
}
[theme=felipec] .hljs-addition, [theme=felipec] .hljs-regexp, [theme=felipec] .hljs-string {
  color: #8fef8f;
}
[theme=felipec] .hljs-class, [theme=felipec] .hljs-property {
  color: #8fefbf;
}
[theme=felipec] .hljs-name, [theme=felipec] .hljs-selector-tag {
  color: #8fefef;
}
[theme=felipec] .hljs-built_in, [theme=felipec] .hljs-keyword {
  color: #8fbfef;
}
[theme=felipec] .hljs-bullet, [theme=felipec] .hljs-section {
  color: #8f8fef;
}
[theme=felipec] .hljs-selector-pseudo {
  color: #bf8fef;
}
[theme=felipec] .hljs-attr, [theme=felipec] .hljs-attribute, [theme=felipec] .hljs-params, [theme=felipec] .hljs-variable {
  color: #ef8fef;
}
[theme=felipec] .hljs-link, [theme=felipec] .hljs-symbol {
  color: #ef8fbf;
}
[theme=felipec] .hljs-literal, [theme=felipec] .hljs-strong, [theme=felipec] .hljs-title {
  font-weight: 700;
}
[theme=felipec] .hljs-emphasis {
  font-style: italic;
}

[theme=foundation] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=foundation] code.hljs {
  padding: 3px 5px;
}
[theme=foundation] .hljs {
  background: #eee;
  color: #000;
}
[theme=foundation] .hljs-addition, [theme=foundation] .hljs-attribute, [theme=foundation] .hljs-emphasis, [theme=foundation] .hljs-link {
  color: #070;
}
[theme=foundation] .hljs-emphasis {
  font-style: italic;
}
[theme=foundation] .hljs-deletion, [theme=foundation] .hljs-string, [theme=foundation] .hljs-strong {
  color: #d14;
}
[theme=foundation] .hljs-strong {
  font-weight: 700;
}
[theme=foundation] .hljs-comment, [theme=foundation] .hljs-quote {
  color: #998;
  font-style: italic;
}
[theme=foundation] .hljs-section, [theme=foundation] .hljs-title {
  color: #900;
}
[theme=foundation] .hljs-class .hljs-title, [theme=foundation] .hljs-title.class_, [theme=foundation] .hljs-type {
  color: #458;
}
[theme=foundation] .hljs-template-variable, [theme=foundation] .hljs-variable {
  color: #369;
}
[theme=foundation] .hljs-bullet {
  color: #970;
}
[theme=foundation] .hljs-meta {
  color: #34b;
}
[theme=foundation] .hljs-code, [theme=foundation] .hljs-keyword, [theme=foundation] .hljs-literal, [theme=foundation] .hljs-number, [theme=foundation] .hljs-selector-tag {
  color: #099;
}
[theme=foundation] .hljs-regexp {
  background-color: #fff0ff;
  color: #808;
}
[theme=foundation] .hljs-symbol {
  color: #990073;
}
[theme=foundation] .hljs-name, [theme=foundation] .hljs-selector-class, [theme=foundation] .hljs-selector-id, [theme=foundation] .hljs-tag {
  color: #070;
}

[theme=github-dark-dimmed] {
  /*!
    Theme: GitHub Dark Dimmed
    Description: Dark dimmed theme as seen on github.com
    Author: github.com
    Maintainer: @Hirse
    Updated: 2021-05-15

    Colors taken from GitHub's CSS
  */
}
[theme=github-dark-dimmed] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=github-dark-dimmed] code.hljs {
  padding: 3px 5px;
}
[theme=github-dark-dimmed] .hljs {
  color: #adbac7;
  background: #22272e;
}
[theme=github-dark-dimmed] .hljs-doctag, [theme=github-dark-dimmed] .hljs-keyword, [theme=github-dark-dimmed] .hljs-meta .hljs-keyword, [theme=github-dark-dimmed] .hljs-template-tag, [theme=github-dark-dimmed] .hljs-template-variable, [theme=github-dark-dimmed] .hljs-type, [theme=github-dark-dimmed] .hljs-variable.language_ {
  color: #f47067;
}
[theme=github-dark-dimmed] .hljs-title, [theme=github-dark-dimmed] .hljs-title.class_, [theme=github-dark-dimmed] .hljs-title.class_.inherited__, [theme=github-dark-dimmed] .hljs-title.function_ {
  color: #dcbdfb;
}
[theme=github-dark-dimmed] .hljs-attr, [theme=github-dark-dimmed] .hljs-attribute, [theme=github-dark-dimmed] .hljs-literal, [theme=github-dark-dimmed] .hljs-meta, [theme=github-dark-dimmed] .hljs-number, [theme=github-dark-dimmed] .hljs-operator, [theme=github-dark-dimmed] .hljs-selector-attr, [theme=github-dark-dimmed] .hljs-selector-class, [theme=github-dark-dimmed] .hljs-selector-id, [theme=github-dark-dimmed] .hljs-variable {
  color: #6cb6ff;
}
[theme=github-dark-dimmed] .hljs-meta .hljs-string, [theme=github-dark-dimmed] .hljs-regexp, [theme=github-dark-dimmed] .hljs-string {
  color: #96d0ff;
}
[theme=github-dark-dimmed] .hljs-built_in, [theme=github-dark-dimmed] .hljs-symbol {
  color: #f69d50;
}
[theme=github-dark-dimmed] .hljs-code, [theme=github-dark-dimmed] .hljs-comment, [theme=github-dark-dimmed] .hljs-formula {
  color: #768390;
}
[theme=github-dark-dimmed] .hljs-name, [theme=github-dark-dimmed] .hljs-quote, [theme=github-dark-dimmed] .hljs-selector-pseudo, [theme=github-dark-dimmed] .hljs-selector-tag {
  color: #8ddb8c;
}
[theme=github-dark-dimmed] .hljs-subst {
  color: #adbac7;
}
[theme=github-dark-dimmed] .hljs-section {
  color: #316dca;
  font-weight: 700;
}
[theme=github-dark-dimmed] .hljs-bullet {
  color: #eac55f;
}
[theme=github-dark-dimmed] .hljs-emphasis {
  color: #adbac7;
  font-style: italic;
}
[theme=github-dark-dimmed] .hljs-strong {
  color: #adbac7;
  font-weight: 700;
}
[theme=github-dark-dimmed] .hljs-addition {
  color: #b4f1b4;
  background-color: #1b4721;
}
[theme=github-dark-dimmed] .hljs-deletion {
  color: #ffd8d3;
  background-color: #78191b;
}

[theme=github-dark] {
  /*!
    Theme: GitHub Dark
    Description: Dark theme as seen on github.com
    Author: github.com
    Maintainer: @Hirse
    Updated: 2021-05-15

    Outdated base version: https://github.com/primer/github-syntax-dark
    Current colors taken from GitHub's CSS
  */
}
[theme=github-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=github-dark] code.hljs {
  padding: 3px 5px;
}
[theme=github-dark] .hljs {
  color: #c9d1d9;
  background: #0d1117;
}
[theme=github-dark] .hljs-doctag, [theme=github-dark] .hljs-keyword, [theme=github-dark] .hljs-meta .hljs-keyword, [theme=github-dark] .hljs-template-tag, [theme=github-dark] .hljs-template-variable, [theme=github-dark] .hljs-type, [theme=github-dark] .hljs-variable.language_ {
  color: #ff7b72;
}
[theme=github-dark] .hljs-title, [theme=github-dark] .hljs-title.class_, [theme=github-dark] .hljs-title.class_.inherited__, [theme=github-dark] .hljs-title.function_ {
  color: #d2a8ff;
}
[theme=github-dark] .hljs-attr, [theme=github-dark] .hljs-attribute, [theme=github-dark] .hljs-literal, [theme=github-dark] .hljs-meta, [theme=github-dark] .hljs-number, [theme=github-dark] .hljs-operator, [theme=github-dark] .hljs-selector-attr, [theme=github-dark] .hljs-selector-class, [theme=github-dark] .hljs-selector-id, [theme=github-dark] .hljs-variable {
  color: #79c0ff;
}
[theme=github-dark] .hljs-meta .hljs-string, [theme=github-dark] .hljs-regexp, [theme=github-dark] .hljs-string {
  color: #a5d6ff;
}
[theme=github-dark] .hljs-built_in, [theme=github-dark] .hljs-symbol {
  color: #ffa657;
}
[theme=github-dark] .hljs-code, [theme=github-dark] .hljs-comment, [theme=github-dark] .hljs-formula {
  color: #8b949e;
}
[theme=github-dark] .hljs-name, [theme=github-dark] .hljs-quote, [theme=github-dark] .hljs-selector-pseudo, [theme=github-dark] .hljs-selector-tag {
  color: #7ee787;
}
[theme=github-dark] .hljs-subst {
  color: #c9d1d9;
}
[theme=github-dark] .hljs-section {
  color: #1f6feb;
  font-weight: 700;
}
[theme=github-dark] .hljs-bullet {
  color: #f2cc60;
}
[theme=github-dark] .hljs-emphasis {
  color: #c9d1d9;
  font-style: italic;
}
[theme=github-dark] .hljs-strong {
  color: #c9d1d9;
  font-weight: 700;
}
[theme=github-dark] .hljs-addition {
  color: #aff5b4;
  background-color: #033a16;
}
[theme=github-dark] .hljs-deletion {
  color: #ffdcd7;
  background-color: #67060c;
}

[theme=github] {
  /*!
    Theme: GitHub
    Description: Light theme as seen on github.com
    Author: github.com
    Maintainer: @Hirse
    Updated: 2021-05-15

    Outdated base version: https://github.com/primer/github-syntax-light
    Current colors taken from GitHub's CSS
  */
}
[theme=github] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=github] code.hljs {
  padding: 3px 5px;
}
[theme=github] .hljs {
  color: #24292e;
  background: #fff;
}
[theme=github] .hljs-doctag, [theme=github] .hljs-keyword, [theme=github] .hljs-meta .hljs-keyword, [theme=github] .hljs-template-tag, [theme=github] .hljs-template-variable, [theme=github] .hljs-type, [theme=github] .hljs-variable.language_ {
  color: #d73a49;
}
[theme=github] .hljs-title, [theme=github] .hljs-title.class_, [theme=github] .hljs-title.class_.inherited__, [theme=github] .hljs-title.function_ {
  color: #6f42c1;
}
[theme=github] .hljs-attr, [theme=github] .hljs-attribute, [theme=github] .hljs-literal, [theme=github] .hljs-meta, [theme=github] .hljs-number, [theme=github] .hljs-operator, [theme=github] .hljs-selector-attr, [theme=github] .hljs-selector-class, [theme=github] .hljs-selector-id, [theme=github] .hljs-variable {
  color: #005cc5;
}
[theme=github] .hljs-meta .hljs-string, [theme=github] .hljs-regexp, [theme=github] .hljs-string {
  color: #032f62;
}
[theme=github] .hljs-built_in, [theme=github] .hljs-symbol {
  color: #e36209;
}
[theme=github] .hljs-code, [theme=github] .hljs-comment, [theme=github] .hljs-formula {
  color: #6a737d;
}
[theme=github] .hljs-name, [theme=github] .hljs-quote, [theme=github] .hljs-selector-pseudo, [theme=github] .hljs-selector-tag {
  color: #22863a;
}
[theme=github] .hljs-subst {
  color: #24292e;
}
[theme=github] .hljs-section {
  color: #005cc5;
  font-weight: 700;
}
[theme=github] .hljs-bullet {
  color: #735c0f;
}
[theme=github] .hljs-emphasis {
  color: #24292e;
  font-style: italic;
}
[theme=github] .hljs-strong {
  color: #24292e;
  font-weight: 700;
}
[theme=github] .hljs-addition {
  color: #22863a;
  background-color: #f0fff4;
}
[theme=github] .hljs-deletion {
  color: #b31d28;
  background-color: #ffeef0;
}

[theme=gml] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=gml] code.hljs {
  padding: 3px 5px;
}
[theme=gml] .hljs {
  background: #222;
  color: silver;
}
[theme=gml] .hljs-keyword {
  color: #ffb871;
  font-weight: 700;
}
[theme=gml] .hljs-built_in {
  color: #ffb871;
}
[theme=gml] .hljs-literal {
  color: #ff8080;
}
[theme=gml] .hljs-symbol {
  color: #58e55a;
}
[theme=gml] .hljs-comment {
  color: #5b995b;
}
[theme=gml] .hljs-string {
  color: #ff0;
}
[theme=gml] .hljs-number {
  color: #ff8080;
}
[theme=gml] .hljs-addition, [theme=gml] .hljs-attribute, [theme=gml] .hljs-bullet, [theme=gml] .hljs-code, [theme=gml] .hljs-deletion, [theme=gml] .hljs-doctag, [theme=gml] .hljs-function, [theme=gml] .hljs-link, [theme=gml] .hljs-meta, [theme=gml] .hljs-meta .hljs-keyword, [theme=gml] .hljs-name, [theme=gml] .hljs-quote, [theme=gml] .hljs-regexp, [theme=gml] .hljs-section, [theme=gml] .hljs-selector-attr, [theme=gml] .hljs-selector-class, [theme=gml] .hljs-selector-id, [theme=gml] .hljs-selector-pseudo, [theme=gml] .hljs-selector-tag, [theme=gml] .hljs-subst, [theme=gml] .hljs-template-tag, [theme=gml] .hljs-template-variable, [theme=gml] .hljs-title, [theme=gml] .hljs-type, [theme=gml] .hljs-variable {
  color: silver;
}
[theme=gml] .hljs-emphasis {
  font-style: italic;
}
[theme=gml] .hljs-strong {
  font-weight: 700;
}

[theme=googlecode] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=googlecode] code.hljs {
  padding: 3px 5px;
}
[theme=googlecode] .hljs {
  background: #fff;
  color: #000;
}
[theme=googlecode] .hljs-comment, [theme=googlecode] .hljs-quote {
  color: #800;
}
[theme=googlecode] .hljs-keyword, [theme=googlecode] .hljs-name, [theme=googlecode] .hljs-section, [theme=googlecode] .hljs-selector-tag, [theme=googlecode] .hljs-title {
  color: #008;
}
[theme=googlecode] .hljs-template-variable, [theme=googlecode] .hljs-variable {
  color: #660;
}
[theme=googlecode] .hljs-regexp, [theme=googlecode] .hljs-selector-attr, [theme=googlecode] .hljs-selector-pseudo, [theme=googlecode] .hljs-string {
  color: #080;
}
[theme=googlecode] .hljs-bullet, [theme=googlecode] .hljs-link, [theme=googlecode] .hljs-literal, [theme=googlecode] .hljs-meta, [theme=googlecode] .hljs-number, [theme=googlecode] .hljs-symbol {
  color: #066;
}
[theme=googlecode] .hljs-attr, [theme=googlecode] .hljs-built_in, [theme=googlecode] .hljs-doctag, [theme=googlecode] .hljs-params, [theme=googlecode] .hljs-title, [theme=googlecode] .hljs-type {
  color: #606;
}
[theme=googlecode] .hljs-attribute, [theme=googlecode] .hljs-subst {
  color: #000;
}
[theme=googlecode] .hljs-formula {
  background-color: #eee;
  font-style: italic;
}
[theme=googlecode] .hljs-selector-class, [theme=googlecode] .hljs-selector-id {
  color: #9b703f;
}
[theme=googlecode] .hljs-addition {
  background-color: #baeeba;
}
[theme=googlecode] .hljs-deletion {
  background-color: #ffc8bd;
}
[theme=googlecode] .hljs-doctag, [theme=googlecode] .hljs-strong {
  font-weight: 700;
}
[theme=googlecode] .hljs-emphasis {
  font-style: italic;
}

[theme=gradient-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=gradient-dark] code.hljs {
  padding: 3px 5px;
}
[theme=gradient-dark] .hljs {
  background-color: #652487;
  background-image: linear-gradient(160deg, #652487 0, #443ac3 35%, #0174b7 68%, #04988e 100%);
  color: #e7e4eb;
}
[theme=gradient-dark] .hljs-subtr {
  color: #e7e4eb;
}
[theme=gradient-dark] .hljs-comment, [theme=gradient-dark] .hljs-doctag, [theme=gradient-dark] .hljs-meta, [theme=gradient-dark] .hljs-quote {
  color: #af8dd9;
}
[theme=gradient-dark] .hljs-attr, [theme=gradient-dark] .hljs-regexp, [theme=gradient-dark] .hljs-selector-id, [theme=gradient-dark] .hljs-selector-tag, [theme=gradient-dark] .hljs-tag, [theme=gradient-dark] .hljs-template-tag {
  color: #aefbff;
}
[theme=gradient-dark] .hljs-bullet, [theme=gradient-dark] .hljs-params, [theme=gradient-dark] .hljs-selector-class {
  color: #f19fff;
}
[theme=gradient-dark] .hljs-keyword, [theme=gradient-dark] .hljs-meta .hljs-keyword, [theme=gradient-dark] .hljs-section, [theme=gradient-dark] .hljs-symbol, [theme=gradient-dark] .hljs-type {
  color: #17fc95;
}
[theme=gradient-dark] .hljs-addition, [theme=gradient-dark] .hljs-link, [theme=gradient-dark] .hljs-number {
  color: #c5fe00;
}
[theme=gradient-dark] .hljs-string {
  color: #38c0ff;
}
[theme=gradient-dark] .hljs-addition, [theme=gradient-dark] .hljs-attribute {
  color: #e7ff9f;
}
[theme=gradient-dark] .hljs-template-variable, [theme=gradient-dark] .hljs-variable {
  color: #e447ff;
}
[theme=gradient-dark] .hljs-built_in, [theme=gradient-dark] .hljs-class, [theme=gradient-dark] .hljs-formula, [theme=gradient-dark] .hljs-function, [theme=gradient-dark] .hljs-name, [theme=gradient-dark] .hljs-title {
  color: #ffc800;
}
[theme=gradient-dark] .hljs-deletion, [theme=gradient-dark] .hljs-literal, [theme=gradient-dark] .hljs-selector-pseudo {
  color: #ff9e44;
}
[theme=gradient-dark] .hljs-emphasis, [theme=gradient-dark] .hljs-quote {
  font-style: italic;
}
[theme=gradient-dark] .hljs-keyword, [theme=gradient-dark] .hljs-params, [theme=gradient-dark] .hljs-section, [theme=gradient-dark] .hljs-selector-class, [theme=gradient-dark] .hljs-selector-id, [theme=gradient-dark] .hljs-selector-tag, [theme=gradient-dark] .hljs-strong, [theme=gradient-dark] .hljs-template-tag {
  font-weight: 700;
}

[theme=gradient-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=gradient-light] code.hljs {
  padding: 3px 5px;
}
[theme=gradient-light] .hljs {
  background-color: #f9ccff;
  background-image: linear-gradient(295deg, #f9ccff 0, #e6bbf9 11%, #9ec6f9 32%, #55e6ee 60%, #91f5d1 74%, #f9ffbf 98%);
  color: #250482;
}
[theme=gradient-light] .hljs-subtr {
  color: #01958b;
}
[theme=gradient-light] .hljs-comment, [theme=gradient-light] .hljs-doctag, [theme=gradient-light] .hljs-meta, [theme=gradient-light] .hljs-quote {
  color: #cb7200;
}
[theme=gradient-light] .hljs-attr, [theme=gradient-light] .hljs-regexp, [theme=gradient-light] .hljs-selector-id, [theme=gradient-light] .hljs-selector-tag, [theme=gradient-light] .hljs-tag, [theme=gradient-light] .hljs-template-tag {
  color: #07bd5f;
}
[theme=gradient-light] .hljs-bullet, [theme=gradient-light] .hljs-params, [theme=gradient-light] .hljs-selector-class {
  color: #43449f;
}
[theme=gradient-light] .hljs-keyword, [theme=gradient-light] .hljs-meta .hljs-keyword, [theme=gradient-light] .hljs-section, [theme=gradient-light] .hljs-symbol, [theme=gradient-light] .hljs-type {
  color: #7d2801;
}
[theme=gradient-light] .hljs-addition, [theme=gradient-light] .hljs-link, [theme=gradient-light] .hljs-number {
  color: #7f0096;
}
[theme=gradient-light] .hljs-string {
  color: #2681ab;
}
[theme=gradient-light] .hljs-addition, [theme=gradient-light] .hljs-attribute {
  color: #296562;
}
[theme=gradient-light] .hljs-template-variable, [theme=gradient-light] .hljs-variable {
  color: #025c8f;
}
[theme=gradient-light] .hljs-built_in, [theme=gradient-light] .hljs-class, [theme=gradient-light] .hljs-formula, [theme=gradient-light] .hljs-function, [theme=gradient-light] .hljs-name, [theme=gradient-light] .hljs-title {
  color: #529117;
}
[theme=gradient-light] .hljs-deletion, [theme=gradient-light] .hljs-literal, [theme=gradient-light] .hljs-selector-pseudo {
  color: #ad13ff;
}
[theme=gradient-light] .hljs-emphasis, [theme=gradient-light] .hljs-quote {
  font-style: italic;
}
[theme=gradient-light] .hljs-keyword, [theme=gradient-light] .hljs-params, [theme=gradient-light] .hljs-section, [theme=gradient-light] .hljs-selector-class, [theme=gradient-light] .hljs-selector-id, [theme=gradient-light] .hljs-selector-tag, [theme=gradient-light] .hljs-strong, [theme=gradient-light] .hljs-template-tag {
  font-weight: 700;
}

[theme=grayscale] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=grayscale] code.hljs {
  padding: 3px 5px;
}
[theme=grayscale] .hljs {
  color: #333;
  background: #fff;
}
[theme=grayscale] .hljs-comment, [theme=grayscale] .hljs-quote {
  color: #777;
  font-style: italic;
}
[theme=grayscale] .hljs-keyword, [theme=grayscale] .hljs-selector-tag, [theme=grayscale] .hljs-subst {
  color: #333;
  font-weight: 700;
}
[theme=grayscale] .hljs-literal, [theme=grayscale] .hljs-number {
  color: #777;
}
[theme=grayscale] .hljs-doctag, [theme=grayscale] .hljs-formula, [theme=grayscale] .hljs-string {
  color: #333;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2O8e/fufwYGBgZBQUEQxcCIIfDu3Tuwivfv30NUoAsAALHpFMMLqZlPAAAAAElFTkSuQmCC);
}
[theme=grayscale] .hljs-section, [theme=grayscale] .hljs-selector-id, [theme=grayscale] .hljs-title {
  color: #000;
  font-weight: 700;
}
[theme=grayscale] .hljs-subst {
  font-weight: 400;
}
[theme=grayscale] .hljs-class .hljs-title, [theme=grayscale] .hljs-name, [theme=grayscale] .hljs-title.class_, [theme=grayscale] .hljs-type {
  color: #333;
  font-weight: 700;
}
[theme=grayscale] .hljs-tag {
  color: #333;
}
[theme=grayscale] .hljs-regexp {
  color: #333;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPUlEQVQYV2NkQAN37979r6yszIgujiIAU4RNMVwhuiQ6H6wQl3XI4oy4FMHcCJPHcDS6J2A2EqUQpJhohQDexSef15DBCwAAAABJRU5ErkJggg==);
}
[theme=grayscale] .hljs-bullet, [theme=grayscale] .hljs-link, [theme=grayscale] .hljs-symbol {
  color: #000;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAO7d+/+z4gsBhJwdXVlhAvCBECKwIIwAbhKZBUwBQA6hBpm5efZsgAAAABJRU5ErkJggg==);
}
[theme=grayscale] .hljs-built_in {
  color: #000;
  text-decoration: underline;
}
[theme=grayscale] .hljs-meta {
  color: #999;
  font-weight: 700;
}
[theme=grayscale] .hljs-deletion {
  color: #fff;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAE0lEQVQIW2MMDQ39zzhz5kwIAQAyxweWgUHd1AAAAABJRU5ErkJggg==);
}
[theme=grayscale] .hljs-addition {
  color: #000;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAALUlEQVQYV2N89+7dfwYk8P79ewZBQUFkIQZGOiu6e/cuiptQHAPl0NtNxAQBAM97Oejj3Dg7AAAAAElFTkSuQmCC);
}
[theme=grayscale] .hljs-emphasis {
  font-style: italic;
}
[theme=grayscale] .hljs-strong {
  font-weight: 700;
}

[theme=hybrid] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=hybrid] code.hljs {
  padding: 3px 5px;
}
[theme=hybrid] .hljs {
  background: #1d1f21;
  color: #c5c8c6;
}
[theme=hybrid] .hljs span::selection, [theme=hybrid] .hljs::selection {
  background: #373b41;
}
[theme=hybrid] .hljs span::-moz-selection, [theme=hybrid] .hljs::-moz-selection {
  background: #373b41;
}
[theme=hybrid] .hljs-name, [theme=hybrid] .hljs-title {
  color: #f0c674;
}
[theme=hybrid] .hljs-comment, [theme=hybrid] .hljs-meta, [theme=hybrid] .hljs-meta .hljs-keyword {
  color: #707880;
}
[theme=hybrid] .hljs-deletion, [theme=hybrid] .hljs-link, [theme=hybrid] .hljs-literal, [theme=hybrid] .hljs-number, [theme=hybrid] .hljs-symbol {
  color: #c66;
}
[theme=hybrid] .hljs-addition, [theme=hybrid] .hljs-doctag, [theme=hybrid] .hljs-regexp, [theme=hybrid] .hljs-selector-attr, [theme=hybrid] .hljs-selector-pseudo, [theme=hybrid] .hljs-string {
  color: #b5bd68;
}
[theme=hybrid] .hljs-attribute, [theme=hybrid] .hljs-code, [theme=hybrid] .hljs-selector-id {
  color: #b294bb;
}
[theme=hybrid] .hljs-bullet, [theme=hybrid] .hljs-keyword, [theme=hybrid] .hljs-selector-tag, [theme=hybrid] .hljs-tag {
  color: #81a2be;
}
[theme=hybrid] .hljs-subst, [theme=hybrid] .hljs-template-tag, [theme=hybrid] .hljs-template-variable, [theme=hybrid] .hljs-variable {
  color: #8abeb7;
}
[theme=hybrid] .hljs-built_in, [theme=hybrid] .hljs-quote, [theme=hybrid] .hljs-section, [theme=hybrid] .hljs-selector-class, [theme=hybrid] .hljs-type {
  color: #de935f;
}
[theme=hybrid] .hljs-emphasis {
  font-style: italic;
}
[theme=hybrid] .hljs-strong {
  font-weight: 700;
}

[theme=idea] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=idea] code.hljs {
  padding: 3px 5px;
}
[theme=idea] .hljs {
  color: #000;
  background: #fff;
}
[theme=idea] .hljs-subst, [theme=idea] .hljs-title {
  font-weight: 400;
  color: #000;
}
[theme=idea] .hljs-comment, [theme=idea] .hljs-quote {
  color: grey;
  font-style: italic;
}
[theme=idea] .hljs-meta {
  color: olive;
}
[theme=idea] .hljs-tag {
  background: #efefef;
}
[theme=idea] .hljs-keyword, [theme=idea] .hljs-literal, [theme=idea] .hljs-name, [theme=idea] .hljs-section, [theme=idea] .hljs-selector-class, [theme=idea] .hljs-selector-id, [theme=idea] .hljs-selector-tag, [theme=idea] .hljs-type {
  font-weight: 700;
  color: navy;
}
[theme=idea] .hljs-attribute, [theme=idea] .hljs-link, [theme=idea] .hljs-number, [theme=idea] .hljs-regexp {
  font-weight: 700;
  color: #00f;
}
[theme=idea] .hljs-link, [theme=idea] .hljs-number, [theme=idea] .hljs-regexp {
  font-weight: 400;
}
[theme=idea] .hljs-string {
  color: green;
  font-weight: 700;
}
[theme=idea] .hljs-bullet, [theme=idea] .hljs-formula, [theme=idea] .hljs-symbol {
  color: #000;
  background: #d0eded;
  font-style: italic;
}
[theme=idea] .hljs-doctag {
  text-decoration: underline;
}
[theme=idea] .hljs-template-variable, [theme=idea] .hljs-variable {
  color: #660e7a;
}
[theme=idea] .hljs-addition {
  background: #baeeba;
}
[theme=idea] .hljs-deletion {
  background: #ffc8bd;
}
[theme=idea] .hljs-emphasis {
  font-style: italic;
}
[theme=idea] .hljs-strong {
  font-weight: 700;
}

[theme=intellij-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=intellij-light] code.hljs {
  padding: 3px 5px;
}
[theme=intellij-light] .hljs {
  color: #000;
  background: #fff;
}
[theme=intellij-light] .hljs-subst, [theme=intellij-light] .hljs-title {
  font-weight: 400;
  color: #000;
}
[theme=intellij-light] .hljs-title.function_ {
  color: #7a7a43;
}
[theme=intellij-light] .hljs-code, [theme=intellij-light] .hljs-comment, [theme=intellij-light] .hljs-quote {
  color: #8c8c8c;
  font-style: italic;
}
[theme=intellij-light] .hljs-meta {
  color: #9e880d;
}
[theme=intellij-light] .hljs-section {
  color: #871094;
}
[theme=intellij-light] .hljs-built_in, [theme=intellij-light] .hljs-keyword, [theme=intellij-light] .hljs-literal, [theme=intellij-light] .hljs-meta .hljs-keyword, [theme=intellij-light] .hljs-name, [theme=intellij-light] .hljs-selector-attr, [theme=intellij-light] .hljs-selector-class, [theme=intellij-light] .hljs-selector-id, [theme=intellij-light] .hljs-selector-pseudo, [theme=intellij-light] .hljs-selector-tag, [theme=intellij-light] .hljs-symbol, [theme=intellij-light] .hljs-template-tag, [theme=intellij-light] .hljs-type, [theme=intellij-light] .hljs-variable.language_ {
  color: #0033b3;
}
[theme=intellij-light] .hljs-attr, [theme=intellij-light] .hljs-property {
  color: #871094;
}
[theme=intellij-light] .hljs-attribute {
  color: #174ad4;
}
[theme=intellij-light] .hljs-number {
  color: #1750eb;
}
[theme=intellij-light] .hljs-regexp {
  color: #264eff;
}
[theme=intellij-light] .hljs-link {
  text-decoration: underline;
  color: #006dcc;
}
[theme=intellij-light] .hljs-meta .hljs-string, [theme=intellij-light] .hljs-string {
  color: #067d17;
}
[theme=intellij-light] .hljs-char.escape_ {
  color: #0037a6;
}
[theme=intellij-light] .hljs-doctag {
  text-decoration: underline;
}
[theme=intellij-light] .hljs-template-variable {
  color: #248f8f;
}
[theme=intellij-light] .hljs-addition {
  background: #bee6be;
}
[theme=intellij-light] .hljs-deletion {
  background: #d6d6d6;
}
[theme=intellij-light] .hljs-emphasis {
  font-style: italic;
}
[theme=intellij-light] .hljs-strong {
  font-weight: 700;
}

[theme=ir-black] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=ir-black] code.hljs {
  padding: 3px 5px;
}
[theme=ir-black] .hljs {
  background: #000;
  color: #f8f8f8;
}
[theme=ir-black] .hljs-comment, [theme=ir-black] .hljs-meta, [theme=ir-black] .hljs-quote {
  color: #7c7c7c;
}
[theme=ir-black] .hljs-keyword, [theme=ir-black] .hljs-name, [theme=ir-black] .hljs-selector-tag, [theme=ir-black] .hljs-tag {
  color: #96cbfe;
}
[theme=ir-black] .hljs-attribute, [theme=ir-black] .hljs-selector-id {
  color: #ffffb6;
}
[theme=ir-black] .hljs-addition, [theme=ir-black] .hljs-selector-attr, [theme=ir-black] .hljs-selector-pseudo, [theme=ir-black] .hljs-string {
  color: #a8ff60;
}
[theme=ir-black] .hljs-subst {
  color: #daefa3;
}
[theme=ir-black] .hljs-link, [theme=ir-black] .hljs-regexp {
  color: #e9c062;
}
[theme=ir-black] .hljs-doctag, [theme=ir-black] .hljs-section, [theme=ir-black] .hljs-title, [theme=ir-black] .hljs-type {
  color: #ffffb6;
}
[theme=ir-black] .hljs-bullet, [theme=ir-black] .hljs-literal, [theme=ir-black] .hljs-symbol, [theme=ir-black] .hljs-template-variable, [theme=ir-black] .hljs-variable {
  color: #c6c5fe;
}
[theme=ir-black] .hljs-deletion, [theme=ir-black] .hljs-number {
  color: #ff73fd;
}
[theme=ir-black] .hljs-emphasis {
  font-style: italic;
}
[theme=ir-black] .hljs-strong {
  font-weight: 700;
}

[theme=isbl-editor-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=isbl-editor-dark] code.hljs {
  padding: 3px 5px;
}
[theme=isbl-editor-dark] .hljs {
  background: #404040;
}
[theme=isbl-editor-dark] .hljs, [theme=isbl-editor-dark] .hljs-subst {
  color: #f0f0f0;
}
[theme=isbl-editor-dark] .hljs-comment {
  color: #b5b5b5;
  font-style: italic;
}
[theme=isbl-editor-dark] .hljs-attribute, [theme=isbl-editor-dark] .hljs-doctag, [theme=isbl-editor-dark] .hljs-keyword, [theme=isbl-editor-dark] .hljs-meta .hljs-keyword, [theme=isbl-editor-dark] .hljs-name, [theme=isbl-editor-dark] .hljs-selector-tag {
  color: #f0f0f0;
  font-weight: 700;
}
[theme=isbl-editor-dark] .hljs-string {
  color: #97bf0d;
}
[theme=isbl-editor-dark] .hljs-deletion, [theme=isbl-editor-dark] .hljs-number, [theme=isbl-editor-dark] .hljs-quote, [theme=isbl-editor-dark] .hljs-selector-class, [theme=isbl-editor-dark] .hljs-selector-id, [theme=isbl-editor-dark] .hljs-template-tag, [theme=isbl-editor-dark] .hljs-type {
  color: #f0f0f0;
}
[theme=isbl-editor-dark] .hljs-link, [theme=isbl-editor-dark] .hljs-regexp, [theme=isbl-editor-dark] .hljs-selector-attr, [theme=isbl-editor-dark] .hljs-selector-pseudo, [theme=isbl-editor-dark] .hljs-symbol, [theme=isbl-editor-dark] .hljs-template-variable, [theme=isbl-editor-dark] .hljs-variable {
  color: #e2c696;
}
[theme=isbl-editor-dark] .hljs-built_in, [theme=isbl-editor-dark] .hljs-literal {
  color: #97bf0d;
  font-weight: 700;
}
[theme=isbl-editor-dark] .hljs-addition, [theme=isbl-editor-dark] .hljs-bullet, [theme=isbl-editor-dark] .hljs-code {
  color: #397300;
}
[theme=isbl-editor-dark] .hljs-class {
  color: #ce9d4d;
  font-weight: 700;
}
[theme=isbl-editor-dark] .hljs-section, [theme=isbl-editor-dark] .hljs-title {
  color: #df471e;
}
[theme=isbl-editor-dark] .hljs-title > .hljs-built_in {
  color: #81bce9;
  font-weight: 400;
}
[theme=isbl-editor-dark] .hljs-meta {
  color: #1f7199;
}
[theme=isbl-editor-dark] .hljs-meta .hljs-string {
  color: #4d99bf;
}
[theme=isbl-editor-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=isbl-editor-dark] .hljs-strong {
  font-weight: 700;
}

[theme=isbl-editor-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=isbl-editor-light] code.hljs {
  padding: 3px 5px;
}
[theme=isbl-editor-light] .hljs {
  background: #fff;
  color: #000;
}
[theme=isbl-editor-light] .hljs-subst {
  color: #000;
}
[theme=isbl-editor-light] .hljs-comment {
  color: #555;
  font-style: italic;
}
[theme=isbl-editor-light] .hljs-attribute, [theme=isbl-editor-light] .hljs-doctag, [theme=isbl-editor-light] .hljs-keyword, [theme=isbl-editor-light] .hljs-meta .hljs-keyword, [theme=isbl-editor-light] .hljs-name, [theme=isbl-editor-light] .hljs-selector-tag {
  color: #000;
  font-weight: 700;
}
[theme=isbl-editor-light] .hljs-string {
  color: navy;
}
[theme=isbl-editor-light] .hljs-deletion, [theme=isbl-editor-light] .hljs-number, [theme=isbl-editor-light] .hljs-quote, [theme=isbl-editor-light] .hljs-selector-class, [theme=isbl-editor-light] .hljs-selector-id, [theme=isbl-editor-light] .hljs-template-tag, [theme=isbl-editor-light] .hljs-type {
  color: #000;
}
[theme=isbl-editor-light] .hljs-link, [theme=isbl-editor-light] .hljs-regexp, [theme=isbl-editor-light] .hljs-selector-attr, [theme=isbl-editor-light] .hljs-selector-pseudo, [theme=isbl-editor-light] .hljs-symbol, [theme=isbl-editor-light] .hljs-template-variable, [theme=isbl-editor-light] .hljs-variable {
  color: #5e1700;
}
[theme=isbl-editor-light] .hljs-built_in, [theme=isbl-editor-light] .hljs-literal {
  color: navy;
  font-weight: 700;
}
[theme=isbl-editor-light] .hljs-addition, [theme=isbl-editor-light] .hljs-bullet, [theme=isbl-editor-light] .hljs-code {
  color: #397300;
}
[theme=isbl-editor-light] .hljs-class {
  color: #6f1c00;
  font-weight: 700;
}
[theme=isbl-editor-light] .hljs-section, [theme=isbl-editor-light] .hljs-title {
  color: #fb2c00;
}
[theme=isbl-editor-light] .hljs-title > .hljs-built_in {
  color: teal;
  font-weight: 400;
}
[theme=isbl-editor-light] .hljs-meta {
  color: #1f7199;
}
[theme=isbl-editor-light] .hljs-meta .hljs-string {
  color: #4d99bf;
}
[theme=isbl-editor-light] .hljs-emphasis {
  font-style: italic;
}
[theme=isbl-editor-light] .hljs-strong {
  font-weight: 700;
}

[theme=kimbie-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=kimbie-dark] code.hljs {
  padding: 3px 5px;
}
[theme=kimbie-dark] .hljs {
  background: #221a0f;
  color: #d3af86;
}
[theme=kimbie-dark] .hljs-comment, [theme=kimbie-dark] .hljs-quote {
  color: #d6baad;
}
[theme=kimbie-dark] .hljs-meta, [theme=kimbie-dark] .hljs-name, [theme=kimbie-dark] .hljs-regexp, [theme=kimbie-dark] .hljs-selector-class, [theme=kimbie-dark] .hljs-selector-id, [theme=kimbie-dark] .hljs-tag, [theme=kimbie-dark] .hljs-template-variable, [theme=kimbie-dark] .hljs-variable {
  color: #dc3958;
}
[theme=kimbie-dark] .hljs-built_in, [theme=kimbie-dark] .hljs-deletion, [theme=kimbie-dark] .hljs-link, [theme=kimbie-dark] .hljs-literal, [theme=kimbie-dark] .hljs-number, [theme=kimbie-dark] .hljs-params, [theme=kimbie-dark] .hljs-type {
  color: #f79a32;
}
[theme=kimbie-dark] .hljs-addition, [theme=kimbie-dark] .hljs-bullet, [theme=kimbie-dark] .hljs-string, [theme=kimbie-dark] .hljs-symbol {
  color: #889b4a;
}
[theme=kimbie-dark] .hljs-function, [theme=kimbie-dark] .hljs-keyword, [theme=kimbie-dark] .hljs-selector-tag {
  color: #98676a;
}
[theme=kimbie-dark] .hljs-attribute, [theme=kimbie-dark] .hljs-section, [theme=kimbie-dark] .hljs-title {
  color: #f06431;
}
[theme=kimbie-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=kimbie-dark] .hljs-strong {
  font-weight: 700;
}

[theme=kimbie-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=kimbie-light] code.hljs {
  padding: 3px 5px;
}
[theme=kimbie-light] .hljs {
  background: #fbebd4;
  color: #84613d;
}
[theme=kimbie-light] .hljs-comment, [theme=kimbie-light] .hljs-quote {
  color: #a57a4c;
}
[theme=kimbie-light] .hljs-meta, [theme=kimbie-light] .hljs-name, [theme=kimbie-light] .hljs-regexp, [theme=kimbie-light] .hljs-selector-class, [theme=kimbie-light] .hljs-selector-id, [theme=kimbie-light] .hljs-tag, [theme=kimbie-light] .hljs-template-variable, [theme=kimbie-light] .hljs-variable {
  color: #dc3958;
}
[theme=kimbie-light] .hljs-built_in, [theme=kimbie-light] .hljs-deletion, [theme=kimbie-light] .hljs-link, [theme=kimbie-light] .hljs-literal, [theme=kimbie-light] .hljs-number, [theme=kimbie-light] .hljs-params, [theme=kimbie-light] .hljs-type {
  color: #f79a32;
}
[theme=kimbie-light] .hljs-addition, [theme=kimbie-light] .hljs-bullet, [theme=kimbie-light] .hljs-string, [theme=kimbie-light] .hljs-symbol {
  color: #889b4a;
}
[theme=kimbie-light] .hljs-function, [theme=kimbie-light] .hljs-keyword, [theme=kimbie-light] .hljs-selector-tag {
  color: #98676a;
}
[theme=kimbie-light] .hljs-attribute, [theme=kimbie-light] .hljs-section, [theme=kimbie-light] .hljs-title {
  color: #f06431;
}
[theme=kimbie-light] .hljs-emphasis {
  font-style: italic;
}
[theme=kimbie-light] .hljs-strong {
  font-weight: 700;
}

[theme=lightfair] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=lightfair] code.hljs {
  padding: 3px 5px;
}
[theme=lightfair] .hljs {
  color: #444;
  background: #fff;
}
[theme=lightfair] .hljs-name {
  color: #01a3a3;
}
[theme=lightfair] .hljs-meta, [theme=lightfair] .hljs-tag {
  color: #789;
}
[theme=lightfair] .hljs-comment {
  color: #888;
}
[theme=lightfair] .hljs-attribute, [theme=lightfair] .hljs-doctag, [theme=lightfair] .hljs-keyword, [theme=lightfair] .hljs-meta .hljs-keyword, [theme=lightfair] .hljs-name, [theme=lightfair] .hljs-selector-tag {
  font-weight: 700;
}
[theme=lightfair] .hljs-deletion, [theme=lightfair] .hljs-number, [theme=lightfair] .hljs-quote, [theme=lightfair] .hljs-selector-class, [theme=lightfair] .hljs-selector-id, [theme=lightfair] .hljs-string, [theme=lightfair] .hljs-template-tag, [theme=lightfair] .hljs-type {
  color: #4286f4;
}
[theme=lightfair] .hljs-section, [theme=lightfair] .hljs-title {
  color: #4286f4;
  font-weight: 700;
}
[theme=lightfair] .hljs-link, [theme=lightfair] .hljs-regexp, [theme=lightfair] .hljs-selector-attr, [theme=lightfair] .hljs-selector-pseudo, [theme=lightfair] .hljs-symbol, [theme=lightfair] .hljs-template-variable, [theme=lightfair] .hljs-variable {
  color: #bc6060;
}
[theme=lightfair] .hljs-literal {
  color: #62bcbc;
}
[theme=lightfair] .hljs-addition, [theme=lightfair] .hljs-built_in, [theme=lightfair] .hljs-bullet, [theme=lightfair] .hljs-code {
  color: #25c6c6;
}
[theme=lightfair] .hljs-meta .hljs-string {
  color: #4d99bf;
}
[theme=lightfair] .hljs-emphasis {
  font-style: italic;
}
[theme=lightfair] .hljs-strong {
  font-weight: 700;
}

[theme=lioshi] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=lioshi] code.hljs {
  padding: 3px 5px;
}
[theme=lioshi] .hljs {
  background: #303030;
  color: #c5c8c6;
}
[theme=lioshi] .hljs-comment {
  color: #8d8d8d;
}
[theme=lioshi] .hljs-quote {
  color: #b3c7d8;
}
[theme=lioshi] .hljs-deletion, [theme=lioshi] .hljs-name, [theme=lioshi] .hljs-regexp, [theme=lioshi] .hljs-selector-class, [theme=lioshi] .hljs-selector-id, [theme=lioshi] .hljs-tag, [theme=lioshi] .hljs-template-variable, [theme=lioshi] .hljs-variable {
  color: #c66;
}
[theme=lioshi] .hljs-built_in, [theme=lioshi] .hljs-literal, [theme=lioshi] .hljs-number, [theme=lioshi] .hljs-subst .hljs-link, [theme=lioshi] .hljs-type {
  color: #de935f;
}
[theme=lioshi] .hljs-attribute {
  color: #f0c674;
}
[theme=lioshi] .hljs-addition, [theme=lioshi] .hljs-bullet, [theme=lioshi] .hljs-params, [theme=lioshi] .hljs-string {
  color: #b5bd68;
}
[theme=lioshi] .hljs-class, [theme=lioshi] .hljs-function, [theme=lioshi] .hljs-keyword, [theme=lioshi] .hljs-selector-tag {
  color: #be94bb;
}
[theme=lioshi] .hljs-meta, [theme=lioshi] .hljs-section, [theme=lioshi] .hljs-title {
  color: #81a2be;
}
[theme=lioshi] .hljs-symbol {
  color: #dbc4d9;
}
[theme=lioshi] .hljs-emphasis {
  font-style: italic;
}
[theme=lioshi] .hljs-strong {
  font-weight: 700;
}

[theme=magula] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=magula] code.hljs {
  padding: 3px 5px;
}
[theme=magula] .hljs {
  background-color: #f4f4f4;
  color: #000;
}
[theme=magula] .hljs-subst {
  color: #000;
}
[theme=magula] .hljs-addition, [theme=magula] .hljs-attribute, [theme=magula] .hljs-bullet, [theme=magula] .hljs-string, [theme=magula] .hljs-symbol, [theme=magula] .hljs-template-tag, [theme=magula] .hljs-template-variable, [theme=magula] .hljs-title, [theme=magula] .hljs-variable {
  color: #050;
}
[theme=magula] .hljs-comment, [theme=magula] .hljs-quote {
  color: #777;
}
[theme=magula] .hljs-link, [theme=magula] .hljs-literal, [theme=magula] .hljs-number, [theme=magula] .hljs-regexp, [theme=magula] .hljs-type {
  color: #800;
}
[theme=magula] .hljs-deletion, [theme=magula] .hljs-meta {
  color: #00e;
}
[theme=magula] .hljs-built_in, [theme=magula] .hljs-doctag, [theme=magula] .hljs-keyword, [theme=magula] .hljs-name, [theme=magula] .hljs-section, [theme=magula] .hljs-selector-tag, [theme=magula] .hljs-tag, [theme=magula] .hljs-title {
  font-weight: 700;
  color: navy;
}
[theme=magula] .hljs-emphasis {
  font-style: italic;
}
[theme=magula] .hljs-strong {
  font-weight: 700;
}

[theme=mono-blue] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=mono-blue] code.hljs {
  padding: 3px 5px;
}
[theme=mono-blue] .hljs {
  background: #eaeef3;
  color: #00193a;
}
[theme=mono-blue] .hljs-doctag, [theme=mono-blue] .hljs-keyword, [theme=mono-blue] .hljs-name, [theme=mono-blue] .hljs-section, [theme=mono-blue] .hljs-selector-tag, [theme=mono-blue] .hljs-strong, [theme=mono-blue] .hljs-title {
  font-weight: 700;
}
[theme=mono-blue] .hljs-comment {
  color: #738191;
}
[theme=mono-blue] .hljs-addition, [theme=mono-blue] .hljs-built_in, [theme=mono-blue] .hljs-literal, [theme=mono-blue] .hljs-name, [theme=mono-blue] .hljs-quote, [theme=mono-blue] .hljs-section, [theme=mono-blue] .hljs-selector-class, [theme=mono-blue] .hljs-selector-id, [theme=mono-blue] .hljs-string, [theme=mono-blue] .hljs-tag, [theme=mono-blue] .hljs-title, [theme=mono-blue] .hljs-type {
  color: #0048ab;
}
[theme=mono-blue] .hljs-attribute, [theme=mono-blue] .hljs-bullet, [theme=mono-blue] .hljs-deletion, [theme=mono-blue] .hljs-link, [theme=mono-blue] .hljs-meta, [theme=mono-blue] .hljs-regexp, [theme=mono-blue] .hljs-subst, [theme=mono-blue] .hljs-symbol, [theme=mono-blue] .hljs-template-variable, [theme=mono-blue] .hljs-variable {
  color: #4c81c9;
}
[theme=mono-blue] .hljs-emphasis {
  font-style: italic;
}

[theme=monokai-sublime] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=monokai-sublime] code.hljs {
  padding: 3px 5px;
}
[theme=monokai-sublime] .hljs {
  background: #23241f;
  color: #f8f8f2;
}
[theme=monokai-sublime] .hljs-subst, [theme=monokai-sublime] .hljs-tag {
  color: #f8f8f2;
}
[theme=monokai-sublime] .hljs-emphasis, [theme=monokai-sublime] .hljs-strong {
  color: #a8a8a2;
}
[theme=monokai-sublime] .hljs-bullet, [theme=monokai-sublime] .hljs-link, [theme=monokai-sublime] .hljs-literal, [theme=monokai-sublime] .hljs-number, [theme=monokai-sublime] .hljs-quote, [theme=monokai-sublime] .hljs-regexp {
  color: #ae81ff;
}
[theme=monokai-sublime] .hljs-code, [theme=monokai-sublime] .hljs-section, [theme=monokai-sublime] .hljs-selector-class, [theme=monokai-sublime] .hljs-title {
  color: #a6e22e;
}
[theme=monokai-sublime] .hljs-strong {
  font-weight: 700;
}
[theme=monokai-sublime] .hljs-emphasis {
  font-style: italic;
}
[theme=monokai-sublime] .hljs-attr, [theme=monokai-sublime] .hljs-keyword, [theme=monokai-sublime] .hljs-name, [theme=monokai-sublime] .hljs-selector-tag {
  color: #f92672;
}
[theme=monokai-sublime] .hljs-attribute, [theme=monokai-sublime] .hljs-symbol {
  color: #66d9ef;
}
[theme=monokai-sublime] .hljs-class .hljs-title, [theme=monokai-sublime] .hljs-params, [theme=monokai-sublime] .hljs-title.class_ {
  color: #f8f8f2;
}
[theme=monokai-sublime] .hljs-addition, [theme=monokai-sublime] .hljs-built_in, [theme=monokai-sublime] .hljs-selector-attr, [theme=monokai-sublime] .hljs-selector-id, [theme=monokai-sublime] .hljs-selector-pseudo, [theme=monokai-sublime] .hljs-string, [theme=monokai-sublime] .hljs-template-variable, [theme=monokai-sublime] .hljs-type, [theme=monokai-sublime] .hljs-variable {
  color: #e6db74;
}
[theme=monokai-sublime] .hljs-comment, [theme=monokai-sublime] .hljs-deletion, [theme=monokai-sublime] .hljs-meta {
  color: #75715e;
}

[theme=monokai] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=monokai] code.hljs {
  padding: 3px 5px;
}
[theme=monokai] .hljs {
  background: #272822;
  color: #ddd;
}
[theme=monokai] .hljs-keyword, [theme=monokai] .hljs-literal, [theme=monokai] .hljs-name, [theme=monokai] .hljs-selector-tag, [theme=monokai] .hljs-strong, [theme=monokai] .hljs-tag {
  color: #f92672;
}
[theme=monokai] .hljs-code {
  color: #66d9ef;
}
[theme=monokai] .hljs-attribute, [theme=monokai] .hljs-link, [theme=monokai] .hljs-regexp, [theme=monokai] .hljs-symbol {
  color: #bf79db;
}
[theme=monokai] .hljs-addition, [theme=monokai] .hljs-built_in, [theme=monokai] .hljs-bullet, [theme=monokai] .hljs-emphasis, [theme=monokai] .hljs-section, [theme=monokai] .hljs-selector-attr, [theme=monokai] .hljs-selector-pseudo, [theme=monokai] .hljs-string, [theme=monokai] .hljs-subst, [theme=monokai] .hljs-template-tag, [theme=monokai] .hljs-template-variable, [theme=monokai] .hljs-title, [theme=monokai] .hljs-type, [theme=monokai] .hljs-variable {
  color: #a6e22e;
}
[theme=monokai] .hljs-class .hljs-title, [theme=monokai] .hljs-title.class_ {
  color: #fff;
}
[theme=monokai] .hljs-comment, [theme=monokai] .hljs-deletion, [theme=monokai] .hljs-meta, [theme=monokai] .hljs-quote {
  color: #75715e;
}
[theme=monokai] .hljs-doctag, [theme=monokai] .hljs-keyword, [theme=monokai] .hljs-literal, [theme=monokai] .hljs-section, [theme=monokai] .hljs-selector-id, [theme=monokai] .hljs-selector-tag, [theme=monokai] .hljs-title, [theme=monokai] .hljs-type {
  font-weight: 700;
}

[theme=night-owl] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=night-owl] code.hljs {
  padding: 3px 5px;
}
[theme=night-owl] .hljs {
  background: #011627;
  color: #d6deeb;
}
[theme=night-owl] .hljs-keyword {
  color: #c792ea;
  font-style: italic;
}
[theme=night-owl] .hljs-built_in {
  color: #addb67;
  font-style: italic;
}
[theme=night-owl] .hljs-type {
  color: #82aaff;
}
[theme=night-owl] .hljs-literal {
  color: #ff5874;
}
[theme=night-owl] .hljs-number {
  color: #f78c6c;
}
[theme=night-owl] .hljs-regexp {
  color: #5ca7e4;
}
[theme=night-owl] .hljs-string {
  color: #ecc48d;
}
[theme=night-owl] .hljs-subst {
  color: #d3423e;
}
[theme=night-owl] .hljs-symbol {
  color: #82aaff;
}
[theme=night-owl] .hljs-class {
  color: #ffcb8b;
}
[theme=night-owl] .hljs-function {
  color: #82aaff;
}
[theme=night-owl] .hljs-title {
  color: #dcdcaa;
  font-style: italic;
}
[theme=night-owl] .hljs-params {
  color: #7fdbca;
}
[theme=night-owl] .hljs-comment {
  color: #637777;
  font-style: italic;
}
[theme=night-owl] .hljs-doctag {
  color: #7fdbca;
}
[theme=night-owl] .hljs-meta, [theme=night-owl] .hljs-meta .hljs-keyword {
  color: #82aaff;
}
[theme=night-owl] .hljs-meta .hljs-string {
  color: #ecc48d;
}
[theme=night-owl] .hljs-section {
  color: #82b1ff;
}
[theme=night-owl] .hljs-attr, [theme=night-owl] .hljs-name, [theme=night-owl] .hljs-tag {
  color: #7fdbca;
}
[theme=night-owl] .hljs-attribute {
  color: #80cbc4;
}
[theme=night-owl] .hljs-variable {
  color: #addb67;
}
[theme=night-owl] .hljs-bullet {
  color: #d9f5dd;
}
[theme=night-owl] .hljs-code {
  color: #80cbc4;
}
[theme=night-owl] .hljs-emphasis {
  color: #c792ea;
  font-style: italic;
}
[theme=night-owl] .hljs-strong {
  color: #addb67;
  font-weight: 700;
}
[theme=night-owl] .hljs-formula {
  color: #c792ea;
}
[theme=night-owl] .hljs-link {
  color: #ff869a;
}
[theme=night-owl] .hljs-quote {
  color: #697098;
  font-style: italic;
}
[theme=night-owl] .hljs-selector-tag {
  color: #ff6363;
}
[theme=night-owl] .hljs-selector-id {
  color: #fad430;
}
[theme=night-owl] .hljs-selector-class {
  color: #addb67;
  font-style: italic;
}
[theme=night-owl] .hljs-selector-attr, [theme=night-owl] .hljs-selector-pseudo {
  color: #c792ea;
  font-style: italic;
}
[theme=night-owl] .hljs-template-tag {
  color: #c792ea;
}
[theme=night-owl] .hljs-template-variable {
  color: #addb67;
}
[theme=night-owl] .hljs-addition {
  color: #addb67ff;
  font-style: italic;
}
[theme=night-owl] .hljs-deletion {
  color: #ef535090;
  font-style: italic;
}

[theme=nnfx-dark] {
  /*!
    Theme: nnfx dark
    Description: a theme inspired by Netscape Navigator/Firefox
    Author: (c) 2020-2021 Jim Mason <jmason@ibinx.com>
    Maintainer: @RocketMan
    License: https://creativecommons.org/licenses/by-sa/4.0  CC BY-SA 4.0
    Updated: 2021-05-17

    @version 1.1.0
  */
}
[theme=nnfx-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=nnfx-dark] code.hljs {
  padding: 3px 5px;
}
[theme=nnfx-dark] .hljs {
  background: #333;
  color: #fff;
}
[theme=nnfx-dark] .language-xml .hljs-meta, [theme=nnfx-dark] .language-xml .hljs-meta-string {
  font-weight: 700;
  font-style: italic;
  color: #69f;
}
[theme=nnfx-dark] .hljs-comment, [theme=nnfx-dark] .hljs-quote {
  font-style: italic;
  color: #9c6;
}
[theme=nnfx-dark] .hljs-built_in, [theme=nnfx-dark] .hljs-keyword, [theme=nnfx-dark] .hljs-name {
  color: #a7a;
}
[theme=nnfx-dark] .hljs-attr, [theme=nnfx-dark] .hljs-name {
  font-weight: 700;
}
[theme=nnfx-dark] .hljs-string {
  font-weight: 400;
}
[theme=nnfx-dark] .hljs-code, [theme=nnfx-dark] .hljs-link, [theme=nnfx-dark] .hljs-meta .hljs-string, [theme=nnfx-dark] .hljs-number, [theme=nnfx-dark] .hljs-regexp, [theme=nnfx-dark] .hljs-string {
  color: #bce;
}
[theme=nnfx-dark] .hljs-bullet, [theme=nnfx-dark] .hljs-symbol, [theme=nnfx-dark] .hljs-template-variable, [theme=nnfx-dark] .hljs-title, [theme=nnfx-dark] .hljs-variable {
  color: #d40;
}
[theme=nnfx-dark] .hljs-class .hljs-title, [theme=nnfx-dark] .hljs-title.class_, [theme=nnfx-dark] .hljs-type {
  font-weight: 700;
  color: #96c;
}
[theme=nnfx-dark] .hljs-attr, [theme=nnfx-dark] .hljs-function .hljs-title, [theme=nnfx-dark] .hljs-subst, [theme=nnfx-dark] .hljs-tag, [theme=nnfx-dark] .hljs-title.function_ {
  color: #fff;
}
[theme=nnfx-dark] .hljs-formula {
  background-color: #eee;
  font-style: italic;
}
[theme=nnfx-dark] .hljs-addition {
  background-color: #797;
}
[theme=nnfx-dark] .hljs-deletion {
  background-color: #c99;
}
[theme=nnfx-dark] .hljs-meta {
  color: #69f;
}
[theme=nnfx-dark] .hljs-section, [theme=nnfx-dark] .hljs-selector-class, [theme=nnfx-dark] .hljs-selector-id, [theme=nnfx-dark] .hljs-selector-pseudo, [theme=nnfx-dark] .hljs-selector-tag {
  font-weight: 700;
  color: #69f;
}
[theme=nnfx-dark] .hljs-selector-pseudo {
  font-style: italic;
}
[theme=nnfx-dark] .hljs-doctag, [theme=nnfx-dark] .hljs-strong {
  font-weight: 700;
}
[theme=nnfx-dark] .hljs-emphasis {
  font-style: italic;
}

[theme=nnfx-light] {
  /*!
    Theme: nnfx light
    Description: a theme inspired by Netscape Navigator/Firefox
    Author: (c) 2020-2021 Jim Mason <jmason@ibinx.com>
    Maintainer: @RocketMan
    License: https://creativecommons.org/licenses/by-sa/4.0  CC BY-SA 4.0
    Updated: 2021-05-17

    @version 1.1.0
  */
}
[theme=nnfx-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=nnfx-light] code.hljs {
  padding: 3px 5px;
}
[theme=nnfx-light] .hljs {
  background: #fff;
  color: #000;
}
[theme=nnfx-light] .language-xml .hljs-meta, [theme=nnfx-light] .language-xml .hljs-meta-string {
  font-weight: 700;
  font-style: italic;
  color: #48b;
}
[theme=nnfx-light] .hljs-comment, [theme=nnfx-light] .hljs-quote {
  font-style: italic;
  color: #070;
}
[theme=nnfx-light] .hljs-built_in, [theme=nnfx-light] .hljs-keyword, [theme=nnfx-light] .hljs-name {
  color: #808;
}
[theme=nnfx-light] .hljs-attr, [theme=nnfx-light] .hljs-name {
  font-weight: 700;
}
[theme=nnfx-light] .hljs-string {
  font-weight: 400;
}
[theme=nnfx-light] .hljs-code, [theme=nnfx-light] .hljs-link, [theme=nnfx-light] .hljs-meta .hljs-string, [theme=nnfx-light] .hljs-number, [theme=nnfx-light] .hljs-regexp, [theme=nnfx-light] .hljs-string {
  color: #00f;
}
[theme=nnfx-light] .hljs-bullet, [theme=nnfx-light] .hljs-symbol, [theme=nnfx-light] .hljs-template-variable, [theme=nnfx-light] .hljs-title, [theme=nnfx-light] .hljs-variable {
  color: #f40;
}
[theme=nnfx-light] .hljs-class .hljs-title, [theme=nnfx-light] .hljs-title.class_, [theme=nnfx-light] .hljs-type {
  font-weight: 700;
  color: #639;
}
[theme=nnfx-light] .hljs-attr, [theme=nnfx-light] .hljs-function .hljs-title, [theme=nnfx-light] .hljs-subst, [theme=nnfx-light] .hljs-tag, [theme=nnfx-light] .hljs-title.function_ {
  color: #000;
}
[theme=nnfx-light] .hljs-formula {
  background-color: #eee;
  font-style: italic;
}
[theme=nnfx-light] .hljs-addition {
  background-color: #beb;
}
[theme=nnfx-light] .hljs-deletion {
  background-color: #fbb;
}
[theme=nnfx-light] .hljs-meta {
  color: #269;
}
[theme=nnfx-light] .hljs-section, [theme=nnfx-light] .hljs-selector-class, [theme=nnfx-light] .hljs-selector-id, [theme=nnfx-light] .hljs-selector-pseudo, [theme=nnfx-light] .hljs-selector-tag {
  font-weight: 700;
  color: #48b;
}
[theme=nnfx-light] .hljs-selector-pseudo {
  font-style: italic;
}
[theme=nnfx-light] .hljs-doctag, [theme=nnfx-light] .hljs-strong {
  font-weight: 700;
}
[theme=nnfx-light] .hljs-emphasis {
  font-style: italic;
}

[theme=nord] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=nord] code.hljs {
  padding: 3px 5px;
}
[theme=nord] .hljs {
  background: #2e3440;
}
[theme=nord] .hljs, [theme=nord] .hljs-subst {
  color: #d8dee9;
}
[theme=nord] .hljs-selector-tag {
  color: #81a1c1;
}
[theme=nord] .hljs-selector-id {
  color: #8fbcbb;
  font-weight: 700;
}
[theme=nord] .hljs-selector-attr, [theme=nord] .hljs-selector-class {
  color: #8fbcbb;
}
[theme=nord] .hljs-property, [theme=nord] .hljs-selector-pseudo {
  color: #88c0d0;
}
[theme=nord] .hljs-addition {
  background-color: rgba(163, 190, 140, 0.5);
}
[theme=nord] .hljs-deletion {
  background-color: rgba(191, 97, 106, 0.5);
}
[theme=nord] .hljs-built_in, [theme=nord] .hljs-class, [theme=nord] .hljs-type {
  color: #8fbcbb;
}
[theme=nord] .hljs-function, [theme=nord] .hljs-function > .hljs-title, [theme=nord] .hljs-title.hljs-function {
  color: #88c0d0;
}
[theme=nord] .hljs-keyword, [theme=nord] .hljs-literal, [theme=nord] .hljs-symbol {
  color: #81a1c1;
}
[theme=nord] .hljs-number {
  color: #b48ead;
}
[theme=nord] .hljs-regexp {
  color: #ebcb8b;
}
[theme=nord] .hljs-string {
  color: #a3be8c;
}
[theme=nord] .hljs-title {
  color: #8fbcbb;
}
[theme=nord] .hljs-params {
  color: #d8dee9;
}
[theme=nord] .hljs-bullet {
  color: #81a1c1;
}
[theme=nord] .hljs-code {
  color: #8fbcbb;
}
[theme=nord] .hljs-emphasis {
  font-style: italic;
}
[theme=nord] .hljs-formula {
  color: #8fbcbb;
}
[theme=nord] .hljs-strong {
  font-weight: 700;
}
[theme=nord] .hljs-link:hover {
  text-decoration: underline;
}
[theme=nord] .hljs-comment, [theme=nord] .hljs-quote {
  color: #4c566a;
}
[theme=nord] .hljs-doctag {
  color: #8fbcbb;
}
[theme=nord] .hljs-meta, [theme=nord] .hljs-meta .hljs-keyword {
  color: #5e81ac;
}
[theme=nord] .hljs-meta .hljs-string {
  color: #a3be8c;
}
[theme=nord] .hljs-attr {
  color: #8fbcbb;
}
[theme=nord] .hljs-attribute {
  color: #d8dee9;
}
[theme=nord] .hljs-name {
  color: #81a1c1;
}
[theme=nord] .hljs-section {
  color: #88c0d0;
}
[theme=nord] .hljs-tag {
  color: #81a1c1;
}
[theme=nord] .hljs-template-variable, [theme=nord] .hljs-variable {
  color: #d8dee9;
}
[theme=nord] .hljs-template-tag {
  color: #5e81ac;
}
[theme=nord] .language-abnf .hljs-attribute {
  color: #88c0d0;
}
[theme=nord] .language-abnf .hljs-symbol {
  color: #ebcb8b;
}
[theme=nord] .language-apache .hljs-attribute {
  color: #88c0d0;
}
[theme=nord] .language-apache .hljs-section {
  color: #81a1c1;
}
[theme=nord] .language-arduino .hljs-built_in {
  color: #88c0d0;
}
[theme=nord] .language-aspectj .hljs-meta {
  color: #d08770;
}
[theme=nord] .language-aspectj > .hljs-title {
  color: #88c0d0;
}
[theme=nord] .language-bnf .hljs-attribute {
  color: #8fbcbb;
}
[theme=nord] .language-clojure .hljs-name {
  color: #88c0d0;
}
[theme=nord] .language-clojure .hljs-symbol {
  color: #ebcb8b;
}
[theme=nord] .language-coq .hljs-built_in {
  color: #88c0d0;
}
[theme=nord] .language-cpp .hljs-meta .hljs-string {
  color: #8fbcbb;
}
[theme=nord] .language-css .hljs-built_in {
  color: #88c0d0;
}
[theme=nord] .language-css .hljs-keyword {
  color: #d08770;
}
[theme=nord] .language-diff .hljs-meta, [theme=nord] .language-ebnf .hljs-attribute {
  color: #8fbcbb;
}
[theme=nord] .language-glsl .hljs-built_in {
  color: #88c0d0;
}
[theme=nord] .language-groovy .hljs-meta:not(:first-child), [theme=nord] .language-haxe .hljs-meta, [theme=nord] .language-java .hljs-meta {
  color: #d08770;
}
[theme=nord] .language-ldif .hljs-attribute {
  color: #8fbcbb;
}
[theme=nord] .language-lisp .hljs-name, [theme=nord] .language-lua .hljs-built_in, [theme=nord] .language-moonscript .hljs-built_in, [theme=nord] .language-nginx .hljs-attribute {
  color: #88c0d0;
}
[theme=nord] .language-nginx .hljs-section {
  color: #5e81ac;
}
[theme=nord] .language-pf .hljs-built_in, [theme=nord] .language-processing .hljs-built_in {
  color: #88c0d0;
}
[theme=nord] .language-scss .hljs-keyword, [theme=nord] .language-stylus .hljs-keyword {
  color: #81a1c1;
}
[theme=nord] .language-swift .hljs-meta {
  color: #d08770;
}
[theme=nord] .language-vim .hljs-built_in {
  color: #88c0d0;
  font-style: italic;
}
[theme=nord] .language-yaml .hljs-meta {
  color: #d08770;
}

[theme=obsidian] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=obsidian] code.hljs {
  padding: 3px 5px;
}
[theme=obsidian] .hljs {
  color: #e0e2e4;
  background: #282b2e;
}
[theme=obsidian] .hljs-keyword, [theme=obsidian] .hljs-literal, [theme=obsidian] .hljs-selector-id, [theme=obsidian] .hljs-selector-tag {
  color: #93c763;
}
[theme=obsidian] .hljs-number {
  color: #ffcd22;
}
[theme=obsidian] .hljs-attribute {
  color: #668bb0;
}
[theme=obsidian] .hljs-link, [theme=obsidian] .hljs-regexp {
  color: #d39745;
}
[theme=obsidian] .hljs-meta {
  color: #557182;
}
[theme=obsidian] .hljs-addition, [theme=obsidian] .hljs-built_in, [theme=obsidian] .hljs-bullet, [theme=obsidian] .hljs-emphasis, [theme=obsidian] .hljs-name, [theme=obsidian] .hljs-selector-attr, [theme=obsidian] .hljs-selector-pseudo, [theme=obsidian] .hljs-subst, [theme=obsidian] .hljs-tag, [theme=obsidian] .hljs-template-tag, [theme=obsidian] .hljs-template-variable, [theme=obsidian] .hljs-type, [theme=obsidian] .hljs-variable {
  color: #8cbbad;
}
[theme=obsidian] .hljs-string, [theme=obsidian] .hljs-symbol {
  color: #ec7600;
}
[theme=obsidian] .hljs-comment, [theme=obsidian] .hljs-deletion, [theme=obsidian] .hljs-quote {
  color: #818e96;
}
[theme=obsidian] .hljs-selector-class {
  color: #a082bd;
}
[theme=obsidian] .hljs-doctag, [theme=obsidian] .hljs-keyword, [theme=obsidian] .hljs-literal, [theme=obsidian] .hljs-name, [theme=obsidian] .hljs-section, [theme=obsidian] .hljs-selector-tag, [theme=obsidian] .hljs-strong, [theme=obsidian] .hljs-title, [theme=obsidian] .hljs-type {
  font-weight: 700;
}
[theme=obsidian] .hljs-class .hljs-title, [theme=obsidian] .hljs-code, [theme=obsidian] .hljs-section, [theme=obsidian] .hljs-title.class_ {
  color: #fff;
}

[theme=panda-syntax-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=panda-syntax-dark] code.hljs {
  padding: 3px 5px;
}
[theme=panda-syntax-dark] .hljs {
  color: #e6e6e6;
  background: #2a2c2d;
}
[theme=panda-syntax-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=panda-syntax-dark] .hljs-strong {
  font-weight: 700;
}
[theme=panda-syntax-dark] .hljs-link {
  text-decoration: underline;
}
[theme=panda-syntax-dark] .hljs-comment, [theme=panda-syntax-dark] .hljs-quote {
  color: #bbb;
  font-style: italic;
}
[theme=panda-syntax-dark] .hljs-params {
  color: #bbb;
}
[theme=panda-syntax-dark] .hljs-attr, [theme=panda-syntax-dark] .hljs-punctuation {
  color: #e6e6e6;
}
[theme=panda-syntax-dark] .hljs-meta, [theme=panda-syntax-dark] .hljs-name, [theme=panda-syntax-dark] .hljs-selector-tag {
  color: #ff4b82;
}
[theme=panda-syntax-dark] .hljs-char.escape_, [theme=panda-syntax-dark] .hljs-operator {
  color: #b084eb;
}
[theme=panda-syntax-dark] .hljs-deletion, [theme=panda-syntax-dark] .hljs-keyword {
  color: #ff75b5;
}
[theme=panda-syntax-dark] .hljs-regexp, [theme=panda-syntax-dark] .hljs-selector-attr, [theme=panda-syntax-dark] .hljs-selector-pseudo, [theme=panda-syntax-dark] .hljs-variable.language_ {
  color: #ff9ac1;
}
[theme=panda-syntax-dark] .hljs-code, [theme=panda-syntax-dark] .hljs-formula, [theme=panda-syntax-dark] .hljs-property, [theme=panda-syntax-dark] .hljs-section, [theme=panda-syntax-dark] .hljs-subst, [theme=panda-syntax-dark] .hljs-title.function_ {
  color: #45a9f9;
}
[theme=panda-syntax-dark] .hljs-addition, [theme=panda-syntax-dark] .hljs-bullet, [theme=panda-syntax-dark] .hljs-meta .hljs-string, [theme=panda-syntax-dark] .hljs-selector-class, [theme=panda-syntax-dark] .hljs-string, [theme=panda-syntax-dark] .hljs-symbol, [theme=panda-syntax-dark] .hljs-title.class_, [theme=panda-syntax-dark] .hljs-title.class_.inherited__ {
  color: #19f9d8;
}
[theme=panda-syntax-dark] .hljs-attribute, [theme=panda-syntax-dark] .hljs-built_in, [theme=panda-syntax-dark] .hljs-doctag, [theme=panda-syntax-dark] .hljs-link, [theme=panda-syntax-dark] .hljs-literal, [theme=panda-syntax-dark] .hljs-meta .hljs-keyword, [theme=panda-syntax-dark] .hljs-number, [theme=panda-syntax-dark] .hljs-punctuation, [theme=panda-syntax-dark] .hljs-selector-id, [theme=panda-syntax-dark] .hljs-tag, [theme=panda-syntax-dark] .hljs-template-tag, [theme=panda-syntax-dark] .hljs-template-variable, [theme=panda-syntax-dark] .hljs-title, [theme=panda-syntax-dark] .hljs-type, [theme=panda-syntax-dark] .hljs-variable {
  color: #ffb86c;
}

[theme=panda-syntax-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=panda-syntax-light] code.hljs {
  padding: 3px 5px;
}
[theme=panda-syntax-light] .hljs {
  color: #2a2c2d;
  background: #e6e6e6;
}
[theme=panda-syntax-light] .hljs-emphasis {
  font-style: italic;
}
[theme=panda-syntax-light] .hljs-strong {
  font-weight: 700;
}
[theme=panda-syntax-light] .hljs-link {
  text-decoration: underline;
}
[theme=panda-syntax-light] .hljs-comment, [theme=panda-syntax-light] .hljs-quote {
  color: #676b79;
  font-style: italic;
}
[theme=panda-syntax-light] .hljs-params {
  color: #676b79;
}
[theme=panda-syntax-light] .hljs-attr, [theme=panda-syntax-light] .hljs-punctuation {
  color: #2a2c2d;
}
[theme=panda-syntax-light] .hljs-char.escape_, [theme=panda-syntax-light] .hljs-meta, [theme=panda-syntax-light] .hljs-name, [theme=panda-syntax-light] .hljs-operator, [theme=panda-syntax-light] .hljs-selector-tag {
  color: #c56200;
}
[theme=panda-syntax-light] .hljs-deletion, [theme=panda-syntax-light] .hljs-keyword {
  color: #d92792;
}
[theme=panda-syntax-light] .hljs-regexp, [theme=panda-syntax-light] .hljs-selector-attr, [theme=panda-syntax-light] .hljs-selector-pseudo, [theme=panda-syntax-light] .hljs-variable.language_ {
  color: #cc5e91;
}
[theme=panda-syntax-light] .hljs-code, [theme=panda-syntax-light] .hljs-formula, [theme=panda-syntax-light] .hljs-property, [theme=panda-syntax-light] .hljs-section, [theme=panda-syntax-light] .hljs-subst, [theme=panda-syntax-light] .hljs-title.function_ {
  color: #3787c7;
}
[theme=panda-syntax-light] .hljs-addition, [theme=panda-syntax-light] .hljs-bullet, [theme=panda-syntax-light] .hljs-meta .hljs-string, [theme=panda-syntax-light] .hljs-selector-class, [theme=panda-syntax-light] .hljs-string, [theme=panda-syntax-light] .hljs-symbol, [theme=panda-syntax-light] .hljs-title.class_, [theme=panda-syntax-light] .hljs-title.class_.inherited__ {
  color: #0d7d6c;
}
[theme=panda-syntax-light] .hljs-attribute, [theme=panda-syntax-light] .hljs-built_in, [theme=panda-syntax-light] .hljs-doctag, [theme=panda-syntax-light] .hljs-link, [theme=panda-syntax-light] .hljs-literal, [theme=panda-syntax-light] .hljs-meta .hljs-keyword, [theme=panda-syntax-light] .hljs-number, [theme=panda-syntax-light] .hljs-selector-id, [theme=panda-syntax-light] .hljs-tag, [theme=panda-syntax-light] .hljs-template-tag, [theme=panda-syntax-light] .hljs-template-variable, [theme=panda-syntax-light] .hljs-title, [theme=panda-syntax-light] .hljs-type, [theme=panda-syntax-light] .hljs-variable {
  color: #7641bb;
}

[theme=paraiso-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=paraiso-dark] code.hljs {
  padding: 3px 5px;
}
[theme=paraiso-dark] .hljs {
  background: #2f1e2e;
  color: #a39e9b;
}
[theme=paraiso-dark] .hljs-comment, [theme=paraiso-dark] .hljs-quote {
  color: #8d8687;
}
[theme=paraiso-dark] .hljs-link, [theme=paraiso-dark] .hljs-meta, [theme=paraiso-dark] .hljs-name, [theme=paraiso-dark] .hljs-regexp, [theme=paraiso-dark] .hljs-selector-class, [theme=paraiso-dark] .hljs-selector-id, [theme=paraiso-dark] .hljs-tag, [theme=paraiso-dark] .hljs-template-variable, [theme=paraiso-dark] .hljs-variable {
  color: #ef6155;
}
[theme=paraiso-dark] .hljs-built_in, [theme=paraiso-dark] .hljs-deletion, [theme=paraiso-dark] .hljs-literal, [theme=paraiso-dark] .hljs-number, [theme=paraiso-dark] .hljs-params, [theme=paraiso-dark] .hljs-type {
  color: #f99b15;
}
[theme=paraiso-dark] .hljs-attribute, [theme=paraiso-dark] .hljs-section, [theme=paraiso-dark] .hljs-title {
  color: #fec418;
}
[theme=paraiso-dark] .hljs-addition, [theme=paraiso-dark] .hljs-bullet, [theme=paraiso-dark] .hljs-string, [theme=paraiso-dark] .hljs-symbol {
  color: #48b685;
}
[theme=paraiso-dark] .hljs-keyword, [theme=paraiso-dark] .hljs-selector-tag {
  color: #815ba4;
}
[theme=paraiso-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=paraiso-dark] .hljs-strong {
  font-weight: 700;
}

[theme=paraiso-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=paraiso-light] code.hljs {
  padding: 3px 5px;
}
[theme=paraiso-light] .hljs {
  background: #e7e9db;
  color: #4f424c;
}
[theme=paraiso-light] .hljs-comment, [theme=paraiso-light] .hljs-quote {
  color: #776e71;
}
[theme=paraiso-light] .hljs-link, [theme=paraiso-light] .hljs-meta, [theme=paraiso-light] .hljs-name, [theme=paraiso-light] .hljs-regexp, [theme=paraiso-light] .hljs-selector-class, [theme=paraiso-light] .hljs-selector-id, [theme=paraiso-light] .hljs-tag, [theme=paraiso-light] .hljs-template-variable, [theme=paraiso-light] .hljs-variable {
  color: #ef6155;
}
[theme=paraiso-light] .hljs-built_in, [theme=paraiso-light] .hljs-deletion, [theme=paraiso-light] .hljs-literal, [theme=paraiso-light] .hljs-number, [theme=paraiso-light] .hljs-params, [theme=paraiso-light] .hljs-type {
  color: #f99b15;
}
[theme=paraiso-light] .hljs-attribute, [theme=paraiso-light] .hljs-section, [theme=paraiso-light] .hljs-title {
  color: #fec418;
}
[theme=paraiso-light] .hljs-addition, [theme=paraiso-light] .hljs-bullet, [theme=paraiso-light] .hljs-string, [theme=paraiso-light] .hljs-symbol {
  color: #48b685;
}
[theme=paraiso-light] .hljs-keyword, [theme=paraiso-light] .hljs-selector-tag {
  color: #815ba4;
}
[theme=paraiso-light] .hljs-emphasis {
  font-style: italic;
}
[theme=paraiso-light] .hljs-strong {
  font-weight: 700;
}

[theme=pojoaque] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=pojoaque] code.hljs {
  padding: 3px 5px;
}
[theme=pojoaque] .hljs {
  color: #dccf8f;
  background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAMAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQACQYGBgcGCQcHCQ0IBwgNDwsJCQsPEQ4ODw4OERENDg4ODg0RERQUFhQUERoaHBwaGiYmJiYmKysrKysrKysrKwEJCAgJCgkMCgoMDwwODA8TDg4ODhMVDg4PDg4VGhMRERERExoXGhYWFhoXHR0aGh0dJCQjJCQrKysrKysrKysr/8AAEQgAjACMAwEiAAIRAQMRAf/EAF4AAQEBAAAAAAAAAAAAAAAAAAABBwEBAQAAAAAAAAAAAAAAAAAAAAIQAAEDAwIHAQEAAAAAAAAAAADwAREhYaExkUFRcYGxwdHh8REBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AyGFEjHaBS2fDDs2zkhKmBKktb7km+ZwwCnXPkLVmCTMItj6AXFxRS465/BTnkAJvkLkJe+7AKKoi2AtRS2zuAWsCb5GOlBN8gKfmuGHZ8MFqIth3ALmFoFwbwKWyAlTAp17uKqBvgBD8sM4fTjhvAhkzhaRkBMKBrfs7jGPIpzy7gFrAqnC0C0gB0EWwBDW2cBVQwm+QtPpa3wBO3sVvszCnLAhkzgL5/RLf13cLQd8/AGlu0Cb5HTx9KuAEieGJEdcehS3eRTp2ATdt3CpIm+QtZwAhROXFeb7swp/ahaM3kBE/jSIUBc/AWrgBN8uNFAl+b7sAXFxFn2YLUU5Ns7gFX8C4ib+hN8gFWXwK3bZglxEJm+gKdciLPsFV/TClsgJUwKJ5FVA7tvIFrfZhVfGJDcsCKaYgAqv6YRbE+RWOWBtu7+AL3yRalXLyKqAIIfk+zARbDgFyEsncYwJvlgFRW+GEWntIi2P0BooyFxcNr8Ep3+ANLbMO+QyhvbiqdgC0kVvgUUiLYgBS2QtPbiVI1/sgOmG9uO+Y8DW+7jS2zAOnj6O2BndwuIAUtkdRN8gFoK3wwXMQyZwHVbClsuNLd4E3yAUR6FVDBR+BafQGt93LVMxJTv8ABts4CVLhcfYWsCb5kC9/BHdU8CLYFY5bMAd+eX9MGthhpbA1vu4B7+RKkaW2Yq4AQtVBBFsAJU/AuIXBhN8gGWnstefhiZyWvLAEnbYS1uzSFP6Jvn4Baxx70JKkQojLib5AVTey1jjgkKJGO0AKWyOm7N7cSpgSpAdPH0Tfd/gp1z5C1ZgKqN9J2wFxcUUuAFLZAm+QC0Fb4YUVRFsAOvj4KW2dwtYE3yAWk/wS/PLMKfmuGHZ8MAXF/Ja32Yi5haAKWz4Ydm2cSpgU693Atb7km+Zwwh+WGcPpxw3gAkzCLY+iYUDW/Z3Adc/gpzyFrAqnALkJe+7DoItgAtRS2zuKqGE3yAx0oJvkdvYrfZmALURbDuL5/RLf13cAuDeBS2RpbtAm+QFVA3wR+3fUtFHoBDJnC0jIXH0HWsgMY8inPLuOkd9chp4z20ALQLSA8cI9jYAIa2zjzjBd8gRafS1vgiUho/kAKcsCGTOGWvoOpkAtB3z8Hm8x2Ff5ADp4+lXAlIvcmwH/2Q==) left top #181914;
}
[theme=pojoaque] .hljs-comment, [theme=pojoaque] .hljs-quote {
  color: #586e75;
  font-style: italic;
}
[theme=pojoaque] .hljs-addition, [theme=pojoaque] .hljs-keyword, [theme=pojoaque] .hljs-literal, [theme=pojoaque] .hljs-selector-tag {
  color: #b64926;
}
[theme=pojoaque] .hljs-doctag, [theme=pojoaque] .hljs-number, [theme=pojoaque] .hljs-regexp, [theme=pojoaque] .hljs-string {
  color: #468966;
}
[theme=pojoaque] .hljs-built_in, [theme=pojoaque] .hljs-name, [theme=pojoaque] .hljs-section, [theme=pojoaque] .hljs-title {
  color: #ffb03b;
}
[theme=pojoaque] .hljs-class .hljs-title, [theme=pojoaque] .hljs-tag, [theme=pojoaque] .hljs-template-variable, [theme=pojoaque] .hljs-title.class_, [theme=pojoaque] .hljs-type, [theme=pojoaque] .hljs-variable {
  color: #b58900;
}
[theme=pojoaque] .hljs-attribute {
  color: #b89859;
}
[theme=pojoaque] .hljs-bullet, [theme=pojoaque] .hljs-link, [theme=pojoaque] .hljs-meta, [theme=pojoaque] .hljs-subst, [theme=pojoaque] .hljs-symbol {
  color: #cb4b16;
}
[theme=pojoaque] .hljs-deletion {
  color: #dc322f;
}
[theme=pojoaque] .hljs-selector-class, [theme=pojoaque] .hljs-selector-id {
  color: #d3a60c;
}
[theme=pojoaque] .hljs-formula {
  background: #073642;
}
[theme=pojoaque] .hljs-emphasis {
  font-style: italic;
}
[theme=pojoaque] .hljs-strong {
  font-weight: 700;
}

[theme=purebasic] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=purebasic] code.hljs {
  padding: 3px 5px;
}
[theme=purebasic] .hljs {
  background: #ffffdf;
}
[theme=purebasic] .hljs, [theme=purebasic] .hljs-attr, [theme=purebasic] .hljs-function, [theme=purebasic] .hljs-name, [theme=purebasic] .hljs-number, [theme=purebasic] .hljs-params, [theme=purebasic] .hljs-subst, [theme=purebasic] .hljs-type {
  color: #000;
}
[theme=purebasic] .hljs-addition, [theme=purebasic] .hljs-comment, [theme=purebasic] .hljs-regexp, [theme=purebasic] .hljs-section, [theme=purebasic] .hljs-selector-pseudo {
  color: #0aa;
}
[theme=purebasic] .hljs-built_in, [theme=purebasic] .hljs-class, [theme=purebasic] .hljs-keyword, [theme=purebasic] .hljs-meta .hljs-keyword, [theme=purebasic] .hljs-selector-class {
  color: #066;
  font-weight: 700;
}
[theme=purebasic] .hljs-code, [theme=purebasic] .hljs-tag, [theme=purebasic] .hljs-title, [theme=purebasic] .hljs-variable {
  color: #066;
}
[theme=purebasic] .hljs-selector-attr, [theme=purebasic] .hljs-string {
  color: #0080ff;
}
[theme=purebasic] .hljs-attribute, [theme=purebasic] .hljs-deletion, [theme=purebasic] .hljs-link, [theme=purebasic] .hljs-symbol {
  color: #924b72;
}
[theme=purebasic] .hljs-literal, [theme=purebasic] .hljs-meta, [theme=purebasic] .hljs-selector-id {
  color: #924b72;
  font-weight: 700;
}
[theme=purebasic] .hljs-name, [theme=purebasic] .hljs-strong {
  font-weight: 700;
}
[theme=purebasic] .hljs-emphasis {
  font-style: italic;
}

[theme=qtcreator-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=qtcreator-dark] code.hljs {
  padding: 3px 5px;
}
[theme=qtcreator-dark] .hljs {
  color: #aaa;
  background: #000;
}
[theme=qtcreator-dark] .hljs-emphasis, [theme=qtcreator-dark] .hljs-strong {
  color: #a8a8a2;
}
[theme=qtcreator-dark] .hljs-bullet, [theme=qtcreator-dark] .hljs-literal, [theme=qtcreator-dark] .hljs-number, [theme=qtcreator-dark] .hljs-quote, [theme=qtcreator-dark] .hljs-regexp {
  color: #f5f;
}
[theme=qtcreator-dark] .hljs-code .hljs-selector-class {
  color: #aaf;
}
[theme=qtcreator-dark] .hljs-emphasis, [theme=qtcreator-dark] .hljs-stronge, [theme=qtcreator-dark] .hljs-type {
  font-style: italic;
}
[theme=qtcreator-dark] .hljs-function, [theme=qtcreator-dark] .hljs-keyword, [theme=qtcreator-dark] .hljs-name, [theme=qtcreator-dark] .hljs-section, [theme=qtcreator-dark] .hljs-selector-tag, [theme=qtcreator-dark] .hljs-symbol {
  color: #ff5;
}
[theme=qtcreator-dark] .hljs-subst, [theme=qtcreator-dark] .hljs-tag, [theme=qtcreator-dark] .hljs-title {
  color: #aaa;
}
[theme=qtcreator-dark] .hljs-attribute {
  color: #f55;
}
[theme=qtcreator-dark] .hljs-class .hljs-title, [theme=qtcreator-dark] .hljs-params, [theme=qtcreator-dark] .hljs-title.class_, [theme=qtcreator-dark] .hljs-variable {
  color: #88f;
}
[theme=qtcreator-dark] .hljs-addition, [theme=qtcreator-dark] .hljs-built_in, [theme=qtcreator-dark] .hljs-link, [theme=qtcreator-dark] .hljs-selector-attr, [theme=qtcreator-dark] .hljs-selector-id, [theme=qtcreator-dark] .hljs-selector-pseudo, [theme=qtcreator-dark] .hljs-string, [theme=qtcreator-dark] .hljs-template-tag, [theme=qtcreator-dark] .hljs-template-variable, [theme=qtcreator-dark] .hljs-type {
  color: #f5f;
}
[theme=qtcreator-dark] .hljs-comment, [theme=qtcreator-dark] .hljs-deletion, [theme=qtcreator-dark] .hljs-meta {
  color: #5ff;
}

[theme=qtcreator-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=qtcreator-light] code.hljs {
  padding: 3px 5px;
}
[theme=qtcreator-light] .hljs {
  color: #000;
  background: #fff;
}
[theme=qtcreator-light] .hljs-emphasis, [theme=qtcreator-light] .hljs-strong {
  color: #000;
}
[theme=qtcreator-light] .hljs-bullet, [theme=qtcreator-light] .hljs-literal, [theme=qtcreator-light] .hljs-number, [theme=qtcreator-light] .hljs-quote, [theme=qtcreator-light] .hljs-regexp {
  color: navy;
}
[theme=qtcreator-light] .hljs-code .hljs-selector-class {
  color: purple;
}
[theme=qtcreator-light] .hljs-emphasis, [theme=qtcreator-light] .hljs-stronge, [theme=qtcreator-light] .hljs-type {
  font-style: italic;
}
[theme=qtcreator-light] .hljs-function, [theme=qtcreator-light] .hljs-keyword, [theme=qtcreator-light] .hljs-name, [theme=qtcreator-light] .hljs-section, [theme=qtcreator-light] .hljs-selector-tag, [theme=qtcreator-light] .hljs-symbol {
  color: olive;
}
[theme=qtcreator-light] .hljs-subst, [theme=qtcreator-light] .hljs-tag, [theme=qtcreator-light] .hljs-title {
  color: #000;
}
[theme=qtcreator-light] .hljs-attribute {
  color: maroon;
}
[theme=qtcreator-light] .hljs-class .hljs-title, [theme=qtcreator-light] .hljs-params, [theme=qtcreator-light] .hljs-title.class_, [theme=qtcreator-light] .hljs-variable {
  color: #0055af;
}
[theme=qtcreator-light] .hljs-addition, [theme=qtcreator-light] .hljs-built_in, [theme=qtcreator-light] .hljs-comment, [theme=qtcreator-light] .hljs-deletion, [theme=qtcreator-light] .hljs-link, [theme=qtcreator-light] .hljs-meta, [theme=qtcreator-light] .hljs-selector-attr, [theme=qtcreator-light] .hljs-selector-id, [theme=qtcreator-light] .hljs-selector-pseudo, [theme=qtcreator-light] .hljs-string, [theme=qtcreator-light] .hljs-template-tag, [theme=qtcreator-light] .hljs-template-variable, [theme=qtcreator-light] .hljs-type {
  color: green;
}

[theme=rainbow] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=rainbow] code.hljs {
  padding: 3px 5px;
}
[theme=rainbow] .hljs {
  background: #474949;
  color: #d1d9e1;
}
[theme=rainbow] .hljs-comment, [theme=rainbow] .hljs-quote {
  color: #969896;
  font-style: italic;
}
[theme=rainbow] .hljs-addition, [theme=rainbow] .hljs-keyword, [theme=rainbow] .hljs-literal, [theme=rainbow] .hljs-selector-tag, [theme=rainbow] .hljs-type {
  color: #c9c;
}
[theme=rainbow] .hljs-number, [theme=rainbow] .hljs-selector-attr, [theme=rainbow] .hljs-selector-pseudo {
  color: #f99157;
}
[theme=rainbow] .hljs-doctag, [theme=rainbow] .hljs-regexp, [theme=rainbow] .hljs-string {
  color: #8abeb7;
}
[theme=rainbow] .hljs-built_in, [theme=rainbow] .hljs-name, [theme=rainbow] .hljs-section, [theme=rainbow] .hljs-title {
  color: #b5bd68;
}
[theme=rainbow] .hljs-class .hljs-title, [theme=rainbow] .hljs-selector-id, [theme=rainbow] .hljs-template-variable, [theme=rainbow] .hljs-title.class_, [theme=rainbow] .hljs-variable {
  color: #fc6;
}
[theme=rainbow] .hljs-name, [theme=rainbow] .hljs-section, [theme=rainbow] .hljs-strong {
  font-weight: 700;
}
[theme=rainbow] .hljs-bullet, [theme=rainbow] .hljs-link, [theme=rainbow] .hljs-meta, [theme=rainbow] .hljs-subst, [theme=rainbow] .hljs-symbol {
  color: #f99157;
}
[theme=rainbow] .hljs-deletion {
  color: #dc322f;
}
[theme=rainbow] .hljs-formula {
  background: #eee8d5;
}
[theme=rainbow] .hljs-attr, [theme=rainbow] .hljs-attribute {
  color: #81a2be;
}
[theme=rainbow] .hljs-emphasis {
  font-style: italic;
}

[theme=routeros] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=routeros] code.hljs {
  padding: 3px 5px;
}
[theme=routeros] .hljs {
  color: #444;
  background: #f0f0f0;
}
[theme=routeros] .hljs-subst {
  color: #444;
}
[theme=routeros] .hljs-comment {
  color: #888;
}
[theme=routeros] .hljs-doctag, [theme=routeros] .hljs-keyword, [theme=routeros] .hljs-meta .hljs-keyword, [theme=routeros] .hljs-name, [theme=routeros] .hljs-selector-tag {
  font-weight: 700;
}
[theme=routeros] .hljs-attribute {
  color: #0e9a00;
}
[theme=routeros] .hljs-function {
  color: #99069a;
}
[theme=routeros] .hljs-deletion, [theme=routeros] .hljs-number, [theme=routeros] .hljs-quote, [theme=routeros] .hljs-selector-class, [theme=routeros] .hljs-selector-id, [theme=routeros] .hljs-string, [theme=routeros] .hljs-template-tag, [theme=routeros] .hljs-type {
  color: #800;
}
[theme=routeros] .hljs-section, [theme=routeros] .hljs-title {
  color: #800;
  font-weight: 700;
}
[theme=routeros] .hljs-link, [theme=routeros] .hljs-regexp, [theme=routeros] .hljs-selector-attr, [theme=routeros] .hljs-selector-pseudo, [theme=routeros] .hljs-symbol, [theme=routeros] .hljs-template-variable, [theme=routeros] .hljs-variable {
  color: #bc6060;
}
[theme=routeros] .hljs-literal {
  color: #78a960;
}
[theme=routeros] .hljs-addition, [theme=routeros] .hljs-built_in, [theme=routeros] .hljs-bullet, [theme=routeros] .hljs-code {
  color: #0c9a9a;
}
[theme=routeros] .hljs-meta {
  color: #1f7199;
}
[theme=routeros] .hljs-meta .hljs-string {
  color: #4d99bf;
}
[theme=routeros] .hljs-emphasis {
  font-style: italic;
}
[theme=routeros] .hljs-strong {
  font-weight: 700;
}

[theme=school-book] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=school-book] code.hljs {
  padding: 3px 5px;
}
[theme=school-book] .hljs {
  color: #3e5915;
  background: #f6f5b2;
}
[theme=school-book] .hljs-keyword, [theme=school-book] .hljs-literal, [theme=school-book] .hljs-selector-tag {
  color: #059;
}
[theme=school-book] .hljs-subst {
  color: #3e5915;
}
[theme=school-book] .hljs-addition, [theme=school-book] .hljs-attribute, [theme=school-book] .hljs-built_in, [theme=school-book] .hljs-bullet, [theme=school-book] .hljs-link, [theme=school-book] .hljs-section, [theme=school-book] .hljs-string, [theme=school-book] .hljs-symbol, [theme=school-book] .hljs-template-tag, [theme=school-book] .hljs-template-variable, [theme=school-book] .hljs-title, [theme=school-book] .hljs-type, [theme=school-book] .hljs-variable {
  color: #2c009f;
}
[theme=school-book] .hljs-comment, [theme=school-book] .hljs-deletion, [theme=school-book] .hljs-meta, [theme=school-book] .hljs-quote {
  color: #e60415;
}
[theme=school-book] .hljs-doctag, [theme=school-book] .hljs-keyword, [theme=school-book] .hljs-literal, [theme=school-book] .hljs-name, [theme=school-book] .hljs-section, [theme=school-book] .hljs-selector-id, [theme=school-book] .hljs-selector-tag, [theme=school-book] .hljs-strong, [theme=school-book] .hljs-title, [theme=school-book] .hljs-type {
  font-weight: 700;
}
[theme=school-book] .hljs-emphasis {
  font-style: italic;
}

[theme=shades-of-purple] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=shades-of-purple] code.hljs {
  padding: 3px 5px;
}
[theme=shades-of-purple] .hljs {
  background: #2d2b57;
  color: #e3dfff;
  font-weight: 400;
}
[theme=shades-of-purple] .hljs-subst {
  color: #e3dfff;
}
[theme=shades-of-purple] .hljs-title {
  color: #fad000;
  font-weight: 400;
}
[theme=shades-of-purple] .hljs-name {
  color: #a1feff;
}
[theme=shades-of-purple] .hljs-tag {
  color: #fff;
}
[theme=shades-of-purple] .hljs-attr {
  color: #f8d000;
  font-style: italic;
}
[theme=shades-of-purple] .hljs-built_in, [theme=shades-of-purple] .hljs-keyword, [theme=shades-of-purple] .hljs-section, [theme=shades-of-purple] .hljs-selector-tag {
  color: #fb9e00;
}
[theme=shades-of-purple] .hljs-addition, [theme=shades-of-purple] .hljs-attribute, [theme=shades-of-purple] .hljs-bullet, [theme=shades-of-purple] .hljs-code, [theme=shades-of-purple] .hljs-deletion, [theme=shades-of-purple] .hljs-quote, [theme=shades-of-purple] .hljs-regexp, [theme=shades-of-purple] .hljs-selector-attr, [theme=shades-of-purple] .hljs-selector-class, [theme=shades-of-purple] .hljs-selector-pseudo, [theme=shades-of-purple] .hljs-string, [theme=shades-of-purple] .hljs-symbol, [theme=shades-of-purple] .hljs-template-tag {
  color: #4cd213;
}
[theme=shades-of-purple] .hljs-meta, [theme=shades-of-purple] .hljs-meta .hljs-string {
  color: #fb9e00;
}
[theme=shades-of-purple] .hljs-comment {
  color: #ac65ff;
}
[theme=shades-of-purple] .hljs-keyword, [theme=shades-of-purple] .hljs-literal, [theme=shades-of-purple] .hljs-name, [theme=shades-of-purple] .hljs-selector-tag, [theme=shades-of-purple] .hljs-strong {
  font-weight: 400;
}
[theme=shades-of-purple] .hljs-literal, [theme=shades-of-purple] .hljs-number {
  color: #fa658d;
}
[theme=shades-of-purple] .hljs-emphasis {
  font-style: italic;
}
[theme=shades-of-purple] .hljs-strong {
  font-weight: 700;
}

[theme=srcery] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=srcery] code.hljs {
  padding: 3px 5px;
}
[theme=srcery] .hljs {
  background: #1c1b19;
  color: #fce8c3;
}
[theme=srcery] .hljs-literal, [theme=srcery] .hljs-quote, [theme=srcery] .hljs-subst {
  color: #fce8c3;
}
[theme=srcery] .hljs-symbol, [theme=srcery] .hljs-type {
  color: #68a8e4;
}
[theme=srcery] .hljs-deletion, [theme=srcery] .hljs-keyword {
  color: #ef2f27;
}
[theme=srcery] .hljs-attribute, [theme=srcery] .hljs-function, [theme=srcery] .hljs-name, [theme=srcery] .hljs-section, [theme=srcery] .hljs-selector-attr, [theme=srcery] .hljs-selector-class, [theme=srcery] .hljs-selector-id, [theme=srcery] .hljs-selector-pseudo, [theme=srcery] .hljs-title {
  color: #fbb829;
}
[theme=srcery] .hljs-class, [theme=srcery] .hljs-code, [theme=srcery] .hljs-property, [theme=srcery] .hljs-template-variable, [theme=srcery] .hljs-variable {
  color: #0aaeb3;
}
[theme=srcery] .hljs-addition, [theme=srcery] .hljs-bullet, [theme=srcery] .hljs-regexp, [theme=srcery] .hljs-string {
  color: #98bc37;
}
[theme=srcery] .hljs-built_in, [theme=srcery] .hljs-params {
  color: #ff5c8f;
}
[theme=srcery] .hljs-selector-tag, [theme=srcery] .hljs-template-tag {
  color: #2c78bf;
}
[theme=srcery] .hljs-comment, [theme=srcery] .hljs-link, [theme=srcery] .hljs-meta, [theme=srcery] .hljs-number {
  color: #918175;
}
[theme=srcery] .hljs-emphasis {
  font-style: italic;
}
[theme=srcery] .hljs-strong {
  font-weight: 700;
}

[theme=stackoverflow-dark] {
  /*!
    Theme: StackOverflow Dark
    Description: Dark theme as used on stackoverflow.com
    Author: stackoverflow.com
    Maintainer: @Hirse
    Website: https://github.com/StackExchange/Stacks
    License: MIT
    Updated: 2021-05-15

    Updated for @stackoverflow/stacks v0.64.0
    Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
    Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
  */
}
[theme=stackoverflow-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=stackoverflow-dark] code.hljs {
  padding: 3px 5px;
}
[theme=stackoverflow-dark] .hljs {
  color: #fff;
  background: #1c1b1b;
}
[theme=stackoverflow-dark] .hljs-subst {
  color: #fff;
}
[theme=stackoverflow-dark] .hljs-comment {
  color: #999;
}
[theme=stackoverflow-dark] .hljs-attr, [theme=stackoverflow-dark] .hljs-doctag, [theme=stackoverflow-dark] .hljs-keyword, [theme=stackoverflow-dark] .hljs-meta .hljs-keyword, [theme=stackoverflow-dark] .hljs-section, [theme=stackoverflow-dark] .hljs-selector-tag {
  color: #88aece;
}
[theme=stackoverflow-dark] .hljs-attribute {
  color: #c59bc1;
}
[theme=stackoverflow-dark] .hljs-name, [theme=stackoverflow-dark] .hljs-number, [theme=stackoverflow-dark] .hljs-quote, [theme=stackoverflow-dark] .hljs-selector-id, [theme=stackoverflow-dark] .hljs-template-tag, [theme=stackoverflow-dark] .hljs-type {
  color: #f08d49;
}
[theme=stackoverflow-dark] .hljs-selector-class {
  color: #88aece;
}
[theme=stackoverflow-dark] .hljs-link, [theme=stackoverflow-dark] .hljs-regexp, [theme=stackoverflow-dark] .hljs-selector-attr, [theme=stackoverflow-dark] .hljs-string, [theme=stackoverflow-dark] .hljs-symbol, [theme=stackoverflow-dark] .hljs-template-variable, [theme=stackoverflow-dark] .hljs-variable {
  color: #b5bd68;
}
[theme=stackoverflow-dark] .hljs-meta, [theme=stackoverflow-dark] .hljs-selector-pseudo {
  color: #88aece;
}
[theme=stackoverflow-dark] .hljs-built_in, [theme=stackoverflow-dark] .hljs-literal, [theme=stackoverflow-dark] .hljs-title {
  color: #f08d49;
}
[theme=stackoverflow-dark] .hljs-bullet, [theme=stackoverflow-dark] .hljs-code {
  color: #ccc;
}
[theme=stackoverflow-dark] .hljs-meta .hljs-string {
  color: #b5bd68;
}
[theme=stackoverflow-dark] .hljs-deletion {
  color: #de7176;
}
[theme=stackoverflow-dark] .hljs-addition {
  color: #76c490;
}
[theme=stackoverflow-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=stackoverflow-dark] .hljs-strong {
  font-weight: 700;
}

[theme=stackoverflow-light] {
  /*!
    Theme: StackOverflow Light
    Description: Light theme as used on stackoverflow.com
    Author: stackoverflow.com
    Maintainer: @Hirse
    Website: https://github.com/StackExchange/Stacks
    License: MIT
    Updated: 2021-05-15

    Updated for @stackoverflow/stacks v0.64.0
    Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
    Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
  */
}
[theme=stackoverflow-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=stackoverflow-light] code.hljs {
  padding: 3px 5px;
}
[theme=stackoverflow-light] .hljs {
  color: #2f3337;
  background: #f6f6f6;
}
[theme=stackoverflow-light] .hljs-subst {
  color: #2f3337;
}
[theme=stackoverflow-light] .hljs-comment {
  color: #656e77;
}
[theme=stackoverflow-light] .hljs-attr, [theme=stackoverflow-light] .hljs-doctag, [theme=stackoverflow-light] .hljs-keyword, [theme=stackoverflow-light] .hljs-meta .hljs-keyword, [theme=stackoverflow-light] .hljs-section, [theme=stackoverflow-light] .hljs-selector-tag {
  color: #015692;
}
[theme=stackoverflow-light] .hljs-attribute {
  color: #803378;
}
[theme=stackoverflow-light] .hljs-name, [theme=stackoverflow-light] .hljs-number, [theme=stackoverflow-light] .hljs-quote, [theme=stackoverflow-light] .hljs-selector-id, [theme=stackoverflow-light] .hljs-template-tag, [theme=stackoverflow-light] .hljs-type {
  color: #b75501;
}
[theme=stackoverflow-light] .hljs-selector-class {
  color: #015692;
}
[theme=stackoverflow-light] .hljs-link, [theme=stackoverflow-light] .hljs-regexp, [theme=stackoverflow-light] .hljs-selector-attr, [theme=stackoverflow-light] .hljs-string, [theme=stackoverflow-light] .hljs-symbol, [theme=stackoverflow-light] .hljs-template-variable, [theme=stackoverflow-light] .hljs-variable {
  color: #54790d;
}
[theme=stackoverflow-light] .hljs-meta, [theme=stackoverflow-light] .hljs-selector-pseudo {
  color: #015692;
}
[theme=stackoverflow-light] .hljs-built_in, [theme=stackoverflow-light] .hljs-literal, [theme=stackoverflow-light] .hljs-title {
  color: #b75501;
}
[theme=stackoverflow-light] .hljs-bullet, [theme=stackoverflow-light] .hljs-code {
  color: #535a60;
}
[theme=stackoverflow-light] .hljs-meta .hljs-string {
  color: #54790d;
}
[theme=stackoverflow-light] .hljs-deletion {
  color: #c02d2e;
}
[theme=stackoverflow-light] .hljs-addition {
  color: #2f6f44;
}
[theme=stackoverflow-light] .hljs-emphasis {
  font-style: italic;
}
[theme=stackoverflow-light] .hljs-strong {
  font-weight: 700;
}

[theme=sunburst] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=sunburst] code.hljs {
  padding: 3px 5px;
}
[theme=sunburst] .hljs {
  background: #000;
  color: #f8f8f8;
}
[theme=sunburst] .hljs-comment, [theme=sunburst] .hljs-quote {
  color: #aeaeae;
  font-style: italic;
}
[theme=sunburst] .hljs-keyword, [theme=sunburst] .hljs-selector-tag, [theme=sunburst] .hljs-type {
  color: #e28964;
}
[theme=sunburst] .hljs-string {
  color: #65b042;
}
[theme=sunburst] .hljs-subst {
  color: #daefa3;
}
[theme=sunburst] .hljs-link, [theme=sunburst] .hljs-regexp {
  color: #e9c062;
}
[theme=sunburst] .hljs-name, [theme=sunburst] .hljs-section, [theme=sunburst] .hljs-tag, [theme=sunburst] .hljs-title {
  color: #89bdff;
}
[theme=sunburst] .hljs-class .hljs-title, [theme=sunburst] .hljs-doctag, [theme=sunburst] .hljs-title.class_ {
  text-decoration: underline;
}
[theme=sunburst] .hljs-bullet, [theme=sunburst] .hljs-number, [theme=sunburst] .hljs-symbol {
  color: #3387cc;
}
[theme=sunburst] .hljs-params, [theme=sunburst] .hljs-template-variable, [theme=sunburst] .hljs-variable {
  color: #3e87e3;
}
[theme=sunburst] .hljs-attribute {
  color: #cda869;
}
[theme=sunburst] .hljs-meta {
  color: #8996a8;
}
[theme=sunburst] .hljs-formula {
  background-color: #0e2231;
  color: #f8f8f8;
  font-style: italic;
}
[theme=sunburst] .hljs-addition {
  background-color: #253b22;
  color: #f8f8f8;
}
[theme=sunburst] .hljs-deletion {
  background-color: #420e09;
  color: #f8f8f8;
}
[theme=sunburst] .hljs-selector-class {
  color: #9b703f;
}
[theme=sunburst] .hljs-selector-id {
  color: #8b98ab;
}
[theme=sunburst] .hljs-emphasis {
  font-style: italic;
}
[theme=sunburst] .hljs-strong {
  font-weight: 700;
}

[theme=tokyo-night-dark] {
  /*!
    Theme: Tokyo-night-Dark
    origin: https://github.com/enkia/tokyo-night-vscode-theme
    Description: Original highlight.js style
    Author: (c) Henri Vandersleyen <hvandersleyen@gmail.com>
    License: see project LICENSE
    Touched: 2022
  */
}
[theme=tokyo-night-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=tokyo-night-dark] code.hljs {
  padding: 3px 5px;
}
[theme=tokyo-night-dark] .hljs-comment, [theme=tokyo-night-dark] .hljs-meta {
  color: #565f89;
}
[theme=tokyo-night-dark] .hljs-deletion, [theme=tokyo-night-dark] .hljs-doctag, [theme=tokyo-night-dark] .hljs-regexp, [theme=tokyo-night-dark] .hljs-selector-attr, [theme=tokyo-night-dark] .hljs-selector-class, [theme=tokyo-night-dark] .hljs-selector-id, [theme=tokyo-night-dark] .hljs-selector-pseudo, [theme=tokyo-night-dark] .hljs-tag, [theme=tokyo-night-dark] .hljs-template-tag, [theme=tokyo-night-dark] .hljs-variable.language_ {
  color: #f7768e;
}
[theme=tokyo-night-dark] .hljs-link, [theme=tokyo-night-dark] .hljs-literal, [theme=tokyo-night-dark] .hljs-number, [theme=tokyo-night-dark] .hljs-params, [theme=tokyo-night-dark] .hljs-template-variable, [theme=tokyo-night-dark] .hljs-type, [theme=tokyo-night-dark] .hljs-variable {
  color: #ff9e64;
}
[theme=tokyo-night-dark] .hljs-attribute, [theme=tokyo-night-dark] .hljs-built_in {
  color: #e0af68;
}
[theme=tokyo-night-dark] .hljs-keyword, [theme=tokyo-night-dark] .hljs-property, [theme=tokyo-night-dark] .hljs-subst, [theme=tokyo-night-dark] .hljs-title, [theme=tokyo-night-dark] .hljs-title.class_, [theme=tokyo-night-dark] .hljs-title.class_.inherited__, [theme=tokyo-night-dark] .hljs-title.function_ {
  color: #7dcfff;
}
[theme=tokyo-night-dark] .hljs-selector-tag {
  color: #73daca;
}
[theme=tokyo-night-dark] .hljs-addition, [theme=tokyo-night-dark] .hljs-bullet, [theme=tokyo-night-dark] .hljs-quote, [theme=tokyo-night-dark] .hljs-string, [theme=tokyo-night-dark] .hljs-symbol {
  color: #9ece6a;
}
[theme=tokyo-night-dark] .hljs-code, [theme=tokyo-night-dark] .hljs-formula, [theme=tokyo-night-dark] .hljs-section {
  color: #7aa2f7;
}
[theme=tokyo-night-dark] .hljs-attr, [theme=tokyo-night-dark] .hljs-char.escape_, [theme=tokyo-night-dark] .hljs-keyword, [theme=tokyo-night-dark] .hljs-name, [theme=tokyo-night-dark] .hljs-operator {
  color: #bb9af7;
}
[theme=tokyo-night-dark] .hljs-punctuation {
  color: #c0caf5;
}
[theme=tokyo-night-dark] .hljs {
  background: #1a1b26;
  color: #9aa5ce;
}
[theme=tokyo-night-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=tokyo-night-dark] .hljs-strong {
  font-weight: 700;
}

[theme=tokyo-night-light] {
  /*!
    Theme: Tokyo-night-light
    origin: https://github.com/enkia/tokyo-night-vscode-theme
    Description: Original highlight.js style
    Author: (c) Henri Vandersleyen <hvandersleyen@gmail.com>
    License: see project LICENSE
    Touched: 2022
  */
}
[theme=tokyo-night-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=tokyo-night-light] code.hljs {
  padding: 3px 5px;
}
[theme=tokyo-night-light] .hljs-comment, [theme=tokyo-night-light] .hljs-meta {
  color: #9699a3;
}
[theme=tokyo-night-light] .hljs-deletion, [theme=tokyo-night-light] .hljs-doctag, [theme=tokyo-night-light] .hljs-regexp, [theme=tokyo-night-light] .hljs-selector-attr, [theme=tokyo-night-light] .hljs-selector-class, [theme=tokyo-night-light] .hljs-selector-id, [theme=tokyo-night-light] .hljs-selector-pseudo, [theme=tokyo-night-light] .hljs-tag, [theme=tokyo-night-light] .hljs-template-tag, [theme=tokyo-night-light] .hljs-variable.language_ {
  color: #8c4351;
}
[theme=tokyo-night-light] .hljs-link, [theme=tokyo-night-light] .hljs-literal, [theme=tokyo-night-light] .hljs-number, [theme=tokyo-night-light] .hljs-params, [theme=tokyo-night-light] .hljs-template-variable, [theme=tokyo-night-light] .hljs-type, [theme=tokyo-night-light] .hljs-variable {
  color: #965027;
}
[theme=tokyo-night-light] .hljs-attribute, [theme=tokyo-night-light] .hljs-built_in {
  color: #8f5e15;
}
[theme=tokyo-night-light] .hljs-keyword, [theme=tokyo-night-light] .hljs-property, [theme=tokyo-night-light] .hljs-subst, [theme=tokyo-night-light] .hljs-title, [theme=tokyo-night-light] .hljs-title.class_, [theme=tokyo-night-light] .hljs-title.class_.inherited__, [theme=tokyo-night-light] .hljs-title.function_ {
  color: #0f4b6e;
}
[theme=tokyo-night-light] .hljs-selector-tag {
  color: #33635c;
}
[theme=tokyo-night-light] .hljs-addition, [theme=tokyo-night-light] .hljs-bullet, [theme=tokyo-night-light] .hljs-quote, [theme=tokyo-night-light] .hljs-string, [theme=tokyo-night-light] .hljs-symbol {
  color: #485e30;
}
[theme=tokyo-night-light] .hljs-code, [theme=tokyo-night-light] .hljs-formula, [theme=tokyo-night-light] .hljs-section {
  color: #34548a;
}
[theme=tokyo-night-light] .hljs-attr, [theme=tokyo-night-light] .hljs-char.escape_, [theme=tokyo-night-light] .hljs-keyword, [theme=tokyo-night-light] .hljs-name, [theme=tokyo-night-light] .hljs-operator {
  color: #5a4a78;
}
[theme=tokyo-night-light] .hljs-punctuation {
  color: #343b58;
}
[theme=tokyo-night-light] .hljs {
  background: #d5d6db;
  color: #565a6e;
}
[theme=tokyo-night-light] .hljs-emphasis {
  font-style: italic;
}
[theme=tokyo-night-light] .hljs-strong {
  font-weight: 700;
}

[theme=tomorrow-night-blue] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=tomorrow-night-blue] code.hljs {
  padding: 3px 5px;
}
[theme=tomorrow-night-blue] .hljs-comment, [theme=tomorrow-night-blue] .hljs-quote {
  color: #7285b7;
}
[theme=tomorrow-night-blue] .hljs-deletion, [theme=tomorrow-night-blue] .hljs-name, [theme=tomorrow-night-blue] .hljs-regexp, [theme=tomorrow-night-blue] .hljs-selector-class, [theme=tomorrow-night-blue] .hljs-selector-id, [theme=tomorrow-night-blue] .hljs-tag, [theme=tomorrow-night-blue] .hljs-template-variable, [theme=tomorrow-night-blue] .hljs-variable {
  color: #ff9da4;
}
[theme=tomorrow-night-blue] .hljs-built_in, [theme=tomorrow-night-blue] .hljs-link, [theme=tomorrow-night-blue] .hljs-literal, [theme=tomorrow-night-blue] .hljs-meta, [theme=tomorrow-night-blue] .hljs-number, [theme=tomorrow-night-blue] .hljs-params, [theme=tomorrow-night-blue] .hljs-type {
  color: #ffc58f;
}
[theme=tomorrow-night-blue] .hljs-attribute {
  color: #ffeead;
}
[theme=tomorrow-night-blue] .hljs-addition, [theme=tomorrow-night-blue] .hljs-bullet, [theme=tomorrow-night-blue] .hljs-string, [theme=tomorrow-night-blue] .hljs-symbol {
  color: #d1f1a9;
}
[theme=tomorrow-night-blue] .hljs-section, [theme=tomorrow-night-blue] .hljs-title {
  color: #bbdaff;
}
[theme=tomorrow-night-blue] .hljs-keyword, [theme=tomorrow-night-blue] .hljs-selector-tag {
  color: #ebbbff;
}
[theme=tomorrow-night-blue] .hljs {
  background: #002451;
  color: #fff;
}
[theme=tomorrow-night-blue] .hljs-emphasis {
  font-style: italic;
}
[theme=tomorrow-night-blue] .hljs-strong {
  font-weight: 700;
}

[theme=tomorrow-night-bright] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=tomorrow-night-bright] code.hljs {
  padding: 3px 5px;
}
[theme=tomorrow-night-bright] .hljs-comment, [theme=tomorrow-night-bright] .hljs-quote {
  color: #969896;
}
[theme=tomorrow-night-bright] .hljs-deletion, [theme=tomorrow-night-bright] .hljs-name, [theme=tomorrow-night-bright] .hljs-regexp, [theme=tomorrow-night-bright] .hljs-selector-class, [theme=tomorrow-night-bright] .hljs-selector-id, [theme=tomorrow-night-bright] .hljs-tag, [theme=tomorrow-night-bright] .hljs-template-variable, [theme=tomorrow-night-bright] .hljs-variable {
  color: #d54e53;
}
[theme=tomorrow-night-bright] .hljs-built_in, [theme=tomorrow-night-bright] .hljs-link, [theme=tomorrow-night-bright] .hljs-literal, [theme=tomorrow-night-bright] .hljs-meta, [theme=tomorrow-night-bright] .hljs-number, [theme=tomorrow-night-bright] .hljs-params, [theme=tomorrow-night-bright] .hljs-type {
  color: #e78c45;
}
[theme=tomorrow-night-bright] .hljs-attribute {
  color: #e7c547;
}
[theme=tomorrow-night-bright] .hljs-addition, [theme=tomorrow-night-bright] .hljs-bullet, [theme=tomorrow-night-bright] .hljs-string, [theme=tomorrow-night-bright] .hljs-symbol {
  color: #b9ca4a;
}
[theme=tomorrow-night-bright] .hljs-section, [theme=tomorrow-night-bright] .hljs-title {
  color: #7aa6da;
}
[theme=tomorrow-night-bright] .hljs-keyword, [theme=tomorrow-night-bright] .hljs-selector-tag {
  color: #c397d8;
}
[theme=tomorrow-night-bright] .hljs {
  background: #000;
  color: #eaeaea;
}
[theme=tomorrow-night-bright] .hljs-emphasis {
  font-style: italic;
}
[theme=tomorrow-night-bright] .hljs-strong {
  font-weight: 700;
}

[theme=vs] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=vs] code.hljs {
  padding: 3px 5px;
}
[theme=vs] .hljs {
  background: #fff;
  color: #000;
}
[theme=vs] .hljs-comment, [theme=vs] .hljs-quote, [theme=vs] .hljs-variable {
  color: green;
}
[theme=vs] .hljs-built_in, [theme=vs] .hljs-keyword, [theme=vs] .hljs-name, [theme=vs] .hljs-selector-tag, [theme=vs] .hljs-tag {
  color: #00f;
}
[theme=vs] .hljs-addition, [theme=vs] .hljs-attribute, [theme=vs] .hljs-literal, [theme=vs] .hljs-section, [theme=vs] .hljs-string, [theme=vs] .hljs-template-tag, [theme=vs] .hljs-template-variable, [theme=vs] .hljs-title, [theme=vs] .hljs-type {
  color: #a31515;
}
[theme=vs] .hljs-deletion, [theme=vs] .hljs-meta, [theme=vs] .hljs-selector-attr, [theme=vs] .hljs-selector-pseudo {
  color: #2b91af;
}
[theme=vs] .hljs-doctag {
  color: grey;
}
[theme=vs] .hljs-attr {
  color: red;
}
[theme=vs] .hljs-bullet, [theme=vs] .hljs-link, [theme=vs] .hljs-symbol {
  color: #00b0e8;
}
[theme=vs] .hljs-emphasis {
  font-style: italic;
}
[theme=vs] .hljs-strong {
  font-weight: 700;
}

[theme=vs2015] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=vs2015] code.hljs {
  padding: 3px 5px;
}
[theme=vs2015] .hljs {
  background: #1e1e1e;
  color: #dcdcdc;
}
[theme=vs2015] .hljs-keyword, [theme=vs2015] .hljs-literal, [theme=vs2015] .hljs-name, [theme=vs2015] .hljs-symbol {
  color: #569cd6;
}
[theme=vs2015] .hljs-link {
  color: #569cd6;
  text-decoration: underline;
}
[theme=vs2015] .hljs-built_in, [theme=vs2015] .hljs-type {
  color: #4ec9b0;
}
[theme=vs2015] .hljs-class, [theme=vs2015] .hljs-number {
  color: #b8d7a3;
}
[theme=vs2015] .hljs-meta .hljs-string, [theme=vs2015] .hljs-string {
  color: #d69d85;
}
[theme=vs2015] .hljs-regexp, [theme=vs2015] .hljs-template-tag {
  color: #9a5334;
}
[theme=vs2015] .hljs-formula, [theme=vs2015] .hljs-function, [theme=vs2015] .hljs-params, [theme=vs2015] .hljs-subst, [theme=vs2015] .hljs-title {
  color: #dcdcdc;
}
[theme=vs2015] .hljs-comment, [theme=vs2015] .hljs-quote {
  color: #57a64a;
  font-style: italic;
}
[theme=vs2015] .hljs-doctag {
  color: #608b4e;
}
[theme=vs2015] .hljs-meta, [theme=vs2015] .hljs-meta .hljs-keyword, [theme=vs2015] .hljs-tag {
  color: #9b9b9b;
}
[theme=vs2015] .hljs-template-variable, [theme=vs2015] .hljs-variable {
  color: #bd63c5;
}
[theme=vs2015] .hljs-attr, [theme=vs2015] .hljs-attribute {
  color: #9cdcfe;
}
[theme=vs2015] .hljs-section {
  color: gold;
}
[theme=vs2015] .hljs-emphasis {
  font-style: italic;
}
[theme=vs2015] .hljs-strong {
  font-weight: 700;
}
[theme=vs2015] .hljs-bullet, [theme=vs2015] .hljs-selector-attr, [theme=vs2015] .hljs-selector-class, [theme=vs2015] .hljs-selector-id, [theme=vs2015] .hljs-selector-pseudo, [theme=vs2015] .hljs-selector-tag {
  color: #d7ba7d;
}
[theme=vs2015] .hljs-addition {
  background-color: #144212;
  display: inline-block;
  width: 100%;
}
[theme=vs2015] .hljs-deletion {
  background-color: #600;
  display: inline-block;
  width: 100%;
}

[theme=xcode] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=xcode] code.hljs {
  padding: 3px 5px;
}
[theme=xcode] .hljs {
  background: #fff;
  color: #000;
}
[theme=xcode] .xml .hljs-meta {
  color: silver;
}
[theme=xcode] .hljs-comment, [theme=xcode] .hljs-quote {
  color: #007400;
}
[theme=xcode] .hljs-attribute, [theme=xcode] .hljs-keyword, [theme=xcode] .hljs-literal, [theme=xcode] .hljs-name, [theme=xcode] .hljs-selector-tag, [theme=xcode] .hljs-tag {
  color: #aa0d91;
}
[theme=xcode] .hljs-template-variable, [theme=xcode] .hljs-variable {
  color: #3f6e74;
}
[theme=xcode] .hljs-code, [theme=xcode] .hljs-meta .hljs-string, [theme=xcode] .hljs-string {
  color: #c41a16;
}
[theme=xcode] .hljs-link, [theme=xcode] .hljs-regexp {
  color: #0e0eff;
}
[theme=xcode] .hljs-bullet, [theme=xcode] .hljs-number, [theme=xcode] .hljs-symbol, [theme=xcode] .hljs-title {
  color: #1c00cf;
}
[theme=xcode] .hljs-meta, [theme=xcode] .hljs-section {
  color: #643820;
}
[theme=xcode] .hljs-built_in, [theme=xcode] .hljs-class .hljs-title, [theme=xcode] .hljs-params, [theme=xcode] .hljs-title.class_, [theme=xcode] .hljs-type {
  color: #5c2699;
}
[theme=xcode] .hljs-attr {
  color: #836c28;
}
[theme=xcode] .hljs-subst {
  color: #000;
}
[theme=xcode] .hljs-formula {
  background-color: #eee;
  font-style: italic;
}
[theme=xcode] .hljs-addition {
  background-color: #baeeba;
}
[theme=xcode] .hljs-deletion {
  background-color: #ffc8bd;
}
[theme=xcode] .hljs-selector-class, [theme=xcode] .hljs-selector-id {
  color: #9b703f;
}
[theme=xcode] .hljs-doctag, [theme=xcode] .hljs-strong {
  font-weight: 700;
}
[theme=xcode] .hljs-emphasis {
  font-style: italic;
}

[theme=xt256] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=xt256] code.hljs {
  padding: 3px 5px;
}
[theme=xt256] .hljs {
  color: #eaeaea;
  background: #000;
}
[theme=xt256] .hljs-subst {
  color: #eaeaea;
}
[theme=xt256] .hljs-emphasis {
  font-style: italic;
}
[theme=xt256] .hljs-strong {
  font-weight: 700;
}
[theme=xt256] .hljs-type {
  color: #eaeaea;
}
[theme=xt256] .hljs-params {
  color: #da0000;
}
[theme=xt256] .hljs-literal, [theme=xt256] .hljs-name, [theme=xt256] .hljs-number {
  color: red;
  font-weight: bolder;
}
[theme=xt256] .hljs-comment {
  color: #969896;
}
[theme=xt256] .hljs-quote, [theme=xt256] .hljs-selector-id {
  color: #0ff;
}
[theme=xt256] .hljs-template-variable, [theme=xt256] .hljs-title, [theme=xt256] .hljs-variable {
  color: #0ff;
  font-weight: 700;
}
[theme=xt256] .hljs-keyword, [theme=xt256] .hljs-selector-class, [theme=xt256] .hljs-symbol {
  color: #fff000;
}
[theme=xt256] .hljs-bullet, [theme=xt256] .hljs-string {
  color: #0f0;
}
[theme=xt256] .hljs-section, [theme=xt256] .hljs-tag {
  color: #000fff;
}
[theme=xt256] .hljs-selector-tag {
  color: #000fff;
  font-weight: 700;
}
[theme=xt256] .hljs-attribute, [theme=xt256] .hljs-built_in, [theme=xt256] .hljs-link, [theme=xt256] .hljs-regexp {
  color: #f0f;
}
[theme=xt256] .hljs-meta {
  color: #fff;
  font-weight: bolder;
}
.code-editor {
  position: relative;
}
.code-editor > div {
  width: 100%;
  height: 100%;
}
/* header */
.code-editor .header {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  height: 34px;
}
.code-editor .header > .dropdown {
  position: absolute;
  top: 12px;
  left: 18px;
}
.code-editor .header > .copy-code {
  position: absolute;
  top: 10px;
  right: 12px;
}
/* code-area */
.code-editor .code-area {
  position: relative;
  z-index: 0;
  text-align: left;
  overflow: hidden;
}
/* font style */
.code-editor .code-area > textarea,
.code-editor .code-area > pre > code,
.code-editor .line-nums > div {
  font-family: Consolas, Monaco, monospace;
  line-height: 1.5;
}
.code-editor .code-area > textarea:hover,
.code-editor .code-area > textarea:focus-visible {
  outline: none;
}
.code-editor .code-area > textarea {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-y: hidden;
  box-sizing: border-box;
  caret-color: rgb(127, 127, 127);
  color: transparent;
  white-space: pre;
  word-wrap: normal;
  border: 0;
  width: 100%;
  height: 100%;
  background: none;
  resize: none;
}
.code-editor .code-area > pre {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow: hidden;
  font-size: 0;
  margin: 0;
}
.code-editor .code-area > pre > code {
  background: none;
  display: block;
  position: relative;
  overflow-x: visible !important;
  border-radius: 0;
  box-sizing: border-box;
  margin: 0;
}
/* wrap code */
.code-editor.wrap .code-area > textarea,
.code-editor.wrap .code-area > pre > code {
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* hide-header */
.code-editor.hide-header.scroll .code-area {
  height: 100%;
}
/* scroll */
.code-editor.scroll .code-area {
  height: calc(100% - 34px);
}
.code-editor.scroll .code-area > textarea {
  overflow: auto;
}
.code-editor.scroll .code-area > pre {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* dropdown */
.code-editor .list {
  -webkit-user-select: none;
  user-select: none;
  height: 100%;
  font-family: sans-serif;
}
.code-editor .list > .lang-list {
  border-radius: 5px;
  box-sizing: border-box;
  overflow: auto;
  font-size: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.code-editor .list > .lang-list > li {
  font-size: 13px;
  transition: background 0.16s ease, color 0.16s ease;
  box-sizing: border-box;
  padding: 0 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}
.code-editor .list > .lang-list > li:first-child {
  padding-top: 5px;
}
.code-editor .list > .lang-list > li:last-child {
  padding-bottom: 5px;
}
.code-editor .list > .lang-list > li:hover {
  background: rgba(160, 160, 160, 0.4);
}
/* line-nums */
.code-editor .line-nums {
  min-width: 36px;
  text-align: right;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  padding-right: 8px;
  padding-left: 8px;
  opacity: 0.3;
}
.code-editor .line-nums::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-right: 1px solid currentColor;
  opacity: 0.5;
}
.code-editor .header.border::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: currentColor;
  opacity: 0.15;
}

pre[data-v-92d9a66d] {
  max-height: 200px;
  overflow: auto;
}
