/* Light mode specific styling */
[data-md-color-primary="white"] {
  --md-footer-fg-color: #6f6b6b;
  --md-footer-fg-color--light: #6f6b6b;
  --md-footer-fg-color--lighter: #ccc;
  --md-footer-bg-color: #fdfdfd;
  --md-footer-bg-color--dark: #fdfdfd;
}

/* Dark mode specific styling */
[data-md-color-scheme="slate"][data-md-color-primary="black"] {
  .md-typeset {
    a {
      font-weight: bold;
    }
  }
}

.md-tabs__link.logo {
  background-size: 80px auto;
  background-repeat: no-repeat;
  height: 20px;
  width: 80px;
  display: flex;
}

.md-header__button.md-logo img {
  height: 1.2rem;
  width: 1.2rem;
}

.md-header .md-tabs__list {
  contain: inherit;
  margin: 10px 2em 0 0.2rem;
  list-style: none;
  white-space: nowrap;
}

/* Posit logo in footer */
.md-tabs__link.logo {
  background-size: 80px auto;
  background-repeat: no-repeat;
  height: 20px;
  width: 80px;
  place-self: center;
  margin-top: 0;
}

[data-md-color-primary="white"] .md-tabs__link.logo {
  background-image: url(..images/positLogoBlack.svg);
}

[data-md-color-scheme="slate"][data-md-color-primary="black"]
  .md-tabs__link.logo {
  background-image: url(..images/positLogoWhite.svg);
}

/* Header
*/

.md-header[data-md-state="shadow"] {
  transition: background-color 0s;
  box-shadow: none;
}

.md-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

@media only screen and (max-width: 76.1875em) {
  .left-nav {
    display: none;
  }
}

/* Logo
*/

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  fill: currentColor;
}

/* Tabs
*/

.md-tabs__list {
  margin: 0 2em 0 0.2rem;
  list-style: none;
  white-space: nowrap;
  padding-top: 5pt;
}

.md-tabs__link {
  display: inline;
  margin-top: 0.4rem;
}

.md-tabs__item {
  height: 1.75rem !important;
}

.md-tabs__item img {
  width: 20px;
  margin-left: -10px;
  vertical-align: sub;
}

/* Global
*/


[data-md-color-primary="white"] .md-typeset a {
  color: #447099;
}

[data-md-color-primary="white"] .md-typeset a:hover {
  text-decoration: underline;
  color:#447099;
}

[data-md-color-primary="black"] .md-typeset a {
  color: var(--md-typeset-a-color);
}

[data-md-color-primary="black"] .md-typeset a:hover {
  text-decoration: underline;
  color: var(--md-typeset-a-color);
}

.admonition-title {
  font-size: 0.7rem;
}

.admonition p {
  font-size: 0.7rem;
}

.md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover {
  background-color: #447099;
}

/* Border for footer */
.md-footer-meta {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* black palette
*/

[data-md-color-primary="black"] .md-footer {
  background-color: #000 !important;
  color: #fff !important;
}

[data-md-color-primary="black"] .md-footer__direction {
  color: #fff;
  font-size: 0.65rem;
}

[data-md-color-primary="black"] .md-footer-meta {
  background-color: #000;
  border-top: 1px solid #fff;
  font-weight: 400;
}

[data-md-color-primary="black"] .md-copyright__highlight {
  color: #fff !important;
  font-weight: 400;
}

[data-md-color-primary="black"] .md-footer-meta.md-typeset a {
  color: #fff !important;
  font-weight: 400;
}

/* Sidebar
*/

.md-nav__link:focus,
.md-nav__link:hover,
.md-nav__link:active,
.md-nav__link--active,
.md-nav__link:active {
  color: #447099 !important;
}

[data-md-color-primary="black"] .md-nav__link:focus,
[data-md-color-primary="black"] .md-nav__link:hover,
[data-md-color-primary="black"] .md-nav__link:active,
[data-md-color-primary="black"] .md-nav__link--active,
[data-md-color-primary="black"] .md-nav__link:active {
  color: var(--md-typeset-a-color) !important;
}

.md-nav__link--active {
  font-weight: bold;
}

[data-md-color-primary="white"] .md-nav__link--active,
[data-md-color-primary="white"] .md-nav__link:active {
  color: #447099;
}

.md-nav__item hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

[data-md-color-primary="black"] .md-nav {
  color: #fff;
}

h2.divider {
  text-align: center;
  max-width: 650px;
  margin: 1em 0 0.64em;
}

/* Search bar
*/

/* white palette
*/

.md-search-result__more summary {
  color: #2196f3 !important;
}

.md-search-result mark {
  color: #000000 !important;
  font-weight: bold;
}

/* black palette
*/

[data-md-color-primary="black"] .md-search-result mark {
  color: #fff !important;
  font-weight: bold;
}

.posit-icon::before {
  /*supported icon*/
  vertical-align: middle;
  position: relative;
  content: url(..images/posit-logo-black-sm.png);
  zoom: 50%;
}

/* Home page grid
*/

.feature-list {
  list-style: none;
  padding: 15px 0 0 0;
  margin: 0;
  font-size: 0;
}

@media only screen and (max-width: 640px) {
  .feature-list {
    padding-left: 70px !important;
  }
}

.feature-list li.item {
  display: inline-block;
  background: white;
  border-radius: 15px;
  vertical-align: top;
  width: 200px;
  height: 153px;
  padding: 0;
  margin: 0 10px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}

.feature-btn {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
  border-radius: 15px;
}

.aligner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 24em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aligner-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.aligner-item--fixed {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
}

.feature-btn .front {
  width: 100%;
  padding: 0 10px;
}

.feature-btn .front img {
  height: 40px;
}

.feature-btn .front h3 {
  text-transform: uppercase;
  font-size: 16px;
  color: #222b37;
  line-height: 22px;
  margin: 20px 0 0;
}

.feature-btn .back a {
  color: #ee6331;
}

.feature-btn .back {
  background-color: #ee6331;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  opacity: 0;
  transition: opacity 200ms ease;
}

.feature-btn:hover .back {
  opacity: 1;
  transition: opacity 200ms ease;
}

.feature-btn .back h4 {
  font-size: 16px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  line-height: 22px;
  padding-bottom: 23px;
  margin: 0;
  padding: 0;
}

.feature-btn .back ul {
  color: white;
  font-size: 16px;
  list-style: disc;
  text-align: left;
  font-weight: 400;
}

.feature-btn .back ul li {
  margin-bottom: 0;
}

/* footnote ref - override */

[data-md-color-primary="white"] .md-typeset .footnote-ref {
  font-weight: bolder;
  font-size: 0.95em;
  color: #ee6331;
}

[data-md-color-primary="black"] .md-typeset .footnote-ref {
  font-weight: bolder;
  font-size: 0.95em;
  color: #ee6331;
}

/* Inline footnote text
*/

.faux-footer-text {
  font-size: 8pt !important;
  font-style: italic !important;
  border-top: 0.05rem solid var(--md-default-fg-color--lightest) !important;
  padding: 5px 10px 0px 5px !important;
  display: inline-block !important;
  margin-top: 50px !important;
}

/* Tooltips
*/

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip::after {
  content: url(..images/icons/user-check-solid.svg);
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}

[data-md-color-primary="black"] .tooltip::after {
  content: url(..images/icons/user-check-solid-dm.svg);
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  left: 2em;
  font-weight: 900;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

[data-md-color-primary="black"] .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  left: 2em;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip .tooltiptext::after {
  content: "This version receives standard support services.";
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* Headings
*/

.fake-h1 {
  color: #404040;
  font-size: 1.5625rem;
  font-weight: 300;
}

.fake-h2 {
  color: #404040;
  font-size: 1.25rem;
  font-weight: 300;
}

.fake-h3 {
  font-size: 1.25em;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.5;
  margin: 1.6em 0 0.8em;
}

.fake-h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.8rem;
  font-weight: 700 !important;
}

[data-md-color-primary="black"] .fake-h1 {
  color: var(--md-default-fg-color--light);
  font-size: 1.5625rem;
  font-weight: 300;
}

[data-md-color-primary="black"] .fake-h2 {
  color: var(--md-default-fg-color--light);
  font-size: 1.25rem;
  font-weight: 300;
}

[data-md-color-primary="black"] .fake-h3 {
  color: var(--md-default-fg-color--light);
  font-size: 1.15rem;
  font-weight: 300;
}

[data-md-color-primary="black"] .fake-h4 {
  color: var(--md-default-fg-color--light);
  font-size: 0.8rem;
  font-weight: 700 !important;
}

/* Table Heading
*/

/* white palette
*/

.md-typeset table:not([class]) th {
  min-width: 5rem;
  padding: 0.6rem 0.8rem;
  background-color: #404040 !important;
  color: #fff;
  vertical-align: top;
}

/* black palette
*/

[data-md-color-primary="black"] .md-typeset table:not([class]) th {
  min-width: 5rem;
  padding: 0.6rem 0.8rem;
  background-color: #72994e !important;
  color: #fff;
  vertical-align: top;
}

/*
[data-md-color-primary=black] .md-typeset table:not([class]) td {
    background-color: rgb(87, 88, 88);
    border-color: rgb(220, 220, 223);
}
*/

[data-md-color-primary="black"] .md-typeset table:not([class]) {
  color: #fff;
  font-weight: bolder;
}

/* Other pages grid
*/
.product-list {
  list-style: none;
  padding: 15px 0 0 0;
  margin: 0;
  font-size: 0;
}

.product-list li.item {
  display: inline-block;
  background: white;
  border-radius: 15px;
  vertical-align: top;
  width: 200px;
  height: 153px;
  padding: 0;
  margin: 0 10px;
  box-shadow: 0px 1px 5px rgba(33, 33, 33, 0.2);
}

.product-list a::after {
  content: none !important;
}

.product-list a:hover {
  box-shadow: 10px 10px 10px rgba(33, 33, 33, 0.2);
  background-color: #447099;
  text-decoration: none !important;
}

.product-btn {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
  border-radius: 15px;
}

.aligner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 24em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aligner-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.aligner-item--fixed {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
}

.product-btn h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #222b37;
  line-height: 22px;
  margin: 20px 0 0;
}

.product-btn:hover h3 {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff !important;
  line-height: 22px;
  margin: 20px 0 0;
}

.product-btn:hover {
  background-color: #4d8dc9;
  color: white;
}

/* Code blocks
*/

pre .code-noselect {
  color: #aaa;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* padding-right: 6px; */
}

pre code::-webkit-scrollbar-thumb:hover,
.codehilite pre::-webkit-scrollbar-thumb:hover {
  background-color: #4c83b6 !important;
}

.highlight span.filename {
  background-color: rgba(219, 219, 219, 0.8);
  border-bottom: 0.05rem solid var(--md-default-fg-color--lightest);
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  display: block;
  font-size: 0.85em;
  font-weight: 400;
  font-family: "Roboto Mono";
  margin-top: 1em;
  padding: 0.1em 1em;
  position: relative;
}

[data-md-color-primary="black"] span.filename {
  background-color: black !important;
}

/* Drivers logo grid
*/

.driver-grid-row {
  display: flex;
  flex-direction: row;
  margin: 0 50px;
}

figure.driver-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  margin: 20px 20px;
}

figure.driver-card a::after {
  content: none !important;
}

.driver-card img {
  max-width: 55px;
  margin: auto;
  vertical-align: middle;
}

.driver-card figcaption {
  color: #676767;
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
}

/* Custom Icons
*/

.fa-question-circle {
  color: #64dd17;
  font-size: 20px;
  padding: 0 10px 0 0;
}

.supported-icon {
  /*supported icon*/
  width: 64px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  content: url(..images/icons/supported-icon.png);
}

.external-icon {
  position: relative;
  padding-left: 10px;
  display: inline-block;
  cursor: pointer;
  content: url(..css/external-link-alt-regular.svg);
  position: absolute;
  z-index: 1;
}

/* mermaid diagrams */

span.nodeLabel {
  color: #4d8dc9 !important;
}

#mermaid-1 .cluster rect {
  fill: none !important;
}

/* Image Styles
*/

.img-border {
  border: solid 1px #f1f1f1;
  margin-top: 5px;
  margin-bottom: 10px !important;
  display: inline-block !important;
}

/* Custom lists
*/

.md-typeset ul li ul {
  list-style-type: circle;
}

.md-typeset ul li ul li ul {
  list-style-type: square;
}

ol.groovyBaby {
  list-style: none;
  counter-reset: list-counter;
}

ol.groovyBaby li {
  counter-increment: list-counter;
}

ol.groovyBaby li:before {
  content: counter(list-counter);
  width: 16px;
  height: 16px;
  text-align: center;
  margin-right: 10px;
  color: #fff;
  background-color: #fc403b;
  display: inline-block;
  border-radius: 8px;
  font-size: 9px;
  line-height: 16px;
  vertical-align: text-bottom;
}

ol.groovyAlpha {
  list-style: none;
  counter-reset: list-counter;
}

ol.groovyAlpha li {
  counter-increment: list-counter;
}

ol.groovyAlpha li:before {
  content: counter(list-counter, lower-alpha);
  width: 16px;
  height: 16px;
  text-align: center;
  margin-right: 10px;
  color: #fff;
  background-color: #fc403b;
  display: inline-block;
  border-radius: 8px;
  font-size: 9px;
  line-height: 16px;
  vertical-align: text-bottom;
}

/* Permalinks
*/

.md-typeset .headerlink:focus,
.md-typeset:hover .headerlink,
.md-typeset:target .headerlink {
  color: #ccc !important;
}

/* Badges
*/

.new-docs-badge {
  color: white;
  background: #75aadb;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 400;
  padding: 3px 5px;
  display: inline-block;
  line-height: 1;
  vertical-align: 4px;
  margin: 0 -23px 0 2px !important;
}

/* Product specific
*/

.rsc-sysrec {
  border: 0;
  width: 100%;
  height: 260px;
}

/* Custom admonitions
*/

.md-typeset details:not([open])>summary {
  background-color: #00bfa51a;
}

.md-typeset details:is([open])>summary {
  background-color: #00bfa51a;
}

.md-typeset .admonition.important,
.md-typeset details.important {
  border-color: #00bfa5;
}

.md-typeset .important > .admonition-title,
.md-typeset .caution > summary {
  background-color: #00bfa51a;
}
.md-typeset .important > .admonition-title::before,
.md-typeset .important > summary::before {
  background-color: #00bfa5;
  -webkit-mask-image: var(--md-admonition-icon--tip);
  mask-image: var(--md-admonition-icon--tip);
}

:root {
  --md-admonition-icon--news: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M186.87 157.25l-11.37-11.11a16.44 16.44 0 0 0-24 1.3 168.83 168.83 0 0 0 0 217.12 16.44 16.44 0 0 0 24 1.3l11.37-11.11a15.14 15.14 0 0 0 1.29-20.53 122.72 122.72 0 0 1 0-156.44 15.15 15.15 0 0 0-1.29-20.53zM107.33 79.6L96 68.53a16.41 16.41 0 0 0-23.56 1C25.59 121 0 186.58 0 256s25.59 135 72.44 186.52a16.41 16.41 0 0 0 23.56 1l11.33-11.07c6.11-6 6.06-15.39.36-21.71a230.28 230.28 0 0 1 0-309.37c5.7-6.37 5.75-15.81-.36-21.77zm396.23-10.12a16.41 16.41 0 0 0-23.56-1L468.67 79.6c-6.11 6-6.06 15.39-.36 21.72a230.28 230.28 0 0 1 0 309.37c-5.7 6.32-5.75 15.75.36 21.71L480 443.47a16.41 16.41 0 0 0 23.56-1C550.41 391 576 325.42 576 256s-25.59-135-72.44-186.52zM288 200a56 56 0 1 0 56 56 56 56 0 0 0-56-56zm112.5-53.86l-11.37 11.11a15.15 15.15 0 0 0-1.29 20.53 122.72 122.72 0 0 1 0 156.44 15.15 15.15 0 0 0 1.29 20.53l11.37 11.11a16.44 16.44 0 0 0 24-1.3 168.83 168.83 0 0 0 0-217.12 16.44 16.44 0 0 0-24-1.3z"></path></svg>');
}

.md-typeset .admonition.news,
.md-typeset details.news {
  border-color: #447099;
}

.md-typeset .news > .admonition-title,
.md-typeset .news > summary {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  box-shadow: 0 0.2rem 0.5rem rgb(0 0 0 / 5%),
    0 0.025rem 0.05rem rgb(0 0 0 / 5%);
  background-color: #447099;
  padding-left: 50px !important;
}

.md-typeset .news .admonition-title,
.md-typeset summary {
  position: relative;
  padding: 0.4rem 0.6rem 0.4rem 2rem;
  font-weight: 700;
}

.md-typeset .news > .admonition-title::before,
.md-typeset .news > summary::before {
  -webkit-mask-image: var(--md-admonition-icon--news);
  mask-image: var(--md-admonition-icon--news);
  background-color: #fff;
}

/* Small Collapsible
  */

.md-typeset .admonition.collapsible-sm,
.md-typeset details.collapsible-sm {
  border: none;
  border-bottom: none;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 50px;
  margin-left: 25px;
  padding-bottom: 5px;
}

.md-typeset .collapsible-sm > .admonition-title,
.md-typeset .collapsible-sm > summary {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  padding-left: 15px !important;
  background-color: #419599;
}

.md-typeset .collapsible-sm .admonition-title,
.md-typeset summary {
  position: relative;
  margin: 0 -0.6rem 0 -0.8rem;
  padding: 0.4rem 0.6rem 0.4rem 2rem;
  font-weight: 700;
  background-color: #fff;
  border-left: none;
  border-bottom: none;
}

.md-typeset .collapsible-sm > .admonition-title::before,
.md-typeset .collapsible-sm > summary::before {
  content: none !important;
}

.md-typeset .collapsible-sm summary::after {
  width: 2rem !important;
  color: #fff !important;
}

.md-typeset details[open] > summary:after {
  transform: rotate(90deg);
  /*margin-top: 15px !important;*/
  size: 10px;
}

.md-typeset .admonition.collapsible-sm,
.md-typeset details.collapsible-sm {
  border: none;
  border-bottom: none;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 50px;
  margin-left: 25px;
  padding-bottom: 5px;
}

.md-typeset .collapsible-sm > .admonition-title,
.md-typeset .collapsible-sm > summary {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  padding-left: 15px !important;
  background-color: #419599;
}

.md-typeset .collapsible-sm .admonition-title,
.md-typeset summary {
  position: relative;
  margin: 0 -0.6rem 0 -0.8rem;
  padding: 0.4rem 0.6rem 0.4rem 2rem;
  font-weight: 700;
  background-color: #fff;
  border-left: none;
  border-bottom: none;
}

.md-typeset .collapsible-sm > .admonition-title::before,
.md-typeset .collapsible-sm > summary::before {
  content: none !important;
}

.md-typeset .collapsible-sm summary::after {
  width: 2rem !important;
  color: #fff !important;
}

.md-typeset details[open] > summary:after {
  transform: rotate(90deg);
  /*margin-top: 15px !important;*/
}

/* Plain small collapsible */

.md-typeset .admonition.collapsible-sm-plain,
.md-typeset details.collapsible-sm-plain {
  border-bottom: solid gray 0.1rem;
  border-left: solid #ee6331;
  border-top: solid rgba(219, 219, 219, 0.8) 0.1rem;
  border-right: solid rgba(219, 219, 219, 0.8) 0.1rem;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 50px;
  padding-bottom: 5px;
}

[data-md-color-primary="black"] .md-typeset .admonition.collapsible-sm-plain,
.md-typeset details.collapsible-sm-plain {
  border-left: solid #ee6331;
  border-top: solid rgba(219, 219, 219, 0.8) 0.1rem;
  border-right: solid rgba(219, 219, 219, 0.8) 0.1rem;
  border-bottom: solid rgba(219, 219, 219, 0.8) 0.1rem;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 50px;
  padding-bottom: 5px;
  background-color: #fff;
}

.md-typeset .collapsible-sm-plain > .admonition-title,
.md-typeset .collapsible-sm-plain > summary {
  font-weight: 500;
  padding-left: 15px !important;
  color: #000;
  font-size: 0.8rem;
  font-weight: 500;
  background-color: inherit;
}

.md-typeset .collapsible-sm-plain .admonition-title,
.md-typeset summary {
  position: relative;
  margin: 0 -0.6rem 0 -0.8rem;
  padding: 0.4rem 0.6rem 0.4rem 2rem;
  font-weight: 700;
  background-color: #fff;
  border-left: none;
  border-bottom: none;
}

.md-typeset .collapsible-sm-plain > .admonition-title::before,
.md-typeset .collapsible-sm-plain > summary::before {
  content: none !important;
}

.md-typeset .collapsible-sm-plain summary::after {
  color: #000 !important;
}

.md-typeset details[open] > summary:after {
  transform: rotate(90deg);
  /*margin-top: 15px !important;*/
}

/* Clickable table rows
*/

tr[data-href] {
  cursor: pointer;
  font-size: 10pt;
}

tr[data-href]:hover {
  cursor: pointer;
  background-color: #447099 !important;
  color: #fff;
}

/* Back-to-top button
  */

.md-top {
  color: #fff;
  background: #447099 !important;
  outline: none;
  box-shadow: 0 px2rem(4px) px2rem(10px) hsla(0, 0%, 0%, 0.1),
    0 px2rem(0.5px) px2rem(1px) hsla(0, 0%, 0%, 0.1);
}

[data-md-color-primary="black"] .md-top {
  background: var(--md-typeset-a-color) !important;
}


.banner__button {
  display: block;
  align-items: right !important;
}

.md-announce__btn {
  content: url(..images/icons/close.svg);
  display: block;
  padding-top: 10pt;
  padding-bottom: 20pt;
  float: right;
}

.posit-help:before {
  content: "";
  display: block;
  background: url(..images/icons/question-solid.svg) no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 6px 0 0;
}

.posit-help {
  color: #ee6331;
  border-top: solid #ee6331 thin;
  border-bottom: solid #ee6331 thin;
  padding: 5px;
}

.md-ellipsis-manual {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  text-decoration: none !important;
}

/* License tier badges */

.badge {
  display: inline-block;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border: solid #fff 1pt;
  border-radius: 50rem !important;
  padding: 5px 10px 5px 10px;
  font-weight: 600;
}

.badge-basic {
  background-color: #305775 !important;
}

.badge-enhanced {
  background-color: #447099 !important;

}

.badge-advanced {
  background-color: #213D4F !important;
}

.badge-alt {
  background-color: #404041 !important;
}

.badge-wb {
  background-color: #9A4665 !important;
}

/* Breadcrumbs - manual */

.breadcrumbs {
  font-size: .7rem;
  display: block;
  margin-bottom: 25px;
  padding-bottom: 10px;
  gap: 0.2rem;
}

.breadcrumbs .current-item {
  color: #a0a0a0;
}

.breadcrumbs .home {
  color: #a0a0a0 !important;
}

.breadcrumbs .home:hover {
  text-decoration: none !important;
  color: #447099 !important;
}
