/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0;
}
button {
  background: transparent;
  padding: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  margin: 0;
}
*,
:after,
:before {
  border: 0 solid #dae1e7;
}
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
img {
  max-width: 100%;
  height: auto;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 0.5;
}
[role="button"],
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
.alert {
  position: relative;
  background-color: #72bc3e;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
    0 5px 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
    0 5px 15px 0 rgba(0, 0, 0, 0.08);
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.1s;
  transition: -webkit-box-shadow 0.1s;
  transition: box-shadow 0.1s;
  transition: box-shadow 0.1s, -webkit-box-shadow 0.1s;
}
.alert:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.alert.is-info {
  background-color: var(--info);
}
.alert.is-success {
  background-color: var(--success);
}
.alert.is-danger {
  background-color: var(--danger);
}
.alert.is-warning {
  background-color: var(--warning);
}
.alert p {
  padding-left: 2rem;
  margin-bottom: 0;
  color: var(--white);
}
.alert .icon {
  position: absolute;
  width: 4rem;
  height: 4rem;
  opacity: 0.25;
  font-weight: 700;
  left: -10px;
  top: -10px;
}
.alert .icon svg {
  fill: #fff;
  width: 60px;
  height: 60px;
}
.badge {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.badge.is-white {
  background-color: #f8fafc;
  color: #3d4852;
}
.badge.is-black {
  background-color: #3d4852;
  color: var(--white);
}
.badge.is-primary {
  background-color: #72bc3e;
  color: var(--white);
}
.badge.is-secondary {
  background-color: var(--secondary);
  color: var(--white);
}
.badge.is-success {
  background-color: var(--success);
  color: var(--white);
}
.badge.is-info {
  background-color: var(--info);
  color: var(--white);
}
.badge.is-warning {
  background-color: var(--warning);
  color: var(--white);
}
.badge.is-danger {
  background-color: var(--danger);
  color: var(--white);
}
.navbar-wrapper {
  position: fixed;
  max-width: 1440px;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
}

.gradient-bar {
  height: 4px;
  background: linear-gradient(
    to right,
    #6d5df5,
    #46c2f1
  ); /* giả lập bg-gradient-primary */
  color: white;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px; /* h-16 */
  background-color: #ffffff; /* bg-navbar giả định là trắng */
  color: black;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); /* shadow-xs */
  padding: 0 105px;
}

.navbar-left {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo-link {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  color: black;
  text-decoration: none;
}

.logo-image {
  width: 105px;
  height: 40px;
}

@media (max-width: 1000px) {
  .logo-image {
    width: 85px;
    height: 32px;
  }
}
/* Switch */
.switch {
  display: hidden;
}

.switch-checkbox {
  display: none;
}

.switch-label {
  display: block;
  width: 40px;
  height: 20px;
  background-color: #ccc;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
}

.switch-label::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 1px;
  top: 1px;
  background-color: white;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Khi checkbox được check */
.switch-checkbox:checked + .switch-label::after {
  transform: translateX(20px);
}

/* Search */
.search-container {
  width: 224px;
  height: 40px;
  padding: 0.625rem 1rem;
  background-color: white;
  border-radius: 0.5rem;
  border: 1px solid #1c1d1c14;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.search-container:focus-within {
  border-color: #72bc3e;
}

.search-icon {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  overflow: hidden;
}

.hidden {
  display: none;
}

.search-input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: none;
  outline: none;
  color: #a3a3a3;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.25rem;
}

.search-input::placeholder {
  color: #a3a3a3;
}

.shortcut-hint {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
}

.key {
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  border: 1px solid #e9eaeb;
  font-size: 0.75rem;
  color: #717680;
  text-align: center;
  line-height: 1rem;
}

.shortcut-hint {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
}

.key {
  padding: 0.125rem 0.375rem; /* px-1.5 py-0.5 */
  border-radius: 0.25rem;
  border: 1px solid #e9eaeb;
  font-size: 0.75rem; /* text-xs */
  color: #717680;
  text-align: center;
  line-height: 1rem; /* leading-none */
}

.search-box {
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 50;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin-top: 4.25rem;
}
.search-box,
.search-box input {
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.search-box input {
  border-style: none;
  margin-bottom: 0;
  height: 100%;
  text-align: center;
  outline: 0;
  font-size: 2rem;
  text-transform: uppercase;
  background: #f4f5f7;
}
.search-box input:focus {
  background-color: var(--white);
}
.search-box .algolia-autocomplete {
  width: 100%;
  height: 100%;
}
.internal-autocomplete-result,
.search-box .algolia-autocomplete {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
    0 5px 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
    0 5px 15px 0 rgba(0, 0, 0, 0.08);
}
.internal-autocomplete-result {
  background-color: var(--white);
  min-width: 300px;
  max-height: 400px;
  position: absolute;
  top: 7rem;
  right: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 100;
  overflow: scroll;
}
.internal-autocomplete-result ul {
  list-style: none;
  margin-left: -20px !important;
  margin-right: 20px !important;
}
.internal-autocomplete-result ul li {
  width: 100%;
  margin-top: 20px;
}
.internal-autocomplete-result ul li .page-title {
  color: #606f7b;
  font-weight: 700;
}
.internal-autocomplete-result ul li hr {
  background-color: #f1f5f8;
  width: 100%;
  border-top-width: 1px;
  border-color: #dae1e7;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.internal-autocomplete-result ul li .heading {
  width: 100%;
  margin-bottom: 0;
  color: #b8c2cc;
  padding: 5px 10px;
  cursor: pointer;
}
.internal-autocomplete-result ul li .heading:hover {
  font-weight: 700;
}
.switch {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3rem;
  margin-right: 0.5rem;
  line-height: 1.5;
}
.switch-checkbox {
  display: none;
}
.switch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  background-color: #dae1e7;
  border-radius: 9999px;
  height: 1.5rem;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  border-width: 2px;
  border-color: var(--white);
  -webkit-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
}
.switch-label:before {
  position: absolute;
  display: block;
  background-color: var(--white);
  border-width: 1px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  top: 0;
  bottom: 0;
  width: 1.5rem;
  border-radius: 9999px;
  margin-left: -0.25rem;
  right: 50%;
  content: "";
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.switch-checkbox:checked + .switch-label {
  background-color: #72bc3e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.switch-checkbox:checked + .switch-label:before {
  right: 0;
}

@media (max-width: 450px) {
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between; /* đặt 2 phần tử chính sát trái/phải */
    height: 56px;
    background-color: #ffffff;
    color: black;
    padding: 0 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }

  .navbar-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .logo {
    flex: 1;
    display: flex;
    justify-content: flex-start;
  }

  .switch {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 451px) and (max-width: 1050px) {
  .search-box {
    display: none;
  }
  .switch {
    display: flex;
  }
  .search-container {
    display: none;
  }
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    background-color: #ffffff;
    color: black;
    padding: 0 18px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }

  .navbar-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .logo {
    flex: 1;
    display: flex;
    justify-content: flex-start;
  }

  .switch {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
}

#backtotop {
  position: fixed;
  right: 0;
  opacity: 0;
  z-index: 50;
  margin-right: 1.5rem;
  bottom: 25px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#backtotop.visible {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#backtotop.visible a:hover {
  opacity: 0.75;
}
#backtotop.visible a:hover,
#backtotop a {
  background-color: #72bc3e;
  outline: 0;
}
#backtotop a {
  border-style: none;
  display: block;
  opacity: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  font-size: 26px;
  background-color: #72bc3e;
}
body #backtotop a {
  outline: 0;
  color: white;
}

#backtotop a::after {
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  display: block;
  position: relative;
  top: 55%;
  transform: translateY(-55%);
}

.documentation.is-dark code[class*="language-"],
.documentation.is-dark pre[class*="language-"] {
  text-shadow: none;
}
.documentation.is-dark :not(pre) > code[class*="language-"],
.documentation.is-dark pre[class*="language-"] {
  background: #344258 !important;
}
.documentation.is-dark code[class*="language-"],
.documentation.is-dark pre[class*="language-"] {
  color: #ccc;
  background: none;
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.documentation.is-dark pre[class*="language-"] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}
.documentation.is-dark :not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}
.documentation.is-dark :not(pre) > code[class*="language-"],
.documentation.is-dark pre[class*="language-"] {
  padding: 20px;
  border-radius: 5px;
}
.documentation.is-dark .token.block-comment,
.documentation.is-dark .token.cdata,
.documentation.is-dark .token.comment,
.documentation.is-dark .token.doctype,
.documentation.is-dark .token.prolog {
  color: #999;
}
.documentation.is-dark .token.punctuation {
  color: #ccc;
}
.documentation.is-dark .token.attr-name,
.documentation.is-dark .token.deleted,
.documentation.is-dark .token.namespace,
.documentation.is-dark .token.tag {
  color: #e2777a;
}
.documentation.is-dark .token.function-name {
  color: #6196cc;
}
.documentation.is-dark .token.boolean,
.documentation.is-dark .token.function,
.documentation.is-dark .token.number {
  color: #f08d49;
}
.documentation.is-dark .token.class-name,
.documentation.is-dark .token.constant,
.documentation.is-dark .token.property,
.documentation.is-dark .token.symbol {
  color: #f8c555;
}
.documentation.is-dark .token.atrule,
.documentation.is-dark .token.builtin,
.documentation.is-dark .token.important,
.documentation.is-dark .token.keyword,
.documentation.is-dark .token.selector {
  color: #cc99cd;
}
.documentation.is-dark .token.attr-value,
.documentation.is-dark .token.char,
.documentation.is-dark .token.regex,
.documentation.is-dark .token.string,
.documentation.is-dark .token.variable {
  color: #7ec699;
}
.documentation.is-dark .token.entity,
.documentation.is-dark .token.operator,
.documentation.is-dark .token.url {
  color: #67cdcc;
}
.documentation.is-dark .token.bold,
.documentation.is-dark .token.important {
  font-weight: 700;
}
.documentation.is-dark .token.italic {
  font-style: italic;
}
.documentation.is-dark .token.entity {
  cursor: help;
}
.documentation.is-dark .token.inserted {
  color: green;
}
.documentation.is-dark pre[data-line] {
  position: relative;
  padding: 1em 0 1em 3em;
}
.documentation.is-dark .line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1em;
  background: hsla(24, 20%, 50%, 0.08);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(70%, hsla(24, 20%, 50%, 0.1)),
    to(hsla(24, 20%, 50%, 0))
  );
  background: linear-gradient(
    90deg,
    hsla(24, 20%, 50%, 0.1) 70%,
    hsla(24, 20%, 50%, 0)
  );
  pointer-events: none;
  line-height: inherit;
  white-space: pre;
}
.documentation.is-dark .line-highlight:before,
.documentation.is-dark .line-highlight[data-end]:after {
  content: attr(data-start);
  position: absolute;
  top: 0.4em;
  left: 0.6em;
  min-width: 1em;
  padding: 0 0.5em;
  background-color: hsla(24, 20%, 50%, 0.4);
  color: #f5f2f0;
  font: 700 65%/1.5 sans-serif;
  text-align: center;
  vertical-align: 0.3em;
  border-radius: 999px;
  text-shadow: none;
  -webkit-box-shadow: 0 1px #fff;
  box-shadow: 0 1px #fff;
}
.documentation.is-dark .line-highlight[data-end]:after {
  content: attr(data-end);
  top: auto;
  bottom: 0.4em;
}
.documentation.is-dark .line-numbers .line-highlight:after,
.documentation.is-dark .line-numbers .line-highlight:before {
  content: none;
}
.documentation.is-dark pre[class*="language-"].line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}
.documentation.is-dark pre[class*="language-"].line-numbers > code {
  position: relative;
  white-space: inherit;
}
.documentation.is-dark .line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.documentation.is-dark .line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}
.documentation.is-dark .line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}
.documentation.is-light code[class*="language-"],
.documentation.is-light pre[class*="language-"] {
  color: #000;
  text-shadow: 0 1px #fff;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.7;
  font-size: 14px;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.documentation.is-light code[class*="language-"]::-moz-selection,
.documentation.is-light code[class*="language-"] ::-moz-selection,
.documentation.is-light pre[class*="language-"]::-moz-selection,
.documentation.is-light pre[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #72bc3e;
}
.documentation.is-light code[class*="language-"]::selection,
.documentation.is-light code[class*="language-"] ::selection,
.documentation.is-light pre[class*="language-"]::selection,
.documentation.is-light pre[class*="language-"] ::selection {
  text-shadow: none;
  background: #72bc3e;
}
@media print {
  .documentation.is-light code[class*="language-"],
  .documentation.is-light pre[class*="language-"] {
    text-shadow: none;
  }
}
.documentation.is-light pre[class*="language-"] {
  padding: 1em;
  margin: 10px 0 20px;
  overflow: auto;
}
.documentation.is-light :not(pre) > code[class*="language-"],
.documentation.is-light pre[class*="language-"] {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-top-width: 4px;
  border-color: #72bc3e;
}
.documentation.is-light :not(pre) > code[class*="language-"] {
  padding: 1px 5px;
  border-radius: 3px;
}
.bg {
  background-color: #f9f9f9;
}
.rounded-md {
  border-radius: 10px;
}
.documentation.is-light .token.cdata,
.documentation.is-light .token.comment,
.documentation.is-light .token.doctype,
.documentation.is-light .token.prolog,
.documentation.is-light .token.punctuation {
  color: #999;
}
.documentation.is-light .namespace {
  opacity: 0.7;
}
.documentation.is-light .token.attr-name,
.documentation.is-light .token.boolean,
.documentation.is-light .token.constant,
.documentation.is-light .token.deleted,
.documentation.is-light .token.number,
.documentation.is-light .token.property,
.documentation.is-light .token.scope,
.documentation.is-light .token.symbol,
.documentation.is-light .token.tag {
  color: #da564a;
}
.documentation.is-light .token.builtin,
.documentation.is-light .token.char,
.documentation.is-light .token.inserted,
.documentation.is-light .token.selector,
.documentation.is-light .token.string {
  color: #2e7d32;
}
.documentation.is-light .language-css .token.string,
.documentation.is-light .style .token.string,
.documentation.is-light .token.entity,
.documentation.is-light .token.operator,
.documentation.is-light .token.url {
  color: #555;
}
.documentation.is-light .token.atrule,
.documentation.is-light .token.attr-value,
.documentation.is-light .token.keyword {
  color: #07a;
}
.documentation.is-light .token.function {
  color: #555;
}
.documentation.is-light .token.important,
.documentation.is-light .token.regex,
.documentation.is-light .token.variable {
  color: #4ea1df;
}
.documentation.is-light .token.bold,
.documentation.is-light .token.important {
  font-weight: 700;
}
.documentation.is-light .token.italic {
  font-style: italic;
}
.documentation.is-light .token.entity {
  cursor: help;
}
.documentation.is-light pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  padding-top: 0;
  margin-top: -1px;
  border-radius: 0;
  counter-reset: linenumber;
}
.documentation.is-light pre.line-numbers > code {
  position: relative;
}
.documentation.is-light .line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: -4px;
  padding-top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.documentation.is-light .line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}
.documentation.is-light .line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}
.documentation.is-light .dark-code code[class*="language-"],
.documentation.is-light .dark-code pre[class*="language-"] {
  color: #f8f8f2;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.documentation.is-light .dark-code pre[class*="language-"] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
  border-radius: 0.3em;
}
.documentation.is-light .dark-code :not(pre) > code[class*="language-"],
.documentation.is-light .dark-code pre[class*="language-"] {
  background: #272822;
}
.documentation.is-light .dark-code :not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
}
.documentation.is-light .dark-code .token.cdata,
.documentation.is-light .dark-code .token.comment,
.documentation.is-light .dark-code .token.doctype,
.documentation.is-light .dark-code .token.prolog {
  color: #708090;
}
.documentation.is-light .dark-code .token.punctuation {
  color: #f8f8f2;
}
.documentation.is-light .dark-code .namespace {
  opacity: 0.7;
}
.documentation.is-light .dark-code .token.constant,
.documentation.is-light .dark-code .token.deleted,
.documentation.is-light .dark-code .token.property,
.documentation.is-light .dark-code .token.symbol,
.documentation.is-light .dark-code .token.tag {
  color: #f92672;
}
.documentation.is-light .dark-code .token.boolean,
.documentation.is-light .dark-code .token.number {
  color: #ae81ff;
}
.documentation.is-light .dark-code .token.attr-name,
.documentation.is-light .dark-code .token.builtin,
.documentation.is-light .dark-code .token.char,
.documentation.is-light .dark-code .token.inserted,
.documentation.is-light .dark-code .token.selector,
.documentation.is-light .dark-code .token.string {
  color: #a6e22e;
}
.documentation.is-light .dark-code .language-css .token.string,
.documentation.is-light .dark-code .style .token.string,
.documentation.is-light .dark-code .token.entity,
.documentation.is-light .dark-code .token.operator,
.documentation.is-light .dark-code .token.url,
.documentation.is-light .dark-code .token.variable {
  color: #f8f8f2;
}
.documentation.is-light .dark-code .token.atrule,
.documentation.is-light .dark-code .token.attr-value {
  color: #e6db74;
}
.documentation.is-light .dark-code .token.keyword {
  color: #66d9ef;
}
.documentation.is-light .dark-code .token.important,
.documentation.is-light .dark-code .token.regex {
  color: #fd971f;
}
.documentation.is-light .dark-code .token.bold,
.documentation.is-light .dark-code .token.important {
  font-weight: 700;
}
.documentation.is-light .dark-code .token.italic {
  font-style: italic;
}
.documentation.is-light .dark-code .token.entity {
  cursor: help;
}
div.code-toolbar {
  position: relative;
}

div.code-toolbar > .toolbar {
  position: absolute;
  top: 15px;
  right: 10px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 100;
}
div.code-toolbar:hover > .toolbar {
  opacity: 1;
}
div.code-toolbar > .toolbar .toolbar-item {
  display: inline-block;
}
div.code-toolbar > .toolbar a {
  cursor: pointer;
}
div.code-toolbar > .toolbar button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
  color: white;
  background-color: #334258;
  padding: 0.5rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6);
  border-radius: 0.5rem;
  font-size: 0.875rem;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
div.code-toolbar > .toolbar a:focus,
div.code-toolbar > .toolbar a:hover,
div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar span:focus,
div.code-toolbar > .toolbar span:hover {
  color: #fff;
  text-decoration: none;
}
div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
  padding: 0.25rem 0.5em;
}
div.code-toolbar > .toolbar a:focus,
div.code-toolbar > .toolbar a:hover,
div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar span:focus,
div.code-toolbar > .toolbar span:hover {
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1),
    0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
:root {
  --black: #22292f;
  --white: #fff;
  --primary: #787af6;
  --secondary: #2b9cf2;
  --info: #03a9f4;
  --warning: #fb6340;
  --success: #21b978;
  --danger: #f5365c;
  --sidebar: #f4f5f7;
  --documentation: #fefefe;
  --navbar: #fff;
}
body,
html {
  background-color: var(--documentation);
}
a {
  text-decoration: none;
}
.sidebar {
  background-color: white;
  border-right-width: 1px;
  border-color: #dae1e7;
  width: 16rem;
  position: fixed;
  z-index: 10;
  font-size: 1rem;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: 50px;
  overflow-y: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding-left: 0;
}

.sidebar .table-of-content {
  padding: 1rem 1.5rem;
}

.toc-header {
  color: #606f7b;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.toc-item:before,
.toc-item:after {
    content: none !important;
    display: none !important;
}


.toc-item {
  display: block;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
  cursor: pointer;
  line-height: 1.6;
  border-left: 3px solid transparent;
  padding-left: 0;
}

.toc-item.toc-item-h1 {
  color: #121212;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1.25rem;
}
.toc-item.toc-item-h1:first-child {
  margin-top: 0;
}

.toc-item.toc-item-h2 {
  color: #5c5c5c;
  font-size: 0.9rem;
  font-weight: 400;
  padding-left: 1.25rem;
  margin-top: 0.75rem;
}

.toc-item.toc-item-h3 {
  color: #5c5c5c;
  font-size: 0.85rem;
  font-weight: 400;
  padding-left: 2.5rem;
  margin-top: 0.5rem;
}

.toc-item.toc-item-h2:hover,
.toc-item.toc-item-h3:hover {
  color: #72bc3e;
}

.toc-item.active {
  color: #72bc3e;
  font-weight: 600;
  border-left-color: #72bc3e;
}
.toc-item.toc-item-h1.active {
  padding-left: calc(1rem - 3px);
}

@media (min-width: 1100px) {
  .sidebar {
    width: 360px;
  }
}

@media (min-width: 1500px) {
  .sidebar {
    position: fixed;
    z-index: 10;
    font-size: 1rem;
    top: 0;
    bottom: 0;
    left: 50px;
  }
}

@media (min-width: 1600px) {
  .sidebar {
    position: fixed;
    z-index: 10;
    font-size: 1rem;
    top: 0;
    bottom: 0;
    left: 100px;
  }
}
@media (min-width: 1700px) {
  .sidebar {
    position: fixed;
    z-index: 10;
    font-size: 1rem;
    top: 0;
    bottom: 0;
    left: 150px;
  }
}

@media (min-width: 1820px) {
  .sidebar {
    position: fixed;
    z-index: 10;
    font-size: 1rem;
    top: 0;
    bottom: 0;
    left: 230px;
  }
}
.sidebar.is-hidden {
  left: -21rem;
}
.sidebar > ul {
  list-style: none;
  padding: 0;
}
.sidebar > ul > li > h2 {
  padding: 1rem;
  color: #121212;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
}
.sidebar > ul > li > ul {
  list-style: none;
  padding: 0;
  line-height: 2.25;
}

.sidebar > ul > li > ul > li.is-active:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 100;
  width: 2px;
  height: 30px;
  background: #72bc3e;
}
.sidebar > ul > li > ul > li.is-active a {
  color: #72bc3e;
  font-weight: 700;
}
.sidebar > ul > li > ul > li.is-active > ul > li {
  margin-left: -0.5rem;
}
.sidebar > ul > li > ul > li.is-active > ul > li a {
  font-weight: 400;
}
.sidebar > ul > li > ul > li a {
  font-size: 14px;
  font-weight: 400;
  color: #5c5c5c;
  padding: 0 1rem;
  display: block;
  -webkit-transition: padding-left 0.3s;
  transition: padding-left 0.3s;
}
.sidebar > ul > li > ul > li a:hover {
  padding-left: 1.5rem;
}
.sidebar > ul > li > ul > li ul {
  list-style: none;
  padding: 0;
}
.sidebar > ul > li > ul > li ul > li {
  padding-left: 1rem;
}
.sidebar > ul > li > ul > li ul > li.is-active {
  border-left-width: 2px;
  border-color: #72bc3e;
}
.sidebar > ul > li > ul > li ul > li.is-active a {
  color: #72bc3e;
}
.card {
  padding: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 2px 1px rgba(50, 50, 93, 0.03),
    0 1px 1px rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 1px rgba(50, 50, 93, 0.03), 0 1px 1px rgba(0, 0, 0, 0.03);
  border-radius: 0.25rem;
}
.card.is-default {
  background-color: var(--white);
  color: #3d4852;
  border-width: 1px;
  border-color: #f1f5f8;
}
.card.is-white {
  background-color: #f8fafc;
  color: #3d4852;
}
.card.is-black {
  background-color: #3d4852;
  color: var(--white);
}
.card.is-primary {
  background-color: #72bc3e;
  color: var(--white);
}
.card.is-secondary {
  background-color: var(--secondary);
  color: var(--white);
}
.card.is-success {
  background-color: var(--success);
  color: var(--white);
}
.card.is-info {
  background-color: var(--info);
  color: var(--white);
}
.card.is-warning {
  background-color: var(--warning);
  color: var(--white);
}
.card.is-danger {
  background-color: var(--danger);
  color: var(--white);
}
.button {
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.button:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1),
    0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.button:focus {
  outline: 0;
}
.button.is-link {
  background-color: transparent;
  color: #b8c2cc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button.is-white {
  background-color: #f8fafc;
  color: #3d4852;
}
.button.is-black {
  background-color: #3d4852;
  color: var(--white);
}
.button.is-primary {
  background-color: #72bc3e;
  color: var(--white);
}
.button.is-secondary {
  background-color: var(--secondary);
  color: var(--white);
}
.button.is-success {
  background-color: var(--success);
  color: var(--white);
}
.button.is-info {
  background-color: var(--info);
  color: var(--white);
}
.button.is-warning {
  background-color: var(--warning);
  color: var(--white);
}
.button.is-danger {
  background-color: var(--danger);
  color: var(--white);
}
table {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
    0 5px 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
    0 5px 15px 0 rgba(0, 0, 0, 0.08);
  background-color: var(--white);
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-transition: -webkit-box-shadow 0.1s;
  transition: -webkit-box-shadow 0.1s;
  transition: box-shadow 0.1s;
  transition: box-shadow 0.1s, -webkit-box-shadow 0.1s;
}
table:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
table td,
table th,
table tr {
  border-width: 1px;
  border-color: #dae1e7;
}
table td:hover,
table th:hover,
table tr:hover {
  background-color: #f8fafc;
}
table td,
table th {
  padding: 1rem;
}
.medium-zoom-overlay,
img.medium-zoom-image--opened {
  z-index: 10;
}
.documentation {
  background-color: white;
  position: static;
  margin-top: 6rem;
  margin-bottom: 8rem;
  padding-left: 21rem;
  width: 90%;
  -webkit-transition: padding-left 0.2s;
  transition: padding-left 0.2s;
}

.documentation.expanded {
  padding-left: 5rem;
}

.navigation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  max-width: 450px;
  margin: 40px auto;
}

.nav-item {
  width: 100%;
  height: auto;
  padding: 12px;
  background-color: #f5f5f7;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

@media screen and (min-width: 1050px) {
  .nav-item {
    min-width: 368px;
  }
}
@media screen and (min-width: 450px) and (max-width: 1050px) {
  .nav-item {
    min-width: 320px;
  }
}
.nav-item:hover .nav-icon {
  border-color: #84cc16;
}
.nav-item:hover .nav-title {
  color: #72bc3e;
}

.nav-item .nav-icon::before:hover {
  color: #72bc3e;
}

.nav-icon {
  width: 24px;
  height: 24px;
  position: relative;
  border: 2px solid #9ca3af;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.nav-icon::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #9ca3af;
  border-bottom: 2px solid #9ca3af;
  transform: rotate(-45deg);
  margin-left: -2px;
}

.nav-icon-inner {
  display: none;
}

.nav-icon.next {
  transform: rotate(180deg);
}

.nav-icon:hover {
  border-color: #84cc16;
}
.nav-content {
  flex: 1;
}

.nav-content.right {
  text-align: right;
}

.nav-label {
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav-title {
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.nav-title.next {
  color: #111827;
}

@media (max-width: 1050px) {
  .nav-title {
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
  }
}
/* Responsive */
@media (min-width: 768px) {
  .navigation {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    padding: 0 16px;
  }
}
.documentation h2 {
  font-size: 20px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #121212;
}
.documentation h2 a,
.documentation h2 a:hover {
  color: #606f7b;
  text-decoration: none;
}
.documentation h2 a:before {
  content: "#";
  margin-left: -1rem;
  margin-top: 0.25rem;
  position: absolute;
  font-size: 1rem;
  color: #72bc3e;
  opacity: 0.75;
}
.documentation h3 {
  margin-top: 24px;
  margin-bottom: 1rem;
  font-size: 18px;
  color: #121212;
}
.documentation hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.documentation img {
  max-width: 100%;
}

.documentation > ul:first-of-type ul {
  list-style: none;
  padding: 0;
  padding-left: 1rem;
}
.documentation :not(pre) > code {
  background-color: #f1f5f8;
  padding: 0.1rem 0.5rem;
  border-radius: 0.25rem;
  color: #72bc3e;
  line-height: 1.5;
  line-height: 1.6;
}
.documentation ol > li,
.documentation ul > li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #121212;
}
.documentation ul > li > a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #72bc3e;
}
.documentation p {
  font-size: 1rem;
  line-height: 1.5;
  color: #121212;
}
@media (max-width: 1000px) {
  .documentation {
    padding: 0 32px !important;
    width: 100%;
  }
}

@media (max-width: 450px) {
  .documentation {
    padding: 0 16px !important;
    width: 100%;
  }
}
@media (min-width: 1100px) {
  .documentation {
    margin-left: 80px;
  }
}

@media (max-width: 450px) {
  .documentation {
    background-color: white;
    position: static;
    margin-top: 6rem;
    margin-bottom: 1rem;
    width: 100%;
    -webkit-transition: padding-left 0.2s;
    transition: padding-left 0.2s;
  }
  .documentation h1 {
    font-weight: 700;
    font-size: 20px;
    color: #121212;
    padding-bottom: 10px;
  }
  .documentation h2 {
    font-size: 18px;
    margin-top: 32px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #121212;
  }
  .documentation p {
    font-size: 14px;
    line-height: 1.5;
    color: #121212;
  }
  .documentation h3 {
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #121212;
  }
  .documentation ol > li,
  .documentation ul > li {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    color: #121212;
  }
  .documentation ul > li > a {
    font-size: 14px;
    color: #72bc3e;
  }
}

.toc-item.active {
  color: #72bc3e; /* Màu khi active */
  font-weight: bold;
}

.toc-header {
  color: #a3a3a3;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.toc-item {
  display: block;
  color: #5c5c5c;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 12px;
  transition: color 0.2s ease;
  cursor: pointer;
}

.toc-item:not(:first-of-type):hover {
  color: #72bc3e;
}

.toc-item:last-child {
  margin-bottom: 0;
}

.list-reset {
  list-style: none;
  padding: 0;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-results {
  position: absolute;
  top: 100%;
  right: 60px;
  background: white;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  z-index: 50;
  padding: 1rem;
  max-height: 300px;
  width: 300px;
  overflow-y: auto;
  border-radius: 12px;
}

.search-results a {
  display: block;
  padding: 0.5rem 0;
  color: #5c5c5c;
  text-decoration: none;
  padding: 12px 8px;
  border-radius: 8px;
  font-size: 14px;
}

.search-results a:hover {
  background-color: #f5f5f7;
  color: #72bc3e;
}

@media screen and (max-width: 450px) {
  .text-comingsoon {
    font-size: 42px !important;
  }
}

.sidebar {
  overflow-y: auto;                 
  scrollbar-gutter: stable;        
  scrollbar-width: thin;           
  scrollbar-color: #CCCCCC transparent;  
}

/* Chrome / Edge / Safari */
.sidebar::-webkit-scrollbar {
  width: 8px;                      
}
.sidebar::-webkit-scrollbar-track {
  background: transparent;         
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;       
  border-radius: 9999px;
  border: 2px solid transparent;    
  background-clip: content-box;
}
.sidebar:hover::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;        
}

@media (min-width: 1440px) {
  .sidebar {
    scrollbar-width: thin;
  }
}