body,
html {
  width: 100vw;
  height: 100%;
  font-family:
    "DM Sans",
    -apple-system,
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  line-height: 1.5;
}

input {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid var(--border-dark-grey, #62637f);
  background: var(--proda-white, #fdfdff);
}

.hidden {
  display: none;
}

.scroll {
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-all;
}

code {
  font-family: "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono",
    Courier, monospace;
  line-height: normal;
  background: rgba(135, 131, 120, 0.15);
  color: #eb5757;
  border-radius: 4px;
  font-size: 85%;
  padding: 0.2em 0.4em;
}

code.sourceCode {
  font-family: Menlo, Monaco, Consolas, "Lucida Console", monospace;
}

label {
  margin-bottom: 10px;
  display: block;
}

div.container {
  padding: 0.01em 16px;
  background-color: #ccc;
}

div.content {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.center {
  text-align: center;
}

.padding-54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

header,
footer {
  display: flex;
  align-items: center;
  background-color: #020734 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

header {
  height: 120px;

  .header-title {
    margin-left: auto;
    text-align: right;
    padding-right: 20px;
    color: white;
    font-size: 24px;
  }
}

footer {
  height: 90px;

  a {
    margin-left: 20px;
  }
}

pre {
  margin: 1em 0;
  overflow: auto;
  margin: 60px 0;
  margin-left: 100px;
  color: Blue;
  font-size: 14px;
}

pre.sourceCode {
  margin: 0;
}

pre.numberSource {
  margin-left: 3em;
  border-left: 1px solid #a0a0a0;
  padding-left: 4px;
}

pre.numberSource code {
  counter-reset: source-line 0;
}

pre.numberSource code > span {
  position: relative;
  left: -4em;
  counter-increment: source-line;
}

pre.numberSource code > span > a:first-child::before {
  content: counter(source-line);
  position: relative;
  left: -1em;
  text-align: right;
  vertical-align: baseline;
  border: none;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 4px;
  width: 4em;
  background-color: #ffffff;
  color: #a0a0a0;
}

img {
  width: 100%;
  margin: 0;
  padding: 0;
}

button {
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 4px;
  background-color: #020734;
  color: white;
}

button:disabled {
  border: 1px solid var(--border-dark-grey, #62637f);
  background: var(--proda-white-130, #d6d6e0);
  cursor: inherit;
  color: #060a16;
}

button:hover:enabled {
  border-radius: 4px;
  border: 1px solid var(--border-black, #060a16);
  background: var(--proda-dusty-pink, #f2d3d3);
  color: #060a16;
  cursor: pointer;
}

h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.logo {
  width: 250px;
  margin-left: 20px;
}

.bullet-points {
  display: flex;
  margin-bottom: 10px;
}

.bullet-points > img {
  width: 15px;
  margin-right: 15px;
}

.bullet-points li {
  margin-bottom: 5px;
}

a.btn-link {
  color: blue;
  cursor: pointer;
}

.diagram {
  margin: 40px;
}

.sourceCode {
  overflow: visible;
  color: #1f1c1b;
  background-color: #ffffff;
}

pre > code.sourceCode {
  white-space: pre;
  position: relative;
}

pre > code.sourceCode > span {
  line-height: 1.25;
}

pre > code.sourceCode > span:empty {
  height: 1.2em;
}

code.sourceCode > span {
  color: inherit;
  text-decoration: inherit;
}

div.sourceCode {
  margin: 1em 0;
}

@media screen {
  div.sourceCode {
    overflow: auto;
  }

  pre > code.sourceCode > span > a:first-child::before {
    text-decoration: underline;
  }
}

@media print {
  pre > code.sourceCode {
    white-space: pre-wrap;
  }

  pre > code.sourceCode > span {
    text-indent: -5em;
    padding-left: 5em;
  }
}

code span {
  color: #1f1c1b;
}

/* Syntax Highlighting */
code span.al {
  color: #bf0303;
  background-color: #f7e6e6;
  font-weight: bold;
}

code span.an {
  color: #ca60ca;
}

code span.at {
  color: #0057ae;
}

code span.bn {
  color: #b08000;
}

code span.bu {
  color: #644a9b;
  font-weight: bold;
}

code span.cf {
  color: #1f1c1b;
  font-weight: bold;
}

code span.ch {
  color: #924c9d;
}

code span.cn {
  color: #aa5500;
}

code span.co {
  color: #898887;
}

code span.cv {
  color: #0095ff;
}

code span.do {
  color: #607880;
}

code span.dt {
  color: #0057ae;
}

code span.dv {
  color: #b08000;
}

code span.er {
  color: #bf0303;
  text-decoration: underline;
}

code span.ex {
  color: #0095ff;
  font-weight: bold;
}

code span.fl {
  color: #b08000;
}

code span.fu {
  color: #644a9b;
}

code span.im {
  color: #ff5500;
}

code span.in {
  color: #b08000;
}

code span.kw {
  color: #1f1c1b;
  font-weight: bold;
}

code span.op {
  color: #1f1c1b;
}

code span.ot {
  color: #006e28;
}

code span.pp {
  color: #006e28;
}

code span.re {
  color: #0057ae;
  background-color: #e0e9f8;
}

code span.sc {
  color: #3daee9;
}

code span.ss {
  color: #ff5500;
}

code span.st {
  color: #bf0303;
}

code span.va {
  color: #0057ae;
}

code span.vs {
  color: #bf0303;
}

code span.wa {
  color: #bf0303;
}

#cb1 {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 3px;
}

h1 {
  color: #020734;
}

a {
  color: #4e4f66 !important;
}

a:hover {
  color: #0018ea !important;
}

ul li,
ol li {
  padding-bottom: 5px;
}

.title {
  display: flex;
  align-items: baseline;
  width: 100%;

  h2 {
    flex: 1;
  }
}

time {
  font-style: italic;
}

#userpilot-resource-centre-frame {
  display: none !important;
}
