@charset "UTF-8";
/* Generated from the SCSS sources in web/scss/ — do not edit directly. */
:root {
  --font-body: Noto, sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
  --font-size-base: 16px;
  --baseline: 20px;
  --gray-dark: oklch(0.371 0 0);
  --gray: oklch(0.6 0 0);
  --gray-light: oklch(0.805 0 0);
  --color-green: oklch(0.643 0.161 143.4);
  --color-red: oklch(0.461 0.157 29);
  --color-text-strong: #333;
  --color-text-secondary: #666;
  --color-text-muted: #999;
  --color-border: #ccc;
  --color-border-light: #ddd;
  --color-surface: #f0f0f0;
  --color-surface-faint: #fafafc;
  --color-iana-blue: oklch(0.6883 0.1016 217.3);
  --color-iana-green: oklch(0.795 0.083 175);
  --color-green-1a: oklch(0.672 0.142 161);
  --color-green-1b: oklch(0.788 0.16 121);
  --color-blue-1a: oklch(0.748 0.108 232);
  --color-blue-1b: oklch(0.588 0.096 297);
  --color-background: oklch(0.95 0.005 220);
  --color-chrome: var(--color-background);
  --color-text: oklch(0.45 0.01 107);
  --color-link: oklch(0.58 0.14 251);
  --color-link-hover: oklch(0.49 0.14 251);
  --color-highlight: oklch(0.979 0.129 108);
  --color-panel-info: oklch(0.93 0.042 229);
  --color-panel-info-border: #b4c8dd;
  --color-notice-bg: #fff1bb;
  --color-notice-border: #f2de32;
  --color-error-bg: #fae5e3;
  --color-error-border: #c87872;
  --color-error-text: #b9554d;
  --color-footer-text: oklch(0.685 0.01 286);
  --color-footer-link: oklch(0.695 0.098 236.6 / 0.8);
  --color-heading: oklch(0.466 0.018 261);
  --color-nav-link: rgb(46 83 105);
  --color-input-border: #666;
  --color-input-accent: oklch(0.785 0.104 275);
  --color-title-band: #f3f4f5;
  --color-title-band-border: #e0e1e2;
  --color-body-band: #edeff0;
  --color-live: #ff674f;
  --color-table-line: #c8c8ce;
  --color-table-band: #eef0f4;
  --color-table-cell: var(--color-surface-faint);
  --color-table-divider: #ededf0;
  --color-table-zebra: #f4f5f7;
  --color-table-strong: var(--color-text-strong);
  --color-table-muted: #8f979e;
  --color-table-count-bg: #e0e0e4;
  --color-table-count-text: #444444;
  --color-table-search: #f2f2f5;
  --table-radius: 8px;
  --shadow-panel: 0 2px 4px 0 oklch(0 0 0 / 0.16);
  --space-xs: 10px;
  --space-sm: 15px;
  --space-md: 25px;
  --space-lg: 50px;
  --panel-pad: var(--space-md);
  --panel-pad-sm: var(--space-xs);
  --panel-pad-md: var(--space-sm);
  --page-margin: var(--space-lg);
  --page-margin-sm: var(--space-md);
  --nav-gutter: var(--space-md);
  --nav-width: 250px;
  --nav-drop: 75px;
}

@font-face {
  font-family: "Noto";
  src: local("Noto Sans"), local("NotoSans"), url("/static/fonts/NotoSans-Latin.b72e420edb95.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  src: local("Noto Sans"), local("NotoSans"), url("/static/fonts/NotoSans-Latin-Italic.57b81d1ff243.ttf");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url("/static/fonts/IBMPlexMono-Regular.560033d0c7f2.ttf");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url("/static/fonts/IBMPlexMono-Italic.3decba874151.ttf");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "s-arab";
  src: url("/static/fonts/NotoSans-Arabic.860e6dc8edbe.ttf");
  font-display: swap;
}
.script-arab {
  font-family: "s-arab";
}

@font-face {
  font-family: "s-jpan";
  src: url("/static/fonts/NotoSans-Japanese.fdf96f36f855.ttf");
  font-display: swap;
}
.script-jpan {
  font-family: "s-jpan";
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
}

ol, ul {
  list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, canvas, details, figcaption, figure, figure img,
footer, header, hgroup, nav, section, audio, video {
  display: block;
}

img, a img {
  border: 0;
}

::selection {
  background: var(--color-highlight);
}

img::selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: var(--color-highlight);
}

html {
  -webkit-text-size-adjust: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

html {
  background: var(--color-background);
  min-height: 100%;
}

body {
  background: #fff;
  color: var(--color-text);
  text-align: left;
  font-size: var(--font-size-base);
  font-family: var(--font-body);
  font-synthesis: none;
  min-height: 100%;
}

a:link, a:visited {
  color: var(--color-link);
  text-decoration: none;
}
a:link .underline, a:visited .underline {
  text-decoration: underline;
}

p, td, th {
  margin: 1.2em 0;
}

i, em {
  font-style: italic;
}

h1 {
  font-size: calc(var(--font-size-base) * 1.8);
  color: #000;
  font-weight: 500;
}
@media (width <= 1000px) {
  h1 {
    font-size: calc(var(--font-size-base) * 1.4);
  }
}

h2 {
  font-size: calc(var(--font-size-base) * 1.5);
  margin: 1em 0 0.5em 0;
  color: #000;
  font-weight: 500;
}
@media (width <= 1000px) {
  h2 {
    font-size: calc(var(--font-size-base) * 1.2);
  }
}

h3 {
  font-size: calc(var(--font-size-base) * 1.2);
  color: #000;
  font-weight: 500;
  margin-top: 1em;
}

h4 {
  color: #000;
  font-size: var(--font-size-base);
  margin-top: 1em;
}

h5 {
  color: #000;
  margin-top: 1em;
  text-decoration: underline;
}

ul {
  display: block;
  list-style: square;
  margin: 1em 0;
}
@media (width <= 1000px) {
  ul {
    margin: 0;
  }
}

ul li {
  list-style: square;
  margin-left: 2em;
  margin-top: 0.5em;
}
ul li li {
  margin-left: 2em;
  margin-top: 0;
}

ol {
  margin: 1em 0;
  list-style: decimal;
}
ol li {
  list-style: decimal;
  margin-left: 2em;
}

b, strong {
  font-weight: bold;
}

strong {
  color: #000;
}

blockquote {
  margin-left: 40px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 40px;
}

td {
  padding-right: 1em;
}

pre {
  font-family: var(--font-mono);
}

.caps {
  text-transform: uppercase;
  font-size: 93%;
}

hr.clear {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  border-width: 0;
  margin: 0;
  padding: 0;
}

.avoid-break {
  white-space: nowrap;
}

.domain {
  color: #2d474e;
  white-space: nowrap;
}

.email {
  text-transform: lowercase;
  font-family: var(--font-mono);
}

.label {
  font-family: var(--font-mono);
  white-space: nowrap;
}
.label a:link, .label a:visited {
  text-decoration: none;
  color: #868cb6;
}

.panel_information {
  background-color: var(--color-panel-info);
  margin-top: 1em;
  border-top: 1px solid var(--color-panel-info-border);
  border-bottom: 1px solid var(--color-panel-info-border);
  padding: var(--panel-pad-sm);
}
.panel_information.icon {
  padding: 10px 10px 10px 60px;
  background-image: url("/static/icons/icon_alert.b96b3a520e02.svg");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  min-height: 45px;
}

.panel_warning {
  background-color: var(--color-notice-bg);
  margin-top: 1em;
  border-top: 1px solid var(--color-notice-border);
  border-bottom: 1px solid var(--color-notice-border);
  padding: var(--panel-pad-sm);
}

.panel_error {
  background-color: var(--color-error-bg);
  background-repeat: no-repeat;
  margin-top: 1em;
  border-top: 1px solid var(--color-error-border);
  border-bottom: 1px solid var(--color-error-border);
  padding: var(--panel-pad-sm);
}
.panel_error h2 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.panel_error p, .panel_error ul {
  margin: 0;
}
.panel_error li {
  margin: 0 20px;
}

.excerpt {
  background: #fffff0;
  padding: 20px;
  border: 1px solid #f0f0d0;
}

.footnote-ref {
  border: 1px solid var(--color-input-border);
  border-radius: 3px;
  vertical-align: super;
  padding: 0px 2px;
  font-size: 10px;
  margin-left: 2px;
}
.footnote-ref:link, .footnote-ref:visited {
  text-decoration: none;
  color: #000;
}

.footnote-index {
  width: 30px;
  display: inline-block;
  text-indent: 0;
}
.footnote-index:after {
  content: ".";
}

.footnote {
  margin-left: 30px;
  text-indent: -30px;
  padding-bottom: 5px;
}

#website-error {
  padding: 50px 10px;
}
#website-error h1 {
  color: var(--color-red);
}

.force-rtl {
  direction: rtl;
}
.force-rtl:before {
  content: "‏";
}
.force-rtl:after {
  content: "‎";
}

.rir-chart {
  position: relative;
  width: 65vw;
  height: 320px;
  padding-top: 5px;
  max-width: 840px;
}
@media (width <= 1000px) {
  .rir-chart {
    width: 90vw;
  }
}
@media (width <= 800px) {
  .rir-chart {
    height: 250px;
  }
}

.rir-footer {
  text-align: center;
  margin-top: 3em;
  color: var(--color-footer-text);
  font-size: 12px;
}

.rir-cur {
  width: 300px;
  height: 150px;
  float: left;
  font-size: 14px;
  padding-top: var(--space-xs);
}
@media (width <= 1000px) {
  .rir-cur {
    float: none;
  }
}
.rir-cur.dtable {
  width: 300px;
}

.status-blue, .status-grey, .status-green {
  white-space: nowrap;
  border-radius: 11px;
  padding: 3px 9px;
  font-size: 10pt;
}

.status-blue {
  background: #bcdaed;
}

.status-green {
  background: #bcedc3;
}

.status-grey {
  background: #d1d1d1;
}

obf::after {
  content: attr(d);
}

obf::before {
  content: attr(u);
}

figure {
  margin: 1rem 0;
}

figcaption {
  margin-top: 0.5rem;
  font-size: 0.87rem;
  color: var(--color-text);
  line-height: 1.4;
}

header {
  width: 100%;
  background: var(--color-chrome);
  border-bottom: 1px solid var(--color-surface);
}
header.header_white {
  background: #fff;
}
header.header_warning {
  background: var(--color-notice-bg);
}

#header {
  max-width: calc(1200px - var(--page-margin) * 2);
  margin: 0 auto;
  padding: var(--panel-pad) var(--page-margin);
  display: flow-root;
}
@media (width <= 1000px) {
  #header {
    padding: var(--panel-pad-md) var(--page-margin-sm);
  }
}
#header #logo {
  float: left;
}
@media (width <= 800px) {
  #header #logo img {
    width: 75%;
    height: 75%;
  }
}
#header .navigation {
  text-align: right;
  float: right;
}
@media (width <= 800px) {
  #header .navigation {
    float: left;
    margin-top: 7px;
    clear: both;
  }
}
@media (width <= 1000px) {
  #header .navigation ul {
    margin: 1em 0;
  }
}
#header .navigation li {
  list-style: none;
  display: inline;
  float: left;
  margin: 0;
}
#header .navigation li a {
  margin-left: 4px;
  padding: 4px 6px;
  text-decoration: none;
  font-size: 1em;
}
#header .navigation li a:link, #header .navigation li a:visited {
  color: var(--color-nav-link);
}
#header .navigation li a:hover {
  color: var(--color-footer-link);
  transition: color 150ms ease-in;
}
@media (width <= 800px) {
  #header .navigation li:first-child a {
    margin-left: 0;
    padding: 4px 0;
  }
}

#header_banner {
  margin: unset;
  padding: unset;
}
#header_banner a {
  text-decoration: none;
}

article.hemmed {
  width: calc(1200px - var(--page-margin) * 2);
  margin: 0 auto;
}
@media (width < 1200px) {
  article.hemmed {
    width: auto;
  }
}
article.sidenav {
  display: flex;
  flex-direction: row-reverse;
  padding: var(--space-md) var(--space-lg);
}
@media (width <= 1000px) {
  article.sidenav {
    padding: var(--space-md) var(--space-md);
  }
}

main {
  flex-grow: 1;
  flex-basis: 0;
  margin-top: var(--panel-pad);
}
@media (width <= 1000px) {
  main {
    margin-top: 0;
  }
}

#sidenav {
  flex-basis: 0;
  width: var(--nav-width);
  margin: var(--nav-drop) 0 0 0;
  font-size: 12px;
}
@media (width <= 1000px) {
  #sidenav {
    display: none;
  }
}
#sidenav .navigation_box {
  border: 1px var(--color-surface) solid;
  border-radius: 5px;
  width: calc(var(--nav-width) - var(--nav-gutter));
  margin-right: var(--nav-gutter);
  background: var(--color-surface-faint);
}
#sidenav a {
  text-decoration: none;
  color: inherit;
}
#sidenav ul {
  list-style: none;
}
#sidenav ul ul {
  margin: 0;
}
#sidenav ul ul li {
  padding: 2px 30px;
  font-size: 11px;
}
#sidenav li {
  list-style: none;
  margin: 0px 0 0 0px;
  padding: 2px 10px;
  font-size: 13px;
}
#sidenav li.selected {
  font-weight: 700;
}
#sidenav li.selected:hover {
  transition: none;
  background: inherit;
}
#sidenav li.selected > a {
  color: #000;
  font-weight: 700;
}
#sidenav li:hover {
  background: var(--color-surface);
  transition: background 150ms ease-in;
}
#sidenav h2 {
  background: #f4f3f9;
  padding: 4px 10px;
  margin-top: 0;
  font-size: 14px;
  color: var(--color-text-strong);
  font-weight: normal;
}

footer {
  width: 100%;
  background: var(--color-chrome);
  padding: var(--space-md) 0;
}
@media (width <= 1000px) {
  footer {
    padding: var(--space-xs) 0 var(--space-xs);
  }
}

#footer {
  max-width: 1200px;
  margin: 0px auto;
  color: var(--color-footer-text);
  font-size: 12px;
}
#footer .navigation {
  margin: var(--space-xs) var(--space-lg);
}
@media (width <= 1000px) {
  #footer .navigation {
    margin: var(--space-xs) var(--space-md);
  }
}
#footer .navigation td.section {
  padding: 5px 10px 5px 0;
  vertical-align: top;
}
#footer .navigation td.section a:link, #footer .navigation td.section a:visited {
  color: var(--color-footer-text);
  text-decoration: none;
  font-weight: bold;
}
#footer .navigation td.section a:hover {
  color: var(--color-footer-link);
  transition: color 150ms ease-in;
}
#footer .navigation td.subsection {
  padding: 5px 0px 5px 0;
}
#footer .navigation td.subsection a:link, #footer .navigation td.subsection a:visited {
  color: var(--color-footer-text);
  text-decoration: none;
}
#footer .navigation td.subsection a:hover {
  color: var(--color-footer-link);
  transition: color 150ms ease-in;
}
#footer .navigation ul {
  margin: 0;
}
#footer .navigation li {
  list-style: none;
  display: inline;
  float: left;
  margin: 0 5px 0 5px;
}
#footer #custodian {
  margin: var(--space-xs) var(--space-lg);
  color: var(--color-footer-text);
  display: flow-root;
}
@media (width <= 1000px) {
  #footer #custodian {
    margin: var(--space-xs) var(--space-md);
  }
}
#footer #custodian a {
  white-space: nowrap;
}
#footer #custodian a:link, #footer #custodian a:visited {
  color: var(--color-footer-text);
  text-decoration: none;
  font-weight: bold;
}
#footer #custodian a:hover {
  color: var(--color-footer-link);
  transition: color 150ms ease-in;
}
@media (width <= 1000px) {
  #footer #custodian a {
    white-space: inherit;
  }
}
#footer #custodian p {
  box-sizing: border-box;
}
#footer #custodian p {
  padding: 0;
}
#footer #legalnotice {
  margin: var(--space-xs) var(--space-lg);
  color: var(--color-footer-text);
  display: flow-root;
}
@media (width <= 1000px) {
  #footer #legalnotice {
    margin: var(--space-xs) var(--space-md);
  }
}
#footer #legalnotice a {
  white-space: nowrap;
}
#footer #legalnotice a:link, #footer #legalnotice a:visited {
  color: var(--color-footer-text);
  text-decoration: none;
  font-weight: bold;
}
#footer #legalnotice a:hover {
  color: var(--color-footer-link);
  transition: color 150ms ease-in;
}
@media (width <= 1000px) {
  #footer #legalnotice a {
    white-space: inherit;
  }
}
#footer #legalnotice p {
  box-sizing: border-box;
}
#footer #legalnotice ul {
  margin: 0;
}
#footer #legalnotice li {
  list-style: none;
  display: inline;
  float: left;
  margin: 0 10px 0 0px;
}
#footer #legalnotice p {
  padding: 0;
}

form.framed {
  background: var(--color-surface);
}
form li {
  margin: 0;
}
form p {
  margin: 6px 30px 6px 10px;
}

#form {
  max-width: calc(1200px - var(--page-margin) * 2);
  padding: var(--panel-pad) var(--page-margin);
  margin: 0 auto;
}
@media (width <= 1000px) {
  #form {
    padding: var(--panel-pad) var(--page-margin-sm);
  }
}

.instructions {
  margin: 20px;
}

.form_sheet {
  background: var(--color-surface-faint);
  border: 1px solid var(--color-border);
}

.form-field {
  background: var(--color-surface);
  padding: var(--space-xs) 0px;
  margin: 0px var(--space-xs) var(--space-xs);
  border-radius: 4px;
}

.required {
  font-size: 10px;
  color: var(--gray-dark);
  margin-top: -5px;
  display: block;
}
@media (width <= 1000px) {
  .required {
    display: inline;
  }
  .required::before {
    content: " (";
  }
  .required::after {
    content: ")";
  }
}

.no_navigation {
  margin-top: 60px;
  margin-bottom: 60px;
}

fieldset {
  padding-top: var(--space-xs);
}
fieldset h2 {
  display: block;
  margin: 10px 10px 5px 10px;
  font-size: 18px;
  font-weight: normal;
  color: var(--gray-dark);
}
fieldset p {
  word-break: break-word;
}

.field {
  display: flow-root;
}

label {
  padding-top: 6px;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  float: left;
  width: 180px;
  text-align: right;
  color: var(--gray-dark);
}
@media (width <= 1000px) {
  label {
    float: none;
    padding-left: var(--space-xs);
  }
}

div.input {
  margin-left: 200px;
}
@media (width <= 1000px) {
  div.input {
    margin-left: var(--space-xs);
  }
}
div.input p {
  margin-left: 0px;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}

input,
textarea,
select {
  display: inline-block;
  width: 100%;
  max-width: calc(100% - 20px);
  padding: 4px;
  font-size: 13px;
  line-height: var(--baseline);
  color: var(--gray);
  border: 1px solid var(--color-border);
  border-radius: 3px;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  line-height: normal;
  border: none;
}

input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
  height: auto;
}

select,
input[type=file] {
  line-height: calc(var(--baseline) * 1.5);
}

textarea {
  height: auto;
  resize: vertical;
}

::placeholder {
  color: var(--gray-light);
}

input,
select, textarea {
  transition: border linear 0.2s, box-shadow linear 0.2s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input:focus,
textarea:focus {
  outline: none;
  border-color: var(--color-input-accent);
}

form div.error {
  background: var(--color-error-bg);
  padding: var(--space-xs) 0px;
  margin: 0px var(--space-xs) var(--space-xs);
  border-radius: 4px;
}
form div.error > label,
form div.error span.help-inline,
form div.error span.required,
form div.error span.help-block {
  color: var(--color-red);
}
form div.error input,
form div.error textarea {
  border-color: var(--color-error-border);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}
form div.error input:focus,
form div.error textarea:focus {
  border-color: var(--color-error-text);
  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}

.input-mini, input.mini, textarea.mini, select.mini {
  width: 60px;
}

.input-small, input.small, textarea.small, select.small {
  width: 90px;
}

.input-medium, input.medium, textarea.medium, select.medium {
  width: 150px;
}

.input-large, input.large, textarea.large, select.large {
  width: 210px;
}

.input-xlarge, input.xlarge, textarea.xlarge, select.xlarge {
  width: 270px;
}

.input-xxlarge, input.xxlarge, textarea.xxlarge, select.xxlarge {
  width: 530px;
}

textarea.xxlarge {
  overflow-y: scroll;
}

input[readonly]:focus,
textarea[readonly]:focus,
input.disabled {
  background: var(--color-surface);
  border-color: var(--color-border-light);
  box-shadow: none;
}

.actions {
  background: var(--color-surface);
  margin-top: var(--baseline);
  padding: 20px 20px 20px 210px;
  border-top: 1px solid var(--color-border-light);
  border-radius: 0 0 3px 3px;
}
@media (width <= 1000px) {
  .actions {
    padding-left: 20px;
  }
}

.help-inline,
.help-block {
  font-size: 12px;
  color: var(--gray-dark);
  margin: var(--space-xs) 0px;
}

.help-inline {
  display: block;
}

.help-block {
  display: block;
  max-width: 600px;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list li label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: var(--baseline);
  text-align: left;
  white-space: normal;
}
.inputs-list li label strong {
  color: var(--gray);
}
.inputs-list li label small {
  font-size: 12px;
  font-weight: normal;
}
.inputs-list li ul.inputs-list {
  margin-left: var(--space-md);
  margin-bottom: var(--space-xs);
  padding-top: 0;
}
.inputs-list li:first-child {
  padding-top: 5px;
}
.inputs-list input[type=radio],
.inputs-list input[type=checkbox] {
  margin-bottom: 0;
}

button, .button, .button:link, .button:visited, input[type=button],
input[type=reset], input[type=submit] {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  font-size: 13px;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  margin: 0;
  padding: 5px 9px;
  font-family: var(--font-body);
  border: 1px solid #afafaf;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  background: #ebeae6;
  background: linear-gradient(to bottom, #f3f3f3 0%, #dedede 100%);
  color: #6b635b;
  border-color: #dedede #c5c5c5 #afafaf;
}

button:active, .button:active, .button:link:active, .button:visited:active, input[type=button]:active,
input[type=reset]:active, input[type=submit]:active {
  border-color: #a29e92 #b2afa5 #b2afa5;
}

button.arrow::after, .button.arrow::after, .button:link.arrow::after, .button:visited.arrow::after, input[type=button].arrow::after,
input[type=reset].arrow::after, input[type=submit].arrow::after {
  content: " ▶";
}

button.small, .button.small, .button:link.small, .button:visited.small, input[type=button].small,
input[type=reset].small, input[type=submit].small {
  font-size: 11px;
  padding: 2px 4px;
}

button.green, .button.green, .button:link.green, .button:visited.green, input[type=button].green,
input[type=reset].green, input[type=submit].green {
  color: #4b634b;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  background: #ebeae6;
  background: linear-gradient(to bottom, #d3efd3 0%, #bedebe 100%);
  border: 1px solid #60ff60;
  border-color: #aedeae #95c595 #7faf7f;
}

button.green:hover, .button.green:hover, .button:link.green:hover, .button:visited.green:hover, input[type=button].green:hover,
input[type=reset].green:hover, input[type=submit].green:hover {
  background: linear-gradient(to bottom, #d9f5d9 0%, #c9e3c9 100%);
}

button.red, .button.red, .button:link.red, .button:visited.red, input[type=button].red,
input[type=reset].red, input[type=submit].red {
  color: #834b4b;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  background: #ebeae6;
  background: linear-gradient(to bottom, #efd3d3 0%, #debebe 100%);
  border: 1px solid #ff6060;
  border-color: #deaeae #c59595 #af7f7f;
}

button.red:hover, .button.red:hover, .button:link.red:hover, .button:visited.red:hover, input[type=button].red:hover,
input[type=reset].red:hover, input[type=submit].red:hover {
  background: linear-gradient(to bottom, #f5d9d9 0%, #e3c9c9 100%);
}

.button-well {
  text-align: right;
}

.whois-input {
  width: calc(100% - 200px);
}

.homepage header {
  background: #fff;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  border: 0;
}
.homepage header h1 {
  display: block;
  text-align: center;
  margin: 0px auto;
  background-image: url("/static/img/iana-logo-homepage.3914c6f1ab9d.svg");
  height: 175px;
  width: 450px;
}
@media (width <= 1000px) {
  .homepage header h1 {
    margin: 0;
    width: 128px;
    height: 50px;
    background-image: url("/static/img/iana-logo-header-notext.9385bc9b108d.svg");
  }
}
.homepage header h1 span {
  display: none;
}
.homepage header #intro {
  width: 570px;
  margin: 0px auto;
  padding: 10px 0 0 0;
  color: var(--color-text-secondary);
}
@media (width < 1200px) {
  .homepage header #intro {
    margin: 0;
    width: auto;
  }
}
.homepage header #intro p {
  margin: 0;
  box-sizing: border-box;
}
@media (width <= 1000px) {
  .homepage header #intro {
    display: none;
  }
}
.homepage header a:link {
  text-decoration: none;
}
.homepage footer {
  text-align: left;
  padding: 20px 0 0 0;
  margin: 0px auto;
}
@media (width < 1200px) {
  .homepage #footer {
    width: auto;
  }
}
.homepage #main {
  width: 100%;
  padding: var(--space-md) 0 var(--space-md) 0;
  background: rgba(223, 227, 230, 0.2);
}
@media (width < 1200px) {
  .homepage #main {
    padding: 20px 0;
    margin: 0;
  }
}
.homepage #home-functions {
  width: 1100px;
  margin: 0px auto;
}
@media (width < 1200px) {
  .homepage #home-functions {
    width: auto;
    margin: 0 20px;
  }
}
.homepage #home-panels {
  display: flex;
  flex-direction: row;
}
@media (width <= 1000px) {
  .homepage #home-panels {
    flex-direction: column;
  }
}
.homepage #home-panels {
  margin: 0 -10px 20px -10px;
}
.homepage .home-panel {
  flex-grow: 1;
  flex-basis: 0;
  padding: var(--space-xs);
  margin: var(--space-xs);
  clear: none;
  background: #fff;
  box-shadow: var(--shadow-panel);
  border-radius: 8px;
}
.homepage .home-panel h2 {
  color: var(--color-heading);
  text-align: center;
  font-size: 18px;
  margin: 10px 0;
}
@media (width <= 1000px) {
  .homepage .home-panel h2 {
    text-align: left;
  }
}
@media (width <= 1000px) {
  .homepage .home-panel p {
    margin-top: 0;
  }
}
.homepage #home-panel-search {
  box-shadow: var(--shadow-panel);
  margin: 0;
}
.homepage li {
  margin-left: 2em;
  margin-top: 0;
}

input.gsc-input {
  box-shadow: none;
  background-image: none;
}

#performance-title {
  background-color: var(--color-title-band);
  border-bottom: 1px solid var(--color-title-band-border);
}
#performance-title h1 {
  color: var(--color-heading);
  font-size: 24pt;
  font-weight: 300;
}

.hemmed-panel {
  max-width: 1100px;
  padding: var(--panel-pad) var(--page-margin);
  margin: 0 auto;
}
@media (width <= 1000px) {
  .hemmed-panel {
    padding: var(--panel-pad) var(--page-margin-sm);
  }
}

#performance-aag {
  background-color: var(--color-body-band);
}
#performance-aag h2 {
  color: var(--color-heading);
}

#performance-aag-keyareas {
  display: flex;
  flex-direction: row;
  margin: 0 calc(-1 * var(--panel-pad-sm));
}
@media (width <= 1000px) {
  #performance-aag-keyareas {
    flex-direction: column;
  }
}
#performance-aag-keyareas > div {
  flex-grow: 1;
  flex-basis: 0;
  margin: var(--panel-pad) var(--panel-pad-sm);
}

.performance-aag-panel {
  padding: var(--space-xs);
  background: #fff;
  margin: var(--panel-pad) 0;
  box-shadow: var(--shadow-panel);
  border-radius: 8px;
}
.performance-aag-panel h3 {
  margin: var(--space-xs);
  color: var(--color-heading);
  font-weight: 500;
}
.performance-aag-panel table {
  margin: var(--space-xs);
}

#performance-report-grid {
  display: grid;
  grid-gap: var(--space-md);
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-flow: dense;
}

.performance-report-item p {
  margin-top: 0.5em;
}

.perf-panel-icon {
  vertical-align: top;
  padding-top: 5px;
}

.perf-panel-result {
  font-size: 30px;
  margin: 0;
  padding-top: 0;
}

.proto-toolbar {
  margin-bottom: var(--space-sm);
}

.protocols-index {
  display: flex;
  align-items: flex-start;
  gap: var(--space-sm);
}
.protocols-index .protocols-main {
  flex: 1 1 auto;
  min-width: 0;
}
.protocols-index.is-reordered .alpha-rail {
  display: none;
}

.alpha-rail {
  position: sticky;
  top: var(--space-md);
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1px;
  font-size: 0.8rem;
  line-height: 1;
}
.alpha-rail a {
  display: block;
  padding: 3px 0;
  min-width: 1.7em;
  text-align: center;
  border-radius: 4px;
  color: var(--color-link);
  text-decoration: none;
}
.alpha-rail a:hover {
  background: var(--color-table-band);
}
.alpha-rail a.is-current {
  background: var(--color-link);
  color: #fff;
  font-weight: 600;
}
@media (width <= 1000px) {
  .alpha-rail {
    display: none;
  }
}

#protocols-table {
  --reg-col: 44%;
}
#protocols-table td {
  padding-left: 20px;
}
#protocols-table thead th:first-child {
  width: var(--reg-col);
}
#protocols-table td.reg-cell {
  padding: 0;
}
#protocols-table .reg-grid {
  display: grid;
  grid-template-columns: var(--reg-col) 1fr;
  align-items: start;
}
#protocols-table .reg-title {
  padding: 5px 14px 5px 20px;
}
#protocols-table .reg-doc {
  padding: 5px 18px 5px 20px;
}
#protocols-table tr.is-wide-title .reg-title {
  grid-column: 1/-1;
  padding-bottom: 1px;
}
#protocols-table tr.is-wide-title .reg-doc {
  grid-column: 2;
  padding-top: 1px;
}
#protocols-table .proto-empty td {
  padding: 18px 20px;
  color: var(--color-table-muted);
  font-style: italic;
}
#protocols-table .reg-title a::before,
#protocols-table .reg-title i::before,
#protocols-table .reg-expert::before {
  content: "";
  display: inline-block;
  width: 0.95em;
  height: 0.95em;
  margin-right: 6px;
  vertical-align: -0.15em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.6;
}
#protocols-table .reg-title a::before,
#protocols-table .reg-title i::before {
  background-image: url("/static/icons/table.066f84593b0c.svg");
}
#protocols-table .reg-expert::before {
  background-image: url("/static/icons/expert.3798f845d29d.svg");
  margin-right: 4px;
}
@media (width <= 1000px) {
  #protocols-table td {
    padding-left: 0px;
  }
  #protocols-table .reg-grid {
    display: block;
  }
  #protocols-table .reg-title {
    padding-left: 0;
  }
  #protocols-table .reg-doc {
    display: none;
  }
}

#rir-map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
  align-items: center;
  --rir-afrinic: #f5872b;
  --rir-apnic: #8269ae;
  --rir-arin: #4d85c5;
  --rir-lacnic: #7cc142;
  --rir-ripencc: #e5d13f;
}
#rir-map img,
#rir-map svg {
  width: 100%;
  height: auto;
}
@media (width <= 1000px) {
  #rir-map {
    grid-template-columns: 1fr;
  }
}
#rir-map tr[data-rir] td:first-child {
  white-space: nowrap;
}
#rir-map .rir-key {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin-right: 8px;
  border-radius: 3px;
  vertical-align: -1px;
}
#rir-map .rir-key--afrinic {
  background: var(--rir-afrinic);
}
#rir-map .rir-key--apnic {
  background: var(--rir-apnic);
}
#rir-map .rir-key--arin {
  background: var(--rir-arin);
}
#rir-map .rir-key--lacnic {
  background: var(--rir-lacnic);
}
#rir-map .rir-key--ripencc {
  background: var(--rir-ripencc);
}
#rir-map svg .rir {
  transition: opacity 0.15s ease;
}
#rir-map:has(tr[data-rir]:hover) svg .rir {
  opacity: 0.25;
}
#rir-map:has(tr[data-rir=afrinic]:hover) svg .rir-afrinic, #rir-map:has(tr[data-rir=apnic]:hover) svg .rir-apnic, #rir-map:has(tr[data-rir=arin]:hover) svg .rir-arin, #rir-map:has(tr[data-rir=lacnic]:hover) svg .rir-lacnic, #rir-map:has(tr[data-rir=ripencc]:hover) svg .rir-ripencc {
  opacity: 1;
}

#timezone_version {
  padding-bottom: var(--space-xs);
}
#timezone_version #version {
  font-size: 24px;
}
#timezone_version #date {
  color: var(--color-text-muted);
}

.ceremony-time {
  font-size: 18px;
  display: block;
}

.ceremony-overview {
  width: 100%;
  border-top: 1px solid var(--gray-dark);
  border-bottom: 1px solid var(--gray-dark);
}
.ceremony-overview td:first-child {
  padding-left: 0;
  color: var(--gray);
}
.ceremony-overview td {
  padding: 8px 8px 4px 4px;
  vertical-align: top;
}
@media (width <= 1000px) {
  .ceremony-overview td {
    padding: 2px 0px;
    vertical-align: top;
    display: block;
    margin: 0;
  }
}
.ceremony-overview tr:last-child td {
  padding-bottom: 8px;
}
.ceremony-overview {
  margin-bottom: var(--space-sm);
}

.ceremony-attendance {
  width: 100%;
}
.ceremony-attendance td:first-child {
  padding-left: 0;
  color: var(--gray);
}
.ceremony-attendance td {
  padding: 8px 8px 8px 4px;
  vertical-align: top;
}
@media (width <= 1000px) {
  .ceremony-attendance td {
    padding: 2px 0px;
    vertical-align: top;
    display: block;
    margin: 0;
  }
}
.ceremony-attendance {
  margin-bottom: var(--space-sm);
}

.ceremony-agenda {
  width: 100%;
  border-bottom: 1px solid var(--gray);
}
.ceremony-agenda td {
  padding: 4px 8px 4px 4px;
  vertical-align: top;
}
@media (width <= 1000px) {
  .ceremony-agenda td {
    padding: 2px 0px;
    vertical-align: top;
    display: block;
    margin: 0;
  }
}
.ceremony-agenda th {
  padding: 4px 8px 4px 4px;
  color: var(--gray);
  font-size: 8pt;
  border-bottom: 1px solid var(--gray);
  vertical-align: bottom;
}
@media (width <= 1000px) {
  .ceremony-agenda th {
    display: none;
  }
}
.ceremony-agenda tr:last-child td {
  padding-bottom: 8px;
}
.ceremony-agenda {
  margin-bottom: var(--space-sm);
}

.ceremony-status {
  color: var(--color-text-muted);
}
.ceremony-status .postponed {
  color: var(--color-error-text);
}

.ceremony-live {
  background: var(--color-surface);
  margin-top: var(--space-xs);
  padding: var(--space-xs);
}
.ceremony-live .title {
  font-size: 24px;
}
.ceremony-live .title a:link, .ceremony-live .title a:visited {
  color: var(--color-live);
}
.ceremony-live .icon {
  color: var(--color-live);
  position: relative;
  top: -3px;
  font-size: 22px;
  animation: pulse 2s ease-in-out infinite;
}
.ceremony-live p {
  margin-top: 6px;
  margin-bottom: 6px;
}

@keyframes pulse {
  0% {
    color: var(--color-live);
  }
  50% {
    color: #6f2a21;
  }
  100% {
    color: var(--color-live);
  }
}
.small-note {
  font-size: 8pt;
}

#inr-report .time_period {
  font-size: 14pt;
}
#inr-report h1 {
  margin: 0;
  font-weight: 600;
}
#inr-report h2 {
  margin: 30pt 0 10pt 0;
  font-weight: 600;
  font-size: 18pt;
}
#inr-report .fb {
  font-weight: 600 !important;
}
#inr-report table.requests {
  width: 100%;
  border-collapse: collapse;
}
#inr-report table.requests th {
  background: var(--color-border-light);
}
#inr-report table.requests th, #inr-report table.requests td {
  font-size: 11pt;
  padding: 4pt 10pt;
  text-align: left;
  vertical-align: top;
  border: 1px solid var(--color-border);
  margin: 0;
}
#inr-report table.requests th:not(:first-child), #inr-report table.requests td:not(:first-child) {
  text-align: right;
}
#inr-report tr.requests {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-color: inherit;
}
#inr-report table.breakdown {
  width: auto;
  border-spacing: 0 !important;
}
#inr-report table.breakdown th, #inr-report table.breakdown td {
  padding: 1px !important;
  border: none !important;
  font-size: 11pt !important;
  text-align: left !important;
}
#inr-report table.breakdown .date-prefix {
  white-space: nowrap;
  padding-right: 15pt;
  color: var(--gray-dark);
}
#inr-report .gap {
  font-size: 9pt;
  color: var(--color-text-muted);
}
#inr-report .gap span {
  padding-bottom: 8pt;
}
#inr-report .button {
  float: right;
  border: 1px solid color-mix(in srgb, var(--color-link) 50%, transparent);
  padding: 2pt 4pt;
  border-radius: 5px;
  font-size: 10px;
  color: var(--color-link);
  cursor: pointer;
}
#inr-report .time_taken_glyph {
  margin-right: 3px;
  margin-left: 8pt;
}
#inr-report .pass {
  background: #6cf542 !important;
}
#inr-report .fail {
  background: #f7b954 !important;
}
#inr-report tr.title td {
  font-weight: bold;
  background: var(--color-surface);
  font-size: 9pt;
}
#inr-report tr.series td {
  font-size: 11px;
  font-weight: normal;
}

.help-article .last-updated {
  padding-top: 30px;
  color: var(--color-text-muted);
  font-size: 9pt;
}
.help-article table {
  width: 100%;
  border-bottom: 2px solid var(--color-blue-1a);
}
.help-article table td:first-child {
  padding-left: 8px;
}
.help-article table td {
  padding: 4px 8px 4px 4px;
  vertical-align: top;
  background: var(--color-table-cell);
}
@media (width <= 1000px) {
  .help-article table td {
    padding: 2px 10px;
    vertical-align: top;
    display: block;
    margin: 0;
  }
}
.help-article table thead tr {
  border-left: none;
  border-right: none;
}
.help-article table th:first-child {
  padding-left: 8px;
}
.help-article table th {
  padding: 4px 8px 4px 4px;
  color: var(--color-text-muted);
  font-size: 8pt;
  text-transform: uppercase;
  border-bottom: 2px solid var(--color-blue-1a);
  vertical-align: bottom;
}
@media (width <= 1000px) {
  .help-article table th {
    display: none;
  }
}
@media (width <= 1000px) {
  .help-article table tr {
    margin: 1em;
    border-bottom: 1px solid var(--color-blue-1a);
  }
}
.help-article table tr:hover td {
  background-color: var(--color-table-band);
}

.cell-secondary {
  font-size: 11px;
  color: var(--color-text-secondary);
}

.ntia-report table {
  border-collapse: collapse;
  border: 1px solid var(--color-text-muted);
  overflow-x: auto;
}
.ntia-report table .sub-table {
  width: 460px;
  border: 1px solid var(--color-surface);
}
.ntia-report h3 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.ntia-report h2 {
  margin-top: 20px;
}
.ntia-report th {
  border-bottom: 1px solid var(--color-border);
  text-align: left;
  vertical-align: baseline;
  margin: var(--space-xs);
  padding: 5px;
  background: var(--color-surface);
  color: #000;
}
.ntia-report tr {
  border-bottom: 1px solid var(--color-surface);
}
.ntia-report td {
  padding: 5px;
  margin: var(--space-xs);
  vertical-align: top;
}
.ntia-report tr:last-child {
  border-bottom: inherit;
}
.ntia-report ul.summary {
  padding: 0;
  overflow-x: hidden;
  list-style: none;
  max-width: 40em;
  margin-right: 40px;
}
.ntia-report ul.summary a {
  color: var(--color-link);
  text-decoration: none;
}
.ntia-report ul.summary li.leader:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
}
.ntia-report ul.summary span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.ntia-report ul.summary span + span {
  float: right;
  padding-left: 0.33em;
  background: #fff;
}
.ntia-report ul li {
  list-style: none;
  margin: 0;
}
.ntia-report ul li li {
  margin-left: 20px;
}
.ntia-report ul ul {
  margin: 0;
}
.ntia-report ul {
  list-style: none;
}
.ntia-report .nowrap {
  white-space: nowrap;
}
.ntia-report .reporting_period {
  border: none;
}
.ntia-report .reporting_period tr {
  border: none;
}
.ntia-report .reporting_period td {
  padding: 0 5px 0 0;
}
.ntia-report .reporting_period td:first-child {
  font-weight: bold;
}
.ntia-report .explain {
  font-size: 10px;
  color: var(--color-text-secondary);
}

#news-title {
  background-color: var(--color-title-band);
  border-bottom: 1px solid var(--color-title-band-border);
}
#news-title h1 {
  color: var(--color-heading);
  font-size: 24pt;
  font-weight: 300;
}

#news-body {
  background-color: var(--color-body-band);
  border-bottom: 1px solid var(--color-title-band-border);
}
#news-body h2 {
  color: var(--color-heading);
}
#news-body #type-filter-nav {
  display: inline;
}
#news-body #type-filter-nav button.active {
  background: var(--gray);
  color: #fff;
}
#news-body #type-filter-nav .rss-atom-nav-btn {
  float: right;
}
#news-body #type-filter-nav .rss-atom-nav-btn div {
  display: inline;
}
#news-body #type-filter-nav .rss-atom-nav-btn a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
#news-body #type-filter-nav .rss-atom-nav-btn img {
  height: 13px;
  width: 13px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  transform: scale(1.25);
  transform-origin: center;
}
#news-body #type-filter-nav .rss-atom-nav-btn span {
  vertical-align: middle;
  font-size: 13px;
  line-height: normal;
  padding: 0;
  margin: 0;
}

.news-panel {
  padding: var(--panel-pad);
  background: #fff;
  margin: var(--panel-pad) 0;
  box-shadow: var(--shadow-panel);
  border-radius: 8px;
  display: flex;
}
.news-panel h2 {
  margin: 0px;
  color: var(--color-heading);
  font-weight: 500;
}
.news-panel .topic-icon {
  vertical-align: top;
  padding: 18px 10px 10px 10px;
}
.news-panel .topic-icon img {
  border-radius: 50%;
  border: solid 1px;
  display: inline-block;
  background: var(--color-footer-text);
  border-color: var(--color-footer-text);
  height: 32px;
}
.news-panel .topic-icon .root {
  background: var(--color-iana-blue);
  border-color: var(--color-iana-blue);
}
.news-panel .topic-icon .dnssec {
  background: var(--color-iana-green);
  border-color: var(--color-iana-green);
}
.news-panel .topic-icon .protocols {
  background: var(--color-green-1a);
  border-color: var(--color-green-1a);
}
.news-panel .topic-icon .numbers {
  background: var(--color-green-1b);
  border-color: var(--color-green-1b);
}
.news-panel .topic-icon .tz {
  background: var(--color-blue-1a);
  border-color: var(--color-blue-1a);
}
.news-panel .topic-icon .int {
  background: var(--color-footer-link);
  border-color: var(--color-footer-link);
}
.news-panel .topic-icon .general {
  background: var(--color-blue-1b);
  border-color: var(--color-blue-1b);
}
.news-panel .topic-icon .other {
  background: var(--color-footer-text);
  border-color: var(--color-footer-text);
}
.news-panel .news-summary {
  width: 100%;
}
.news-panel .news-summary .news-date {
  margin: 0px;
  color: var(--gray-light);
  font-size: 10pt;
}
.news-panel .news-summary .type-icon {
  float: right;
}
.news-panel .news-summary .type-icon img {
  vertical-align: middle;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  height: 20px;
}
.news-panel .news-summary .type-icon span {
  vertical-align: middle;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  color: var(--gray-light);
}
.news-panel .news-summary p {
  margin: 0;
}

#search-body {
  min-height: 450px;
  padding: 0;
}
#search-body .search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 500px;
  margin: 5px 5px 20px 5px;
  position: relative;
}
#search-body .search form {
  color: var(--color-text);
  display: flex;
  padding: 2px;
  border: 2px solid var(--gray-light);
  border-radius: 15px;
}
#search-body .search form:hover {
  border: 2px solid var(--color-text-muted);
}
#search-body .search input[type=search] {
  background: transparent;
  margin: 0;
  padding: 7px 8px;
  font-size: 20px;
  color: inherit;
  border: 1px solid transparent;
  border-radius: inherit;
  box-shadow: none;
}
#search-body .search input[type=search]::placeholder {
  color: var(--gray-light);
}
#search-body .search button[type=submit] {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("/static/icons/search.f0079fa7adf6.svg") no-repeat center;
  cursor: pointer;
  opacity: 0.7;
}
#search-body .search button[type=submit]:hover {
  opacity: 1;
}
#search-body .title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 1rem;
}
#search-body .muted {
  color: var(--color-text-muted);
}
#search-body #result {
  z-index: 1;
  position: absolute;
  background: #fff;
  top: 92px;
  width: 100%;
  border: 2px solid var(--color-surface);
  border-radius: 10px;
  visibility: hidden;
  padding: 5px 0 10px 0;
}
#search-body #result ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#search-body #result ul li {
  padding: 5px 10px;
  margin: 0;
  list-style-type: none;
}
#search-body #result ul li:hover {
  background: var(--color-surface-faint);
}
#search-body .example-drop {
  font-size: 8pt;
  color: var(--color-text-muted);
}
#search-body .example-drop:hover {
  background: inherit !important;
}
#search-body .result-link {
  font-size: 18px;
  margin: 0;
}
#search-body .hot-title {
  font-size: var(--font-size-base);
  padding: 5px 1px 8px 5px;
  display: block;
}

.info-box {
  background-color: var(--color-surface-faint);
  clear: both;
  display: block;
  border: 1px solid var(--color-border-light);
  padding: 2px 10px 0 5px;
  border-radius: 8px;
}

.inc {
  padding: 0;
  margin-bottom: 0;
  margin-top: -4px;
  float: right;
  font-style: italic;
}

.pb-1 {
  padding-bottom: 1em;
}

.pb-2 {
  padding-bottom: 2em;
}

.mb-2 {
  margin-bottom: 2em;
}

.fw-bold {
  font-weight: 700 !important;
}

.spinner {
  background: transparent url("/static/icons/spinner.146ab263968e.svg") no-repeat center;
  border: none;
}

@keyframes search-highlight-fade {
  0%, 20% {
    background-color: #ffeb3b;
  }
  100% {
    background-color: #fff9c4;
  }
}
#rzdb-body {
  min-height: 450px;
}
#rzdb-body .search-highlight {
  background-color: #ffeb3b;
  border-radius: 2px;
  animation: search-highlight-fade 1.4s ease-out forwards;
}
#rzdb-body .tld-alabel {
  font-family: var(--font-mono);
  font-size: 0.85em;
}
#rzdb-body .tld-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
#rzdb-body .tld-title-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#rzdb-body .tld-name {
  font-size: 2rem;
  margin: 0;
}
#rzdb-body .status-active {
  color: var(--color-green);
}
#rzdb-body .status-phaseout {
  color: #125c93;
}
#rzdb-body .status-retired {
  color: var(--color-text-secondary);
}
#rzdb-body .status-other {
  color: var(--color-text-secondary);
}
#rzdb-body .status-reserved {
  color: var(--color-red);
}
#rzdb-body .text-end {
  text-align: right !important;
}
#rzdb-body .info-icon {
  background-image: url("/static/icons/info.0c38061e40a9.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  color: var(--gray-light);
}
#rzdb-body .rz-icon, #rzdb-body .rz-icon-sm {
  vertical-align: middle !important;
  width: 24px;
  height: 24px;
  margin-right: 1px;
  display: inline-flex;
}
#rzdb-body .rz-icon img, #rzdb-body .rz-icon-sm img {
  width: 100%;
  height: 100%;
}
#rzdb-body .rz-icon-sm {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
#rzdb-body .tp-button {
  background-color: transparent !important;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  font-size: 0.95rem;
  height: 16px;
  vertical-align: 3px;
}
#rzdb-body .tooltip-container {
  position: relative;
  display: inline-block;
}
#rzdb-body .tooltip {
  cursor: pointer;
}
#rzdb-body .tooltiptext {
  visibility: hidden;
  position: absolute;
  bottom: 125%;
  left: 50%;
  background-color: #fff;
  border: 1px solid var(--color-border-light);
  padding: 5px;
  border-radius: 10px;
  width: 200px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.2s;
}
#rzdb-body .tooltip-container:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}
#rzdb-body .tooltiptext.show {
  visibility: visible;
  opacity: 1;
}
#rzdb-body .inline-text {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#rzdb-body .hidden {
  display: none;
}
#rzdb-body #ddtable {
  visibility: hidden;
}
#rzdb-body #toggle-delegation, #rzdb-body #toggle-ds {
  display: block !important;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  align-items: center;
}
#rzdb-body .status-row {
  display: inline-flex;
  gap: 2px;
}
#rzdb-body .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#rzdb-body .spacer-row {
  height: 1rem;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 1rem;
}
@media (width <= 800px) {
  #rzdb-body .tld-label {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
#rzdb-body .rzdb-data {
  width: 100%;
  box-sizing: border-box;
  visibility: hidden;
}
@media (width <= 1000px) {
  #rzdb-body .rzdb-data td {
    margin: 0 !important;
  }
}
#rzdb-body .rzdb-search-panel {
  background-color: var(--color-table-search);
  border-radius: 12px;
  padding: 6px 8px;
  margin-bottom: 1rem;
}
#rzdb-body .rzdb-search-panel .select-box {
  background-color: #fff;
}
#rzdb-body .rzdb-search-panel .select-box .selected-options-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
#rzdb-body .rzdb-search-panel .i-search-wrapper {
  border: none;
  box-shadow: none;
}
#rzdb-body .rzdb-search-panel .i-search-input,
#rzdb-body .rzdb-search-panel .i-search-input:hover,
#rzdb-body .rzdb-search-panel .i-search-input:focus,
#rzdb-body .rzdb-search-panel .i-search-input:focus-visible {
  border: none;
  border-radius: 0;
  background: transparent;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 1.125rem;
  font-family: inherit;
}
#rzdb-body .rzdb-search-panel .i-search-clear-btn {
  position: absolute;
  right: 108px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--color-text);
  font-size: 0.9rem;
  border-radius: 6px;
}
#rzdb-body .rzdb-search-panel .i-search-clear-btn:hover {
  background: rgba(0, 0, 0, 0.06);
  color: var(--color-text-strong);
}
#rzdb-body .rzdb-search-panel .i-search-filter-btn {
  border-left-color: var(--color-table-line);
}
#rzdb-body #advance-filter {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  transition: max-height 280ms ease, opacity 200ms ease, padding 280ms ease, margin 280ms ease;
}
#rzdb-body #advance-filter.is-visible {
  max-height: 240px;
  opacity: 1;
  padding-top: 1rem;
}
#rzdb-body .rzdb-group-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid var(--color-input-border);
  border-radius: var(--table-radius);
  background-color: #e6e6ea;
  background-image: none;
  color: var(--color-text);
  font-size: 0.95rem;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}
#rzdb-body .rzdb-group-toggle:hover {
  border-color: var(--gray-dark);
  color: var(--color-text-strong);
}
#rzdb-body .rzdb-group-toggle.is-active {
  background-color: #fff;
  border-color: var(--color-link);
  color: var(--color-text-strong);
}
#rzdb-body .rzdb-group-toggle.is-active:hover {
  border-color: var(--color-link-hover);
}
#rzdb-body .rzdb-group-toggle-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--color-link);
  visibility: hidden;
}
#rzdb-body .rzdb-group-toggle-check svg {
  width: 16px;
  height: 16px;
  display: block;
}
#rzdb-body .rzdb-group-toggle.is-active .rzdb-group-toggle-check {
  visibility: visible;
}
#rzdb-body .tld-script-pill {
  display: none;
  margin-left: 6px;
  padding: 1px 8px;
  border-radius: 999px;
  background-color: var(--color-table-band);
  color: var(--color-table-muted);
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: 2px;
  white-space: nowrap;
}
#rzdb-body #ddtable.show-script-pills tbody .tld-script-pill {
  display: inline-block;
}
#rzdb-body #ddtable.dataTable tbody > tr.rzdb-group-header {
  cursor: default;
}
#rzdb-body #ddtable.dataTable tbody > tr.rzdb-group-header > td {
  background-color: var(--color-table-band);
  color: var(--color-table-strong);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 6px 14px;
  border-top: 1px solid var(--color-table-line);
  border-bottom: 1px solid var(--color-table-line);
}
#rzdb-body #ddtable.dataTable tbody > tr.rzdb-group-header:first-child > td {
  border-top: none;
}
#rzdb-body .dt-layout-row.dt-layout-table > .dt-layout-cell {
  border: 1px solid var(--color-table-line);
  border-radius: var(--table-radius);
  overflow: hidden;
  padding: 0;
}
#rzdb-body #ddtable.dataTable thead th {
  padding: 10px 14px !important;
}
#rzdb-body #ddtable.dataTable > thead > tr > th,
#rzdb-body #ddtable.dataTable > thead > tr > td {
  border-bottom-color: var(--color-table-line);
}
#rzdb-body #ddtable.dataTable thead > tr > th.dt-orderable-asc:hover,
#rzdb-body #ddtable.dataTable thead > tr > th.dt-orderable-desc:hover,
#rzdb-body #ddtable.dataTable thead > tr > td.dt-orderable-asc:hover,
#rzdb-body #ddtable.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: none;
  background-color: var(--color-table-band);
}
#rzdb-body #tld-count {
  display: inline-block;
  margin-left: 0.5em;
  padding: 1px 9px;
  border-radius: 999px;
  background-color: var(--color-table-count-bg);
  color: var(--color-table-count-text);
  font-size: 0.75em;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1.4;
}
#rzdb-body #tld-count:empty {
  display: none;
}
#rzdb-body #ddtable.dataTable thead > tr > th.dt-orderable-asc,
#rzdb-body #ddtable.dataTable thead > tr > th.dt-orderable-desc,
#rzdb-body #ddtable.dataTable thead > tr > th.dt-ordering-asc,
#rzdb-body #ddtable.dataTable thead > tr > th.dt-ordering-desc {
  padding-right: 14px !important;
}
#rzdb-body #ddtable.dataTable thead > tr > th .dt-column-order {
  position: static;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-left: 0.5em;
  gap: 0;
  line-height: 0;
  vertical-align: middle;
}
#rzdb-body #ddtable.dataTable thead > tr > th.dt-orderable-asc .dt-column-order::before,
#rzdb-body #ddtable.dataTable thead > tr > th.dt-ordering-asc .dt-column-order::before {
  position: static;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-135deg);
  bottom: auto;
}
#rzdb-body #ddtable.dataTable thead > tr > th.dt-orderable-desc .dt-column-order::after,
#rzdb-body #ddtable.dataTable thead > tr > th.dt-ordering-desc .dt-column-order::after {
  position: static;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  top: auto;
  margin-top: -2px;
}
#rzdb-body #ddtable.dataTable thead > tr > th .dt-column-order::before,
#rzdb-body #ddtable.dataTable thead > tr > th .dt-column-order::after {
  opacity: 0.35;
}
#rzdb-body #ddtable.dataTable thead > tr > th.dt-ordering-asc .dt-column-order::before,
#rzdb-body #ddtable.dataTable thead > tr > th.dt-ordering-desc .dt-column-order::after {
  opacity: 1;
}
#rzdb-body #ddtable td {
  background: var(--color-table-cell);
  padding: 5px 14px !important;
}
#rzdb-body #ddtable tbody tr {
  cursor: pointer;
}
#rzdb-body #ddtable tbody tr:hover > td {
  background-color: var(--color-table-band);
}
#rzdb-body #ddtable td:first-child > a,
#rzdb-body #ddtable td:first-child > a:link,
#rzdb-body #ddtable td:first-child > a:visited {
  color: inherit;
}
#rzdb-body #ddtable td:first-child,
#rzdb-body #ddtable thead th:first-child {
  padding-left: 18px !important;
}
#rzdb-body #ddtable td:last-child,
#rzdb-body #ddtable thead th:last-child {
  padding-right: 18px !important;
}
#rzdb-body #ddtable td.col-manager {
  max-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#rzdb-body #ddtable, #rzdb-body #ddtable td, #rzdb-body #ddtable th {
  font-size: var(--font-size-base);
}
#rzdb-body .tld-type-inline {
  display: none;
}
@media (width <= 800px) {
  #rzdb-body #ddtable, #rzdb-body #ddtable tbody, #rzdb-body #ddtable th, #rzdb-body #ddtable td, #rzdb-body #ddtable tr {
    width: 100%;
    text-align: left;
  }
  #rzdb-body #ddtable tr {
    margin-bottom: 5px;
    box-shadow: var(--shadow-panel);
  }
  #rzdb-body #ddtable th {
    padding: 5px 10px;
  }
  #rzdb-body #ddtable td:nth-last-child(1), #rzdb-body #ddtable th:nth-last-child(1) {
    display: none;
  }
  #rzdb-body #ddtable td:nth-last-child(2), #rzdb-body #ddtable th:nth-last-child(2) {
    display: none;
  }
  #rzdb-body .tld-type-inline {
    display: inline-flex;
    margin-left: 0.4em;
    margin-right: 0;
    vertical-align: middle;
  }
}
#rzdb-body .rzdb-table {
  font-size: 13px;
  width: 100% !important;
}
#rzdb-body .index-label {
  display: inline-flex;
  align-items: center;
}
#rzdb-body #script-filter {
  width: 120px !important;
}
#rzdb-body #loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: var(--gray-light);
}
#rzdb-body #custom-info-box {
  text-align: right;
  color: var(--color-text-secondary);
  font-size: 0.9rem;
}
#rzdb-body .break-all {
  word-break: break-all;
}
#rzdb-body .card-header-borderless {
  align-items: center;
}
#rzdb-body .copy-check {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  color: var(--color-green);
  pointer-events: none;
  vertical-align: middle;
  animation: copy-check-flash 1.6s ease-out forwards;
}
#rzdb-body .report-entry {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 4px;
}
#rzdb-body .report-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 3px;
}
#rzdb-body .report-text {
  flex: 1;
  min-width: 0;
}
#rzdb-body .disclosure-chevron {
  transform: rotate(90deg);
  transition: transform 280ms ease;
  transform-origin: 50% 50%;
}
#rzdb-body .disclosure-chevron.is-open {
  transform: rotate(180deg);
}
#rzdb-body #ns,
#rzdb-body #ds {
  padding-left: 28px;
}
#rzdb-body .ns-entry {
  margin-bottom: 4px;
  line-height: 1.6;
  word-break: break-all;
}
#rzdb-body .ds-entry {
  margin-bottom: 4px;
  line-height: 1.6;
  word-break: break-all;
  font-family: var(--font-mono);
  font-size: 0.9rem;
}
#rzdb-body .rzdb-rr-tag {
  display: inline-block;
  margin-right: 8px;
  padding: 1px 6px;
  border: 1px solid var(--color-table-line);
  border-radius: 4px;
  background-color: #f4f4f8;
  color: var(--color-text);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: uppercase;
  vertical-align: 1px;
}
#rzdb-body .alabel-value {
  font-family: var(--font-mono);
}
#rzdb-body .ns-hostname {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  margin-right: 0.4em;
}
#rzdb-body .ns-ips {
  color: var(--gray);
  font-size: 0.9em;
}
#rzdb-body .ns-ips::before {
  content: "—";
  margin-right: 0.35em;
  opacity: 0.6;
}
#rzdb-body .copy-check svg {
  width: 16px;
  height: 16px;
  display: block;
}

@keyframes copy-check-flash {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  20% {
    opacity: 1;
    transform: scale(1.15);
  }
  35% {
    opacity: 1;
    transform: scale(1);
  }
  75% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.protocol-header .breadcrumbs {
  font-size: calc(var(--baseline) * 0.8);
  font-weight: 400;
}
.protocol-header .breadcrumbs ul {
  margin: 0px;
  list-style: none;
}
.protocol-header .breadcrumbs ul li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
.protocol-header .breadcrumbs ul li:not(:last-child):after {
  color: black;
  padding-left: 10px;
  content: ">";
}
.protocol-header .title {
  color: var(--color-text);
  font-size: calc(var(--baseline) * 1.2);
  font-weight: 400;
}

.protocol-panel-container {
  padding: var(--panel-pad) var(--page-margin);
  margin: 0 auto;
}
@media (width <= 1000px) {
  .protocol-panel-container {
    padding: var(--panel-pad) var(--page-margin-sm);
  }
}

.protocol-footer-container footer div#footer,
.protocol-header-container header div#header_banner .hemmed-panel,
.protocol-header-container header div#header {
  max-width: unset;
}

.protocol-panel {
  clear: both;
  display: block;
  padding-top: 20px;
}
@media (width <= 800px) {
  .protocol-panel {
    width: 100%;
  }
}
.protocol-panel a,
.protocol-panel table .contact-link {
  text-decoration: underline var(--color-link);
}
.protocol-panel .panel-title {
  font-size: var(--baseline);
  font-weight: 400;
  color: #000;
  padding-bottom: 20px;
}
.protocol-panel table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 3px;
  overflow: hidden;
}
@media (width <= 800px) {
  .protocol-panel table {
    width: 100%;
  }
}
.protocol-panel table .contact-details {
  display: none;
  margin: 10px 0px 0px 0px;
  padding: 5px;
  width: max-content;
  inline-size: max-content;
  height: max-content;
  block-size: max-content;
  border-radius: 3px;
  text-align: left;
  border: 0;
  background: #fff;
  box-shadow: var(--shadow-panel);
}
.protocol-panel table .contact-link {
  background: none;
  border: none;
  padding: 0;
  font-size: var(--font-size-base);
  color: var(--color-link);
  cursor: pointer;
}
.protocol-panel table tr {
  border-bottom: 1px solid var(--color-border-light);
}
.protocol-panel table tr:nth-child(even) {
  background-color: #fff;
}
.protocol-panel table tr:nth-child(odd) {
  background-color: var(--color-surface);
}
.protocol-panel table tr:hover {
  background-color: var(--color-border-light);
}
.protocol-panel table th,
.protocol-panel table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
.protocol-panel table th {
  background-color: var(--gray-light);
  font-weight: bold;
  color: #000;
}
@media (width <= 800px) {
  .protocol-panel table th,
  .protocol-panel table td {
    padding: 4px 8px;
    display: block;
    margin: 0px;
  }
}
.protocol-panel pre {
  font-family: inherit;
  background-color: transparent;
}

a.export-link,
.protocol-panel table .export-link.contact-link {
  display: inline-block;
  text-decoration: none;
}

a.export-link div.export-title,
.protocol-panel table .export-link.contact-link div.export-title {
  margin: 0px;
  vertical-align: top;
  text-align: center;
  color: var(--color-text);
}

a.export-link img.export-icon,
.protocol-panel table .export-link.contact-link img.export-icon {
  width: 60px;
}

.tabset .tab-panel,
.tabset > input[type=radio] {
  display: none;
}
.tabset > label {
  font-size: inherit;
  margin-right: 2px;
  text-align: left;
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  border: 1px solid var(--color-border-light);
  border-radius: 3px;
  color: var(--color-text);
  cursor: pointer;
}
@media (width <= 800px) {
  .tabset > label {
    width: auto;
  }
}
.tabset > label:hover,
.tabset > input:focus + label {
  color: #000;
}
.tabset > input:checked + label {
  border: 1px solid var(--color-panel-info-border);
  background-color: var(--color-panel-info);
  color: #000;
}
.tabset > input:nth-child(1):checked ~ .tab-panels > .tab-panel:nth-child(1) {
  display: block;
}
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2) {
  display: block;
}
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3) {
  display: block;
}
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4) {
  display: block;
}
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5) {
  display: block;
}
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.registry-group-index ul:first-child,
.registry-group-index li:first-child {
  margin-left: 0;
}
.registry-group-index li {
  list-style: none;
}

.muted {
  color: var(--color-text-muted) !important;
}

.breadcrumb {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
  font-size: 0.85rem;
}
.breadcrumb li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb li a,
.breadcrumb li a:link,
.breadcrumb li a:visited {
  display: inline-flex;
  align-items: center;
  background-color: var(--color-surface);
  color: var(--gray-dark);
  padding: 0.2em 0.7em;
  border-radius: 999px;
  text-decoration: none;
}
.breadcrumb li a:hover {
  background-color: var(--color-border-light);
  color: var(--color-text-strong);
}
.breadcrumb li a::before {
  content: "←";
  margin-right: 0.4em;
}
.breadcrumb li:not(:last-child)::after {
  content: " ›";
  color: var(--color-text-muted);
  padding: 0 0.3em;
}

.push-right-1 {
  margin-right: 1rem;
}
@media (width <= 800px) {
  .push-right-1 {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.pb-1 {
  padding-bottom: 0.5rem !important;
}

.pt-1 {
  padding-top: 0.5rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pl-1 {
  padding-left: 0.5rem !important;
}

.ml-2 {
  margin-left: 1rem !important;
}

.gap {
  gap: 1rem !important;
}

@media (width <= 800px) {
  .ml-sm-0 {
    margin-left: 0 !important;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5px;
}

.col {
  box-sizing: border-box;
}

.col-1 {
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}

.col-2 {
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.col-5 {
  flex: 0 0 41.6667%;
  max-width: 41.6667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}

.col-8 {
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}

.col-11 {
  flex: 0 0 91.6667%;
  max-width: 91.6667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.3333%;
}

.offset-2 {
  margin-left: 16.6667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333%;
}

.offset-5 {
  margin-left: 41.6667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333%;
}

.offset-8 {
  margin-left: 66.6667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333%;
}

.offset-11 {
  margin-left: 91.6667%;
}

@media (width <= 800px) {
  .col, .col-1, .col-2, .col-3, .col-4,
  .col-5, .col-6, .col-7, .col-8,
  .col-9, .col-10, .col-11, .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-1, .offset-2, .offset-3, .offset-4,
  .offset-5, .offset-6, .offset-7, .offset-8,
  .offset-9, .offset-10, .offset-11 {
    margin-left: 0;
  }
  .row {
    margin-bottom: 0.5rem;
  }
}
.i-search-input {
  flex: 1;
  height: 38px;
  padding: 6px 110px 6px 40px;
  border: 1px solid var(--color-input-border);
  border-radius: var(--table-radius);
  font-size: 1rem;
  line-height: 18px;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

.i-search-input:hover {
  border-color: var(--color-input-accent);
}

.i-search-wrapper {
  position: relative;
  flex: 1;
}

.i-search-wrapper > img {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.i-search-filter-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 10px 0 12px;
  background: transparent;
  border: none;
  border-left: 1px solid var(--color-border-light);
  cursor: pointer;
  color: var(--color-text);
  font-size: 0.9rem;
  white-space: nowrap;
}
.i-search-filter-btn img {
  width: 16px;
  height: 16px;
}
.i-search-filter-btn img:last-child {
  width: 12px;
  height: 12px;
}

.i-search-filter-btn:hover {
  color: var(--color-text-strong);
}

.multiselect-container {
  position: relative;
  width: 100%;
  user-select: none;
}

.select-box {
  padding: 6px 12px;
  border: 1px solid var(--color-input-border);
  border-radius: var(--table-radius);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width <= 800px) {
  .select-box {
    margin-top: 5px;
  }
}
.select-box img {
  width: 18px;
  height: 18px;
}

.select-box:hover {
  border-color: var(--color-input-accent);
}

.select-box.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.options-container {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid var(--color-input-border);
  border-top: none;
  border-radius: 0 0 var(--table-radius) var(--table-radius);
  z-index: 10;
}
.options-container label {
  font-size: 1rem;
  font-weight: normal;
}

.options-container.visible {
  display: block;
}

.option {
  box-sizing: border-box;
  padding: 7px 0 7px 14px;
  cursor: pointer;
  align-items: center;
  text-align: left;
  display: flex;
  width: 100%;
}

.option:hover {
  background-color: var(--color-link-hover);
  color: #fff;
}

.option input[type=checkbox] {
  margin-right: 10px;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
}

.option input[type=checkbox].checked {
  background-color: var(--color-link-hover);
  border-color: var(--color-link-hover);
}

.multiselect-search {
  width: 100%;
  padding: 3px 10px;
  margin: 8px 10px;
  border: 1px solid var(--color-input-border);
  border-radius: var(--table-radius);
  box-sizing: border-box;
  font-size: 1rem;
}

.multiselect-search:focus {
  outline: none;
  border-color: var(--color-input-accent);
  box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--color-input-accent) 30%, transparent);
}

.card, .card-borderless {
  border-radius: var(--table-radius);
  overflow: hidden;
  width: 100%;
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-borderless {
  border: none;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.card-container .card {
  flex: 1 1 300px;
}

.card-header, .card-header-borderless {
  display: flex;
  align-items: flex-start;
  padding: 5px 0;
  border-bottom: 1px solid var(--color-border-light);
}

.card-header-borderless {
  border-bottom: none;
}

.header-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--color-text-muted);
  margin-right: 20px;
}

.header-icon img {
  width: 46px;
  height: 46px;
}

.card-header h2, .card-header-borderless h2 {
  margin: 0 0 4px 0;
  font-size: 1.25rem;
  color: inherit;
}

.header-text {
  display: flex;
  flex-direction: column;
}

.card-header h3, .card-header-borderless h3 {
  margin: 0;
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.25;
}

.card-body {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1;
}

.card-item {
  display: flex;
  align-items: flex-start;
}

.item-icon {
  width: 46px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-right: 20px;
}

.item-icon img {
  width: 24px;
  height: 24px;
}

.item-content {
  font-size: 1rem;
  flex-grow: 1;
  line-height: 1.5;
}

.item-content a {
  color: var(--color-link);
  text-decoration: none;
}

.item-content a:hover {
  text-decoration: underline;
}

.panel_small {
  background: #edf4ff;
  margin-top: 0.5rem;
}
.panel_small.icon {
  padding: 10px 10px 10px 40px;
  background-image: url("/static/icons/panel-info.b9cdfc78f058.svg");
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

.tile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
}
@media (width <= 1000px) {
  .tile-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 650px) {
  .tile-grid {
    grid-template-columns: 1fr;
  }
}
.tile-grid > li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.section-split {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "heading ." "info    body";
  column-gap: 2rem;
  row-gap: 0;
  margin: 2rem 0 0;
  padding-top: 2rem;
  align-items: start;
}
.section-split + .section-split {
  border-top: 1px solid var(--color-border);
}
@media (width <= 1000px) {
  .section-split {
    grid-template-columns: 1fr;
    grid-template-areas: "heading" "info" "body";
    row-gap: 0.5rem;
    margin: 1.5rem 0 0;
    padding-top: 1.5rem;
  }
}
.section-split > .section-split-info {
  display: contents;
}
.section-split > .section-split-info > h2 {
  grid-area: heading;
  margin-top: 0;
}
.section-split > .section-split-info > p {
  grid-area: info;
  margin-top: 0;
  padding-top: 0;
  font-size: 0.95rem;
  line-height: 1.45;
}
.section-split > .section-split-body {
  grid-area: body;
  min-width: 0;
}

.file-entry {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.file-entry > .file-entry-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}
.file-entry > .file-entry-content {
  flex: 1;
  min-width: 0;
}
.file-entry > .file-entry-content > a {
  font-weight: 500;
}
.file-entry > .file-entry-content > .file-entry-pill {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 1px 8px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-heading);
  background: var(--color-table-band);
  border-radius: 999px;
  vertical-align: 1px;
  white-space: nowrap;
}
.file-entry > .file-entry-content > .file-entry-description {
  font-size: 0.85rem;
  color: var(--color-text-secondary);
  margin-top: 0.15rem;
  line-height: 1.4;
}

.deprecated-pill {
  display: inline-block;
  margin-top: 2px;
  padding: 1px 8px;
  border-radius: 999px;
  background: var(--color-table-count-bg);
  color: var(--color-table-count-text);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.defining-doc a::before {
  content: "";
  display: inline-block;
  width: 0.95em;
  height: 0.95em;
  margin-right: 6px;
  vertical-align: -0.15em;
  background-image: url("/static/icons/book.a8c72a4bf23e.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.6;
}

.tile {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1.25rem;
  border: 1px solid var(--color-border);
  border-radius: var(--table-radius);
  background: #fff;
  color: var(--color-text);
  text-decoration: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
}
.tile > .tile-icon {
  width: 32px;
  height: 32px;
  margin: 0 0 0.75rem 0;
  display: block;
}
.tile > h2 {
  margin: 0 0 0.5rem 0;
  font-size: 1.15rem;
  line-height: 1.3;
  color: var(--color-link);
}
.tile > p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--color-text);
  flex-grow: 1;
}
.tile:hover, .tile:focus {
  border-color: var(--color-link);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  text-decoration: none;
}
.tile:hover > h2, .tile:focus > h2 {
  color: var(--color-link-hover);
}
.tile:focus {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
}

.tile-link {
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  width: auto;
  max-width: 66%;
}
@media (width <= 1000px) {
  .tile-link {
    max-width: 100%;
  }
}
.tile-link > .tile-link-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin: 0;
}
.tile-link > .tile-link-content {
  flex: 1;
  min-width: 0;
}
.tile-link > .tile-link-content > h2 {
  margin: 0 0 0.25rem 0;
  font-size: 1.15rem;
  line-height: 1.3;
  color: var(--color-link);
}
.tile-link > .tile-link-content > p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--color-text);
}
.tile-link > .tile-link-arrow {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  opacity: 0.7;
}
.tile-link:hover > .tile-link-content > h2, .tile-link:focus > .tile-link-content > h2 {
  color: var(--color-link-hover);
}
.tile-link:hover > .tile-link-arrow, .tile-link:focus > .tile-link-arrow {
  opacity: 1;
}

.dtable-wrap {
  border: 1px solid var(--color-table-line);
  border-radius: var(--table-radius);
  overflow: auto;
}

.dtable-wrap--sticky {
  max-height: 24rem;
}
.dtable-wrap--sticky .dtable thead th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.dtable-search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--color-table-search);
  border-radius: 12px;
  padding: 9px 16px;
}
.dtable-search .dtable-search__icon,
.dtable-search > img {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  opacity: 0.55;
  pointer-events: none;
}
.dtable-search input {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 2px 0;
  max-width: none;
  width: auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  font-size: 1.0625rem;
  color: var(--color-text);
}
.dtable-search input::placeholder {
  color: var(--color-table-muted);
}
.dtable-search input::-webkit-search-decoration,
.dtable-search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.dtable-search .dtable-search__clear {
  flex: 0 0 auto;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0 4px;
  font-size: 1.25rem;
  line-height: 1;
  color: var(--color-table-muted);
}
.dtable-search .dtable-search__clear:hover {
  color: var(--color-table-strong);
}
.dtable-search .dtable-search__clear[hidden] {
  display: none;
}

.dtable {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  color: var(--color-text);
}
.dtable th,
.dtable td {
  text-align: left;
  vertical-align: top;
}
.dtable thead th {
  padding: 10px 14px;
  font-weight: 700;
  color: var(--color-text);
  background: #fff;
  border-bottom: 1px solid var(--color-table-line);
  white-space: nowrap;
}
.dtable td {
  padding: 5px 14px;
  background: var(--color-table-cell);
}
.dtable th:first-child,
.dtable td:first-child {
  padding-left: 18px;
}
.dtable th:last-child,
.dtable td:last-child {
  padding-right: 18px;
}
.dtable tbody tr:hover > td {
  background: var(--color-table-band);
}
.dtable > tbody > tr:first-child > th {
  padding: 10px 14px;
  font-weight: 700;
  background: #fff;
  border-bottom: 1px solid var(--color-table-line);
  white-space: nowrap;
}

.dtable th.dtable-sortable {
  cursor: pointer;
}
.dtable th.dtable-sortable:hover {
  background: var(--color-table-band);
}

.dtable-sort {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 0.5em;
  line-height: 0;
  vertical-align: middle;
}
.dtable-sort::before, .dtable-sort::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  opacity: 0.35;
}
.dtable-sort::before {
  transform: rotate(-135deg);
}
.dtable-sort::after {
  transform: rotate(45deg);
  margin-top: -2px;
}

.dtable th[aria-sort=ascending] .dtable-sort::before {
  opacity: 1;
}

.dtable th[aria-sort=descending] .dtable-sort::after {
  opacity: 1;
}

.dtable--divided tbody tr:not(.dtable__group) > td {
  border-bottom: 1px solid var(--color-table-divider);
}
.dtable--divided tbody tr:last-child > td {
  border-bottom: none;
}

.dtable--zebra tbody tr:nth-child(odd) > td {
  background: var(--color-table-zebra);
}
.dtable--zebra tbody tr:nth-child(odd):hover > td {
  background: var(--color-table-band);
}

.dtable--roomy td {
  padding: 9px 14px;
}

.dtable--quiet-head thead th {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-table-muted);
}

@media (width <= 1000px) {
  .dtable--stack.dtable--stack-ready thead {
    display: none;
  }
  .dtable--stack.dtable--stack-ready tbody tr:not(.dtable__group) {
    display: block;
    padding: 12px 18px;
    cursor: default;
  }
  .dtable--stack.dtable--stack-ready tbody tr:not(.dtable__group) > td {
    display: block;
    padding: 0;
    background: none;
    border-bottom: none;
  }
  .dtable--stack.dtable--stack-ready tbody tr:not(.dtable__group) > td.dtable__cell--primary {
    display: inline;
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-table-strong);
  }
  .dtable--stack.dtable--stack-ready tbody tr:not(.dtable__group) > td.dtable__cell--merge {
    display: inline;
    margin-left: 8px;
  }
  .dtable--stack.dtable--stack-ready tbody tr:not(.dtable__group) > td.dtable__cell--hide {
    display: none;
  }
  .dtable--stack.dtable--stack-ready tbody tr:not(.dtable__group) > td.dtable__cell--label {
    display: block;
    margin-top: 6px;
  }
  .dtable--stack.dtable--stack-ready tbody tr:not(.dtable__group) > td.dtable__cell--label::before {
    content: attr(data-label) ": ";
    color: var(--color-table-muted);
  }
  .dtable--stack.dtable--stack-ready.dtable--divided tbody tr:not(.dtable__group):not(:last-child) {
    border-bottom: 1px solid var(--color-table-divider);
  }
  .dtable--stack.dtable--stack-ready tbody tr.dtable__group > td {
    display: block;
  }
}
.dtable__group > td {
  padding: 7px 14px 7px 18px;
  background: var(--color-table-band);
  color: var(--color-table-strong);
  font-weight: 600;
  cursor: pointer;
  border-top: 1px solid var(--color-table-line);
  border-bottom: 1px solid var(--color-table-line);
}
.dtable__group:first-child > td {
  border-top: none;
}

.dtable__group-caret {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 12px;
  position: relative;
  top: -2px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.15s ease;
  vertical-align: middle;
}
.dtable__group.is-collapsed .dtable__group-caret {
  transform: rotate(-45deg);
}

.dtable__group-count {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 9px;
  border-radius: 999px;
  background: var(--color-table-count-bg);
  color: var(--color-table-count-text);
  font-size: 0.72em;
  font-weight: 400;
  vertical-align: middle;
}

@media (prefers-reduced-motion: reduce) {
  .dtable__group-caret {
    transition: none;
  }
}
