/* Creature Kit DocFX theme layer. Static CSS only, safe for FTP hosting. */

:root {
  --ck-bg: #8fc4a1;
  --ck-panel: #ffffff;
  --ck-line: #d7d7d7;
  --ck-text: #222222;
  --ck-muted: #666666;
  --ck-link: #2b5f9e;
  --ck-link-hover: #174a86;
  --ck-top: #1c5e1c;
}

html,
body {
  background: var(--ck-bg);
  color: var(--ck-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.ck-navbar.navbar {
  background: var(--ck-top);
  border: 0;
  border-radius: 0;
  min-height: 58px;
  margin-bottom: 0;
}

.ck-navbar .container,
.subnav .container,
.body-content.container {
  width: auto;
  max-width: 1440px;
}

.ck-brand.navbar-brand {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  height: 58px;
  padding: 8px 15px;
  color: #ffffff;
}

.ck-brand:hover,
.ck-brand:focus {
  color: #ffffff;
}

.ck-brand-icon {
  flex: 0 0 42px;
  height: 42px;
  object-fit: contain;
  width: 42px;
}

.ck-brand-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.ck-brand-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.ck-brand-subtitle {
  color: #d0d0d0;
  font-size: 12px;
  line-height: 16px;
}

.navbar-form #search-query {
  border-radius: 2px;
  border: 1px solid #555555;
  box-shadow: none;
  min-width: 260px;
}

.subnav.navbar {
  background: #e9e9e9;
  border: 0;
  border-bottom: 1px solid var(--ck-line);
  min-height: 34px;
}

.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 7px 0;
}

.body-content {
  background: transparent;
}

.sidenav {
  background: var(--ck-panel);
  border-right: 1px solid var(--ck-line);
  bottom: 0;
  left: 0;
  overflow-y: auto;
  padding: 18px 16px 28px;
  position: fixed;
  top: 93px;
  width: 280px;
  z-index: 1;
}

.ck-doc-map {
  border-bottom: 1px solid var(--ck-line);
  margin-bottom: 16px;
  padding-bottom: 14px;
}

.ck-doc-map-title {
  color: var(--ck-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.ck-doc-map a {
  color: var(--ck-link);
  display: block;
  font-size: 13px;
  line-height: 20px;
  padding: 3px 0;
}

.ck-doc-map a:hover,
.ck-doc-map a:focus {
  color: var(--ck-link-hover);
  text-decoration: none;
}

.sidetoggle {
  display: block;
}

#sidetoc {
  font-size: 13px;
}

#sidetoc a {
  color: #333333;
}

#sidetoc a:hover,
#sidetoc a:focus {
  color: var(--ck-link-hover);
}

div[role="main"].body-content {
  margin-left: 280px;
  padding: 28px 42px 60px;
}

.article.row,
.article.row.grid,
.article.row.grid-right {
  margin-left: 0;
  margin-right: 0;
}

.article .col-md-12,
.article .col-md-10 {
  float: none;
  margin: 0;
  max-width: 980px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

article.content {
  background: var(--ck-panel);
  border: 1px solid var(--ck-line);
  padding: 30px 36px;
}

article.content h1 {
  border-bottom: 1px solid var(--ck-line);
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 22px;
  padding-bottom: 14px;
}

article.content h2 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 30px;
}

article.content h3 {
  font-size: 18px;
  font-weight: 600;
}

article.content h4 {
  font-size: 15px;
  font-weight: 700;
  margin-top: 20px;
}

article.content a,
.xref {
  color: var(--ck-link);
}

article.content a:hover,
.xref:hover {
  color: var(--ck-link-hover);
}

pre {
  background: #f7f7f7;
  border: 1px solid var(--ck-line);
  border-radius: 2px;
}

code {
  color: #333333;
}

.table {
  background: #ffffff;
}

.footer {
  background: #eeeeee;
  border-top: 1px solid var(--ck-line);
  margin-left: 280px;
}

@media (max-width: 991px) {
  .sidenav {
    border-bottom: 1px solid var(--ck-line);
    border-right: 0;
    max-height: 320px;
    position: static;
    width: auto;
  }

  div[role="main"].body-content,
  .footer {
    margin-left: 0;
  }

  div[role="main"].body-content {
    padding: 18px 15px 42px;
  }

  article.content {
    padding: 22px 20px;
  }

  .navbar-form #search-query {
    min-width: 0;
    width: 100%;
  }
}
