@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  color: #8F191B;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: black;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
Copyright (c) 2017-2022 individual contributors to center-key/node-slate
Copyright (c) 2015 SD Elements, Inc.
Copyright (c) 2008-2013 Concur Technologies, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.
*/
html, body, .content h3, .content h4, .content h5, .content h6, .content h2, .content h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  font-size: 13px;
}

.content h3, .content h4, .content h5, .content h6, .content h2, .content h1 {
  font-weight: bold;
}

.content pre, .content code {
  font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif;
  font-size: 12px;
  line-height: 1.5;
}

.content code {
  word-break: break-all;
  hyphens: auto;
}

@font-face {
  font-family: "slate";
  src: url("../fonts/slate.woff2?-syv14m") format("woff2"), url("../fonts/slate.woff?-syv14m") format("woff"), url("../fonts/slate.ttf?-syv14m") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.content aside.error::before, .content aside.warning::before {
  font-family: "slate";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  padding-right: 0.5em;
  font-size: 14px;
  content: "\e600";
}

.content aside::before {
  font-family: "slate";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  padding-right: 0.5em;
  font-size: 14px;
  content: "\e602";
}

.content aside.success::before {
  font-family: "slate";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  padding-right: 0.5em;
  font-size: 14px;
  content: "\e606";
}

.tocify-wrapper > .search::before {
  font-family: "slate";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  padding-right: 0.5em;
  font-size: 14px;
  content: "\e607";
}

/*
Copyright (c) 2017-2022 individual contributors to center-key/node-slate
Copyright (c) 2015 SD Elements, Inc.
Copyright (c) 2008-2013 Concur Technologies, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.
*/
html, body {
  color: #333;
  padding: 0px;
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #eaf2f6;
  height: 100%;
  -webkit-text-size-adjust: none;
  /* Never autoresize text */
  min-width: 1500px;
}

#toc > ul > li > a > span {
  float: right;
  background-color: #2484FF;
  border-radius: 40px;
  width: 20px;
}

.tocify-wrapper {
  transition: left 0.3s ease-in-out;
  overflow-y: auto;
  overflow-x: auto;
  position: fixed;
  z-index: 30;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 230px;
  background-color: #393939;
  font-size: 13px;
  font-weight: bold;
}
.tocify-wrapper .lang-selector {
  display: none;
}
.tocify-wrapper .lang-selector a {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.tocify-wrapper > img {
  display: block;
  max-width: 100%;
  max-height: 100px;
  margin: 0px auto 0px auto;
}
.tocify-wrapper > .search {
  position: relative;
}
.tocify-wrapper > .search input {
  background: #393939;
  border-width: 0px 0px 1px 0px;
  border-color: #666;
  padding: 6px 0px 6px 20px;
  box-sizing: border-box;
  margin: 10px 15px;
  width: 200px;
  outline: none;
  color: white;
  border-radius: 0px;
}
.tocify-wrapper > .search::before {
  position: absolute;
  top: 17px;
  left: 15px;
  color: white;
}
.tocify-wrapper img + .tocify {
  margin-top: 0px;
}
.tocify-wrapper .search-results {
  margin-top: 0;
  box-sizing: border-box;
  height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transition-property: height, margin;
  transition-duration: 180ms;
  transition-timing-function: ease-in-out;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 8px), linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 8px), linear-gradient(to bottom, black, rgba(0, 0, 0, 0) 1.5px), linear-gradient(to top, #939393, rgba(147, 147, 147, 0) 1.5px), #262626;
}
.tocify-wrapper .search-results.visible {
  height: 30%;
  margin-bottom: 1em;
}
.tocify-wrapper .search-results li {
  margin: 1em 15px;
  line-height: 1;
}
.tocify-wrapper .search-results a {
  color: white;
  text-decoration: none;
}
.tocify-wrapper .search-results a:hover {
  text-decoration: underline;
}
.tocify-wrapper .tocify-item > a, .tocify-wrapper .toc-footer li {
  padding: 0px 15px 0px 15px;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tocify-wrapper ul, .tocify-wrapper li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 28px;
}
.tocify-wrapper li {
  color: white;
  transition: background-color 230ms linear;
}
.tocify-wrapper .tocify-focus {
  box-shadow: 0px 1px 0px black;
  background-color: #2467af;
  color: white;
}
.tocify-wrapper .tocify-subheader {
  display: none;
  background-color: #262626;
  font-weight: 500;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 8px), linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 8px), linear-gradient(to bottom, black, rgba(0, 0, 0, 0) 1.5px), linear-gradient(to top, #939393, rgba(147, 147, 147, 0) 1.5px), #262626;
}
.tocify-wrapper .tocify-subheader .tocify-item > a {
  padding-left: 25px;
  font-size: 12px;
}
.tocify-wrapper .tocify-subheader > li:last-child {
  box-shadow: none;
}
.tocify-wrapper .toc-footer {
  font-size: 16px;
  padding: 1em 0px;
  margin-top: 1em;
  border-top: 1px dashed #666;
}
.tocify-wrapper .toc-footer li, .tocify-wrapper .toc-footer a {
  color: white;
  text-decoration: none;
}
.tocify-wrapper .toc-footer a:hover {
  text-decoration: underline;
}
.tocify-wrapper .toc-footer li {
  font-size: 0.8em;
  line-height: 1.7;
  text-decoration: none;
}

#nav-button {
  padding: 0px 1.5em 5em 0px;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  color: black;
  text-decoration: none;
  font-weight: bold;
  opacity: 0.7;
  line-height: 16px;
  transition: left 0.3s ease-in-out;
}
#nav-button span {
  display: block;
  padding: 6px 6px 6px;
  background-color: rgba(234, 242, 246, 0.7);
  transform-origin: 0 0;
  transform: rotate(-90deg) translate(-100%, 0);
  border-radius: 0 0 0 5px;
}
#nav-button img {
  height: 16px;
  vertical-align: bottom;
}
#nav-button:hover {
  opacity: 1;
}
#nav-button.open {
  left: 230px;
}

.page-wrapper {
  margin-left: 230px;
  position: relative;
  z-index: 10;
  background-color: #eaf2f6;
  min-height: 100%;
  padding-bottom: 1px;
}
.page-wrapper .dark-box {
  width: 40%;
  background-color: #393939;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-wrapper .lang-selector {
  position: fixed;
  z-index: 50;
  border-bottom: 5px solid #393939;
}

.lang-selector {
  background-color: #222;
  width: 100%;
  font-weight: bold;
}
.lang-selector a {
  display: block;
  float: left;
  color: white;
  text-decoration: none;
  padding: 0 10px;
  line-height: 30px;
  outline: 0;
}
.lang-selector a:active, .lang-selector a:focus {
  background-color: #111;
  color: white;
}
.lang-selector a.active {
  background-color: #393939;
  color: white;
}
.lang-selector::after {
  content: "";
  clear: both;
  display: block;
}

.content {
  position: relative;
  z-index: 30;
}
.content::after {
  content: "";
  display: block;
  clear: both;
}
.content > h1, .content > h2, .content > h3, .content > h4, .content > h5, .content > h6, .content > p, .content > table, .content > ul, .content > ol, .content > aside, .content > dl {
  margin-right: 40%;
  padding: 0 28px;
  box-sizing: border-box;
  display: block;
  text-shadow: 0px 1px 0px white;
}
.content > ul, .content > ol {
  padding-left: 43px;
}
.content > h1, .content > h2, .content > div {
  clear: both;
}
.content h1 {
  font-size: 30px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid lightgray;
  margin-bottom: 21px;
  margin-top: 2em;
  border-top: 1px solid #ddd;
  background-image: linear-gradient(to bottom, rgb(255, 255, 255), #8F191B);
}
.content h1:first-child, .content div:first-child + h1 {
  border-top-width: 0px;
  margin-top: 0px;
}
.content h2 {
  font-size: 20px;
  margin-top: 4em;
  margin-bottom: 0px;
  border-top: 1px solid lightgray;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}
.content h1 + h2, .content h1 + div + h2 {
  margin-top: -21px;
  border-top: none;
}
.content h3, .content h4, .content h5, .content h6 {
  font-size: 15px;
  margin-top: 2.5em;
  margin-bottom: 0.8em;
}
.content h4, .content h5, .content h6 {
  font-size: 10px;
}
.content hr {
  margin: 2em 0px;
  border-top: 2px solid #393939;
  border-bottom: 2px solid #eaf2f6;
}
.content table {
  margin-bottom: 1em;
  overflow: auto;
}
.content table th, .content table td {
  text-align: left;
  vertical-align: top;
  background: hsl(180deg, 3%, 37%);
  line-height: 1.6;
}
.content table th {
  padding: 5px 10px;
  border-bottom: 1px solid lightgray;
  vertical-align: bottom;
  color: white;
  font-weight: normal;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.content table td {
  padding: 10px;
}
.content table tr:last-child {
  border-bottom: 1px solid lightgray;
}
.content table tr:nth-child(odd) > td {
  background-color: rgb(215, 230, 230);
}
.content table tr:nth-child(even) > td {
  background-color: #f3f7fa;
}
.content dt {
  font-weight: bold;
}
.content dd {
  margin-left: 15px;
}
.content p, .content li, .content dt, .content dd {
  line-height: 1.6;
  margin-top: 0px;
}
.content img {
  max-width: 100%;
}
.content code {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 3px;
  border-radius: 3px;
}
.content pre > code {
  background-color: transparent;
  padding: 0;
}
.content aside {
  padding-top: 1em;
  padding-bottom: 1em;
  text-shadow: 0px 1px 0px #e8f4f8;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background: lightblue;
  line-height: 1.6;
}
.content aside.success {
  background-color: mediumseagreen;
  text-shadow: 0px 1px 0px #6dce98;
}
.content aside.warning {
  background-color: khaki;
  text-shadow: 0px 1px 0px #f9f5d0;
}
.content aside.error {
  background-color: lightcoral;
  text-shadow: 0px 1px 0px #f8c4c4;
}
.content .search-highlight {
  padding: 2px;
  margin: -2px;
  border-radius: 4px;
  border: 1px solid #f7e633;
  background: linear-gradient(to top left, #f7e633 0%, #f1d32f 100%);
}

.content pre, .content blockquote {
  background-color: #292929;
  color: white;
  margin: 0px;
  width: 40%;
  float: right;
  clear: right;
  box-sizing: border-box;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.content pre > p, .content blockquote > p {
  margin: 0px;
}
.content pre a, .content blockquote a {
  color: white;
  text-decoration: none;
  border-bottom: dashed 1px lightgray;
}
.content pre {
  padding: 2em 28px;
}
.content blockquote {
  padding: 0px;
}
.content blockquote > p {
  background-color: #1c1c1c;
  border-radius: 5px;
  padding: 13px 28px;
  color: lightgray;
  border-top: 1px solid black;
  border-bottom: 1px solid #404040;
}

@media (max-width: 930px) {
  .tocify-wrapper {
    left: -230px;
  }
  .tocify-wrapper.open {
    left: 0px;
  }

  .page-wrapper {
    margin-left: 0px;
  }

  #nav-button {
    display: block;
  }

  .tocify-wrapper .tocify-item > a {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }
}
@media (max-width: 700px) {
  .dark-box {
    display: none;
  }

  .content > h1, .content > h2, .content > h3, .content > h4, .content > h5, .content > h6, .content > p, .content > table, .content > ul, .content > ol, .content > aside, .content > dl {
    margin-right: 0px;
  }

  .tocify-wrapper .lang-selector {
    display: block;
  }

  .page-wrapper .lang-selector {
    display: none;
  }

  .content pre, .content blockquote {
    width: auto;
    float: none;
  }

  .content > pre + h1, .content > blockquote + h1, .content > pre + h2, .content > blockquote + h2, .content > pre + h3, .content > blockquote + h3, .content > pre + h4, .content > blockquote + h4, .content > pre + h5, .content > blockquote + h5, .content > pre + h6, .content > blockquote + h6, .content > pre + p, .content > blockquote + p, .content > pre + table, .content > blockquote + table, .content > pre + ul, .content > blockquote + ul, .content > pre + ol, .content > blockquote + ol, .content > pre + aside, .content > blockquote + aside, .content > pre + dl, .content > blockquote + dl {
    margin-top: 28px;
  }
}
.highlight .c, .highlight .cm, .highlight .c1, .highlight .cs {
  color: gray;
}

.highlight, .highlight .w {
  background-color: #292929;
}

/* JSON Code Scrollbars - START */
.mc-schema-validation-example pre.highlight {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 320px !important;
  scrollbar-width: thin;
}

.mc-schema-validation-example pre.highlight {
  scrollbar-width: thin;
  scrollbar-color: #6594c7 #2467AF;
}

.mc-schema-validation-example pre.highlight::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mc-schema-validation-example pre.highlight::-webkit-scrollbar-track {
  background: #6594c7;
}

.mc-schema-validation-example pre.highlight::-webkit-scrollbar-thumb {
  background-color: #2467AF;
  border-radius: 20px;
  border: 3px solid;
}

/* JSON Code Scrollbars - END */
/* Tables Alternating Rows - START */
.table-alternating-rows table {
  margin-bottom: 1em;
  overflow: auto;
  padding: 0 28px;
}

.table-alternating-rows table th, .table-alternating-rows table td {
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}

.table-alternating-rows table th {
  padding: 5px 10px;
  border-bottom: 1px solid lightgray;
  vertical-align: bottom;
}

.table-alternating-rows table td {
  padding: 10px;
}

.table-alternating-rows table tr:last-child {
  border-bottom: 1px solid lightgray;
}

.table-alternating-rows table tr:nth-child(odd) > td {
  background-color: #f9fbfc;
}

.table-alternating-rows table tr:nth-child(even) > td {
  background-color: #f3f7fa;
}

/* Tables Alternating Rows - END */
/* URL - START */
.url-word-wrap {
  word-wrap: break-word;
}

/* URL - END */
/* Beta Banner - START */
@media (min-width: 361px) {
  .beta-watermark {
    position: fixed;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    left: 22%;
    top: 35%;
    z-index: 1000;
    width: 1px;
  }
}
@media (max-width: 1000px) {
  .beta-watermark {
    position: fixed;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    left: 18%;
    top: 35%;
    z-index: 1000;
    width: 1px;
  }
}
@media (max-width: 500px) {
  .beta-watermark {
    position: fixed;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    left: -1%;
    top: 35%;
    z-index: 1000;
    width: 1px;
  }
}
/* Google chrome */
@-webkit-keyframes svg-text-anim {
  40% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  60% {
    stroke-dashoffset: 0;
    fill: #e4dddd;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #e4dddd;
  }
}
/* Most browsers */
@keyframes svg-text-anim {
  40% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  60% {
    stroke-dashoffset: 0;
    fill: #e4dddd;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #e4dddd;
  }
}
/* Beta Banner - END */
/* Title API Menu With Directional Arrows - START */
#tocify-header3 > ul > li > a {
  font-size: 0;
}

#tocify-header3 > ul > li:nth-child(1) > a::after {
  content: "API Event Matrix";
  font-size: 12px;
}

#tocify-header3 > ul > li:nth-child(2) > a::after {
  content: "API Message Structure";
  font-size: 12px;
}

#tocify-header3 > ul > li:nth-child(3) > a::after {
  content: "API Workflow Orchestration";
  font-size: 12px;
}

#tocify-header3 > ul > li:nth-child(4) > a::after {
  content: "MC010 ⇄ Acknowledgment";
  font-size: 12px;
}

#tocify-header3 > ul > li:nth-child(5) > a::after {
  content: "MC100 → New Order";
  font-size: 12px;
}

#tocify-header3 > ul > li:nth-child(6) > a::after {
  content: "MC110 ← Order Confirmation";
  font-size: 12px;
}

#tocify-header3 > ul > li:nth-child(7) > a::after {
  content: "MC115 ← Instant Title";
  font-size: 12px;
}

#tocify-header3 > ul > li:nth-child(8) > a::after {
  content: "MC117 → Cancel Order";
  font-size: 12px;
}

#tocify-header3 > ul > li:nth-child(9) > a::after {
  content: "MC120 → Update Order";
  font-size: 12px;
}

#tocify-header3 > ul > li:nth-child(10) > a::after {
  content: "MC130 ⇄ Add Note";
  font-size: 12px;
}

#tocify-header3 > ul > li:nth-child(11) > a::after {
  content: "MC140 ⇄ Add Note Action";
  font-size: 12px;
}

#tocify-header3 > ul > li:nth-child(12) > a::after {
  content: "MC150 ⇄ Add Attachment";
  font-size: 12px;
}

#tocify-header3 > ul > li:nth-child(13) > a::after {
  content: "MC160 ← Product Delivery";
  font-size: 12px;
}

#tocify-header3 > ul > li:nth-child(14) > a::after {
  content: "MC165 ← Fee Sheet";
  font-size: 12px;
}

#tocify-header3 > ul > li:nth-child(15) > a::after {
  content: "MC170 ← Clear Title";
  font-size: 12px;
}

#tocify-header3 > ul > li:nth-child(16) > a::after {
  content: "MC172 ← Settlement Agent";
  font-size: 12px;
}

#tocify-header3 > ul > li:nth-child(17) > a::after {
  content: "MC180 ← Order Complete";
  font-size: 12px;
}

#tocify-header3 > ul > li:nth-child(18) > a::after {
  content: "MC190 ← Title Policy";
  font-size: 12px;
}

/* Title API Menu With Directional Arrows - END */
/* Closing API Menu With Directional Arrows - START */
#tocify-header4 > ul > li > a {
  font-size: 0;
}

#tocify-header4 > ul > li:nth-child(1) > a::after {
  content: "API Event Matrix";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(2) > a::after {
  content: "API Message Structure";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(3) > a::after {
  content: "API Workflow Orchestration";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(4) > a::after {
  content: "MC010 ⇄ Acknowledgment";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(5) > a::after {
  content: "MC100 → New Order";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(6) > a::after {
  content: "MC110 ← Order Confirmation";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(7) > a::after {
  content: "MC117 → Cancel Order";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(8) > a::after {
  content: "MC120 → Update Order";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(9) > a::after {
  content: "MC130 ⇄ Add Note";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(10) > a::after {
  content: "MC140 ⇄ Add Note Action";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(11) > a::after {
  content: "MC150 ⇄ Add Attachment";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(12) > a::after {
  content: "MC200 → Schedule Signing";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(13) > a::after {
  content: "MC205 → Reschedule Signing";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(14) > a::after {
  content: "MC210 ← Schedule Confirmation";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(15) > a::after {
  content: "MC213 ← Reschedule Confirmation";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(16) > a::after {
  content: "MC215 ← Closing Confirmation";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(17) > a::after {
  content: "MC220 → Closing Instructions";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(18) > a::after {
  content: "MC222 ← Initial Closing Disclosure";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(19) > a::after {
  content: "MC224 ⇄ Closing Disclosure Revision";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(20) > a::after {
  content: "MC226 ⇄ Final Closing Disclosure";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(21) > a::after {
  content: "MC230 ← Closing Package";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(22) > a::after {
  content: "MC240 → Clear To Fund";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(23) > a::after {
  content: "MC243 → Not Clear To Fund";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(24) > a::after {
  content: "MC245 → Funds Sent By Lender";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(25) > a::after {
  content: "MC247 ← Funds Received";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(26) > a::after {
  content: "MC250 ← Funds Disbursed";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(27) > a::after {
  content: "MC260 ← Send To Record";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(28) > a::after {
  content: "MC270 ← Completed Recording";
  font-size: 12px;
}

#tocify-header4 > ul > li:nth-child(29) > a::after {
  content: "MC180 ← Order Complete";
  font-size: 12px;
}

/* Closing API Menu With Directional Arrows - END */
/* Default Title API Menu With Directional Arrows - START */
#tocify-header5 > ul > li > a {
  font-size: 0;
}

#tocify-header5 > ul > li:nth-child(1) > a::after {
  content: "API Event Matrix";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(2) > a::after {
  content: "API Message Structure";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(3) > a::after {
  content: "API Workflow Orchestration";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(4) > a::after {
  content: "MC010 ⇄ Acknowledgment";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(5) > a::after {
  content: "MC100 → New Order";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(6) > a::after {
  content: "MC110 ← Order Confirmation";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(7) > a::after {
  content: "MC117 → Cancel Order";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(8) > a::after {
  content: "MC120 → Update Order";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(9) > a::after {
  content: "MC122 ← Hold Order";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(10) > a::after {
  content: "MC123 ← Hold Order Resolved";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(11) > a::after {
  content: "MC125 ⇄ Date Down";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(12) > a::after {
  content: "MC130 ⇄ Add Note";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(13) > a::after {
  content: "MC140 ⇄ Add Note Action";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(14) > a::after {
  content: "MC150 ⇄ Add Attachment";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(15) > a::after {
  content: "MC155 → Revision Request";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(16) > a::after {
  content: "MC158 ← Servicing Product Delivery";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(17) > a::after {
  content: "MC161 ← Product Delivery Attachment";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(18) > a::after {
  content: "MC162 ← Mailing Data";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(19) > a::after {
  content: "MC163 ← Revised Product Delivery";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(20) > a::after {
  content: "MC166 ← Invoice";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(21) > a::after {
  content: "MC168 ← Graded Title Data";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(22) > a::after {
  content: "MC170 ← Clear Title";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(23) > a::after {
  content: "MC175 ← Recording Data";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(24) > a::after {
  content: "MC180 ← Order Complete";
  font-size: 12px;
}

#tocify-header5 > ul > li:nth-child(25) > a::after {
  content: "MC190 ← Title Policy";
  font-size: 12px;
}

/* Default Title API Menu With Directional Arrows - END */
/* Rate Quote API Menu With Directional Arrows - START */
#tocify-header6 > ul > li > a {
  font-size: 0;
}

#tocify-header6 > ul > li:nth-child(1) > a::after {
  content: "API Event Matrix";
  font-size: 12px;
}

#tocify-header6 > ul > li:nth-child(2) > a::after {
  content: "API Message Structure";
  font-size: 12px;
}

#tocify-header6 > ul > li:nth-child(3) > a::after {
  content: "API Workflow Orchestration";
  font-size: 12px;
}

#tocify-header6 > ul > li:nth-child(4) > a::after {
  content: "MC010 ⇄ Acknowledgment";
  font-size: 12px;
}

#tocify-header6 > ul > li:nth-child(5) > a::after {
  content: "MC300 → Rate Quote";
  font-size: 12px;
}

/* Rate Quote API Menu With Directional Arrows - END */
/* Legal Notice Footer - START */
.legal-notice-footer {
  background-color: lightgrey !important;
  color: red;
  font-size: 16px;
}

/* Legal Notice Footer - END */
/* Workflow Orchestration Button - START */
.mc-workflow-orchestration-button-span {
  cursor: pointer;
  margin-left: 30px;
}

.mc-workflow-orchestration-button {
  cursor: pointer;
  margin-top: 15px;
}

.mc-workflow-orchestration-button-link {
  cursor: pointer;
  position: relative;
  top: -12px;
  left: 5px;
}

/* Workflow Orchestration Button - END */
/* Scroll To Element Button - START */
.mc-scroll-to-element-button-span {
  cursor: pointer;
  margin-left: 30px;
}

.mc-scroll-to-element-button {
  cursor: pointer;
  margin-top: 15px;
}

.mc-scroll-to-element-button-link {
  cursor: pointer;
  position: relative;
  top: -12px;
  left: 5px;
}

/* Scroll To Element Button - END */
/* Collapse / Expand Example Payloads Button - START */
.mc-collapse-expand-json-or-xml-example-button {
  cursor: pointer;
  margin-bottom: -3px;
  float: right;
  margin-right: 6px;
}

/* Collapse / Expand Example Payloads Button  - END */
/* Copy JSON & XML Example Payloads Button - START */
.mc-copy-json-or-xml-example-to-clipboard-button {
  cursor: pointer;
  margin-bottom: -3px;
  float: right;
}

p:has(> .mc-copy-json-or-xml-example-to-clipboard-button) {
  min-height: 3.2em;
}

/* Copy JSON & XML Example Payloads Button - END */
/* View Button - START */
.mc-view-button {
  cursor: pointer;
  margin-bottom: -3px;
  float: right;
  margin-right: 6px;
}

/* View Button  - END */
/* Sweet Alert 2 Toast Message - START */
.sweetalert-colored-toast.swal2-icon-success {
  background-color: mediumseagreen !important;
}

.sweetalert-colored-toast.swal2-icon-error {
  background-color: #f27474 !important;
}

.sweetalert-colored-toast.swal2-icon-warning {
  background-color: #f8bb86 !important;
}

.sweetalert-colored-toast.swal2-icon-info {
  background-color: #3fc3ee !important;
}

.sweetalert-colored-toast.swal2-icon-question {
  background-color: #87adbd !important;
}

.sweetalert-colored-toast .swal2-title {
  color: white;
}

.sweetalert-colored-toast .swal2-close {
  color: white;
}

.sweetalert-colored-toast .swal2-html-container {
  color: white;
}

/* Sweet Alert 2 Toast Message - END */
/* Login Screen - START */
.mc-login-panel {
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  display: flex;
  align-items: flex-start;
}

.mc-login-panel-surface {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 11px 15px -7px rgba(144, 28, 30, 0.3), 0 24px 38px 13px rgba(144, 28, 30, 0.3), 0 9px 46px 8px rgba(144, 28, 30, 0.3);
  background-color: #fff;
  width: calc(100% - 30px);
  max-width: 500px;
  transform: translateY(50px) scale(0.8);
  border-radius: 2px;
  padding: 20px;
}

.mc-login-panel-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(155, 152, 152);
  opacity: 1;
  z-index: -1;
}

.mc-login-title {
  position: relative;
  top: -16px;
  color: #901C1E;
  font-size: 19px;
  padding-left: 20px;
  display: inline !important;
}

.mc-login-username-label {
  font-size: 18px;
  padding-left: 80px;
  padding-right: 4px;
}

.mc-login-username-input {
  font-size: 18px;
  height: 26px;
  width: 200px;
  border-style: solid;
  border-width: thin;
  border-color: #901C1E;
  padding-left: 8px;
}

.mc-login-password-label {
  font-size: 18px;
  padding-left: 80px;
  padding-right: 8px;
}

.mc-login-password-input {
  font-size: 18px;
  height: 26px;
  width: 200px;
  border-style: solid;
  border-width: thin;
  border-color: #901C1E;
  padding-left: 8px;
}

.mc-login-submit-button {
  font-size: 18px;
  margin-left: 285px;
  height: 26px;
  width: 100px;
  border-style: solid;
  border-width: thin;
  border-color: #901C1E;
}

.mc-login-input-fields-to-consume-tabs {
  font-size: 1px;
  height: 1px;
  width: 1px;
  border-style: none;
  position: absolute;
  top: -1000px;
}

/* Login Screen - END */
/* Mermaid Diagrams - START */
.mc-mermaid {
  padding-left: 20px;
  padding-bottom: 15px;
}

.mc-message-envelope {
  width: 27%;
}

.mc-orchestration {
  width: 100%;
}

.mc-flowchart {
  width: 370px;
  height: 70px;
}

.mc-milestones {
  width: 90%;
}

.mc-rate-quote {
  width: 70%;
}

/* Mermaid Diagrams - END */
/* Code Blocks - START */
.mc-code-block {
  display: inline;
}

.mc-code-block pre.highlight {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 580px;
  scrollbar-width: thin;
  scrollbar-color: #6594c7 #2467AF;
}

/* Code Blocks - END */
.mc-copyright-header {
  margin-right: 40%;
  background-color: #8F191B;
  font-weight: bold;
  font-size: 16px;
  color: #ddd;
  line-height: 34.8px;
  text-align: center;
  vertical-align: middle;
  position: sticky;
  top: 0;
  z-index: 999;
}

div[data-unique] + h1 {
  padding-top: 40px;
  background-position-y: 20px;
  background-repeat: no-repeat;
}

div[data-unique] + h2 {
  padding-top: 40px;
}

div[data-unique] + h2 + blockquote {
  margin-top: -64px;
}