iframe {
  border: none;
  overflow: hidden;
}
.navbar .bi {
  font-size: 1rem;
  margin-right: 0.25rem;
}
#help .navbar,
#home .navbar {
  background: linear-gradient(145deg, #375ee3, #6543e0 80%);
}
#help .navbar-brand .nav-link,
#home .navbar-brand .nav-link {
  display: inline-block;
  margin-right: -30px;
}
#home {
  padding-top: 0;
}
#home .btn {
  padding: 0.5rem 0.9rem;
}
.bs-docs-section {
  margin-top: 4em;
}
.bs-docs-section .page-header h1 {
  font-size: 3rem;
  padding: 2rem 0;
}
.dropdown-menu.show[aria-labelledby="themes"] {
  display: flex;
  flex-wrap: wrap;
  width: 420px;
}
.dropdown-menu.show[aria-labelledby="themes"] .dropdown-item {
  width: 33.333333%;
}
.dropdown-menu.show[aria-labelledby="themes"] .dropdown-item:first-child {
  width: 100%;
}
.bs-component {
  position: relative;
}
.bs-component + .bs-component {
  margin-top: 1rem;
}
.bs-component .card {
  margin-bottom: 1rem;
}
.bs-component .modal {
  bottom: auto;
  display: block;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
  z-index: 1;
}
.bs-component .modal-dialog {
  width: 90%;
}
.bs-component .popover {
  display: inline-block;
  margin: 20px;
  position: relative;
  width: 220px;
}
.source-button {
  display: none;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.source-button i {
  pointer-events: none;
}
.source-button:hover {
  cursor: pointer;
}
.bs-component:hover .source-button {
  display: block;
}
#source-modal pre {
  max-height: calc(100vh - 11rem);
}
.progress {
  margin-bottom: 10px;
}
#footer {
  margin: 5em 0;
}
#footer li {
  float: left;
  margin-bottom: 1.5em;
  margin-right: 1.5em;
}
#footer p {
  clear: left;
  margin-bottom: 0;
}
.splash {
  background-color: #375ee3;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 12em 0 6em;
  position: relative;
  text-align: center;
}
.splash .logo {
  width: 160px;
}
.splash h1 {
  color: #fff;
  font-size: 3em;
}
.splash #social {
  margin: 2em 0 3em;
}
.splash .alert {
  border: none;
  margin: 2em 0;
}
.splash .sponsor a {
  color: #fff;
}
.section-tout {
  background-color: #eaf1f1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 6em 0 1em;
  text-align: center;
}
.section-tout .icon {
  align-items: center;
  background: linear-gradient(145deg, #375ee3, #6543e0 80%);
  border-radius: 50%;
  color: hsla(0, 0%, 100%, 0.9);
  display: flex;
  font-size: 2rem;
  height: 80px;
  justify-content: center;
  line-height: 1;
  margin: 0 auto 1rem;
  width: 80px;
}
.section-tout p {
  margin-bottom: 5em;
}
.section-preview {
  padding: 4em 0;
}
.section-preview .preview {
  background-color: #eaf1f1;
  margin-bottom: 4em;
}
.section-preview .preview .image {
  position: relative;
}
.section-preview .preview .image img {
  height: auto;
  width: 100%;
}
.section-preview .preview .options {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 2em;
  text-align: center;
}
.section-preview .preview .options p {
  margin-bottom: 2em;
}
.section-preview .dropdown-menu {
  text-align: left;
}
.section-preview .lead {
  margin-bottom: 2em;
}
.sponsor a {
  text-decoration: none;
}
.sponsor #carbonads {
  margin: 0 auto;
  max-width: 240px;
}
.sponsor .carbon-text {
  display: block;
  font-size: 12px;
  margin-top: 1em;
}
.sponsor .carbon-poweredby {
  float: right;
  font-size: 10px;
  margin-top: 1em;
}
[data-bs-theme="dark"] .section-tout {
  background-color: #111;
}
[data-bs-theme="dark"] .section-preview .preview {
  background-color: #2b3036;
}
@media (max-width: 767px) {
  .splash {
    padding-top: 8em;
  }
  .splash .logo {
    width: 100px;
  }
  .splash h1 {
    font-size: 2em;
  }
  #banner {
    margin-bottom: 2em;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .navbar-transparent {
    background: none !important;
  }
}
#home .section-preview .card .btn-group,
.bs-component > .btn,
.bs-component > .btn-group,
.bs-component > .btn-toolbar > .btn-group {
  margin-bottom: 0.25rem;
}
