*:focus {
  outline: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0 auto;
  max-width: 1024px;
  padding: 20px;
  color: #313435;
  background-image: url("/images/background.jpg");
  background-attachment: fixed;
  background-position: right bottom;
  background-repeat: no-repeat;
}
body,
button,
input,
select {
  font-size: 16px;
  font-family: Trebuchet MS, sans-serif;
}
p {
  line-height: 1.5em;
}
a {
  color: #004bfb;
  text-decoration: 1px underline;
}
a:hover {
  text-decoration: 2px underline;
}
img {
  max-width: 100%;
  box-sizing: content-box;
  height: auto;
}
code {
  display: inline-block;
  font-family: monospace;
  padding: 2px 8px;
  border: 1px solid lightgray;
  background-color: #f2f2f2;
  border-radius: 4px;
  font-size: 16px;
}
ul {
  list-style: disc;
  padding-left: 2em;
}
ul li {
  line-height: 1.5;
  margin-bottom: 0.25em;
}
.CodeMirror {
  border: 1px solid lightgray;
  height: auto !important;
}
.cm-s-eclipse span.cm-keyword {
  font-weight: normal !important;
}
.cm-s-eclipse span.cm-comment {
  color: gray !important;
}
/*
 * Variables
 */
/*
 * Components
 */
.comp-page-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.comp-page-header__inner__top {
  display: flex;
  flex-direction: row;
}
@media (max-width: 800px) {
  .comp-page-header__inner__top {
    gap: 12px;
    flex-direction: column;
  }
}
.comp-page-header__inner__top__col1 {
  display: flex;
  flex-grow: 0;
  flex-direction: column;
}
@media (max-width: 800px) {
  .comp-page-header__inner__top__col1 {
    align-items: center;
    text-align: center;
  }
}
.comp-page-header__inner__top__col1 img {
  margin-bottom: 0;
}
.comp-page-header__inner__top__col2 {
  display: flex;
  flex-grow: 1;
  gap: 16px;
  align-items: baseline;
  justify-content: right;
}
@media (max-width: 800px) {
  .comp-page-header__inner__top__col2 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.comp-page-header__inner__top__col2 a {
  text-align: center;
  background-color: #eee;
  border-bottom: 2px solid #eee;
  padding: 4px 8px;
  text-decoration: none;
  transition: all 0.24s ease;
  color: #313435;
  white-space: nowrap;
}
.comp-page-header__inner__top__col2 a:hover {
  background-color: #c6e2ff;
  border-bottom: 2px solid #004bfb;
}
@media (max-width: 800px) {
  .comp-page-header__inner__bottom {
    text-align: center;
  }
}
.comp-page-main-container__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
  margin-bottom: 64px;
}
.comp-page-footer {
  border-top: 1px solid #E0E0E0;
}
.comp-page-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
}
.comp-page-footer__inner__links-container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-bottom: 12px;
}
.comp-page-footer__inner__links-container a {
  text-decoration: none;
  text-align: center;
}
.comp-page-footer__inner__links-container a:hover {
  text-decoration: 2px underline;
}
.comp-page-footer__inner__notice {
  font-size: 12px;
  text-align: center;
  margin: 0;
}
.comp-header-1 {
  margin: 0 0 12px;
  line-height: 1.5em;
  word-break: break-word;
  text-wrap: balance;
  font-weight: normal;
}
.comp-header-2 {
  margin: 0 0 12px;
  line-height: 1.5em;
  word-break: break-word;
  text-wrap: balance;
  font-weight: normal;
}
.comp-header-3 {
  margin: 0 0 12px;
  line-height: 1.5em;
  word-break: break-word;
  text-wrap: balance;
  font-weight: normal;
}
.comp-header-4 {
  margin: 0 0 12px;
  line-height: 1.5em;
  word-break: break-word;
  text-wrap: balance;
  font-weight: bold;
}
.comp-section {
  margin-bottom: 64px;
}
.comp-section--narrow {
  max-width: 750px;
  margin: 0 auto 64px;
}
.comp-button {
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.24s ease;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  line-height: 1.5em;
}
.comp-button--size-small {
  font-size: 14px;
  padding: 4px 8px;
}
.comp-button--size-normal {
  font-size: 16px;
  padding: 8px 12px;
}
.comp-button--size-large {
  font-size: 24px;
  padding: 8px 24px;
}
.comp-button--color-blue {
  background-color: #207CBB;
  color: white;
}
.comp-button--color-blue:hover {
  background-color: #276d9b;
  color: white;
}
.comp-button--color-gray {
  background-color: transparent;
  border: 1px solid #a8a8a8;
  color: black;
}
.comp-button--color-gray:hover {
  background-color: #D2D2D2;
  border: 1px solid #a8a8a8;
  color: black;
}
.comp-button--color-danger {
  background-color: #c44133;
  color: white;
}
.comp-button--color-danger:hover {
  background-color: #e74c3c;
  color: white;
}
.comp-button-link {
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  transition: all 0.25s ease;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  line-height: 1.5em;
  text-align: center;
}
.comp-button-link:hover {
  text-decoration: none;
}
.comp-button-link--size-small {
  font-size: 14px;
  padding: 4px 8px;
}
.comp-button-link--size-normal {
  font-size: 16px;
  padding: 8px 12px;
}
.comp-button-link--size-large {
  font-size: 24px;
  padding: 8px 24px;
}
.comp-button-link--color-blue {
  background-color: #207CBB;
  color: white;
}
.comp-button-link--color-blue:hover {
  background-color: #276d9b;
  color: white;
}
.comp-button-link--color-danger {
  background-color: #c44133;
  color: white;
}
.comp-button-link--color-danger:hover {
  background-color: #e74c3c;
  color: white;
}
.comp-button-link--color-success {
  background-color: #00a077;
  color: white;
}
.comp-button-link--color-success:hover {
  background-color: #00bc8c;
  color: white;
}
.comp-button-link--color-gray {
  background-color: transparent;
  border: 1px solid #a8a8a8;
  color: black;
}
.comp-button-link--color-gray:hover {
  background-color: #D2D2D2;
  border: 1px solid #a8a8a8;
  color: black;
}
.comp-code-block {
  display: block;
  padding: 16px !important;
  font-family: monospace;
  border: 1px solid lightgray;
  background-color: #f2f2f2;
  border-radius: 4px;
  white-space: pre;
  font-size: 14px;
  overflow: auto;
}
.comp-decorated-table {
  overflow-x: auto;
  overflow-y: hidden;
}
.comp-decorated-table__table {
  width: 100%;
  border-collapse: collapse;
}
.comp-decorated-table__table__row {
  border-bottom: 1px solid #E0E0E0;
  transition: background-color 0.24s ease;
}
.comp-decorated-table__table__row:hover {
  background-color: #f4f6ff;
}
.comp-decorated-table__table__row:last-of-type {
  border-bottom: none;
}
.comp-decorated-table__table__row--header {
  font-weight: bold;
}
.comp-decorated-table__table__row--header:hover {
  background-color: transparent;
}
.comp-decorated-table__table__row__cell {
  padding: 16px;
}
.comp-select {
  font-size: 16px;
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.24s ease;
  background-color: transparent;
  border: 1px solid #a8a8a8;
  color: black;
}
.comp-select:hover {
  background-color: #D2D2D2;
  border: 1px solid #a8a8a8;
  color: black;
}
