.d-fill {
  width: 100%;
  height: 100%;
}
.d-pad-all {
  padding: 12px;
}
.d-pad-top {
  padding-top: 12px;
}
.d-pad-right {
  padding-right: 12px;
}
.d-pad-bottom {
  padding-bottom: 12px;
}
.d-pad-left {
  padding-left: 12px;
}
.d-float-left {
  float: left;
}
.d-float-right {
  float: right;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Inter-Regular.woff2") format("woff2") , url("../font/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("../font/Inter-Italic.woff2") format("woff2") , url("../font/Inter-Italic.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Inter-Medium.woff2") format("woff2") , url("../font/Inter-Medium.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  src: url("../font/Inter-MediumItalic.woff2") format("woff2") , url("../font/Inter-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Inter-SemiBold.woff2") format("woff2") , url("../font/Inter-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  src: url("../font/Inter-SemiBoldItalic.woff2") format("woff2") , url("../font/Inter-SemiBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Inter-Bold.woff2") format("woff2") , url("../font/Inter-Bold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  src: url("../font/Inter-BoldItalic.woff2") format("woff2") , url("../font/Inter-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../font/Inter-ExtraBold.woff2") format("woff2") , url("../font/Inter-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  src: url("../font/Inter-ExtraBoldItalic.woff2") format("woff2") , url("../font/Inter-ExtraBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../font/Inter-Black.woff2") format("woff2") , url("../font/Inter-Black.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  src: url("../font/Inter-BlackItalic.woff2") format("woff2") , url("../font/Inter-BlackItalic.woff") format("woff");
}
html {
  height: 100%;
}
body {
  padding: 0;
  margin: 0;
  font: 13px "Inter" , "Helvetic Neue" , sans-serif;
  color: #333;
  height: 100%;
  overflow: hidden;
}
b, h1, h2, h3, h4 {
  font-weight: 600;
}
a {
  color: #3b82f6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
header {
  position: relative;
  height: 65px;
  margin: 0;
  background: #f6f8fa;
  color: #333;
  line-height: 33px;
  padding: 16px 24px;
}
header a {
  color: #333;
  padding: 4px 8px;
  text-decoration: none !important;
  border-radius: 4px;
}
header a:hover {
  background-color: #e2e8f0;
}
header h3 {
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100px;
  position: relative;
}
header h3 a {
  position: absolute;
  border-radius: 0;
  top: -16px;
  left: 0;
  display: inline-block;
  text-indent: -9999px;
  padding: 0;
  background: url(/img/novant-logo.svg) no-repeat 0 0 / auto 20px;
  width: 100px;
  height: 20px;
}
header h3 a:hover {
  background-color: inherit;
  opacity: 0.7;
}
header div.title {
  display: inline-block;
  border-left: 1px solid #d8dee4;
  margin-left: 4px;
  padding-left: 12px;
}
header div.title span.d-avatar-lg {
  margin-right: 12px;
}
header div.title h2 {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
header div.account {
  position: absolute;
  top: 16px;
  right: 16px;
}
header div.account span.team {
  display: inline-block;
  margin-right: 24px;
  margin-top: -4px;
}
header div.account span.team span.d-avatar {
  width: 32px;
  height: 32px;
  border: 2px solid #f6f8fa;
}
header div.account span.team span.d-avatar + span.d-avatar {
  margin-left: -16px;
}
header div.account span.team button.vx-dropdown-button {
  padding: 4px 16px 4px 6px;
}
header div.account span.team button.vx-dropdown-button::after {
  top: 14px;
}
header div.account span.team button.vx-dropdown-button:hover span.d-avatar {
  border-color: #f8f8f8;
}
header div.account span.team button.vx-dropdown-button:active span.d-avatar {
  border-color: #f8f8f8;
}
header div.account span.team button.vx-dropdown-button.down span.d-avatar {
  border-color: #f8f8f8;
}
header div.account span.team span.d-avatar.active {
  border-color: #3b82f6 !important;
}
header div.account a {
  margin-right: 6px;
}
header div.account button + a {
  margin-left: 6px;
}
header div.account button.my-orgs {
  margin-right: 24px;
}
main {
  position: relative;
  height: calc(100% - 65px );
  overflow: auto;
  margin: 0;
  padding: 0;
}
ul.doc-tabs {
  overflow: hidden;
  position: relative;
  background: #f6f8fa;
  border-bottom: 1px solid #d8dee4;
  height: 32px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 12px;
  white-space: nowrap;
}
ul.doc-tabs li {
  display: inline-block;
  margin: 0;
  padding: 3px 0px;
}
ul.doc-tabs li a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 2px;
  padding: 4px 10px;
}
ul.doc-tabs li a:hover {
  background-color: #e2e8f0 !important;
  border-radius: 4px;
}
ul.doc-tabs li.selected {
  font-weight: 600;
  border-bottom: 2px solid #667eea;
}
main.layout-std {
  display: grid;
  grid-template-columns: 260px 760px 300px;
}
aside.guide-toc {
  font-size: 13px;
  margin: 2em;
  border-right: 1px solid #e2e8f0;
}
aside.guide-toc ul {
  maring: 0;
  padding: 0;
  list-style: none;
}
aside.guide-toc ul li {
  margin: 1em 0;
  padding: 0;
}
aside.guide-toc ul li a {
  color: #64748b;
}
aside.guide-toc ul li a:hover {
  color: #334155;
  text-decoration: none;
}
aside.guide-toc ul li.l2 {
  padding-left: 1em;
}
aside.guide-toc ul li.l3 {
  padding-left: 2em;
}
aside.guide-toc ul li.current-parent {
  font-weight: 600;
}
aside.guide-toc ul li.current-parent a {
  color: #333;
}
aside.guide-toc ul li.current {
  font-weight: 600;
}
aside.guide-toc ul li.current a {
  color: #3b82f6;
}
div.doc-page-crumbs {
  margin: 1em 0 2em 0;
  font-size: 13px;
}
div.doc-page-crumbs a {
  color: #64748b;
}
div.doc-page-crumbs span + span::before {
  content: "/";
  margin: 0 1em;
  color: #94a3b8;
}
aside.doc-page-toc {
  font-size: 13px;
  margin: 4em 2em 2em 2em;
}
aside.doc-page-toc ul {
  maring: 0;
  padding: 0;
  list-style: none;
}
aside.doc-page-toc ul li {
  margin: 1em 0;
  padding: 0;
}
aside.doc-page-toc ul li a {
  color: #64748b;
}
aside.doc-page-toc ul li a:hover {
  color: #334155;
  text-decoration: none;
}
aside.doc-page-toc ul li.l3 {
  padding-left: 1em;
}
aside.doc-page-toc ul li.l4 {
  padding-left: 2em;
}
div.doc-content {
  max-width: 700px;
  margin: 2em 2em;
  padding-bottom: 2em;
  font-size: 15px;
}
div.doc-content h1 {
  font-size: 27px;
}
div.doc-content h2 {
  font-size: 21px;
  margin: 2em 0 1em 0;
}
div.doc-content h3 {
  font-size: 15px;
  padding-bottom: 0.5em;
  margin: 3em 0 1em 0;
  border-bottom: 1px solid #e2e8f0;
}
div.doc-content p {
  line-height: 1.5em;
}
div.doc-content pre, div.doc-content code {
  color: #64748b;
  background: #f1f5f9;
  padding: 0.25em 0.5em;
  border-radius: 4px;
}
div.doc-content pre {
  margin: 1em 0;
  padding: 1em;
}
div.doc-content pre code {
  padding: 0;
}
div.doc-content hr {
  height: 1px;
  border: none;
  margin: 1em 0;
  padding: 0;
  background: #e2e8f0;
}
div.doc-content pre.sourceCode {
  margin: 1em;
  padding: 1em;
}
div.doc-content strong, div.doc-content b {
  font-weight: 600;
}
div.doc-content ul li {
  margin: 0.5em 0;
}
div.doc-content pre.sourceCode, div.doc-content pre.sourceCode code {
  font: 13px Menlo , monospace;
  background: #334155;
  color: #fff;
  display: block;
  line-height: 1.4em;
}
div.doc-content pre.sourceCode .co, div.doc-content pre.sourceCode code .co {
  color: #94a3b8;
}
div.doc-content pre.sourceCode .ex, div.doc-content pre.sourceCode code .ex {
  color: #60a5fa;
}
div.doc-content pre.sourceCode .at, div.doc-content pre.sourceCode code .at {
  color: #a3e635;
}
div.doc-content pre.sourceCode .dt, div.doc-content pre.sourceCode code .dt {
  color: #60a5fa;
}
div.doc-content pre.sourceCode .st, div.doc-content pre.sourceCode code .st {
  color: #facc15;
}
div.doc-content ol li {
  margin: 0.5em 0;
}
div.doc-content table {
  margin: 1.5em 0 2em 0;
  width: 100%;
  border-collapse: collapse;
}
div.doc-content table th {
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  padding: 8px;
  border: 1px solid #cbd5e1;
  background: #e2e8f0;
}
div.doc-content table td {
  font-size: 13px;
  padding: 8px;
  border: 1px solid #cbd5e1;
}
div.doc-content table td span.opt {
  color: #94a3b8;
}
div.doc-content table tr:nth-child(even) td {
  background: #f8fafc;
}
div.doc-content table.spec-types {
  margin-top: 2em;
}
div.doc-content table.spec-types td {
  vertical-align: top;
}
div.doc-content table.spec-types td:nth-child(1) {
  font-weight: 600;
  white-space: nowrap;
}
div.doc-content table.spec-types td:nth-child(2) p {
  margin: 0;
}
div.doc-content table.spec-types td:nth-child(2) p:first-child {
  font-weight: 600;
}
div.doc-content table.spec-types td:nth-child(2) p + p {
  margin-top: 6px;
  color: #94a3b8;
}
div.doc-content table.spec-types td:nth-child(3) {
  white-space: nowrap;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.5em;
}
div.doc-content table.spec-types td:nth-child(3) span {
  display: inline-block;
  min-width: 60px;
}
div.doc-content table.spec-props {
  margin-top: 2em;
}
div.doc-content table.spec-props td:first-child {
  font-weight: 600;
}
main.layout-api {
  display: grid;
  grid-template-columns: 200px calc(100% - 200px);
}
main.layout-api div.doc-content {
  max-width: 100%;
  font-size: 14px;
  display: none;
}
main.layout-api div.doc-content.sidebar {
  margin-top: 6em;
}
main.layout-api h3 {
  border-bottom: 1px solid #e2e8f0;
  margin-top: 3em;
  padding: 0 0 1em 0;
}
main.layout-api h3:has(+ dl) {
  border: none;
  padding: 0;
}
main.layout-api pre.sourceCode.json {
  border: 1px solid #e2e8f0;
}
main.layout-api pre.sourceCode.json, main.layout-api pre.sourceCode.json code {
  background: #f8fafc;
  color: #94a3b8;
}
main.layout-api pre.sourceCode.json .dt, main.layout-api pre.sourceCode.json code .dt {
  color: #334155;
}
main.layout-api pre.sourceCode.json .st, main.layout-api pre.sourceCode.json code .st {
  color: oklch(0.527 0.154 150.069);
}
main.layout-api pre.sourceCode.json .dv, main.layout-api pre.sourceCode.json code .dv {
  color: oklch(0.505 0.213 27.518);
}
main.layout-api pre.sourceCode.json .fl, main.layout-api pre.sourceCode.json code .fl {
  color: oklch(0.505 0.213 27.518);
}
main.layout-api pre.sourceCode.json .kw, main.layout-api pre.sourceCode.json code .kw {
  color: #2563eb;
}
main.layout-api dl {
  margin: 1em 0;
}
main.layout-api dl dt {
  border-top: 1px solid #e2e8f0;
  padding-top: 1em;
}
main.layout-api dl dt code {
  font: 13px Menlo , monospace;
  color: #333;
  padding: 0;
  background: none;
  font-weight: 600;
}
main.layout-api dl dt em {
  margin-left: 0.5em;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: oklch(0.505 0.213 27.518);
}
main.layout-api dl dd {
  margin: 0;
}
main.layout-full {
  display: grid;
  grid-template-columns: 260px 1060px;
}
main.layout-full div.doc-content {
  max-width: 100%;
  margin: 2em 2em;
  padding-bottom: 2em;
}
div.index-grid-2 ul, div.index-grid-3 ul {
  display: grid;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  list-style: none;
  margin: 2em 0;
  padding: 0;
}
div.index-grid-2 ul li, div.index-grid-3 ul li {
  margin: 0;
  padding: 0.5em 1.5em;
  border-radius: 6px;
  border: 1px solid #d8dee4;
}
div.index-grid-2 ul li a, div.index-grid-3 ul li a {
  font-size: 17px;
  display: block;
  font-weight: 600;
  margin-bottom: 0.5em;
}
div.index-grid-2 ul {
  grid-template-columns: 1fr 1fr;
}
div.index-grid-3 ul {
  grid-template-columns: 1fr 1fr 1fr;
}
