:root {
  color-scheme: light;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #17212b;
  background: #ffffff;
}

body {
  margin: 0;
  min-width: 320px;
  background: #ffffff;
}

a {
  color: #075ea8;
}

a:visited {
  color: #5941a9;
}

.product-header {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 10px 16px;
  color: #ffffff;
  background: #14213d;
  border-bottom: 4px solid #6fd0c2;
}

.product-header img {
  flex: 0 0 64px;
}

.product-header h1 {
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: 0;
}

.product-header p {
  margin: 4px 0 0;
  color: #d8e7f0;
}

#nav-toggle {
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 1px solid #8db4ca;
  border-radius: 6px;
  color: #ffffff;
  background: #203b58;
  font-size: 24px;
  cursor: pointer;
}

.site-layout {
  border-collapse: collapse;
  width: max-content;
  min-width: 100%;
}

.site-layout > tbody > tr:first-child > td:last-child {
  padding: 7px 12px;
  background: #eaf3f7 !important;
  border-bottom: 1px solid #b8ccd7;
}

.site-layout > tbody > tr:nth-child(2) > td:last-child {
  padding: 12px;
  vertical-align: top;
}

.site-layout > tbody > tr:nth-child(2) > td:last-child img {
  max-width: 100%;
  height: auto;
}

.side-nav {
  width: 142px;
  min-width: 142px;
  padding: 10px;
  vertical-align: top;
  background: #edf7f5 !important;
  border-right: 1px solid #b8d8d2;
  line-height: 1.55;
}

.nav-collapsed .side-nav {
  display: none;
}

table.sortable th {
  cursor: pointer;
}

.managed-table {
  width: max-content;
  max-width: none;
  border-collapse: separate;
  border-spacing: 0;
}

.managed-table th,
.managed-table td {
  box-sizing: border-box;
  max-width: 38rem;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
  border-right: 1px solid #c6d5de;
  border-bottom: 1px solid #c6d5de;
}

.managed-table th {
  position: sticky;
  top: 0;
  z-index: 3;
  padding-right: 10px;
  color: #ffffff;
  background: #203b58;
  cursor: grab;
  user-select: none;
}

.managed-table th:active {
  cursor: grabbing;
}

.managed-table .numeric-column {
  text-align: right;
}

.managed-table .column-hidden {
  display: none;
}

.managed-table .column-dragging {
  opacity: 0.55;
}

.column-resizer {
  position: absolute;
  top: 0;
  right: -3px;
  bottom: 0;
  width: 8px;
  cursor: col-resize;
  touch-action: none;
}

.table-toolbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin: 5px 0;
}

.table-toolbar button {
  min-height: 30px;
  padding: 4px 9px;
  color: #17212b;
  background: #f5f8fa;
  border: 1px solid #8ea8b8;
  border-radius: 5px;
  font: inherit;
  cursor: pointer;
}

.table-toolbar button:hover,
.table-toolbar button:focus-visible {
  background: #dceef0;
  border-color: #3f7e83;
}

.column-panel {
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 8;
  min-width: 190px;
  max-height: 60vh;
  padding: 7px;
  overflow-y: auto;
  color: #17212b;
  background: #ffffff;
  border: 1px solid #7895a6;
  box-shadow: 0 4px 12px rgba(20, 33, 61, 0.18);
}

.column-panel label {
  display: block;
  padding: 3px 2px;
  white-space: nowrap;
}

.column-panel input {
  margin-right: 7px;
}

th,
td {
  padding: 2px;
}

.text-page {
  max-width: 1100px;
}

.cli-table {
  border-collapse: collapse;
  width: 100%;
}

.cli-table th,
.cli-table td {
  padding: 7px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #b8ccd7;
}

.cli-table th {
  color: #ffffff;
  background: #203b58;
}

code {
  font-family: Consolas, "Courier New", monospace;
}

@media (max-width: 760px) {
  .product-header h1 {
    font-size: 22px;
  }

  .product-header p {
    display: none;
  }

  .side-nav {
    width: 118px;
    min-width: 118px;
  }

  .site-layout > tbody > tr:nth-child(2) > td:last-child h1,
  .site-layout > tbody > tr:nth-child(2) > td:last-child h2,
  .site-layout > tbody > tr:nth-child(2) > td:last-child h3,
  .site-layout > tbody > tr:nth-child(2) > td:last-child p,
  .site-layout > tbody > tr:nth-child(2) > td:last-child li {
    max-width: calc(100vw - 32px);
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .site-layout > tbody > tr:nth-child(2) > td:last-child img[align="right"] {
    float: none;
    display: block;
    width: auto;
    max-width: calc(100vw - 32px);
    margin: 0 0 12px;
  }
}
