
/* *************************************** */
/* Fonts */
/* *************************************** */

@font-face {
  font-family: Oldschool Grotesk Regular;
  src: url(https://cdn.prod.website-files.com/669541aea7a7e495ecd1ced8/67f8bc2fac8480554662932b_OldschoolGrotesk_W-Regular.woff2)format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Oldschool Grotesk Compact;
  src: url(https://cdn.prod.website-files.com/669541aea7a7e495ecd1ced8/67f8bc73630dd52ec4290d9a_OldschoolGroteskCompact_W-Bold.woff2)format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Season;
  src: url(https://cdn.prod.website-files.com/669541aea7a7e495ecd1ced8/67f8bcc8e2299c0632feb588_SeasonMix-Regular.woff2)format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Season;
  src: url(https://cdn.prod.website-files.com/669541aea7a7e495ecd1ced8/67f8bcdf5254213f961a05a5_SeasonMix-RegularItalic.woff2)format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap
}


:root {
  --heading-font-family: Oldschool Grotesk Compact;
  --heading-font-weight: 800;
  --subheading-font-family: Season;
  --subheading-font-weight: 400;
  --body-font-family: Oldschool Grotesk Regular;
  --body-font-weight: 400;
}


/* *************************************** */
/* Custom colors */
/* *************************************** */
:root {
  /*rebranding colors */
  --yellow: #FFEC40;
  --black: #191515;
  --white: #FFFFEE;
  --slate: #887B7B;
  --light-yellow: #FFFFB1;
  --silver: rgba(228, 228, 219); /*#E4E4DB*/
  --khaki: #403F33;
  --light-mode-red: #E34038;
  --light-mode-orange: #DE6929;
  --light-mode-blue: #239AC6;
  --light-mode-green: #60A505;
  --light-mode-purple: #985BDC;
  --light-mode-pink: #DE62C1;
  /* lighter colors to use for backgrounds  */
  --light-silver: #F8F8F3;
  --inline-code-bg: #F8F8FF;
}

:root {
  /*background*/
  --lumx-app-background: var(--silver);
  --lumx-app-background-alt: #FFF;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 0.5px solid var(--khaki);
}
::-webkit-scrollbar-thumb {
  background-color: var(--khaki);
  border-radius: 10px;
}
.lumx-base-display-none {
  display: none;
}

html {
  scroll-behavior: smooth;
  /*content: "UP";*/
}
#front-office-app {
  background-color: var(--silver);
}

body {
  font-family: var(--body-font-family), sans-serif;
  font-optical-sizing: auto;
  font-weight: var(--body-font-weight);
  color: var(--black);
}

main.search-page,
main.content-page {
  margin-bottom: 0px !important;
}


/* ========= HEADER ========= */
/* -------- logo -------- */
.header-top__logo img {
  height: 26px;
}
.header-top {
  margin: 0 24px;
}
/*15 march 2024 - make logo css apply only to non NGI*/
div#app-view *.header-top__logo a {
  height: 54px;
}
/* -------- search bar -------- */
.searchbox__wrapper {
  justify-content: flex-start; /* fix search bar in public site and search result page to align left*/
}
button[data-id="search-submit"] {
  border-width: 0.5px;
  border-style: solid;
  border-color: var(--black);
}
.searchbox--theme-light:not(:has(.lumx-text-field--is-focus)) {
  border-width: 0.5px 0 0.5px 0.5px;
  border-style: solid;
  border-color: var(--black);
}
/* -------- top-bar nav -------- */
.main-nav,
.header-main-nav {
  box-shadow: none;
}
.main-nav {
  background-color: #FFF;
}
@media (min-width: 1024px) {
  .header-main-nav {
    margin: 0 24px;
  }
  .main-nav {
    border-radius: 0 0 40px 40px;
  }
}

@media (max-width: 1023px) {
  .main-nav {
    margin: 0 12px;
  }
  .header-main-nav {
    margin: 0 12px;
  }
  .header-top {
    border-radius: 0 0 20px 20px;
    margin: 0 12px;
  }
}
.header--reworked-ui .header-main-nav,
.header-main-nav {
  background-color: transparent;
}
/* ========= FOOTER ========= */
.footer {
  background-color: #FFF;
  border-radius: 30px;
  margin: 0 24px 24px 24px;
}
@media (max-width: 1023px) {
  .footer {
    margin: 0 12px 12px 12px;
  }
}

.footer .wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.footer .wrapper .logo,
.footer .wrapper .mentions {
  padding-top: 12px;
}

.footer .wrapper .mentions {
  font-size: 12px;
  font-style: italic;
  color: var(--black);
}

.footer .wrapper .logo img {
  width: 140px;
}

.footer .wrapper .mentions a {
  font-weight: 600;
  color: var(--black);
  text-decoration: underline;
}

.footer .wrapper .mentions a:hover {
  color: var(--khaki);
}
/* ========= navigation (HP and sidebar) ======= */
li.navigation-item.sub-navigation-element:hover:not(:has(li.navigation-item, a.navigation-item__link--is-selected)),
div.navigation-item__link:hover:not(:has(li.navigation-item), .navigation-item__link--is-selected) {
  outline: 1px solid var(--black);
  border-radius: 4px;
}
ul.navigation {
  padding: 1px;
}
/* ========= ATLASSIAN ISSUE COLLECTOR (button to create DOC ticket) ======= */
#internal-feedback h2 {
  font-size: 1em !important;
}

/* ========= DOCS IN IFRAME (hides navigation widget and gdpr banner when showing site inside an iframe) ======= */
.docs-in-iframe .widget-sub-nav,
.docs-in-iframe .gdpr-banner {
  display: none;
}
/* ========= IFRAME IN DOCS ======= */
/* Make object (iframe) fullwidth for https://docs.lumapps.com/docs/devportal-l5523230204082502 */
#l5523230204082502__magallery > object {
  width: 100% !important;
}

/* ========= HIDE REPORT BUTTON ======= */
[data-id^="contextual-actions-content-report-"] {
  display: none;
}
li:has([data-id^="post-actions-action-btn-report"]) {
  display: none;
}

/* ========= ERROR PAGES ======= */
.front-office-error-page {
  background-color: #FFF;
  padding: 24px;
  border-radius: 30px;
  margin-top: 124px;
}
@media (max-width: 1023px) {
  .front-office-error-page {
    margin-top: 84px;
  }
}
/* ========= NEW USER PROFILE PAGE ======= */
main.user-profile,
main.user-profile--new {
  background-color: #FFF;
  margin-left: 50%;
  margin-right: 50%;
  width: 95%;
  display: flex;
  align-self: center;
  justify-content: center;
  padding: 24px;
  border-radius: 30px;

}
/* ========= PLAY VIDEO GALLERY PAGE ======= */
.video-gallery-page {
  background-color: #FFF;
  padding: 50px;
  border-radius: 30px;
}
@media (max-width: 1023px) {
  .video-gallery-page {
    padding: 24px;
  }
}
/* ========= SEARCH RESULTS PAGE ======= */
div.search-result-breadcrumb a.level__link {
  text-decoration: underline;
  color: var(--black);
}

/*div.search-result-breadcrumb a.level__link:hover {
  background-color: var(--light-yellow);
}*/
a.search-result-title__link:hover {
  color: var(--slate) !important;
}
#front-office-app:has(main.search-page) {
  background-color: #FFF;
}
.ai-generated-result-loading-state--loaded, 
.search-generated-results--loaded,
.ai-generated-result-loading-state {
  background-color: var(--light-silver) !important;
  border-radius: 40px !important;
}
@media (min-width: 1024px) {
  .ai-generated-result-loading-state--loaded, 
  .search-generated-results--loaded {
    margin: 0 24px 24px 24px !important;
  }
}
@media (max-width: 1023px) {
  .ai-generated-result-loading-state--loaded, 
  .search-generated-results--loaded {
    margin: 12px 0 !important;
  }
}
/* ========= HOMEPAGE ========= */
/*Title*/
.homepage-title {
  display: flex;
  padding: 0.5px;
}

p.hi {
  color: var(--black);
  margin-left: 10%;
  padding-top: 50px;
  max-width: 70%;
  font-family: var(--heading-font-family), sans-serif !important;
  font-weight: var(--heading-font-weight); 
  font-weight: var(--heading-font-weight);
  font-size: 90px;
  line-height: 100%;
  letter-spacing: -3%;
}

.block-html .homepage-title img.fr-dib,
.homepage-img {
  display: inline-block;
  max-width: 300px;
  width: 20%;
  margin: auto 0 auto auto;
  padding-right: 0;
  padding-top: 50px;
}

@media (max-width: 1250px) {
  img.homepage-img {
    display: none !important;
  }
  p.hi {
    width: 100%;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    margin: 0 auto;
  }
}

/* Ancre homepage */
.tags-ancre {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.tags-ancre li {
  list-style: none;
}

.tags-ancre li a {
  font-family: var(--heading-font-family), sans-serif !important;
  font-weight: var(--heading-font-weight);
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -3%;
  text-align: center;
  display: inline-block;
  background: var(--black);
  color: var(--white) !important;
  padding: 16px;
  margin: 5px;
  border-radius: 10px;
  transition: all 0.4s;
  text-decoration: none !important;
}

.tags-ancre li a:hover {
  background: var(--silver);
  color: var(--black) !important;
  text-decoration: none !important;
}

/* row */
.component-row,
.row {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  border-style: solid;
  border-width: 0;
}
.component-row--one-column .component-cell--docs-hp-cell1-1col .cell__wrapper {
  border-radius: 30px 0 0 30px;
}
.component-row--one-column .component-cell--docs-hp-cell2-1col .cell__wrapper {
  border-radius: 0 30px 30px 0;
}
@media (max-width: 1025px) {
  .component-row--one-column .component-cell--docs-hp-cell1-1col .cell__wrapper {
    border-radius: 30px 30px 0 0 !important;
  }
  .component-row--one-column .component-cell--docs-hp-cell2-1col .cell__wrapper {
    border-radius: 0 0 30px 30px !important;
  }
  .component-row--one-column,
  .component-row--two-column .component-cell--docs-hp-cell1-2col .cell__wrapper,
  .component-row--two-column .component-cell--docs-hp-cell2-2col .cell__wrapper {
    margin: 2% 4% 2% 4% !important;
  }
}

.component-cell,
.cell { /*used*/
  position: relative;
  display: flex;
  flex-direction: column;
}

/* paragraphs */
.section-description {
  font-family: var(--subheading-font-family), sans-serif !important;
  font-weight: var(--subheading-font-weight);
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.5%;
  vertical-align: bottom;
}
@media (max-width: 1025px) {
  .section-description {
    font-size: 18px;
  }
}

.widget-footer a span {
  font-family: var(--heading-font-family), sans-serif !important;
  font-weight: var(--heading-font-weight);
  font-size: 20px;
  line-height: 80%;
  letter-spacing: -3%;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
  overflow: visible;
}
@media (max-width: 1025px) {
  .widget-footer a span {
    font-size: 14px !important;
  }
}

.widget-footer a:hover span {
  text-decoration: none;
}

/* titles */
.nav-section-title {
  font-family: var(--heading-font-family), sans-serif !important; 
  font-weight: var(--heading-font-weight); 
  font-size: 60px;
  line-height: 95%;
  letter-spacing: -3%;
}
@media (max-width: 1025px) {
  .nav-section-title {
    font-size: 30px;
  }
}
/* subnav HP */
@media (min-width: 1024px) {
  .component-row--two-column .widget--small-nav .widget-sub-nav__list,
  .component-row--two-column .widget--small-nav .navigation {
    column-count: 2;
  }
  .component-row--two-column .widget--small-nav .widget-sub-nav__list *,
  .component-row--two-column .widget--small-nav .navigation * {
    column-count: 1;
  }
}
@media (max-width: 1025px) {
  .widget--small-nav .navigation {
    margin-left: 16px !important; 
    padding: 1px 12px;
  }
}
.widget--small-nav .widget-sub-nav__wrapper {
  min-height: 32px; /*not used?*/
}
.widget--small-nav .sidebar .widget-sub-nav__toggle,
.widget--small-nav.widget--theme-light .widget-sub-nav__toggle { /*not used?*/
  width: 24px;
  height: 24px;
}
.widget--small-nav .widget-sub-nav__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.widget--small-nav
  .sidebar
  .widget-sub-nav__list.widget-sub-nav__list--root
  > li,
.widget--small-nav.widget--theme-light
  .widget-sub-nav__list.widget-sub-nav__list--root
  > li { /*not used?*/
  margin-right: 32px;
  width: 196px;
}
.widget--small-nav .sub-navigation-element .navigation-item__label {
  font-size: 16px;
}

/* ========= TITLE WIDGET ======= */
.widget-title div.widget-header {
  visibility: hidden;
}
/* ========= HTML WIDGETS ======= */
.widget-html div.block-html .shortdesc,
.widget-html div.block-html section,
.widget-html div.block-html article,
.widget-html,
.widget--docWidget-body div.docWidget-body {
  font-size: 14px;
}

/* ========= docs content ======== */
/* -------- SIDE-BAR NAVIGATION -------- */

.content-page--type-custom [data-id^="layout-row0-cell0"] .cell__wrapper {
  background-color: #fffef5 !important;
  border-radius: 40px;
}
/* -------- Main -------- */
main.content-page--type-custom {
  margin: 12px 24px;
}
.content-page--type-custom [data-id^="layout-row0-cell1"] .cell__wrapper {
  border-radius: 40px 0 0 40px;
  background-color: transparent;
  margin: 0 0 0 24px;
  padding-right: 0;
}
.content-page--type-custom [data-id^="layout-row0-cell2"] .cell__wrapper {
  border-radius: 0 40px 40px 0;
  background-color: transparent;
  position: unset;
}
.content-page--type-custom [data-id^="layout-row0"] {
  border-top-color: transparent !important;
  margin: 0 0 12px 0;
}
@media (max-width: 1023px) {
  main.content-page--type-custom {
    margin: 6px 12px;
  }
  .content-page--type-custom [data-id^="layout-row0-cell1"] .cell__wrapper,
  .content-page--type-custom [data-id^="layout-row0-cell2"] .cell__wrapper,
  .content-page--type-custom .cell__wrapper:has(.widget-sub-nav) {
    padding: 12px;
  }
  .content-page--type-custom [data-id^="layout-row0-cell1"] .cell__wrapper,
  .content-page--type-custom [data-id^="layout-row0-cell2"] .cell__wrapper {
    border-radius: 40px;
    margin: 0;
  }
}
/* -------- article -------- */
.widget-html .widget-html__content article {
  margin-bottom: 16px !important;
}
/* -------- headings -------- */
h1,
h1.block-title,
h2.sectiontitle,
h2.topictitle2,
h3.topictitle3,
h3.sectiontitle,
h4.topictitle4,
h4.sectiontitle,
.block-html h2.sectiontitle,
.block-html h2.topictitle2,
.block-html h3.topictitle3,
.block-html h3.sectiontitle,
.block-html h4.topictitle4,
.block-html h4.sectiontitle {
  font-family: var(--heading-font-family), sans-serif !important; 
  font-weight: var(--heading-font-weight) !important;
  font-optical-sizing: auto;
  font-style: normal !important;
}
/* -- title/h1 (using lumx defaults) -- */
/* -- h2 -- */
.block-html h2.sectiontitle,
.block-html h2.topictitle2,
h2.sectiontitle,
h2.topictitle2 {
  margin-top: 36px;
  margin-bottom: 24px !important;
}

/* -- h3 -- */
.block-html h3.topictitle3,
.block-html h3.sectiontitle,
h3.topictitle3,
h3.sectiontitle {
  margin-top: 24px;
  margin-bottom: 16px !important;
  color: var(--khaki);
}

/* -- h4 (using lumx defaults?) -- */
.block-html h4.topictitle4,
.block-html h4.sectiontitle,
h4.topictitle4,
h4.sectiontitle {
  margin-top: 16px;
  margin-bottom: 11px !important;
}
/* -- anchor (heading url copy button) -- */
.widget-html-title-anchor:hover,
.widget-html-title-anchor:visited,
.widget-html-title-anchor:active,
.widget-html-title-anchor:link {
  text-decoration: none !important;
  background-color: transparent;
}
/* -------- embeded media -------- */
/* -- figures (images) -- */
.widget-html .widget-html__content figure > div,
.widget-html .block-html figure > div {
  margin: 12px 0;
}

.widget-html figure > div > img {
  margin-top: 46px;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  box-shadow: 0px 0px 10px 10px var(--light-silver);
  border: 0.5px solid var(--slate);
}

/* -- objects (iframes) -- */
/* -------- boxes -------- */
/* box layout */
.widget-html .widget-html__content .box,
.widget-html .block-html .box {
  position: relative !important;
  padding: 16px 16px 16px 72px;
  margin: 16px 10px !important;
  border-radius: 9px !important;
  box-shadow: 2px 2px 4px 3px var(--light-silver) !important;
  width: fit-content;
  /*background-color: var(--white);*/
}
.widget-html .widget-html__content .box:last-child,
.widget-html .block-html .box:last-child {
  margin-bottom: 0;
}
.widget-html.widget--docWidget-body div.box p {
  margin-bottom: 0;
}
/* box icons */
.widget-html .widget-html__content .box:before,
.widget-html .block-html .box:before {
  position: absolute;
  top: 50%;
  left: 16px;
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  font: normal normal normal 48px/1 Material Design Icons;
  font-size: inherit;
  font-size: 40px;
  line-height: inherit;
  line-height: none;
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}
/* -- attention (red) --*/
.widget-html .widget-html__content .box--attention,
.widget-html .block-html .box--attention {
  border: 4px solid var(--light-mode-red);
  background-color: #fffaf9;
}

.widget-html .widget-html__content .box--attention:before,
.widget-html .block-html .box--attention:before {
  color: var(--light-mode-red);
  content: "\F015D";
}

/* -- warning (orange) --*/
.widget-html .widget-html__content .box--info,
.widget-html .block-html .box--info {
  border: 4px solid var(--light-mode-orange);
  background-color: #fffbf9;
}

.widget-html .widget-html__content .box--info:before,
.widget-html .block-html .box--info:before {
  color: var(--light-mode-orange);
  content: "\F0CE4";
}

/* -- note (light blue) -- */
.widget-html .widget-html__content .box--note,
.widget-html .block-html .box--note {
  border: 4px solid var(--light-mode-blue);
  background-color: #f7fdff;
}

.widget-html .widget-html__content .box--note:before,
.widget-html .block-html .box--note:before {
  color: var(--light-mode-blue);
  content: "\F09ED";
}

/* -- tip (green) --*/
.widget-html .widget-html__content .box--tip,
.widget-html .block-html .box--tip {
  border: 4px solid var(--light-mode-green);
  background-color: #fcfff8;
}
.widget-html .widget-html__content .box--tip:before,
.widget-html .block-html .box--tip:before {
  color: var(--light-mode-green);
  content: "\F06E9";
}

/* -- restriction/remember (used for content with visibility restriction) (purple) --*/
.widget-html .widget-html__content .box--remember,
.widget-html .block-html .box--remember,
.widget-html .widget-html__content .box--restriction,
.widget-html .block-html .box--restriction{
  border: 4px solid var(--light-mode-purple);
  background-color: #fdfaff;
}
.widget-html .widget-html__content .box--remember:before,
.widget-html .block-html .box--remember:before,
.widget-html .widget-html__content .box--restriction:before,
.widget-html .block-html .box--restriction:before {
  color: var(--light-mode-purple);
  content: "\F15E3";
}

/* -- example (pink) --*/
div.example {
  position: relative !important;
  padding: 16px 16px 16px 72px;
  margin: 16px 0 !important;
  border-left: 4px solid var(--light-mode-pink);
  border-radius: 4px !important;
}

div.example:last-child {
  margin-bottom: 0;
}

div.example:before {
  position: absolute;
  top: 10%;
  left: 16px;
  align-items: center;
  font: normal normal normal 48px/1 Material Design Icons;
  font-size: 40px;
  color: var(--light-mode-pink);
  content: "\F00C3";
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* -- rights (no left border) -- */
.widget-html .widget-html__content .box--rights,
.widget-html .block-html .box--rights,
.widget-html__wysiwyg .box--rights {
  padding-left: 24px;
  border: 4px solid var(--slate);
  background-color: #fffef5;
}
.widget-html .widget-html__content .box--rights:before,
.widget-html .block-html .box--rights:before {
  display: none;
}

/* -- requirement -- */
.widget-html .widget-html__content .box--requirement,
.widget-html .block-html .box--requirement,
.widget-html__wysiwyg .box--requirement {
  border: 4px solid var(--light-mode-green);
  background-color: #fcfff8;
}
.widget-html .widget-html__content .box--requirement:before,
.widget-html .block-html .box--requirement:before {
  color: var(--light-mode-green);
  content: "\F05E1";
}

/* ------- paragraph ------ */
.widget-html.widget--docWidget-body p,
.widget-html.widget--docWidget-body p:not(:last-child) {
  margin-bottom: 8px;
}
/* ------- lists ------ */
/* -- ul -- */
.widget-html.widget--related .widget-html__content .ullinks,
.widget-html.widget--related .block-html .ullinks {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
/* -- ol --*/
.widget-html .widget-html__content ol,
.widget-html .block-html ol {
  margin-bottom: 16px !important;
}
/* -- definition list -- */
.widget-html .widget-html__content dfn,
.widget-html .block-html dfn {
  font-style: inherit;
}
.widget-html .widget-html__content dl,
.widget-html .block-html dl {
  margin-left: 0;
}
.widget-html .widget-html__content dt,
.widget-html .block-html dt {
  margin: 25px 0 6px 0 !important;
  font-weight: 600 !important;
}

.widget-html .widget-html__content dd > dl > dt,
.widget-html .block-html dd > dl > dt {
  margin: 12px 0 6px 20px !important;
  font-weight: 600 !important;
  font-size: 1.03em;
}
.widget-html .widget-html__content dt > img,
.widget-html .block-html dt > img {
  max-width: 20px !important;
}
.widget-html .widget-html__content dd,
.widget-html .block-html dd {
  margin: 12px 0 6px 25px !important;
}
.widget-html .widget-html__content dd > dl > dd,
.widget-html .block-html dd > dl > dd {
  margin: 12px 0 6px 45px !important;
}

/* ------- task ------ */
/* -- step list item --*/
.widget-html .widget-html__content li.stepexpand,
.widget-html .block-html li.stepexpand,
.widget-html .widget-html__content li.stepexpand > div,
.widget-html .block-html li.stepexpand > div {
  margin: 12px 0;
}
.widget-html .widget-html__content li.stepexpand > div:last-child,
.widget-html .block-html li.stepexpand > div:last-child {
  margin: 12px 0 24px 0;
}
/* -- task result -- */
section.taskresults:has(p)::before {
  font-weight: bold;
  content: "Result";
}
section.taskresults {
  padding-top: 1em;
  border-top: solid 1px;
}

/* ------- tables -------- */
.widget-html__content table th,
.block-html table th {
  background-color: var(--light-silver) !important;
}
.block-html table td, .block-html table th {
  border-color: #909089 !important;
}
/* -- notifications page tables -- */
#l049942206690904434__table_i44_plm_dmb.frame-all colgroup col:nth-child(2) {
  width: 20% !important;
}
#l049942206690904434__table_dy5_n1x_smb.frame-all colgroup col:nth-child(2) {
  width: 20% !important;
}
#l049942206690904434__table_zff_4td_tmb.frame-all colgroup col:nth-child(2) {
  width: 18% !important;
}
#l049942206690904434__table_b1t_p1x_smb.frame-all colgroup col:nth-child(2) {
  width: 18% !important;
}

/* ------- code snippets -------- */
.widget-html .widget-html__content pre code,
.widget-html .block-html pre code {
  background-color: transparent;
}
.widget-html .widget-html__content pre,
.widget-html .block-html pre {
  display: block;
  padding: 16px;
  width: fit-content;
  text-wrap: wrap;
  background-color: var(--light-silver) !important;
  color: var(--black);
  border-color: var(--slate);
  border-style: solid;
  border-width: 0.5px 0.5px 0.5px 4px;
  border-radius: 4px;
}
code[class*=language-], pre[class*=language-] {
  font-size: 1em;
  white-space: pre-wrap;

}

.widget-html .widget-html__content code span.uicontrol,
.widget-html .block-html code span.uicontrol {
  white-space: normal;
}

table code.codeph {
  line-break: auto;
}

/* -------- word formating -------- */

/* -- bold --*/
/* uicontrols, mdi, menucascade '>'  */
.widget-html .uicontrol,
.widget-html abbr[title="and then"] {
  font-family: inherit;
  font-weight: 600;
}

.widget-html .widget-html__content span.mdi:before,
.widget-html .block-html span.mdi:before {
  margin-right: 3px;
}

/* menucascade '>' abbr and other abbr elements */
.widget-html .widget-html__content abbr[title],
.widget-html .block-html abbr[title] {
  -webkit-text-decoration: none;
  text-decoration: underline;
  text-decoration: none;
  border-bottom: none;
}

/* mdi icon colors */
.mdi-red::before {
    color: #d92626;
}

.mdi-yellow::before {
    color: #ffdc00;
}

.mdi-green::before {
    color: #2c7d54;
}

/* -- code --*/
code.codeph {
  display: inline-block;
  padding: 0 6px;
  font-weight: 400 !important;
  /*border-left: 0px;*/
  border-radius: 4px;
  background-color: var(--light-silver) !important;
  color: var(--black);
  border: 0.5px solid var(--slate);
  line-break: anywhere;
}

/* -- link -- */
.widget--docWidget-body a, .docWidget-shortdesc a {
  text-decoration: underline;
}

.widget--docWidget-body a:hover, .docWidget-shortdesc a:hover {
  color: var(--khaki) !important;
}

/* ========= breadcrumb doc page ======== */
div.widget-breadcrumb a.widget-breadcrumb__link {
  font-weight: 600;
}
.content-page--type-custom .widget-breadcrumb li:nth-child(2) {
  display: none;
}
/* ========= related links ======== */

@media (max-width: 1023px) {
  .widget-html.widget--anchors {
    display: none;
  }
}

.widget-html.widget--anchors .widget-html__content ul,
.widget-html.widget--anchors .block-html ul {
  padding: 1px;
  margin: 0;
  list-style: none;
}

.widget-html.widget--anchors .widget-html__content li,
.widget-html.widget--anchors .block-html li {
  margin-bottom: 4px;
  border-radius: 4px;
}
.widget-html.widget--anchors .widget-html__content li:hover, .widget-html.widget--anchors .block-html li:hover {
  outline: 1px solid black;
}
.widget-html.widget--anchors .widget-html__content li:last-child,
.widget-html.widget--anchors .block-html li:last-child {
  margin-bottom: 1px;
}

.widget-html.widget--anchors .widget-html__content a,
.widget-html.widget--anchors .block-html a {
  display: flex;
  flex: 1;
  flex: 1 1 auto;
  flex-direction: row;
  align-items: center;
  min-height: 36px;
  padding: 0 8px;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  cursor: pointer;
  border-radius: 2px;
  outline: none;
}

.widget-html.widget--anchors .widget-html__content a:hover,
.widget-html.widget--anchors .block-html a:hover,
.widget-html.widget--anchors .widget-html__content a[data-focus-visible-added],
.widget-html.widget--anchors .block-html a[data-focus-visible-added] {
  background-color: rgba(0, 0, 0, 0.12);
}
.widget-html.widget--anchors .widget-html__content a:active,
.widget-html.widget--anchors .block-html a:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.widget-html.widget--anchors .widget-html__content a.is-selected,
.widget-html.widget--anchors .block-html a.is-selected {
  background-color: rgba(0, 0, 0, 0.2);
}
.widget-html.widget--anchors .widget-html__content a.is-selected:hover,
.widget-html.widget--anchors .block-html a.is-selected:hover,
.widget-html.widget--anchors
  .widget-html__content
  a.is-selected[data-focus-visible-added],
.widget-html.widget--anchors
  .block-html
  a.is-selected[data-focus-visible-added] {
  background-color: rgba(0, 0, 0, 0.2);
}

/* ----------- child pages links (bottom of doc pages) --------- */
.widget-html.widget--anchors .widget-html__content a.is-selected:active,
.widget-html.widget--anchors .block-html a.is-selected:active {
  background-color: rgba(0, 0, 0, 0.2);
} 
.widget-html.widget--related .widget-html__content ul,
.widget-html.widget--related .block-html ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget-html.widget--related .widget-html__content ol,
.widget-html.widget--related .block-html ol {
  padding: 0;
  margin: 0 0 0 16px;
}
.widget-html.widget--related .widget-html__content li,
.widget-html.widget--related .block-html li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--silver);
}
.widget-html.widget--related .widget-html__content li:last-child,
.widget-html.widget--related .block-html li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.widget-html.widget--related .widget-html__content a,
.widget-html.widget--related .block-html a {
  font-size: 1em;
  font-weight: 600;
  line-height: 20px;
  color: var(--black);
  text-decoration: none;
}
.widget-html.widget--related .widget-html__content a:hover,
.widget-html.widget--related .block-html a:hover {
  text-decoration: underline;
}
.widget-html.widget--related .widget-html__content p,
.widget-html.widget--related .block-html p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
