:root {
  --docshub-base-font-size: 16px;
  --docshub-base-line-height: 1.6;
  --docshub-text-color: #263238;
  --docshub-accent-color: #0d47a1;
  --docshub-warning-bg: #fcf7d4;
  --docshub-warning-border: #f5df52;
  --docshub-warning-text: #856404;
  --docshub-danger-bg: #f8d7da;
  --docshub-danger-border: #e4929a;
  --docshub-danger-text: #721c24;
  --docshub-info-bg: #d9edf7;
  --docshub-info-border: #31708f;
  --docshub-info-text: #31708f;
  --docshub-success-bg: #dff0d8;
  --docshub-success-border: #3c763d;
  --docshub-success-text: #3c763d;
  --docshub-tag-introduce-text: #004d40;
  --docshub-tag-introduce-info-bg: #69f0ae;
  --docshub-tag-green-text: #2e7d32;
  --docshub-tag-green-bg: #c8e6c9;
  --docshub-tag-yellow-text: #f9a825;
  --docshub-tag-yellow-bg: #fff9c4;
  --docshub-tag-orange-text: #ef6c00;
  --docshub-tag-orange-bg: #ffe0b2;
  --docshub-tag-red-text: #c62828;
  --docshub-tag-red-bg: #ffcdd2;
  --docshub-tag-pink-text: #ad1457;
  --docshub-tag-pink-bg: #f8bbd0;
  --docshub-tag-blue-text: #1565c0;
  --docshub-tag-blue-bg: #bbdefb;
  --docshub-tag-grey-text: #424242;
  --docshub-tag-grey-bg: #f5f5f5;
  --docshub-tag-black-text: #fff;
  --docshub-tag-black-bg: #000;
}

.docshub-doc-content {
  font-size: var(--docshub-base-font-size);
  color: var(--docshub-text-color);
}

.docshub-doc-content * {
  padding: 0;
  margin: 0;
  line-height: var(--docshub-base-line-height);
  border: none;
  color: inherit;
}

.docshub-doc-content ul,
.docshub-doc-content ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.docshub-doc-content h1, .docshub-doc-content h2, .docshub-doc-content h3, .docshub-doc-content h4, .docshub-doc-content h5, .docshub-doc-content h6 {
  margin: 1em 0 0.5em;
  font-weight: 600;
  line-height: 1.2;
}

.docshub-doc-content h1 {
  font-size: 2.5em;
}

.docshub-doc-content h2 {
  font-size: 2em;
}

.docshub-doc-content h3 {
  font-size: 1.5em;
}

.docshub-doc-content h4 {
  font-size: 1.2em;
}

.docshub-doc-content h5 {
  font-size: 1em;
}

.docshub-doc-content h6 {
  font-size: 0.8em;
}

.docshub-doc-content p {
  margin: 1em 0;
  text-wrap: wrap;
  overflow-wrap: anywhere;
  letter-spacing: normal;
}

.docshub-doc-content a {
  color: var(--docshub-accent-color);
  font-weight: 600;
  text-decoration: underline;
  text-wrap: wrap;
  overflow-wrap: anywhere;
}

.docshub-doc-content a[target="_blank"]::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor' %3E%3Cpath fill-rule='evenodd' d='M15.75 2.25H21a.75.75 0 0 1 .75.75v5.25a.75.75 0 0 1-1.5 0V4.81L8.03 17.03a.75.75 0 0 1-1.06-1.06L19.19 3.75h-3.44a.75.75 0 0 1 0-1.5Zm-10.5 4.5a1.5 1.5 0 0 0-1.5 1.5v10.5a1.5 1.5 0 0 0 1.5 1.5h10.5a1.5 1.5 0 0 0 1.5-1.5V10.5a.75.75 0 0 1 1.5 0v8.25a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V8.25a3 3 0 0 1 3-3h8.25a.75.75 0 0 1 0 1.5H5.25Z' clip-rule='evenodd' /%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px;
  vertical-align: text-top;
}

.docshub-doc-content strong,
.docshub-doc-content bold {
  font-weight: 600;
}

.docshub-doc-content pre {
  padding: 1em;
  margin: 1em 0;
  border-radius: 5px;
  background: #f5f5f5;
  overflow-x: auto;
}

.docshub-doc-content code {
  background-color: #eceff1;
  padding: 0 4px;
  border-radius: 2px;
  display: inline-block;
}

.docshub-doc-content blockquote {
  padding: 1em;
  margin: 1em 0;
  border-left: 5px solid #607d8b;
  background: #f5f5f5;
}

.docshub-doc-content img {
  max-width: 100%;
  margin-bottom: 1em;
  border: 1px solid #b0bec5;
  border-radius: 8px;
}

.docshub-doc-content ul,
.docshub-doc-content ol {
  padding-left: 34px;
}

.docshub-doc-content ul li,
.docshub-doc-content ol li {
  padding: 6px 0;
}

.docshub-doc-content ul li::marker,
.docshub-doc-content ol li::marker {
  color: #607d8b;
}

.docshub-doc-content ol {
  list-style: decimal;
}

.docshub-doc-content ul {
  list-style: disc;
}

.docshub-doc-content .docshub-notice {
  padding: 1em;
  margin: 2em 0;
  border-radius: 5px;
}

.docshub-doc-content .docshub-notice--info {
  color: var(--docshub-info-text);
  background: var(--docshub-info-bg);
  border: 1px solid var(--docshub-info-border);
}

.docshub-doc-content .docshub-notice--warning {
  color: var(--docshub-warning-text);
  background: var(--docshub-warning-bg);
  border: 1px solid var(--docshub-warning-border);
}

.docshub-doc-content .docshub-notice--danger {
  color: var(--docshub-danger-text);
  background: var(--docshub-danger-bg);
  border: 1px solid var(--docshub-danger-border);
}

.docshub-doc-content .docshub-notice--success {
  color: var(--docshub-success-text);
  background: var(--docshub-success-bg);
  border: 1px solid var(--docshub-success-border);
}

.docshub-doc-content .docshub-notice a {
  color: inherit;
  text-decoration: underline;
}

.docshub-doc-content .docshub-tag {
  border-radius: 0.2em;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin: 0.2em 1em 0.4em 0;
  padding: 0.5em 1.5em;
}

.docshub-doc-content .docshub-tag--introduced {
  color: var(--docshub-tag-introduce-text);
  background: var(--docshub-tag-introduce-info-bg);
}

.docshub-doc-content .docshub-tag--green {
  color: var(--docshub-tag-green-text);
  background: var(--docshub-tag-green-bg);
}

.docshub-doc-content .docshub-tag--yellow {
  color: var(--docshub-tag-yellow-text);
  background: var(--docshub-tag-yellow-bg);
}

.docshub-doc-content .docshub-tag--orange {
  color: var(--docshub-tag-orange-text);
  background: var(--docshub-tag-orange-bg);
}

.docshub-doc-content .docshub-tag--red {
  color: var(--docshub-tag-red-text);
  background: var(--docshub-tag-red-bg);
}

.docshub-doc-content .docshub-tag--pink {
  color: var(--docshub-tag-pink-text);
  background: var(--docshub-tag-pink-bg);
}

.docshub-doc-content .docshub-tag--blue {
  color: var(--docshub-tag-blue-text);
  background: var(--docshub-tag-blue-bg);
}

.docshub-doc-content .docshub-tag--grey {
  color: var(--docshub-tag-grey-text);
  background: var(--docshub-tag-grey-bg);
}

.docshub-doc-content .docshub-tag--black {
  color: var(--docshub-tag-black-text);
  background: var(--docshub-tag-black-bg);
}

.docshub-doc-content pre[class*="language-"],
.docshub-doc-content code[class*=language-] {
  background-color: #021028 !important;
}

.docshub-doc-content pre[class*="language-"] {
  padding-top: 40px !important;
}

.docshub-doc-content .code-toolbar .toolbar {
  opacity: 1 !important;
}

.docshub-doc-content .code-toolbar .toolbar-item {
  padding: 0 5px !important;
}

.docshub-doc-content .code-toolbar .toolbar-item span {
  color: #fff !important;
  line-height: 1;
}

.docshub-doc-content.mce-content-body pre[class*="language-"] {
  background-color: #021028 !important;
  padding: 20px;
}

.docshub-doc-content.mce-content-body code[class*="language-"] {
  background-color: #021028 !important;
  color: #eceff1;
}

/*# sourceMappingURL=docshub-doc-content.css.map */