html::-webkit-scrollbar {
  width: 10px;
}

html::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 53%, .4);
  border-radius: 4px;
}

html::-webkit-scrollbar-track {
  background: hsla(0, 0%, 53%, .1);
}




/* .markdown-section h1, .markdown-section h2,.markdown-section h1 span, .markdown-section h2 span {
  color: var(--theme-color);
} */

.markdown-section {
  max-width: 910px;
}

.markdown-section p.tip {
  background-color: #f2f6f9;
}

.markdown-section tr:nth-child(2n) {
  background-color: transparent;
}

.markdown-section code {
  line-height: 1.7;
}

section.cover .cover-main {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 45px;
}

section.cover .cover-main>p:last-child a {
  border-radius: 4px;
  padding: 0.5rem 2rem;
  margin: .375em .25em;
  font-size: inherit;
  letter-spacing: 0.5px;
}

section.cover .cover-main>p:last-child a:last-child {
  background-color: transparent;
  color: var(--theme-color, #42b983);
}

section.cover .cover-main>p:last-child a:first-child {
  background-color: var(--theme-color, #42b983);
  color: #fff;
}

/* .markdown-section h1, .markdown-section h2, .markdown-section h3, .markdown-section h4, .markdown-section strong, .markdown-section th, .anchor span {
  color: var(--theme-color);
} */

.table-wrapper {
  font-size: 12px;
}

th {
  text-align: left;
}

.table-wrapper thead th,
.table-wrapper thead strong,
.table-wrapper tbody strong:not(.normal-bold) {
  color: var(--theme-color);
  color: var(--theme-color);
}

.table-wrapper,
.markdown-section pre[data-lang] code {
  overflow: auto;
}

.markdown-section table,
.markdown-section pre[data-lang] code {
  max-height: 87.5vh;
}

.markdown-section table::-webkit-scrollbar,
.markdown-section pre[data-lang] code::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.markdown-section table:hover::-webkit-scrollbar-thumb,
.markdown-section pre[data-lang] code:hover::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 53%, .4);
}

.markdown-section table::-webkit-scrollbar-thumb,
.markdown-section pre[data-lang] code::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 4px;
}

.markdown-section table:hover::-webkit-scrollbar-track,
.markdown-section pre[data-lang] code:hover::-webkit-scrollbar-track {
  background: hsla(0, 0%, 53%, .1);
}

.table-wrapper tbody td::before,
.table-wrapper tbody th::before {
  display: none;
}

.markdown-section td,
.markdown-section th {
  padding: 6px 10px;
}

.csp-post-req {
  padding: 0.25em 1em;
  font-size: 0.8em;
  margin-right: 15px;
  background: #2886db;
  color: #fff;
  border-radius: 4px;
}

.markdown-section blockquote {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: var(--primary-bg-color, #f2f8f9);
}

h1 .anchor:hover,
h2 .anchor:hover,
h3 .anchor:hover,
h4 .anchor:hover,
h5 .anchor:hover,
h6 .anchor:hover {
  text-decoration: none;
}

a.anchor {
  position: relative;
}

h1 .anchor:hover::after,
h2 .anchor:hover::after,
h3 .anchor:hover::after,
h4 .anchor:hover::after,
h5 .anchor:hover::after,
h6 .anchor:hover::after {
  content: "\f13d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  font-size: 0.7em;
  color: #34495e;
  opacity: 0.6;
  padding-left: 10px;
}

.markdown-section pre>code {
  background-color: transparent;
}

.markdown-section blockquote p {
  margin: 0.5em 0;
}

.markdown-section pre[class*="language-"] {
  padding-right: 0;
}

/* Add to homescreen style */

.add-to-homescreen-wrapper {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 0 25px;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
  z-index: 5;
  max-width: 700px;
  margin: auto;
}

.add-to-homescreen-wrapper .add-to-homescreen-container {
  display: inline-block;
  position: relative;
  width: auto;
  margin: auto;
  padding: 10px 25px;
  max-width: 100vw;
  font-size: 0.9em;
  border: 1px solid #2d2d2d;
  border-radius: 25px;
  background: var(--primary-bg-color, #f2f8f9);
  color: var(--heading-color, #1c478c);
}

.add-to-homescreen-wrapper .add-to-homescreen-container .close {
  float: right;
  font-size: 1.2em;
  margin: -0.1em -5px -0.1em 15px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  color: #e96900;
  border-radius: 2em;
  font-weight: 600;
  cursor: pointer;
}

.add-to-homescreen-wrapper .add-to-homescreen-container .add-to-homescreen-btn {
  border: none;
  background: transparent;
  font: inherit;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

/* Integrations Cards Style */

.psw-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.psw-cards-container .psw-card {
  position: relative;
  cursor: pointer;
  margin: 15px;
  flex: 0 0 26%;
  padding: 15px;
  background-color: transparent;
  border-radius: 8px;
  transition: all ease-in-out 0.2s;
  text-align: center;
}

.psw-cards-container .psw-card[disabled] {
  background-color: #eeeeee;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}


.psw-cards-container .psw-card:hover {
  background-color: var(--primary-bg-color, #f2f8f9);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.psw-cards-container .psw-card[disabled]:hover {
  background-color: #eeeeee;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  transform: none;
  cursor: default;
}

.psw-cards-container .psw-card a {
  text-decoration: none;
  justify-content: space-between;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.psw-cards-container .psw-card .__name {
  border-top: 2px solid #eee;
  padding: 15px;
  color: #2c3e50;
  font-weight: 600;
  font-size: 1.25rem;
}

.psw-cards-container .psw-card .__image {
  padding: 15px;
}

.psw-cards-container .psw-card .__badge {
  white-space: nowrap;
  position: absolute;
  padding: 5px 100px;
  min-width: 300px;
  transform: rotate(-45deg) translate(-160px, 0);
  background-color: var(--theme-color);
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  top: -75px;
  box-sizing: border-box;
}


@media (max-width: 600px) {
  section.cover .cover-main {
    padding: 25px 0 0;
  }

  .psw-cards-container .psw-card {
    min-width: 75%;
  }

  .psw-cards-container .psw-card .__image img {
    max-width: 100px;
  }
}

/* Fullscreen Search style */

body.search-fullscreen {
  overflow: hidden;
}

.search.fullscreen {
  position: fixed;
  top: 0;
  z-index: 9;
  background-color: #ffffff;
  width: 100vw;
  height: 100vh;
  overflow: auto;
}

.search.fullscreen::-webkit-scrollbar {
  width: 10px;
}

.search.fullscreen::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 53%, .4);
  border-radius: 4px;
}

.search.fullscreen::-webkit-scrollbar-track {
  background: hsla(0, 0%, 53%, .1);
}

.search.fullscreen .clear-button {
  margin: 0 15px 0 0;
  padding: 0;
  border: none;
  line-height: 1;
  background: transparent;
  cursor: pointer;
  width: auto;
}

.search.fullscreen .clear-button svg {
  transform: scale(1);
}

.search.fullscreen .clear-button svg circle {
  fill: rgba(0, 0, 0, 0.3);
}

.search .input-wrap .input-control {
  display: flex;
  align-items: center;
  width: 100%;
}

.search.fullscreen>div {
  margin: auto;
  padding: 20px 30px 0;
}

.search.fullscreen>div.input-wrap {
  padding-top: 6px;
  padding-bottom: 30px;
  border-bottom: 2px solid #eee;
}

.search.fullscreen {
  background: #ffffff;
}

.search.fullscreen>div.results-panel {
  padding-left: 0;
  padding-right: 0;
}

.search.fullscreen .input-wrap .input-control {
  max-width: 1100px;
  margin: auto;
  border: 1px solid var(--theme-color,#42b983);
  background-color: var(--primary-bg-color, #f2f8f9);
}

.search.fullscreen .input-wrap .input-control input {
  background-color: transparent;
}

.search.fullscreen .results-panel .matching-post {
  padding: 2px 0;
}

.search.fullscreen .results-panel .matching-post:hover {
  background-color: var(--primary-bg-color, #f2f8f9);
}

.search.fullscreen .results-panel .matching-post a {
  display: block;
  color: inherit;
}

.search.fullscreen .results-panel .matching-post a * {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.markdown-section .table-wrapper code:not([class*="lang-"]):not([class*="language-"]) {
  white-space: inherit;
}

main.hidden {
  display: none;
}

.custom-logo-container {
  margin-left: -25px;
}

.clearfix:after, .clearfix:before {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.switchToNewDocsWrapper {
  margin-bottom: 2rem;
}

.switchToNewDocsWrapper a {
  border-radius: 8px;
  padding: 4px 10px;
  transition: all 300ms ease-in-out;
  border: 1px solid transparent;
}

.switchToNewDocsWrapper a:hover {
  border: 1px solid #34495e;
}