html {
  scroll-behavior: smooth;
  font-family: 'Saans', 'Instrument Sans', 'Helvetica' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: overflow 0.3s ease;
}

:target {
  scroll-margin-top: 150px;
}

body {
  display: flex;
  flex-direction: column;
  overflow: unset !important;
}

article p,
article ul,
article li,
article .fly-panel-body,
article .definition {
  font-size: 18px;
  line-height: 1.75rem;
}

article li:not([class*="schema"]) > div:first-of-type {
  margin-top: 18px;
}

p.release-note-content {
  font-size: 16px;
  margin-top: 8px;
}

.release-note-content a, #latest-features p, #latest-features span {
  color: rgb(75, 75, 96) !important;
}

article table {
  margin: 24px 0px 32px;
  overflow-x: scroll;
}

.tablediv td {
  white-space: nowrap !important;
}

p,
ul,
li {
  margin: revert;
}

article li {
  margin: 18px 6px;
}

article li::marker {
  font-weight: bold;
  color: #343446;
}

h2 code, h3 code, h4 code, h5 code, h6 code {
  font-size: inherit !important;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  top: -0.125em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  position: relative;
}

.callout-icon {
  top: 4px;
}

.isParent .icon {
  top: 0px;
}

.no-scroll {
  overflow: hidden !important;
}

.homepage-box-contents .icon {
  width: 1.5rem;
  height: 1.5rem;
  top: -0.4rem;
  margin-right: 0.5rem;
}

.icon.link {
  height: 0.75em;
  width: 0.75em;
}

/* Icon spacing utilities */
.icon-inline {
  margin-right: 4px;
  vertical-align: middle;
}

.icon-spacing-right {
  margin-right: 4px;
}

.icon-spacing-left {
  margin-left: 4px;
}

.icon-spacing-both {
  margin-left: 4px;
  margin-right: 4px;
}

/* Context-specific icon spacing */
p .icon-inline,
span .icon-inline,
li .icon-inline {
  margin-right: 6px;
}

/* Button and link context */
button .icon-inline,
a .icon-inline {
  margin-right: 4px;
}

/* Heading context */
h1 .icon-inline,
h2 .icon-inline,
h3 .icon-inline,
h4 .icon-inline,
h5 .icon-inline,
h6 .icon-inline {
  margin-right: 8px;
}

/* nav */
.nav__toggle {
  display: none;
}

.nav-item {
  margin-left: 5px;
  position: relative;
}

.nav-item .fly-label {
  font-size: 0.8rem;
  white-space: normal;
  display: flex !important;
}

.fly-label .nav-item__link {
  text-align: left;
  line-height: 1.25rem;
}

.fly-label .nav-icon {
  display: table-cell;
}

.fly-label--new-purple {
  background-color: #f5f0ff;
  color: #5c1e8f;
  border-radius: 4px;
}

label {
  cursor: pointer;
  color: #555;
}

.tabs {
  justify-content: flex-start;
}

.gdoc-tabs__control:checked + .gdoc-tabs__label + .gdoc-tabs__content {
  display: block;
}

.gdoc-tabs__control:checked + .gdoc-tabs__label {
  background-color: #0b353b;
  color: #e4ffce;
  font-weight: 600;
}

.gdoc-tabs__label:hover {
  background-color: unset;
}

.gdoc-tabs__label:first-of-type {
  margin-left: 0;
}

.gdoc-tabs__label {
  display: inline-block;
  text-transform: unset !important;
  padding: 8px 12px;
  border-bottom: 1px transparent;
  cursor: pointer;
  background-color: #EBF0F1;
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: #EBF0F1;
  background: #EBF0F1;
  margin-left: 4px;
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-weight: 400;
  color: #4b4b60;
}

.gdoc-tabs__content {
  order: 999;
  width: 100%;
  border-top: 1px solid #EBF0F1;
  padding-top: 1rem;
  display: none;
}

.gdoc-tabs__control:checked + .gdoc-tabs__label {
  border-top: 1.5px solid #0b353b;
}

.nav__toggle:not(:checked) ~ ul {
  display: none;
}

.nav__toggle:not(:checked) ~ .fly-label .icon.keyborad_arrow_right,
.nav__toggle:not(:checked) ~ a .fly-label .icon.keyborad_arrow_right {
  transition: ease-in-out 0.2s;
}

.nav__toggle:checked ~ ul {
  display: block;
}

.nav__toggle:checked ~ .fly-label .icon.keyborad_arrow_right,
.nav__toggle:checked ~ a .fly-label .icon.keyborad_arrow_right {
  transform: rotate(90deg) translateX(1px);
  transition: ease-in-out 0.2s;
}

[class*="version-"]:not(.version-latest) > ul {
  padding-left: 0px !important;
  margin-top: -12px;
  margin-left: -4px;
}

.toc-wrapper {
  position: sticky;
  top: 157px;
  overflow-y: auto;
  overflow-x:hidden;
  height: calc(100vh - 160px);
}

#LiquidTableOfContents {
  height: 94vh;
  overflow-y: auto;
}

#TableOfContents {
  padding-right: 24px;
  width: 250px;
  position: relative;
  border-left: 1px solid #EBF0F1;
  display: inline-block;
}

#TableOfContents.disabled {
  opacity: 0.5 !important;
}

.cdp-toc {
  position: sticky !important;
}

.cdp-settings td {
  vertical-align: baseline;
}

.cdp-settings tbody tr:nth-child(even) {
  background-color: #fbfcfd;
}

.cdp-settings code {
  white-space: break-spaces;
}

.cdp-settings tbody td {
  font-size: .85rem;
  padding: 16px 12px;
}

#supported-sources td {
  padding: 12px;
  max-width: 100px;
}

#supported-sources th {
  padding: 20px 12px;
}

#TableOfContents ul {
  padding-left: 8px;
  font-size: 12px;
  font-weight: 500;
  list-style: none;
}

#TableOfContents li a.active {
  color: #0b353b;
  font-weight: 500;
}

#TableOfContents li.active li {
  font-weight: normal;
}

#TableOfContents .active::before {
  content: "\00A0";
  position: absolute;
  left: 0;
  border-left: 2px solid #0b353b;
}

.toc-button {
  right:20px;
  position:fixed;
  bottom:40px;
  padding-bottom: 2px;
}

.toc-button > svg {
  position:relative;
  fill: #ffffff50;
  width: 30px;
  height: 30px;
  padding-top:2px;
}

main.container {
  width: calc(100% - 260px);
}

main.container,
main.rn-container {
  min-height: calc(100vh - 54px);
}

main.rn-container {
  align-items: flex-start;
  display: flex;
}

.calendar-filter {
  position: relative;
}

.calendar-filter .icon:first-of-type {
  position: absolute;
  margin-left: 4px;
  top: 6px;
}

.calendar-filter .icon:last-of-type {
  position: absolute;
  margin-right: 4px;
  top: 6px;
  left: 92%;
}

.calendar-filter input {
  border: 1px solid #c7c7d4;
  border-radius: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 100%;
}

.litepicker .day-item:not(.is-end-date):not(.is-start-date):not(.is-locked) {
  color: #4b4b60 !important;
}

.litepicker .day-item.is-today:not(.is-end-date),
.litepicker .day-item.is-in-range,
.litepicker
  .day-item:not(.is-end-date):not(.is-start-date):not(.is-locked):hover {
  color: #4b4b60 !important;
  background-color: #0b353b20 !important;
}

.litepicker .day-item:hover {
  box-shadow: none !important;
}

.litepicker .da-item.is-locked {
  color: #6f7488 !important;
}

.litepicker .container__days,
.litepicker .month-item-weekdays-row {
  font-size: 14px;
}

.litepicker .month-item-header {
  align-items: unset !important;
}

.litepicker .month-item-year {
  position: relative;
  top: 1px;
}

.litepicker .month-item-weekdays-row {
  text-transform: uppercase !important;
  font-weight: 600 !important;
  color: #4b4b60 !important;
}

.litepicker button:hover > svg {
  fill: #0b353b !important;
}

.litepicker .clear-btn {
  padding-bottom: 2px;
}

.litepicker .clear-btn:hover {
  color: #fff;
  background-color: #0b353b !important;
}

.litepicker .is-start-date,
.litepicker .is-end-date {
  background-color: #0b353b !important;
  box-shadow: none !important;
}

.litepicker select {
  appearance: none !important;
  background: none !important;
  font-size: 14px !important;
}

input.search:focus-visible {
  border-color: #0b353b !important;
}

.release {
  margin-bottom: 60px !important;
}

.tooltip {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #0b353b;
  text-decoration-line: underline;
  text-decoration-style:dotted;
}

.text-info .tooltip, .text-warning .tooltip, .text-danger .tooltip, .text-success .tooltip {
  color: inherit;
}

.tooltip .tooltip-text {
  visibility: hidden;
  white-space: normal !important;
  width: 30rem;
  border: 1px solid #DFDFF2;
  background-color: #EBF0F1;
  padding: 6px 10px 10px;
  border-radius: 6px;
  margin-left: -15rem;
  font-weight: normal;
  font-family: 'Saans', 'Instrument Sans', 'Helvetica' !important;

  /* Position the tooltip text */
  position: absolute;
  top:115%; /* Reduced gap between trigger and tooltip */
  left:50%;

  /* Fade in tooltip with delay for hiding */
  opacity: 0;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
  box-shadow: 4px 4px 24px rgba(52, 52, 70, 0.16), 1px 2px 2px rgba(52, 52, 70, 0.01);
  
}

/* Create an invisible hover bridge between trigger and tooltip */
.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 20px;
  background: transparent;
  z-index: 1;
  pointer-events: auto;
}

.tooltip-text, .tooltip-text p, .tooltip-text ul, .tooltip-text li {
  font-size: 16px !important;
  line-height: 1.5rem !important;
  color: rgb(75, 75, 96);
}

.tooltip-text p, .tooltip-text ul, .tooltip-text li {
  text-align: left;
}

.tooltip a {
  color: #fff;
}

.tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #C7C7D4 transparent;
}

.tooltip:hover .tooltip-text,
.tooltip:hover::after {
  visibility: visible;
  z-index:2;
  opacity: 1;
  display:block;
  transition-delay: 0s; /* Remove delay when showing */
}

/* Ensure tooltip stays visible when hovering the tooltip content itself */
.tooltip .tooltip-text:hover {
  visibility: visible;
  z-index:2;
  opacity: 1;
  display:block;
  transition-delay: 0s; /* Remove delay when showing */
}

/* Override alternating row colors for API comparison tables */
.api-comparison tbody tr:nth-child(2n) {
  background-color: transparent !important;
}

/* Ensure equal column widths for API comparison tables */
.api-comparison th,
.api-comparison td {
  width: 50%;
}

@media (max-width: 1200px) {
  .full-lg-down {
    width: 100% !important;
  }

  .connection-catalog-item {
    width: calc(50% - 14px) !important;
  }
  
  .flex-step {
    flex-direction: column
  }

  .flex-step div:first-of-type {
    margin-bottom: 16px;
  }
}

@media (max-width: 1080px) {
  #searchhits {
    width: calc(100vw - 200px);
  }

  .fly-versioning, #latest-release {
    display: none !important;
  }

  .connection-catalog-item {
    width: calc(33.33% - 14px) !important;
  }
  
  ol.code-walkthrough {
    background: transparent !important;
  }

  article {
    width: 100% !important;
  }

  #TableOfContents.cdp-toc {
    display:none !important;
  }

  #TableOfContents {
    display: none;
    right: 20px;
    background: #fff;
    box-shadow: 4px 4px 24px rgba(52, 52, 70, 0.16), 1px 2px 2px rgba(52, 52, 70, 0.01);

    z-index: 99;
    position: fixed;
    bottom: 90px;
    width:200px;
    border-radius:4px;

  }

  #TableOfContents > ul {
    padding-bottom:8px;
  }
 
}

@media (max-width: 480px) {
  #searchWidgetTrigger {
    display:none;
  }

  /* mobile styling for fly help sidepanel */
  article p,
  article ul,
  article li,
  article .fly-panel-body,
  article .definition, article h1, article h2, article h3, article h4, article h5, .tooltip-text, details summary, details .details-inner, td, tr, th, pre.croma code {
    font-size: revert !important;
    line-height: revert !important;
  }

  .tooltip-text {
    max-width: 80vw;
  }

  article li {
    margin: 8px 2px;
  }

  article.page-content {
    padding: 0 24px;
  }

  article li:not([class*="schema"]) > div:first-of-type {
    margin-top: 18px;
  }

  article table {
    margin-bottom: revert;
  }

  figure > a {
    pointer-events: none;
  }

  .homepage-container {
    display: block !important;
    max-width: 1200px;
  }

  .homepage-contents {
    padding-right: 0px !important;
  }
}

.footer-social .footer-contents {
  padding: 53px 10em;
}

.rn-container #page-menu, #homepage #page-menu {
  display: none;
  padding-bottom: none !important;
}

@media (max-width: 768px) {
  #searchWidgetTrigger {
    top: 10px;
  }

  #homepage-cards {
    margin: 12px !important;
  }

  .homepage-row {
    flex-direction: column;
  }
  
  .homepage-row[data-row="hidden"] {
    display: none;
  }
  
  .homepage-featured-card, .homepage-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 20px 0px 12px 0px;
    height: 100% !important;
  }

  .homepage-video-card {
    max-width:unset !important;
    margin:auto !important;
    width: 80%;
  }
}

@media (max-width: 979px) {
  article {
    width: 100% !important;
  }

  .expand-alphadoc {
    width: 100% !important;
  }
  
  .rn-post-content {
    flex-direction:column;
  }

  .rn-post-content > .rn-image {
    max-width: unset !important;
  }

  #main-nav {
    height: 100%;
  }

  .versionSelector {
    margin-left: 12px;
  }

  header {
    position: fixed !important;
  }

  :not(#homepage) main {
    top: 45px;
    position: relative;
  }

  .rn-container #page-menu, #homepage #page-menu {
    display: unset;
    padding-bottom: 0px !important;
    z-index: 100;
  }

  .collapse {
    max-height: 100vh;
    transition: max-height 0.9s ease-in;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .collapse:not(.show) {
    display: none;
    max-height: 0;
    transition: max-height 0.9s ease-out;
  }

  .page-content {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .academy-page-content {
    padding-left: 0px !important;
    padding-right: 30px !important;
  }

  #docs-header .site-nav-container {
    height: unset !important;
  }

  .search-box {
    width: unset !important;
  }

  .ais-SearchBox-form {
    padding-right: 8px;
  }

  .ais-SearchBox-reset {
    right: 0.7rem !important;
  }

  #api-header .ais-SearchBox-input {
    width: calc(100vw - 100px) !important;
  }

  .page-stuff {
    overflow-x: none;
  }

  #searchhits {
    width: 100vw !important;
    max-width: unset !important;
    right: unset !important;
  }

  .page-header::before {
    content: none;
  }

  .homepage-background::before {
    content: none;
  }

  main.container {
    margin-left: unset;
    width: 100%;
  }
 
  .footer-col {
    text-align: center;
    width: 50% !important;
    margin-top: 30px;
    padding-left: 0px !important;
  }

  .footer-social .footer-contents {
    padding: 40px;
  }
  .homepage-container {
    flex-direction: column; 
  }

  .homepage-box-img {
    display:none;
  }

  .homepage-contents:last-of-type {
    padding-right: 0px !important;
  }

  .homepage-contents {
    margin-top: unset !important;
    margin-bottom: unset !important;
    padding-left: 6px;
  }

  #newUiBanner, #oldUiBanner {
    top: 67px !important;
  }
}

.main-nav-wrapper {
  position: sticky;
  overflow-y: auto;
  top: 134px;
  width: 260px;
  height: Calc(100vh - 134px);
  margin-bottom: 0px !important;
  border-right: 1px solid #EBF0F1;
}

.main-nav {
  overflow-y: auto;
}

.main-nav ul,
#TableOfContents ul {
  list-style: none;
}

ul.nav__list.sub-level li {
  border-left: 1px #4b4b6050 solid;
}

ul.sub-level li.isParent label {
  padding-bottom: 0 !important;
  padding-top: 0;
}

ul.sub-level li.isParent span {
  font-weight: 400 !important;
  text-transform: none !important;
  font-size: inherit !important;
}

.main-nav a,
#TableOfContents a {
  text-decoration: none;
}

.main-nav li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 4px;
  padding-bottom: 4px;
}

.main-nav .sub-level label:hover, .main-nav a:not(.is-active):hover {
  background-color: #0b353b20;
  border-radius: 4px;
  width: 100%;
}

.main-nav a.is-active,
.main-nav li.is-active > a {
  color: #fff !important;
  font-weight: 500;
  width:100%;
}

.main-nav a.is-active:hover {
  text-decoration: none;
}

.main-nav li.is-active > a {
  background: #0b353b;
  border-radius: 4px;
}

.main-nav .fly-label {
  display: flex !important;
  text-align: unset;

}

button.navbar-toggler {
  background-color: transparent;
}

#controls-page-menu,
#controls-rn-filters {
  fill: #6F7488;
  color: #6F7488;

}

.isParent {
  padding: 4px 0px;
}

.isParent > label {
  margin-right: 0px !important;
}

.page-content-max {
  max-width: 1040px;
}

.rn-page-content-max {
  max-width: 1150px;
}

.page-content {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 48px;
}

.academy-page-content {
  padding-left: 0px;
  padding-right: 60px;
  padding-bottom: 48px;
}

#fourZeroFour {
  margin-top: 48px !important;
  min-height: calc(100vh - 200px);
}

code {
  color: #900D5B;
}

.page-content-limit {
  max-width: 1100px;
  width: calc(100% - 250px);
}

.page-content ol ol {
  list-style-type: lower-alpha;
}

.page__anchor {
  display: none;
}

span:hover .page__anchor,
h1:hover .page__anchor,
h2:hover .page__anchor,
h3:hover .page__anchor,
h4:hover .page__anchor,
h5:hover .page__anchor,
h6:hover .page__anchor {
  display: inline-block;
}

.page-content h5 {
  margin-top: 2rem;
}

.page-content ul,
.page-content ol {
  padding-left: 24px;
}

.page-content th {
  font-size: 1rem;
  white-space: normal; /* Only needed when it's set differntly somewhere else */
  word-wrap: break-word;
}

.page-content td {
  font-size: 14px;
  line-height: 1.5rem;
}

.page-content td code {
  font-size: 12px;
}

.text-warning,
.text-note,
.text-tip {
  overflow: visible;
}

/* footer */
.page-stuff {
  position: relative;
  min-height: 100%;
}
footer {
  background: #0B353B;
}

.footer-contents {
  padding-top: 70px;
  padding-bottom: 70px;
  align-content: center;
}

.footer-col:not(:first-of-type) {
  padding-left: 16px;
}

.footer-col ul {
  margin-top: 0px;
}

.footer-col li {
  color: #6f7488;
  transition: 0.1s ease-in-out;
  transition-property: all;
  transition-property: color, background-color, border-color, box-shadow;
  margin-top: 16px;
  margin-bottom: 0px;
  line-height: 22.4px;
}

.footer-col li a {
  text-decoration: none;
  font-size: 16px;
  text-align: left;
  color: #C7D4C7;
}

.footer-head {
  margin-bottom: 1.5rem;
  font-size: .875rem;
  font-weight: 600;
  color: #E4FFCE;
  text-transform: uppercase;
}

footer hr {
  margin-top: 0px !important;
}

.social-icons {
  justify-content: center;
}

.social-icon:first-of-type {
  padding-left: 0px;
}

.social-icon {
  padding-left: 30px;
}

.social-icon a {
  color: #6f7488 !important;
  fill: #6f7488;
}

.social-icon a:hover {
  color: #08272B !important;
  fill: #08272B;
}

#footer-sublinks {
  justify-content: center;
}

#footer-sublinks li {
  display: inline-block;
  padding: 0px 5px;
  font-size: 11px;
}

#footer-sublinks li:last-of-type {
  margin-bottom: 8px;
}

#footer-sublinks li a:hover {
  color: #08272B !important;
}

#footer-sublinks li a {
  text-decoration: none;
  color: #6f7488 !important;
}

/* homepage */

#mkt-menu {
  gap: 1em;
  height: 64px;
}

#mkt-menu a {
  height: 100%;
}

#homepage {
  background-color: #f7f8fa;
  height: 100%;
}

h5.homepage-header {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: none;
  padding-left: 12px;
}

.homepage-card-header {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

#homepage-green-div {
  background-image: url('../images/homepage/texture.svg');
  background-repeat: repeat-x;
  background-position: center; 
  height: 426px; 
  background-color: #0B353B; 
  color: #fff; 
  width:100%; 
  position:absolute;
}

#video-texture {
  background-image: url('../images/homepage/video-texture.svg');
  background-repeat: repeat-x;
  background-position: center; 
  height: 426px; 
  width:100%; 
  position:absolute;
}

#homepage #page-menu {
  border: none;
  height: 100%;
}

#homepage-cards, #video-cards {
  z-index:1; 
  position:relative; 
  max-width:1200px;
}

.video-section {
  display:flex;
  gap: 20px;

}

#TableOfContents .is-refined {
  background: #0b353b;
  color: #fff;
  border: 1px solid #0b353b;
}

.homepage-featured-card, .homepage-card {
  background: #fff;
  border: 1px solid #EBF0F1;
  border-radius: 8px;
  padding: 20px;
  width: 33%;
  max-width: 320px;
  height: 185px;
  text-decoration:none !important;
  box-shadow: 0px;
  transition: box-shadow 0.3s ease-in-out;
}

.homepage-video-card {
  background: #fff;
  border: 1px solid #EBF0F1;
  border-radius: 8px;
  padding: 20px;
  text-decoration:none !important;
  box-shadow: 0px;
  transition: box-shadow 0.3s ease-in-out;
  align-self:stretch;
  max-width: calc(33.33% - 20px);
}

.homepage-card {
  height: 116px;
}

.homepage-row {
  margin-left: auto;
  margin-right: auto;
  overflow:visible;
  padding: 12px;
}

.homepage-row a {
  text-decoration: none;
}

.homepage-featured-card:last-of-type {
  margin-right: 0px;
}

.homepage-featured-card:hover, .homepage-card:hover, .homepage-video-card:hover {
  box-shadow: 1px 2px 2px 0px rgba(52, 52, 70, 0.01);
  box-shadow: 4px 4px 24px 0px rgba(52, 52, 70, 0.16);
  transition: box-shadow 0.3s ease-in-out;
}

.homepage-background::before {
  background-color: #0b353b;
  width: 100vw;
  left: calc((1550px - 100vw) / 2);
  position: absolute;
  z-index: -1;
  content: "";
  background: #0b353b;
}

.homepage-background {
  background-color: #0b353b;
  height: 100%;
  display: block;
  position: relative;
}

.homepage-container {
  min-height: 100%;
  height: 100%;
  margin: auto;
}

.sdk-homepage-container {
  min-height: calc(100vh - 400px);
  max-width: 1100px;
  margin: auto;
}

.sdk-homepage-container ul.sdks {
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}

.changelog {
  height: Calc(100vh - 200px);
  margin-top: 16px;
}

.homepage-container:not(.video-container) h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  font-weight: 400;
  text-transform: inherit;
}

.video-title {
  background-image: url('../images/homepage/video-title-texture.svg');
}

.homepage-container .sdk-brand-icon > svg {
  width: 80px;
  height: 80px;
}

.homepage-container ul {
  padding-left: 0;
}

.homepage-contents {
  position: relative;
  align-items: center;
  padding-right: 24px;
  width: 100%;
  display: block;
}

.unavailable {
  opacity: 0.4;
  border-radius: 4px;
  pointer-events: none;
  color: unset !important;
}

.sdk-homepage-container .alpha,
.sdk-homepage-container .beta {
  padding: 4px 12px;
  color: #0597ad;
  border-radius: 2px;
  font-weight: 500;
}

.sdk-homepage-container .coming-soon {
  padding: 4px 12px;
  color: #ab0937;
  border-radius: 2px;
  font-weight: 500;
}

.sdk-homepage-container .stable {
  padding: 4px 12px;
  color: rgb(75, 75, 96);
  border-radius: 2px;
  font-weight: 500;
}

li.sdk-group {
  margin-top: 16px;
  margin-bottom: 16px;
}

#sdk-ver {
  max-width: 214px !important;
  margin-right: 24px;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}

.versionSelector {
  font-weight: 500;
  background: #fff;
  max-width: 148px;
  padding: 12px 6px;
  border-radius: 12px;
  text-overflow:ellipsis;

}

.toc-wrapper .versionSelector {
  font-weight: 500;
  background: #fff;
  width: 170px;
  border-radius: 6px;
  max-width: 200px;
  border: 1px solid #cad6d8;
}

.fly-select.fly-versioning::before {
  right: 12px;
}

.homepage-contents svg {
  width: 100%;
}

.homepage-contents:last-of-type {
  padding-right: 0px;
}

.homepage-box-contents .fly-panel-header {
  border-bottom: none;
  padding-bottom: 0px;
  padding-right: 12px;
}

.homepage-box-contents .fly-panel-body {
  padding-top: 0px;
  padding-right: 12px;
}

.homepage-box {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #EBF0F1;
}

.homepage-box,
.homepage-box-head {
  margin: 0 8px;
}

.homepage-box:not(.homepage-combo-box):hover {
  border: 1px solid #0b353b;
  background: #0b353b20;
}

.homepage-combo-box a:hover {
  background: #0b353b20;
}

.homepage-box .box {
  border: 1px solid;
  border-radius: 2px;
}

h3.box {
  background: #343446;
  width: 75%;
}

.ai-page h3:first-of-type {
  margin-top: 0px;
}

#ai-answers {
  width: 100%;
}

#ai-answers > div {
  width: 100%;
}

span.box {
  width: 100%;
  display: block;
  height: 0.935rem;
  background: #6f7488;
  margin-top: 0.5rem;
}

.homepage-combo-box li {
  margin-top: 0 !important;
}

.homepage-icon {
  width: 30%;
  max-height: 125px;
  padding-left: 14px;
}

.homepage-box {
  margin-right: 12px;
}

.homepage-box-contents {
  width: 100%;
}

.homepage-box-link {
  width: 100%;
  text-decoration: none;
}

/* tables */
table.border-none,
table.border-none tr,
table.border-none td,
table.border-none th,
table.border-none tbody {
  border: none !important;
}

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

table th {
  background: #f5f5f5;
  font-weight: 600;
}

table tr {
  border: 1px solid #eaeaea;
}

tbody tr:nth-child(even) {
  background-color: #f7f8fa;
}

table th,
table td {
  padding: 8px 10px;
  word-break: normal;
  word-wrap: normal;
  vertical-align: baseline;
  border-left: none;
  border-right: none;
  text-align: inherit;
}

table.api-replacement {
  display: table;
}

.api-replacement tr:not(.exclude) > td:first-of-type {
  width: 20%;
}

.api-replacement tr:not(.exclude) > td:nth-of-type(2) {
  width: 20%;
}

.api-replacement tr:not(.exclude) > td:nth-of-type(3) {
  width: 60%;
}

/* override fly components for chroma highlights */

.tab-border {
  border: 1px solid #EBF0F1;
}

div[class^="height-"] > div.highlight {
  margin-bottom: 0px;
  border-bottom: none;
}

article code {
  font-size: 14px;
}

.schema code {
  font-size: 11px;
}

code {
  overflow-wrap: anywhere;
}

pre code {
  border: unset;
  background-color: unset;
  padding: unset;
}

.chroma code {
  background-color: unset;
  border: unset;
  color: unset;
}

.rn-container pre.chroma {
  white-space:pre-wrap;
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
}

.lightbox img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.lightbox .wistia-container {
  position: relative;
  width: min(80vw, calc((80vh - 165px) * 16/9));
  height: min(calc(80vh - 165px), calc(80vw * 9/16));
  max-width: 1200px;
}

@media (max-width: 979px) {
  .lightbox .wistia-container {
    width: min(80vw, calc((80vh - 67px) * 16/9));
    height: min(calc(80vh - 67px), calc(80vw * 9/16));
  }
}

.lightbox .wistia_responsive_padding {
  position: relative;
  height: 100% !important;
  padding: 0 !important;
}

.lightbox .wistia_responsive_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lightbox:target {
  display: flex;
}

/* notes/callouts */

.callout-head .icon {
  left: -5px;
  height: 1.5rem;
  width: 1.5rem;
}

.file-embed {
  background: #f7f8fa;
  border: #EBF0F1 solid 1px;
  width: 100%;
  display: block;
  padding: 12px 13px;
  margin: 0.75rem 0;
}

.noborder,
.noborder tr,
.noborder td,
.noborder th {
  border: none;
  background: none;
}
/* details shortcode */

.noborder > td, .no-borders td {
  vertical-align: top;
}

:not(li) > details {
  margin-bottom: 12px !important;
}

details summary {
  cursor: pointer;
  display: list-item;
  font-size: 18px;
}

.details-inner {
  display: block;
  margin-left: 15px;
}

.details-inner :first-child {
  margin-top: 0 !important;
}

details[open] .details-inner {
  padding-top: 12px;
  padding-bottom: 12px;
}

details.hide-dot summary {
  list-style: none;
}

.linkish {
  color: #0b353b;
}

details.hide-dot[open] summary {
  list-style: none;
}

details.hide-dot .details-inner:first-of-type {
  margin-left: unset;
}

details.hide-dot > summary::-webkit-details-marker {
  display: none;
}

details.hide-dot summary::after {
  content: "Show more";
  color: #0b353b;
  margin-left: 5px;
  text-decoration:underline;
  font-weight: 500;
}

details.hide-dot[open] summary::-webkit-details-marker {
  display: none;
}

details.hide-dot[open] summary::after {
  content: "Show less";
  margin-left: 5px;
  color: #0b353b;
  text-decoration:underline;
  font-weight: 500;
}

.clickToCopy {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 100;
  padding: 4px 4px;
  font-size: 16px;
}

/* Release Notes */
.rn-container .page-content:not(.page-content-limit) {
  max-width: 1310px;
  width: 100%;
}

.rn-month-of-posts {
  flex-direction: column;
}

.rn-month {
  width: 100%;
}

.rn-post {
  margin-left: 50px;
  width: calc(100% - 50px);
}

.rn-post-date {
  min-width: 120px;
}

.rn-post-content {
  max-width: 1160px;
  width: 100%;
  align-items: flex-start;
}

.rn-image-lg {
  max-width: 1000px;
}

.rn-filters {
  min-width: 250px;
  position: sticky;
  top: 134px;
  height: 100vh;
}

.rn-filters ul {
  list-style: none;
}

.rn-filter.hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

[class*="rn-tag-"] {
  text-transform: uppercase;
  margin-top: -1px;
}

.rn-post h2 {
  margin-top: 12px;
  margin-bottom: 0.75rem;
  color: #08272B;
}

.is-bordered:not([class*="rn-tag-"]):not([class*="video-key"]) {
  margin-top: -1px;
}

.rn-image {
  margin-top: 24px;
}

.full-post {
  text-decoration: none;
}

#pre-2021-notes {
  text-align: center;
}

.rn-tag-messaging {
  color: #055666;
  background-color: #e5fbfe;
}

.rn-tag-automation {
  color: #331673;
  background-color: #f1eaff;
}

.rn-tag-admin\/billing {
  color: #8c6e00;
  background-color: #fffae5;
}

.rn-tag-ui-improvements {
  color: #87004d;
  background-color: #fff2f8;
}

.rn-tag-data\/integrations {
  color: #914201;
  background-color: #fff0e8;
}

.rn-tag-api\/developers {
  color: #08272B;
  background-color: #f2f2ff;
}

.rn-tag-mobile-sdk {
  color: #156352;
  background-color: #e6faf3;
}

.rn-tag-ai {
  background-color: #f5f0ff !important;
  color: #5c1e8f;
}

.pagination__link {
  text-decoration: none;
}

.fly-btn--primary .pagination__link {
  color: #fff;
}

#cdp-button::after, #journeys-button::after {
  border: none !important;
}

/* highlight copy button */

div.highlight {
  background: #fafafa;
  border: #e3e3e3 1px solid;
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}

pre.chroma {
  border: none;
  margin-top: 0px;
  padding: 12px 0px 12px 8px;
  margin-bottom: 0px;
  line-height: 1.5rem !important;
}
pre.chroma code {
  font-weight: 600;
  font-size: 13px;
}

.highlight-copy-btn {
  background: inherit;
  border-left: #e3e3e3 2px solid;
  width: 100px;
}

.highlight-parent {
  margin-top: 12px;
}

.highlight-parent span.example,
.highlight-parent span.input,
.highlight-parent span.output,
.highlight-parent span.syntax {
  border: 1px solid #e3e3e3;
  border-bottom: none !important;
  background: #EBF0F1;
  padding-left: 8px;
}

span.example h5,
span.input h5,
span.output h5,
span.syntax h5 {
  margin: 0;
}

span.example button,
span.input button,
span.output button,
span.syntax button {
  border-bottom: none;
  border-left: #e3e3e3 2px solid;
  font-weight: 500;
  color: #343446;
  font-size: 14px;
}

.highlight h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}

.highlight-title {
  border-bottom: 1px solid #e3e3e3;
  background: #EBF0F1;
  height: 32px;
}

.liquid-tag {
  margin-bottom: 80px;
}

.liquid-section {
  font-size: 0.65rem;
}

.mermaid {
  text-align: center;
}

.mermaid > svg {
  height: auto !important;
}

.mermaid .messageText {
  stroke: none !important;
}

.mermaid code {
  color: inherit;
}

.schema:first-child {
  padding-left: 0 !important;
}

.schema,
.schema ul,
.schema li {
  position: relative;
}

.schema li,
.schema label {
  list-style: none;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}

.nav__toggle:checked ~ label .propTitle .icon.keyborad_arrow_right {
  transform: rotate(90deg) translateX(1px);
  transition: ease-in-out 0.2s;
}

.nav__toggle ~ label .propTitle .icon.keyborad_arrow_right {
  transform: unset;
  transition: ease-in-out 0.2s;
}

.firstRow,
.secondRow {
  display: block;
  line-height: 1;
}

.firstRow {
  padding-bottom: 6px;
}

.propRequired {
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
}

.propDescription {
  display: inline-block;
  width: calc(100% - 220px);
  border-bottom: 1px solid #c7c7d4;
  line-height: 1.4;
  color: #6f7488;
  padding-bottom: 24px;
  padding-right: 8px
}

.propDescription.simple-oneof {
  margin-left: -15px;
}

.propDescription p {
  line-height: 1.4;
  color: #6f7488;
  font-size: 13px;
  margin-top: 0px;
}

.oneof > .secondRow > .propDescription {
  border-bottom: none;
  vertical-align: top;
  padding-bottom: 10px;
}

.schema .odd-box {
  background: #f8f9f9 none repeat scroll 0% 0%;
}

.schema .even-box {
  background: #fff;
}

.schema label {
  text-transform: unset !important;
}

/* Fix line continuity for oneOf/allOf structures */
.schema li.allOf:not(:only-child):first-of-type::after,
.schema li.oneof:not(:only-child):first-of-type::after {
  left: 0px; /* Adjust the left position to account for reduced margin */
}

/* Fix positioning for oneOf nested within allOf properties */
.schema .allOf ul li.oneof:not(:only-child):first-of-type::after {
  left: 0px; /* Align oneOf within allOf properties */
}

.schema .oneofs ul li:not(:only-child):first-of-type::after {
  left: 0px; /* Fix: Changed from -8px to 0px for proper alignment */
}

.schema .allOf > ul > li:not(:only-child):first-of-type::after {
  left: 0px; /* Fix: Changed from -8px to 0px for proper alignment */
}

/* Ensure proper line positioning for nested allOf/oneOf structures */
.schema .allOf ul li::after,
.schema .oneofs ul li::after {
  left: 0px;
}

/* Special case: oneOf properties within allOf structures */
.schema .allOf ul li.oneof::after {
  left: 0px;
}

/* Removed pad-l-xs override since we fixed the template */

/* Fix oneOf content alignment within allOf - reduce excessive margin */
.schema .allOf ul li.oneof .oneofs {
  margin-left: 0px !important; /* Override mrg-l-sm to align properly with parent */
}

/* Adjust propPointer for oneOf content within allOf */
.schema .allOf ul li.oneof .oneofs .propPointer::before {
  width: 10px; /* Reset to default width since we fixed the positioning */
}

/* Fix line height for oneOf structures */
.schema ul li.oneof:not(:only-child):last-of-type::after {
  max-height: 43px; /* Maintain proper line height for oneOf items */
}

.schema li:not(:only-child):first-of-type::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 21px;
  bottom: 0;
  max-height: 100%;
  border-left: 1px solid #c7c7d4;
}

.schema li.oneof:not(:only-child):first-of-type::after {
  top: 43px;
}

span.propDescription li::after {
  content: none !important;
}

span.propDescription li {
  list-style: disc !important;
}

.schema ul li:not(:first-of-type):not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  max-height: 100%;
  border-left: 1px solid #c7c7d4;
}

.schema ul li:not(:only-child):last-of-type::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -8px;
  bottom: 0;
  max-height: 29px;
  border-left: 1px solid #c7c7d4;
}

.schema ul li.oneof:not(:only-child):last-of-type::after {
  max-height: 53px;
}

.propTitle,
.propRequired,
.propRequired.oneof-simple {
  width: 200px;
  display: inline-block;
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier, monospace;
  font-size: 12px;
}

.propTitle {
  font-weight: 600;
  color: #343446;
  padding-left: 4px;
  vertical-align:text-top;
}

.propType {
  color: #4b4b60;
  vertical-align: bottom;
}

.propRequired {
  width: 215px;
  color: #ab0937;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 500;
}

.schema .propPointer::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  background: #c7c7d4 none repeat scroll 0% 0%;
  height: 7px;
}

.schema .propPointer::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 1px;
  background: #c7c7d4 none repeat scroll 0% 0%;
}

strong .tooltip {
  font-weight: bold !important;
}

div.footnote {
  align-items: baseline;
  display: flex;
  margin-bottom: 6px;
}

.footnote-inner {
  padding-left: 0.2em;
}

.has-footnote {
  left: 0.2rem;
  position: relative;
}

.new-page {
  padding: 3px 8px;
  position: relative;
  left: -4px;
  border-radius: 3px;
  margin-left: 4px;
}

a.nav-item__link {
  padding: 3px 0px;
  position: relative;
  font-size: 0.875rem;
}

.nav__list .isParent label {
  font-size: 0.875rem;
}

ul.top-level {
  margin-left: 8px;
}

ul.top-level > span.nav-item__link {
  margin-left: 8px;
}

.new-page + a.nav-item__link {
  left: -4px;
}

.settings-table code {
  overflow-wrap: unset;
}

.settings-table th,
.settings-table td {
  font-size: 14px;
}

table.in-app-code-example {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 24px;
}

td.in-app-image > figure {
  padding-top: 0 !important;
}

td.in-app-code,
td.in-app-image {
  vertical-align: top;
}

.error {
  color: #db234b;
}

.input-error {
  border: 1px solid #db234b;
}

#negative-feedback-form label {
  text-transform: none !important;
  font-weight: 600;
  font-size: 0.875rem;
}

#negative-feedback-form textarea,
#negative-feedback-form input[type="text"],
#negative-feedback-form input[type="email"] {
  padding: 0.25rem 0.4rem;
}

#feedback-email:focus {
  border-color: #0b353b !important;
  outline: 0;
}

.settings-table td {
  padding-top: 4px;
  padding-bottom: 4px;
}

.fly-banner--action {
  border-left-color: #5cbbff;
  border-right-color: #5cbbff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.fly-banner--alpha {
  background-color: #f1f0fc;
  border-bottom-color: #362692;
  color: #362692;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.bg-alpha {
  background-color: #f1f0fc;
}

.text-alpha {
  color: #362692;
}

.page-tag {
  overflow:unset !important;
  margin-top: -8px;
}

.fly-banner--action a {
  color: #0057c4;
}

.fly-dropdown::before {
  bottom: 1px;
  color: #6f7488;
  content: "▾";
  line-height: 34px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 34px;
  z-index: 5;
  font-size: 1.5rem;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  position: absolute;
  background: #fff;
  min-width: 180px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 1000;
  border-radius: 6px;
  padding: 8px 0;
}
.dropdown-content a {
  color: #222;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
  cursor: pointer;
  align-items:baseline;
  border-radius: 6px;
}
.dropdown-content a:hover {
  background: #f5f5f5;
}

.fill-red {
  fill: #ab0937;
}

.fill-green {
  fill: #1e9e7c;
}

td:nth-child(1) > code {
  white-space: nowrap;
}

.octopus-dot {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.octopus-dot.octopus-dot--hidden {
  opacity: 0;
}

.octopus-dot.octopus-dot--hidden-immediate {
  transition: none;
}

.octopus-path {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.octopus-path.octopus-path--hidden {
  opacity: 0;
}

.octopus-path.octopus-path--hidden-immediate {
  transition: none;
}

#centerdiv .fly-panel {
  width: 300px;
}

#octopus-svg {
  overflow: visible;
}

#centerdiv {
  max-width:1200px;
  width:100%;
}

#api-info {
  min-width:260px;
  width:30%;
  margin-right:24px;
}

.api-homepage-container {
  align-items:flex-start;
}

.connection-catalog-item {
  display: block;
  border-radius: 6px;
  transition: box-shadow 200ms,transform 200ms;
  width: calc(33.333% - 14px);
  margin: 0;
  transition: all 0.2s ease-in-out;
}

.connection-catalog-item a {
    width: 100%;
    height: 100%;
    display: block;
}

.connection-catalog-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow:visible;
  z-index:1;
}

.catalog-name, .catalog-description {
  font-size: 14px !important;
  line-height: 20px;
}

.connection-catalog-item .icon {
  width: 1em !important;
  margin-right: 6px;
  margin-left: 0px;
}

ul li.connection-catalog-item:last-child {
  margin: 0 0 4px !important;
}

.conection-catalog-item-contents {
  width: 100%;
}

.connection-catalog-item svg, .connection-catalog-item img {
  width: 24px;
  max-height: 24px;
}

.catalog-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#bottom-center-container div.hidden, #bottom-center-container div {
  -webkit-transition:  opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.tag-a\/b-testing, .tag-server {
  background-color: #FDE6E6 !important;
  border-radius: 4px;
  color: #B51E1E;
  border-color: #FAC5C5 !important;
}
.tag-advertising, .tag-website {
  background-color: #FFEC87 !important;
  border-radius: 4px;
  color: #685D00;
  border-color: #EAD300 !important;
}

.tag-analytics {
  background-color: #E6EBFF !important;
  border-radius: 4px;
  color: #0057C4;
  border-color: #C4D0FF !important;
}
.tag-crm, .tag-database {
  background-color: #e5fbfe !important;
  border-radius: 4px;
  color: #055666;
  border-color: #e5fbfe !important;
}
.tag-cdp {
  background-color: #B5F7FD !important;
  border-radius: 4px;
  color: #1C666B;
  border-color: #4AE5F0 !important;
}
.tag-cloud-storage, .tag-other {
  background-color: #EBEAFA !important;
  border-radius: 4px;
  color: #5845D0;
  border-color: #D1CEF4 !important;
}
.tag-customer-success {
  background-color: #FEE6E2 !important;
  border-radius: 4px;
  color: #9E3F09;
  border-color: #FEC4B8 !important;
}
.tag-data-warehouse, .tag-customer\.io-journeys {
  background-color: #FEE5EF !important;
  border-radius: 4px;
  color: #B01371;
  border-color: #FDC1DA !important;
}
.tag-email-marketing, .tag-rest-api {
  background-color: #FDE6E6 !important;
  border-radius: 4px;
  color: #B51E1E;
  border-color: #FAC5C5 !important;
}
.tag-heatmaps-recordings, .tag-mobile-sdk {
  background-color: #FFEC87 !important;
  border-radius: 4px;
  color: #685D00;
  border-color: #EAD300 !important;
}

.tag-livechat {
  background-color: #E6EBFF !important;
  border-radius: 4px;
  color: #0057C4;
  border-color: #C4D0FF !important;
}
.tag-marketing-automation {
  background-color: #EBEAFA !important;
  border-radius: 4px;
  color: #5845D0;
  border-color: #D1CEF4 !important;
}
.tag-personalization {
  background-color: #FEE6E2 !important;
  border-radius: 4px;
  color: #9E3F09;
  border-color: #FEC4B8 !important;
}
.tag-sms-push-notifications {
  background-color: #FEE5EF !important;
  border-radius: 4px;
  color: #B01371;
  border-color: #FDC1DA !important;
}
.tag-sms-push-surveys {
  background-color: #FDE6E6 !important;
  border-radius: 4px;
  color: #B51E1E;
  border-color: #FAC5C5 !important;
}

.tag-unknown {
  background-color: #EBF0F1 !important;
  color: #343446;
  border-color: #EBF0F1 !important;
}

.ff-overlay {
  z-index: 2 !important;
  background-image: url('../images/play.svg') !important;
}

.ff-image, .ff-canvas {
  top: unset !important;
  left: unset !important;
}

.ff-container {
  text-align:center;
  cursor:pointer;
}

.ff-container .ff-canvas {
  z-index: unset !important;
}

#successfulCall {
  opacity: 0;

}

.disabled {
  opacity: 1 !important;
}

.grecaptcha-badge { 
  opacity:0;
  z-index: -200
}

#supported-sources td svg.icon {
  width: 1.5em;
  height: 1.5em;
}

#supported-sources {
  border-color: #eaeaea;
  border-width: 2px;
}

#supported-sources td {
  border-color: #eaeaea;
  border-width: 2px;
}

.expand-alphadoc {
  display: inline-block;
  z-index: 4;
  position: relative;
  width: calc(100vw - 350px);
  max-width: 1200px;
}

.flex-step {
  align-items:normal;
}

.flex-step > div:first-of-type {
  max-width: 444px;
  padding-right: 12px;
  font-size:16px;
}

.flex-step > div:first-of-type p, .flex-step li {
  font-size:16px;
}

.flex-step > div:last-of-type {
  min-width: 50%;
  max-width: 756px;
  flex-grow: 1;
}

.flex-step h5 {
  text-transform: none !important;
}

ol.code-walkthrough {
  margin-top:24px;
  background:#fff;
}

ol.code-walkthrough li {
  margin-bottom: 24px;
  flex-grow: 1;
  margin-top:0px;
  margin-right: 0px;
}

ol.code-walkthrough li p {
  margin-top: 0px;
}

ol.code-walkthrough li ol {
  list-style-type: number;
  height: 100%;
  display: flex;
  flex-direction: column;
}