/**
The MIT License (MIT)

Copyright (c) 2015 strarsis https://github.com/strarsis/sass-math-pow

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
 */
/**
The MIT License (MIT)

Copyright (c) 2015 strarsis https://github.com/strarsis/sass-math-pow

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
 */
/**
 * Text truncation
 *
 * Prevent text from wrapping onto multiple lines, and truncate with an ellipsis.
 *
 * 1. Ensure that the node has a maximum width after which truncation can occur.
 */
/**
 * Text weight shifting
 *
 * When changing the font-weight based the state of the component
 * this mixin will ensure that the sizing is dependent on the boldest
 * weight so it doesn't shifter sibling content.
 */
/**
 * 1. Focus rings shouldn't be visible on scrollable regions, but a11y requires them to be focusable.
 *    Browser's supporting `:focus-visible` will still show outline on keyboard focus only.
 *    Others like Safari, won't show anything at all.
 * 2. Force the `:focus-visible` when the `tabindex=0` (is tabbable)
 */
/**
 * For quickly applying a full-height element whether using flex or not
 */
/*
 * Creates the Amsterdam style of button with a transparent background
 */
/*
 * Creates the Amsterdam style of fill button
 */
/*
The CSS in JS version of this file lives in:
  - src/components/form/range/range.styles.ts

The following files still use the Sass version:
  - src/themes/amsterdam/overrides/_color_stops.scss
  - src/themes/amsterdam/overrides/_hue.scss
*/
html:not([data-theme=dark]) {
  background-color: white !important;
}

html {
  scroll-behavior: smooth;
}

body.guideBody {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
body.guideBody p.euiTitle {
  font-family: MierB-Bold, Inter, Arial, sans-serif;
  font-weight: 600;
}

.docWrapper {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 48px);
}

.euiBadge {
  letter-spacing: 0;
}

.drift-frame-controller {
  display: none !important;
}

div.euiText[style*="color:"] {
  display: inline;
}

.docAccordion {
  flex-grow: 1;
}
.docAccordion.docAccordion--flexGrowZero {
  flex-grow: 0;
}
.docAccordion.docAccordion--hasShadow {
  box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.08), 0 2.6px 8px -1px rgba(0, 0, 0, 0.06), 0 5.7px 12px -1px rgba(0, 0, 0, 0.05), 0 15px 15px -1px rgba(0, 0, 0, 0.04);
}
.docAccordion.docAccordion--hasBorder {
  border: 1px solid #D3DAE6;
  box-shadow: none;
}
.docAccordion.docAccordion--isClickable {
  transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.docAccordion.docAccordion--isClickable:enabled {
  display: block;
  width: 100%;
  text-align: left;
}
.docAccordion.docAccordion--isClickable:hover, .docAccordion.docAccordion--isClickable:focus {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 3.6px 13px rgba(0, 0, 0, 0.07), 0 8.4px 23px rgba(0, 0, 0, 0.06), 0 23px 35px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
  cursor: pointer;
}
.docAccordion.docAccordion--borderRadiusNone {
  border-radius: 0;
}
.docAccordion.docAccordion--borderRadiusMedium {
  border-radius: 6px;
}
.docAccordion.docAccordion--transparent {
  background-color: transparent;
}
.docAccordion.docAccordion--plain {
  background-color: #FFF;
}
.docAccordion.docAccordion--subdued {
  background-color: #fafbfd;
}
.docAccordion.docAccordion--accent {
  background-color: #feedf5;
}
.docAccordion.docAccordion--primary {
  background-color: #e6f1fa;
}
.docAccordion.docAccordion--success {
  background-color: #e6f9f7;
}
.docAccordion.docAccordion--warning {
  background-color: #fff9e8;
}
.docAccordion.docAccordion--danger {
  background-color: #f8e9e9;
}

.docAccordion {
  padding: 8px;
  box-shadow: 0 0 0.8px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.04), 0 0 5px rgba(0, 0, 0, 0.04), 0 0 17px rgba(0, 0, 0, 0.03);
}
.docAccordion.euiAccordion-isOpen .docAccordion__childWrapper {
  padding: 16px 8px 8px 28px;
}

.docAccordion__button {
  font-weight: 700;
  color: #07C;
}

.docDefinition {
  padding: 8px;
  position: relative;
}

.docDefinition .docDefinition {
  border-left: 1px solid #D3DAE6;
}

.docDefinition .docDefinition {
  margin-left: 16px;
}

.docDefinition .docDefinitionList {
  margin-top: 8px;
}

.docDefinition__badge,
.docDefinition__required {
  border-color: #F5F7FA;
}

.docDefinition__required {
  color: #c4407c;
}

.docDefinition__signature .euiCodeBlock__pre {
  margin-bottom: 8px !important;
  padding: 0 !important;
  background-color: transparent !important;
}

.docDefinition__defaultLabel {
  color: #69707D;
  font-weight: 400;
}

.docDefinition__return {
  margin-bottom: 8px;
}

.docDefinition .euiAccordion__triggerWrapper:hover .docDefinition__label {
  color: #FFF;
  background-color: #9170B8;
}
.docDefinition .euiAccordion__triggerWrapper:hover .docDefinition__copy,
.docDefinition .euiAccordion__triggerWrapper:hover .docDefinition__link {
  visibility: visible;
}

.docDefinitionAccordion {
  transition: ease-in-out transform 0.3s;
}
.docDefinitionAccordion .euiFlexGroup.extraButtons {
  visibility: hidden;
}
.docDefinitionAccordion .docDefinitionAccordion_expanded {
  transform: rotate(-90deg);
  transition: ease-in transform 0.1s;
  margin-right: 8px;
}
.docDefinitionAccordion .docDefinitionAccordion_collapsed {
  transform: rotate(0deg);
  transition: ease-in transform 0.1s;
  margin-right: 8px;
}
.docDefinitionAccordion .docDefinitionAccordion__label {
  margin-right: 8px;
}
.docDefinitionAccordion:hover {
  cursor: pointer;
}
.docDefinitionAccordion:hover .euiFlexGroup.extraButtons {
  visibility: visible;
}
.docDefinitionAccordion:hover .docDefinitionAccordion__label {
  background-color: #9170B8;
  color: #FFF;
}

.docDefinitionAccordion__child {
  padding: 0 8px 8px 28px;
}

.docDefList dd p:last-child {
  margin-bottom: 1.5rem !important;
}
.docDefList dl, .docDefList dd {
  margin-left: 1.5rem;
}

.docLandingHero .docLandingHero__iconWrapper {
  align-items: center;
  justify-content: center;
}
.docLandingHero .docLandingHero__iconWrapper .docLandingHero__icon {
  height: 160px;
  width: 160px;
  fill-opacity: 0.2;
}
.docLandingHero .docLandingHero__iconWrapper .docLandingHero__image {
  width: 90%;
  margin: auto;
}
.docLandingHero + p {
  margin-top: 24px;
}

@media only screen and (max-width: 574px) {
  .docLandingHero > .euiFlexGroup {
    flex-direction: column-reverse;
    text-align: center;
  }
  .docLandingHero > .euiFlexGroup .docLandingHero__icon {
    height: 80px;
    width: 80px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .docLandingHero > .euiFlexGroup {
    flex-direction: column-reverse;
    text-align: center;
  }
  .docLandingHero > .euiFlexGroup .docLandingHero__icon {
    height: 80px;
    width: 80px;
  }
}
.docRelatedArticle .euiCard__content > .euiText > p {
  color: #69707D;
}
.docRelatedArticle .docRelatedArticle__imageWrapper {
  background-color: #1C336F;
  padding: 12px;
}
.docRelatedArticle .docRelatedArticle__imageWrapper img {
  width: 145px;
  margin: auto;
}
.docRelatedArticle .alignWithFooter {
  padding: 0 8px;
}
.docRelatedArticle .euiText span.alignWithFooter {
  display: block;
}

.docSectionedArticles_heading {
  font-size: 1.4275rem !important;
  font-weight: 600 !important;
}

.docSectionedArticle__title {
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
}
.docSectionedArticle__title:hover {
  text-decoration: underline;
}

.docSectionedArticles_card {
  margin-top: -12px;
  padding: 16px;
}
.docSectionedArticles_card .euiCard__title:not(:last-child) {
  margin-bottom: 0.5rem !important;
}
.docSectionedArticles_card .euiText {
  color: #69707D;
}

.docSiteHero {
  padding: 70px;
  width: 100%;
  background-color: #131D42;
  background-image: url("/assets/images/site-hero-top-left.png"), url("/assets/images/site-hero-top-right.png"), url("/assets/images/site-hero-bottom-left.png"), url("/assets/images/site-hero-bottom-right.png");
  background-position: left top, right top, left bottom, right bottom;
  background-size: 327px 141px, 418px 241px, 303px 134px, 162px 165px;
  background-repeat: no-repeat;
  border-radius: 10px;
}
@media only screen and (max-width: 574px) {
  .docSiteHero {
    padding: 70px 10px;
    border-radius: 0;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .docSiteHero {
    padding: 70px 10px;
    border-radius: 0;
  }
}
.docSiteHero h2.euiTitle {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: white;
}
.docSiteHero .euiButtonEmpty {
  color: white;
  margin: 0 8px;
}
.docSiteHero .docSiteHero__actions {
  text-align: center;
}

.docSiteHero__searchWrap {
  max-width: 450px;
  margin: 25px auto 10px;
}

.docTabbedContent__topPadding .euiTabs {
  margin-bottom: 16px;
}

footer.docChromeFooter {
  background: #07C;
  flex-shrink: 0;
}
footer.docChromeFooter .docChromeFooter__container {
  max-width: 1280px;
  padding: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer.docChromeFooter .docChromeFooter__container .euiText p:not(:last-child) {
    margin-bottom: 8px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer.docChromeFooter .docChromeFooter__container .euiText p:not(:last-child) {
    margin-bottom: 8px !important;
  }
}
@media only screen and (min-width: 1200px) {
  footer.docChromeFooter .docChromeFooter__container .euiText p:not(:last-child) {
    margin-bottom: 8px !important;
  }
}
footer.docChromeFooter .docChromeFooter__logo .euiImageWrapper {
  width: 64px;
}
@media only screen and (max-width: 574px) {
  footer.docChromeFooter .docChromeFooter__logo .euiImageWrapper {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  footer.docChromeFooter .docChromeFooter__logo .euiImageWrapper img {
    max-width: 64px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  footer.docChromeFooter .docChromeFooter__logo .euiImageWrapper {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  footer.docChromeFooter .docChromeFooter__logo .euiImageWrapper img {
    max-width: 64px;
  }
}
footer.docChromeFooter .docChromeFooter__divide {
  padding: 0 8px;
  color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 574px) {
  footer.docChromeFooter {
    text-align: center;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  footer.docChromeFooter {
    text-align: center;
  }
}
footer.docChromeFooter ::selection {
  background: #005999;
}

.euiBreadcrumb .euiLink {
  color: #07C;
}
.euiBreadcrumb span {
  font-weight: 600;
}
.euiBreadcrumb .euiIcon {
  margin-top: -2px;
}

.docArticle__template .euiPageSideBar--paddingLarge, .search-page .euiPageSideBar--paddingLarge {
  min-width: 270px;
  overflow-x: hidden;
}
@media only screen and (max-width: 574px) {
  .docArticle__template .euiPageSideBar--paddingLarge, .search-page .euiPageSideBar--paddingLarge {
    padding: 0;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .docArticle__template .euiPageSideBar--paddingLarge, .search-page .euiPageSideBar--paddingLarge {
    padding: 0;
  }
}

.docChrome__contextMenu .euiContextMenuPanelTitle,
.docChrome__contextMenu .euiContextMenuItem {
  padding: 12px 0;
}

.docChrome__contextMenu .euiContextMenuPanelTitle {
  margin-bottom: 12px;
}

.docChrome__contextMenu .euiContextMenuItem__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.docChrome__sidebar {
  padding-top: 24px !important;
}

.docChrome__sidebar-item .euiSideNavItemButton:focus {
  text-decoration: none;
}
.docChrome__sidebar-item .euiSideNavItemButton-isSelected {
  border-radius: 4px;
  background-color: rgba(0, 119, 204, 0.2);
  transition: background 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.docChrome__sidebar-item .euiSideNavItemButton-isSelected .euiSideNavItemButton__content .euiSideNavItemButton__label {
  text-decoration: none;
  font-weight: 500;
}
.docChrome__sidebar-item .euiSideNavItemButton-isSelected .euiSideNavItemButton__content .euiSideNavItemButton__label:focus {
  text-decoration: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .docArticle__sideNav {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1200px) {
  .docArticle__sideNav {
    max-width: 90%;
  }
}
@media only screen and (max-width: 574px) {
  .docArticle__article {
    width: 100%;
  }

  .docChrome__sidebar {
    position: static !important;
    padding-top: 8px !important;
    padding-bottom: 0;
  }
  .docChrome__sidebar .docChrome__contextMenu {
    width: 100%;
  }
  .docChrome__sidebar .docChrome__contextMenu .euiContextMenuPanelTitle {
    margin-bottom: 0;
    padding-left: 12px;
  }
  .docChrome__sidebar .docChrome__contextMenu .euiContextMenuItem {
    padding-left: 12px;
  }

  .docChrome__sideNav {
    display: none;
  }

  .docChrome__sideNav--openMobile {
    display: block;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .docArticle__article {
    width: 100%;
  }

  .docChrome__sidebar {
    position: static !important;
    padding-top: 8px !important;
    padding-bottom: 0;
  }
  .docChrome__sidebar .docChrome__contextMenu {
    width: 100%;
  }
  .docChrome__sidebar .docChrome__contextMenu .euiContextMenuPanelTitle {
    margin-bottom: 0;
    padding-left: 12px;
  }
  .docChrome__sidebar .docChrome__contextMenu .euiContextMenuItem {
    padding-left: 12px;
  }

  .docChrome__sideNav {
    display: none;
  }

  .docChrome__sideNav--openMobile {
    display: block;
  }
}
.docChrome__sideNav .docChrome__sideNav__list {
  margin-left: 12px;
}
.docChrome__sideNav .docChrome__sideNav__accordion {
  margin: 12px 0;
}
.docChrome__sideNav .docChrome__sideNav__accordionButton--empty {
  padding: 2px 0 2px 28px;
}
.docChrome__sideNav ul {
  margin: 0;
  padding: 0;
  border-left: 1px solid #D3DAE6;
  -webkit-margin-start: 4px !important;
  margin-inline-start: 4px !important;
}
.docChrome__sideNav ul li {
  list-style: none;
  padding-left: 12px;
  font-size: 0.9285rem;
  line-height: 1.2142rem;
}

.docChrome__sideNav__itemsAccordion {
  padding-left: 12px;
  padding-bottom: 4px;
}

.docChrome__sideNav__itemsAccordion .euiText {
  font-size: 0.9285rem;
  line-height: 1.2142rem;
}

.docChrome__sideNav__mobileToggle {
  width: 100%;
  border-bottom: 1px solid #D3DAE6;
  margin-bottom: 12px;
}
.docChrome__sideNav__mobileToggle .euiButtonContent {
  justify-content: space-between;
}

.euiLink.docChrome__sideNav--selected {
  color: #343741;
  font-weight: bold;
}

.docChrome__sideNav__mobileHeader {
  display: block;
  padding-bottom: 0;
}
.docChrome__sideNav__mobileHeader .euiButtonEmpty__content {
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .docChrome__sideNav__mobileHeader {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .docChrome__sideNav__mobileHeader {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .docChrome__sideNav__mobileHeader {
    display: none;
  }
}

.elasticMark {
  margin-top: 0.1875rem;
}

.docChrome__globalCallout {
  z-index: 1001;
}

.docChrome__globalCalloutContent {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  max-width: 1250px;
  display: block;
}

.docHorizontalSpacer {
  display: inline-block;
}
.docHorizontalSpacer--xs {
  width: 4px;
}
.docHorizontalSpacer--s {
  width: 8px;
}
.docHorizontalSpacer--m {
  width: 12px;
}
.docHorizontalSpacer--l {
  width: 24px;
}
.docHorizontalSpacer--xl {
  width: 32px;
}

.docChromeSearch__searchBar {
  width: 100%;
  margin: 0 auto;
  top: -1px;
}
@media only screen and (max-width: 574px) {
  .docChromeSearch__searchBar {
    width: 100%;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .docChromeSearch__searchBar {
    width: 100%;
  }
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .sui-search-box__wrapper {
  display: flex;
  flex-direction: column;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchIcon {
  align-items: baseline;
  margin-top: 16px;
  left: 15px;
  top: -5px;
  pointer-events: none;
  position: absolute;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput {
  max-width: 400px;
  width: 100%;
  height: 40px;
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(17, 42, 134, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: normal;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-kerning: normal;
  font-size: 14px;
  color: #343741;
  border: none;
  border-radius: 6px;
  padding: 12px;
  padding-left: 40px;
  box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.08), 0 2.6px 8px -1px rgba(0, 0, 0, 0.06), 0 5.7px 12px -1px rgba(0, 0, 0, 0.05), 0 15px 15px -1px rgba(0, 0, 0, 0.04);
  font-size: 14px;
  width: 100%;
  max-width: 800px;
  height: 56px;
  border-radius: 8px;
  border: none;
  padding: 0 24px 0 40px;
  margin-top: 16px;
  transition: none;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput--fullWidth {
  max-width: 100%;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput--compressed {
  height: 32px;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput--inGroup {
  height: 100%;
}
@supports (-moz-appearance: none) {
  .docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput {
    transition-property: box-shadow, background-image, background-size;
  }
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput::-webkit-input-placeholder {
  color: #69707D;
  opacity: 1;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput::-moz-placeholder {
  color: #69707D;
  opacity: 1;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput:-ms-input-placeholder {
  color: #69707D;
  opacity: 1;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput:-moz-placeholder {
  color: #69707D;
  opacity: 1;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput::placeholder {
  color: #69707D;
  opacity: 1;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput:invalid {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);
  background-size: 100%;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput:focus {
  background-color: white;
  background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(17, 42, 134, 0.1);
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput:disabled {
  color: #98A2B3;
  -webkit-text-fill-color: #98A2B3;
  cursor: not-allowed;
  background: #eef2f7;
  box-shadow: inset 0 0 0 1px rgba(17, 42, 134, 0.1);
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput:disabled::-webkit-input-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput:disabled::-moz-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput:disabled:-ms-input-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput:disabled:-moz-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput:disabled::placeholder {
  color: #98A2B3;
  opacity: 1;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput[readOnly] {
  cursor: default;
  color: #343741;
  -webkit-text-fill-color: #343741;
  background: #FFF;
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(17, 42, 134, 0.1);
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput:-webkit-autofill {
  -webkit-text-fill-color: #343741;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput:-webkit-autofill ~ .euiFormControlLayoutIcons {
  color: #343741;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput--compressed {
  background-color: #fbfcfd;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  box-shadow: inset 0 0 0 1px rgba(17, 42, 134, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  padding: 8px;
  border-radius: 4px;
}
@supports (-moz-appearance: none) {
  .docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput--compressed {
    transition-property: box-shadow, background-image, background-size;
  }
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput--compressed:invalid {
  background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);
  background-size: 100%;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput--compressed:focus {
  background-color: white;
  background-image: linear-gradient(to top, #07C, #07C 2px, transparent 2px, transparent 100%);
  background-size: 100% 100%;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(17, 42, 134, 0.1);
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput--compressed:disabled {
  color: #98A2B3;
  -webkit-text-fill-color: #98A2B3;
  cursor: not-allowed;
  background: #eef2f7;
  box-shadow: inset 0 0 0 1px rgba(17, 42, 134, 0.1);
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput--compressed:disabled::-webkit-input-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput--compressed:disabled::-moz-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput--compressed:disabled:-ms-input-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput--compressed:disabled:-moz-placeholder {
  color: #98A2B3;
  opacity: 1;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput--compressed:disabled::placeholder {
  color: #98A2B3;
  opacity: 1;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput--compressed[readOnly] {
  cursor: default;
  color: #343741;
  -webkit-text-fill-color: #343741;
  background: #FFF;
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(17, 42, 134, 0.1);
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput--inGroup {
  box-shadow: none !important;
  border-radius: 0;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchbox__textInput:focus {
  box-shadow: 0 0.9px 4px -1px rgba(0, 0, 0, 0.08), 0 2.6px 8px -1px rgba(0, 0, 0, 0.06), 0 5.7px 12px -1px rgba(0, 0, 0, 0.05), 0 15px 15px -1px rgba(0, 0, 0, 0.04);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .sui-search-box__submit {
  display: none;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .sui-search-box__autocomplete-container {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 3.6px 13px rgba(0, 0, 0, 0.07), 0 8.4px 23px rgba(0, 0, 0, 0.06), 0 23px 35px rgba(0, 0, 0, 0.05);
  background: #FFF;
  width: 100%;
  padding: 8px 0 12px 0;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .sui-search-box__section-title {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.1428571429rem;
  padding: 12px 12px 8px 12px;
  color: #69707D;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .sui-search-box__suggestion-list li,
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .sui-search-box__results-list li {
  padding: 8px 12px;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .sui-search-box__suggestion-list li[aria-selected=true], .docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .sui-search-box__suggestion-list li:hover, .docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .sui-search-box__suggestion-list li:active,
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .sui-search-box__results-list li[aria-selected=true],
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .sui-search-box__results-list li:hover,
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .sui-search-box__results-list li:active {
  background: #07C;
  color: #FFF;
  cursor: pointer;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .sui-search-box__suggestion-list {
  padding-bottom: 8px;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .sui-search-box__suggestion-list li::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 16 16"><path fill="rgb%28152, 162, 179%29" d="M11.271 11.978L15.1427 15.8507C15.2407 15.9477 15.3687 15.9967 15.4967 15.9967C15.6247 15.9967 15.7527 15.9477 15.8507 15.8507C16.0457 15.6547 16.0457 15.3387 15.8507 15.1427L12.2861 11.5791C14.6669 8.8324 14.5527 4.65637 11.9438 2.04675C9.21444 -0.68225 4.77356 -0.68225 2.04624 2.04675C-0.682079 4.77575 -0.682079 9.21775 2.04624 11.9467C3.36891 13.2687 5.12647 13.9967 6.995 13.9967C7.27093 13.9967 7.49487 13.7727 7.49487 13.4967C7.49487 13.2207 7.27093 12.9967 6.995 12.9967C5.3924 12.9967 3.88678 12.3727 2.75306 11.2397C0.414647 8.89975 0.414647 5.09375 2.75306 2.75375C5.09048 0.41375 8.89552 0.41475 11.2369 2.75375C13.5754 5.09375 13.5754 8.89975 11.2369 11.2397C11.042 11.4347 11.042 11.7517 11.2369 11.9467C11.2479 11.9578 11.2593 11.9682 11.271 11.978Z"/></svg>');
  margin-right: 12px;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .sui-search-box__suggestion-list li[aria-selected=true]::before, .docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .sui-search-box__suggestion-list li:hover::before, .docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .sui-search-box__suggestion-list li:active::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 16 16"><path fill="rgb%28255, 255, 255%29" d="M11.271 11.978L15.1427 15.8507C15.2407 15.9477 15.3687 15.9967 15.4967 15.9967C15.6247 15.9967 15.7527 15.9477 15.8507 15.8507C16.0457 15.6547 16.0457 15.3387 15.8507 15.1427L12.2861 11.5791C14.6669 8.8324 14.5527 4.65637 11.9438 2.04675C9.21444 -0.68225 4.77356 -0.68225 2.04624 2.04675C-0.682079 4.77575 -0.682079 9.21775 2.04624 11.9467C3.36891 13.2687 5.12647 13.9967 6.995 13.9967C7.27093 13.9967 7.49487 13.7727 7.49487 13.4967C7.49487 13.2207 7.27093 12.9967 6.995 12.9967C5.3924 12.9967 3.88678 12.3727 2.75306 11.2397C0.414647 8.89975 0.414647 5.09375 2.75306 2.75375C5.09048 0.41375 8.89552 0.41475 11.2369 2.75375C13.5754 5.09375 13.5754 8.89975 11.2369 11.2397C11.042 11.4347 11.042 11.7517 11.2369 11.9467C11.2479 11.9578 11.2593 11.9682 11.271 11.978Z"/></svg>');
  margin-right: 12px;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .sui-search-box__results-list em {
  font-style: normal;
  color: #0071c2;
}
.docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .sui-search-box__results-list li[aria-selected=true] em, .docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .sui-search-box__results-list li:hover em, .docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .sui-search-box__results-list li:active em {
  color: #FFF;
}
.docChromeSearch__searchBar.isSticky {
  width: 400px;
  align-self: center;
}
.docChromeSearch__searchBar.isSticky .docChromeSearch__searchbox-wrapper {
  max-width: 400px;
}
.docChromeSearch__searchBar.isSticky .docChromeSearch__searchbox-wrapper .docChromeSearch__searchIcon {
  top: 0;
  color: #69707D;
}
.docChromeSearch__searchBar.isSticky .docChromeSearch__searchbox__textInput {
  height: 32px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  margin: 8px auto 0;
  background: transparent;
  border-radius: 4px;
  color: #FFF;
  transition: background-color 150ms ease-in;
}
.docChromeSearch__searchBar.isSticky .docChromeSearch__searchbox__textInput:focus {
  color: #343741;
}

.euiText .docChromeSearch__searchIcon {
  color: black;
  top: -9px !important;
}

@media only screen and (max-width: 574px) {
  .docChromeSearch__searchBar.isSticky .docChromeSearch__searchbox-wrapper {
    max-width: 100%;
  }

  .docChromeSearch__searchBar {
    margin-top: 0;
    top: auto;
    position: relative;
    height: 56px;
  }
  .docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper form {
    justify-content: center;
    flex-direction: column;
    height: 56px;
  }
  .docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchIcon {
    margin-top: 16px;
    left: 12px;
  }
  .docChromeSearch__searchBar .sui-search-box .sui-search-box__autocomplete-container {
    top: 80px;
    width: 100%;
  }
  .docChromeSearch__searchBar .sui-search-box .sui-search-box__text-input {
    margin-top: 0;
    box-shadow: none;
    height: 40px;
    border: 1px solid #D3DAE6;
    border-radius: 4px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .docChromeSearch__searchBar.isSticky .docChromeSearch__searchbox-wrapper {
    max-width: 100%;
  }

  .docChromeSearch__searchBar {
    margin-top: 0;
    top: auto;
    position: relative;
    height: 56px;
  }
  .docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper form {
    justify-content: center;
    flex-direction: column;
    height: 56px;
  }
  .docChromeSearch__searchBar .docChromeSearch__searchbox-wrapper .docChromeSearch__searchIcon {
    margin-top: 16px;
    left: 12px;
  }
  .docChromeSearch__searchBar .sui-search-box .sui-search-box__autocomplete-container {
    top: 80px;
    width: 100%;
  }
  .docChromeSearch__searchBar .sui-search-box .sui-search-box__text-input {
    margin-top: 0;
    box-shadow: none;
    height: 40px;
    border: 1px solid #D3DAE6;
    border-radius: 4px;
  }
}
.sui-sorting .sui-sorting__label {
  color: #98A2B3;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-bottom: 8px;
}

.sui-facet {
  margin-top: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #D3DAE6;
}
.sui-facet .sui-facet__title {
  color: #98A2B3;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.sui-facet .sui-multi-checkbox-facet__option-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}
.sui-facet .sui-multi-checkbox-facet__option-label:hover {
  cursor: pointer;
}
.sui-facet .sui-multi-checkbox-facet__option-label .sui-multi-checkbox-facet__option-input-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sui-facet .sui-multi-checkbox-facet__option-label .sui-multi-checkbox-facet__checkbox {
  margin-right: 8px;
}
.sui-facet .sui-multi-checkbox-facet__option-label .sui-multi-checkbox-facet__input-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sui-facet .sui-multi-checkbox-facet__option-label input[type=checkbox]:checked + .sui-multi-checkbox-facet__input-text {
  font-weight: bold;
}
.sui-facet .sui-multi-checkbox-facet__option-label .sui-multi-checkbox-facet__option-count {
  background: #D3DAE6;
  border-radius: 4px;
  text-align: center;
  padding: 4px 8px;
  font-size: 0.75rem;
  font-weight: bold;
}
.sui-facet .sui-facet-view-more {
  padding: 12px 0;
  color: #07C;
}

.sui-results-per-page {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.sui-results-per-page .sui-results-per-page__label {
  padding-right: 12px;
  color: #69707D;
}

.sui-select__control {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  background-color: #FBFCFD;
  box-shadow: 0 0 transparent, inset 0 0 0 1px rgba(17, 43, 134, 0.1);
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
  border-radius: 4px;
  padding: 0 8px;
  appearance: none;
  line-height: 40px;
}
.sui-select__control .sui-select__dropdown-indicator svg {
  vertical-align: text-bottom;
}

.sui-select__menu .sui-select__menu-list .sui-select__option {
  padding: 8px 12px;
}
.sui-select__menu .sui-select__menu-list .sui-select__option:hover {
  background-color: #F5F7FA;
  cursor: pointer;
}
.sui-select__menu .sui-select__menu-list .sui-select__option--is-selected {
  color: #98A2B3;
}
.sui-select__menu .sui-select__menu-list .sui-select__option--is-selected:hover {
  cursor: default;
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
  .search-page .euiPageSideBar {
    display: none;
  }
}
@media only screen and (max-width: 574px) {
  .search-page .euiPageSideBar {
    display: none;
  }
}
.docChromeSearchResult {
  border-bottom: 1px solid #F5F7FA;
  padding: 24px 12px;
  border-radius: 4px;
}
.docChromeSearchResult:hover {
  cursor: pointer;
  background-color: #F5F7FA;
}
.docChromeSearchResult .docChromeSearchResult__title {
  overflow-wrap: break-word !important;
  word-break: break-word;
  color: #1a1c21;
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.7142857143rem;
  font-weight: 700;
  padding-bottom: 4px;
}
.docChromeSearchResult .docChromeSearchResult__title em {
  color: #07C;
  font-style: normal;
}
.docChromeSearchResult .docChromeSearchResult__description em {
  font-style: normal;
  font-weight: 600;
  background-color: rgba(96, 146, 192, 0.2);
  color: #343741;
  padding: 0 8px;
  border-radius: 4px;
}
.docChromeSearchResult .docChromeSearchResult__date {
  font-size: 0.875rem;
}
.docChromeSearchResult .docChromeSearchResult__icon {
  max-height: 2.85rem;
  margin-top: 0.65rem;
}

.docChromeSearch__paging {
  display: flex;
  flex-direction: row;
}
.docChromeSearch__paging .rc-pagination-item {
  padding: 0 8px;
}

.docChromeSupport__title {
  text-align: center;
}

.docChromeSupport__text {
  color: #D3DAE6;
}

.docArticle__tocContainer {
  top: 96px !important;
  margin-top: -4px;
  min-inline-size: 224px !important;
  width: 224px;
  max-height: calc(100vh - 166px) !important;
  overflow-x: hidden;
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .docArticle__tocContainer {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .docArticle__tocContainer {
    display: block;
  }
}

.docArticle__toc {
  scrollbar-color: rgba(105, 112, 125, 0.5) transparent;
  scrollbar-width: thin;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);
  transition: height 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  height: auto;
  overflow-x: hidden;
}
.docArticle__toc::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.docArticle__toc::-webkit-scrollbar-thumb {
  background-color: rgba(105, 112, 125, 0.5);
  background-clip: content-box;
  border-radius: 16px;
  border: 6px solid transparent;
}
.docArticle__toc::-webkit-scrollbar-corner, .docArticle__toc::-webkit-scrollbar-track {
  background-color: transparent;
}
.docArticle__toc:focus {
  outline: none;
  /* 1 */
}
.docArticle__toc[tabindex="0"]:focus:focus-visible {
  outline-style: auto;
  /* 2 */
}

.docArticle__tocContent .euiSideNavItemButton {
  border-left: 2px solid #F5F7FA;
  padding-left: 12px;
  max-width: 200px;
}
.docArticle__tocContent .euiSideNavItemButton::first-letter {
  text-transform: uppercase;
}
.docArticle__tocContent .euiSideNavItemButton:hover {
  text-decoration: underline;
}
.docArticle__tocContent .euiSideNavItemButton.node-name--H3, .docArticle__tocContent .euiSideNavItemButton.node-name--H4, .docArticle__tocContent .euiSideNavItemButton.node-name--H5 {
  padding-left: 24px;
  color: #69707D;
}
.docArticle__tocContent .euiSideNavItemButton.docArticle__tocContent--active {
  font-weight: 700;
  border-color: #98A2B3;
  color: #343741;
}

:root {
  --theme-toggle-black: #141519;
  --theme-toggle-white: #f7f8fc;
  --theme-toggle-background: var(--theme-toggle-white);
  --theme-toggle-foreground: var(--theme-toggle-black);
  --theme-toggle-transition: 0.25s ease;
}

.themeToggle-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.themeToggle-wrapper {
  width: 48.75px;
  display: block;
  margin: auto;
  margin-right: 8px;
}

.themeToggle {
  height: 24.375px;
  width: 48.75px;
  background: var(--theme-toggle-foreground);
  border-radius: 15px;
  padding: 4.5px;
  position: relative;
  transition: background var(--theme-toggle-transition);
  cursor: pointer;
}
.themeToggle.enabled {
  background: #DFE5EF;
}
.themeToggle.enabled::before {
  transform: translateX(24.375px);
  background: var(--theme-toggle-foreground);
}
.themeToggle.enabled .themeToggle-icons svg {
  fill: var(--theme-toggle-foreground);
}
.themeToggle::before {
  content: "";
  display: block;
  height: 15.375px;
  width: 15.375px;
  border-radius: 11.25px;
  background: var(--theme-toggle-background);
  position: absolute;
  z-index: 2;
  transform: translate(0);
  transition: transform var(--theme-toggle-transition), background var(--theme-toggle-transition);
}
.themeToggle input {
  opacity: 0;
  position: absolute;
  top: 0;
}
.themeToggle .themeToggle-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 1.875px;
}
.themeToggle .themeToggle-icons svg {
  fill: var(--theme-toggle-background);
  height: 11.25px;
  width: 11.25px;
  z-index: 0;
}

.docHeader__section .euiHeaderSection--left {
  gap: 12px;
}
.docHeader__section .euiHeaderLogo {
  padding-right: 0;
}

@media screen and (max-width: 1200px) {
  .header .elasticHomeButton {
    display: none;
  }
}
.headerHomeLink {
  position: relative;
  margin-right: 12px;
}

@media only screen and (max-width: 574px) {
  .headerHomeLink.euiTitle {
    margin-right: 8px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .headerHomeLink.euiTitle {
    margin-right: 8px;
    font-size: 18px;
  }
}
.docChrome_headerBadge {
  position: relative;
  top: 2px;
}

.docChrome_headerPageHeader {
  height: 80px;
}
.docChrome_headerPageHeader h1 > svg {
  position: relative;
  top: 2px;
}

.header {
  width: 100%;
  z-index: 1000;
  top: 0;
  position: relative;
}
.header .euiPageHeader {
  z-index: 200;
  position: sticky;
  top: 0;
}
.header .euiHeaderLinks {
  height: 46px;
}
.header .euiHeaderLinks .euiLink {
  margin-left: 10px;
}

@media only screen and (max-width: 574px) {
  .headerRightSideLink {
    display: block;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .headerRightSideLink {
    display: block;
  }
}
html[data-theme=dark] .docChrome_headerPageHeader {
  border-bottom: 1px solid #2b2c30;
}
html[data-theme=dark] .header {
  background-color: #1D1E24;
}
html[data-theme=dark] .header .euiPageHeader {
  background: #1D1E24;
}

.euiProviderWrapper {
  display: none;
}
.euiProviderWrapper--loaded {
  display: block;
}

html:not([data-theme=dark]) .docChrome_headerPageHeader {
  border-bottom: 1px solid #E6EBF2;
}
html:not([data-theme=dark]) .header .euiPageHeader {
  background: #F9FBFC;
}

body.guideBody.hasMarketingHeader #elastic-nav {
  width: 100%;
  top: 0;
  z-index: 2001;
}
body.guideBody.hasMarketingHeader .euiTitle, body.guideBody.hasMarketingHeader h1, body.guideBody.hasMarketingHeader h2, body.guideBody.hasMarketingHeader h3, body.guideBody.hasMarketingHeader h4, body.guideBody.hasMarketingHeader h5, body.guideBody.hasMarketingHeader h6 {
  font-weight: 500;
}
body.guideBody.hasMarketingHeader .docArticle__article h2:not(:first-child) {
  margin-block-start: 45px;
}
body.guideBody.hasMarketingHeader .docHeader__section {
  top: 73px;
}
body.guideBody.hasMarketingHeader .docChromeSearch__searchBar .docChromeSearch__searchIcon {
  top: -8px;
}
body.guideBody.hasMarketingHeader .docChromeSearch__searchBar.isSticky .docChromeSearch__searchbox-wrapper .docChromeSearch__searchIcon {
  top: 73px;
}
body.guideBody.hasMarketingHeader .docChromeSearch__searchBar.isSticky .docChromeSearch__searchbox__textInput {
  margin-top: 82px;
}
body.guideBody.hasMarketingHeader .docArticle__tocContainer {
  max-height: calc(100vh - 230px) !important;
}

.missionCard {
  background: #FFF;
}

.euiFlexGroup.docArticle__wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}

.euiFlexGroup.docArticle__wrapper {
  margin-top: -32px;
}

.docArticle__article {
  width: calc(90% - 165px);
  padding-bottom: 40px;
}
.docArticle__article h1, .docArticle__article h2, .docArticle__article h3, .docArticle__article h4, .docArticle__article h5 {
  scroll-margin-top: 32px;
}
.docArticle__article h1 {
  padding-bottom: 0;
}
.docArticle__article ol li > p > figure.euiImageWrapper, .docArticle__article ul li > p > figure.euiImageWrapper {
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .docArticle__article {
    padding-right: 32px;
  }
}
@media only screen and (max-width: 574px) {
  .docArticle__article {
    width: 100%;
    padding: 24px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .docArticle__article {
    width: 100%;
    padding: 24px;
  }
}

.docArticle__rightSidebarWrap {
  padding-top: 8px;
  max-width: 200px;
}
.docArticle__rightSidebarWrap--searchEnabled {
  padding-top: 64px;
}

.docArticle__headerLink {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -32px;
  width: 32px;
  top: -8px;
  padding: 8px;
}
.docArticle__headerLink:hover, .docArticle__headerLink:focus {
  opacity: 1;
  visibility: visible;
}
.docArticle__headerLink svg {
  fill: #000;
}

h2:hover .docArticle__headerLink, h3:hover .docArticle__headerLink, h4:hover .docArticle__headerLink, h5:hover .docArticle__headerLink, h6:hover .docArticle__headerLink {
  opacity: 1;
  visibility: visible;
}

.docArticle__versionControl {
  min-width: 140px;
}
@media only screen and (max-width: 574px) {
  .docArticle__versionControl {
    width: 100%;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .docArticle__versionControl {
    width: 100%;
  }
}

.docArticle__callout {
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -24px;
}

.euiCodeBlock {
  margin-bottom: 24px;
}

.euiSelectableTemplateSitewide__list .euiSelectableListItem__icon {
  display: none;
}

.euiListGroupItem.euiListGroupItem-isActive.euiListGroupItem-isActive {
  color: #0061a6;
  background-color: rgba(0, 119, 204, 0.2);
}
.euiListGroupItem.euiListGroupItem-isActive.euiListGroupItem-isActive:not([class*=isDisabled]):hover, .euiListGroupItem.euiListGroupItem-isActive.euiListGroupItem-isActive:not([class*=isDisabled]):focus {
  background-color: rgba(0, 119, 204, 0.2);
}
.euiListGroupItem.euiListGroupItem-isActive.euiListGroupItem-isActive .euiListGroupItem__button {
  color: inherit !important;
  font-weight: 700;
}

.docArticle__header:not(.docArticle__header--hasDescription) .euiSpacer {
  display: none;
}

.euiText p {
  margin-bottom: 0 !important;
}
.euiText p:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
.euiText .euiImage__img, .euiText .docBadge {
  margin-bottom: 0 !important;
}
.euiText .docVideo, .euiText .docWhimsical, .euiText .docCallOut, .euiText .docAccordion:not(:last-child), .euiText .euiTable {
  margin-bottom: 24px;
}
.euiText ul ul, .euiText ul ol, .euiText ol ul, .euiText ol ol {
  margin-bottom: 0;
}

.vidyard-video-wrapper button, .vidyard-video-wrapper figure {
  width: 100%;
}

.docHome__content__hero, .docHome__content__hero2,
.docHome__content__hero3 {
  padding: 40px 32px;
  border-bottom: #eaedf3 1px solid;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 574px) {
  .docHome__content__hero, .docHome__content__hero2,
.docHome__content__hero3 {
    padding: 8px 24px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .docHome__content__hero, .docHome__content__hero2,
.docHome__content__hero3 {
    padding: 8px 24px;
  }
}
.docHome__content__hero .docHome__content__container, .docHome__content__hero2 .docHome__content__container,
.docHome__content__hero3 .docHome__content__container {
  width: 87.5%;
  max-width: 1180px;
  padding: 40px 32px;
}
.docHome__content__hero .docHome__content__container .docHome__content_image-cloud, .docHome__content__hero2 .docHome__content__container .docHome__content_image-cloud,
.docHome__content__hero3 .docHome__content__container .docHome__content_image-cloud {
  max-height: 355px;
}
@media only screen and (max-width: 574px) {
  .docHome__content__hero .docHome__content__container, .docHome__content__hero2 .docHome__content__container,
.docHome__content__hero3 .docHome__content__container {
    padding: 12px;
    width: 100%;
    flex-direction: column-reverse;
  }
  .docHome__content__hero .docHome__content__container .docHome__content_image-cloud, .docHome__content__hero2 .docHome__content__container .docHome__content_image-cloud,
.docHome__content__hero3 .docHome__content__container .docHome__content_image-cloud {
    max-width: 240px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .docHome__content__hero .docHome__content__container, .docHome__content__hero2 .docHome__content__container,
.docHome__content__hero3 .docHome__content__container {
    padding: 12px;
    width: 100%;
    flex-direction: column-reverse;
  }
  .docHome__content__hero .docHome__content__container .docHome__content_image-cloud, .docHome__content__hero2 .docHome__content__container .docHome__content_image-cloud,
.docHome__content__hero3 .docHome__content__container .docHome__content_image-cloud {
    max-width: 240px;
  }
}
.docHome__content__hero .docHome__content__listGroup, .docHome__content__hero2 .docHome__content__listGroup,
.docHome__content__hero3 .docHome__content__listGroup {
  margin: 0;
}
.docHome__content__hero .docHome__content__cta, .docHome__content__hero2 .docHome__content__cta,
.docHome__content__hero3 .docHome__content__cta {
  width: 160px;
}

@media only screen and (max-width: 574px) {
  .docHome__content__hero2 .docHome__content__container {
    flex-direction: row;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .docHome__content__hero2 .docHome__content__container {
    flex-direction: row;
  }
}
.docHome__content__hero2 .docHome__content__centerAlign {
  text-align: center;
  display: flex;
  padding-left: 64px;
}
@media only screen and (max-width: 574px) {
  .docHome__content__hero2 .docHome__content__centerAlign {
    padding: 12px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .docHome__content__hero2 .docHome__content__centerAlign {
    padding: 12px;
  }
}
.docHome__content__hero2 .docHome__content__centerAlign .docHome__content__centerAlign__buttonWrapper {
  justify-content: center;
}

.docTopSection {
  padding: 32px 24px 0;
}
@media only screen and (max-width: 574px) {
  .docTopSection {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .docTopSection {
    width: 100%;
    padding: 0;
  }
}

.docContentWrapper {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

html:not([data-theme=dark]) .docPageContent, html:not([data-theme=dark]) .search-page {
  background: #fff !important;
}