/* CSS Document */
/*!
 * Bootstrap Docs (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under the Creative Commons Attribution 3.0 Unported License.
 * For details, see https://creativecommons.org/licenses/by/3.0/.
 */.grid {
 display:grid;
 grid-template-rows:repeat(var(--bs-rows, 1), 1fr);
 grid-template-columns:repeat(var(--bs-columns, 12), 1fr);
 gap:var(--bs-gap, 1.5rem)
}
.grid .g-col-1 {
 grid-column:auto/span 1
}
.grid .g-col-2 {
 grid-column:auto/span 2
}
.grid .g-col-3 {
 grid-column:auto/span 3
}
.grid .g-col-4 {
 grid-column:auto/span 4
}
.grid .g-col-5 {
 grid-column:auto/span 5
}
.grid .g-col-6 {
 grid-column:auto/span 6
}
.grid .g-col-7 {
 grid-column:auto/span 7
}
.grid .g-col-8 {
 grid-column:auto/span 8
}
.grid .g-col-9 {
 grid-column:auto/span 9
}
.grid .g-col-10 {
 grid-column:auto/span 10
}
.grid .g-col-11 {
 grid-column:auto/span 11
}
.grid .g-col-12 {
 grid-column:auto/span 12
}
.grid .g-start-1 {
 grid-column-start:1
}
.grid .g-start-2 {
 grid-column-start:2
}
.grid .g-start-3 {
 grid-column-start:3
}
.grid .g-start-4 {
 grid-column-start:4
}
.grid .g-start-5 {
 grid-column-start:5
}
.grid .g-start-6 {
 grid-column-start:6
}
.grid .g-start-7 {
 grid-column-start:7
}
.grid .g-start-8 {
 grid-column-start:8
}
.grid .g-start-9 {
 grid-column-start:9
}
.grid .g-start-10 {
 grid-column-start:10
}
.grid .g-start-11 {
 grid-column-start:11
}
@media (min-width: 576px) {
 .grid .g-col-sm-1 {
  grid-column:auto/span 1
 }
 .grid .g-col-sm-2 {
  grid-column:auto/span 2
 }
 .grid .g-col-sm-3 {
  grid-column:auto/span 3
 }
 .grid .g-col-sm-4 {
  grid-column:auto/span 4
 }
 .grid .g-col-sm-5 {
  grid-column:auto/span 5
 }
 .grid .g-col-sm-6 {
  grid-column:auto/span 6
 }
 .grid .g-col-sm-7 {
  grid-column:auto/span 7
 }
 .grid .g-col-sm-8 {
  grid-column:auto/span 8
 }
 .grid .g-col-sm-9 {
  grid-column:auto/span 9
 }
 .grid .g-col-sm-10 {
  grid-column:auto/span 10
 }
 .grid .g-col-sm-11 {
  grid-column:auto/span 11
 }
 .grid .g-col-sm-12 {
  grid-column:auto/span 12
 }
 .grid .g-start-sm-1 {
  grid-column-start:1
 }
 .grid .g-start-sm-2 {
  grid-column-start:2
 }
 .grid .g-start-sm-3 {
  grid-column-start:3
 }
 .grid .g-start-sm-4 {
  grid-column-start:4
 }
 .grid .g-start-sm-5 {
  grid-column-start:5
 }
 .grid .g-start-sm-6 {
  grid-column-start:6
 }
 .grid .g-start-sm-7 {
  grid-column-start:7
 }
 .grid .g-start-sm-8 {
  grid-column-start:8
 }
 .grid .g-start-sm-9 {
  grid-column-start:9
 }
 .grid .g-start-sm-10 {
  grid-column-start:10
 }
 .grid .g-start-sm-11 {
  grid-column-start:11
 }
}
@media (min-width: 768px) {
 .grid .g-col-md-1 {
  grid-column:auto/span 1
 }
 .grid .g-col-md-2 {
  grid-column:auto/span 2
 }
 .grid .g-col-md-3 {
  grid-column:auto/span 3
 }
 .grid .g-col-md-4 {
  grid-column:auto/span 4
 }
 .grid .g-col-md-5 {
  grid-column:auto/span 5
 }
 .grid .g-col-md-6 {
  grid-column:auto/span 6
 }
 .grid .g-col-md-7 {
  grid-column:auto/span 7
 }
 .grid .g-col-md-8 {
  grid-column:auto/span 8
 }
 .grid .g-col-md-9 {
  grid-column:auto/span 9
 }
 .grid .g-col-md-10 {
  grid-column:auto/span 10
 }
 .grid .g-col-md-11 {
  grid-column:auto/span 11
 }
 .grid .g-col-md-12 {
  grid-column:auto/span 12
 }
 .grid .g-start-md-1 {
  grid-column-start:1
 }
 .grid .g-start-md-2 {
  grid-column-start:2
 }
 .grid .g-start-md-3 {
  grid-column-start:3
 }
 .grid .g-start-md-4 {
  grid-column-start:4
 }
 .grid .g-start-md-5 {
  grid-column-start:5
 }
 .grid .g-start-md-6 {
  grid-column-start:6
 }
 .grid .g-start-md-7 {
  grid-column-start:7
 }
 .grid .g-start-md-8 {
  grid-column-start:8
 }
 .grid .g-start-md-9 {
  grid-column-start:9
 }
 .grid .g-start-md-10 {
  grid-column-start:10
 }
 .grid .g-start-md-11 {
  grid-column-start:11
 }
}
@media (min-width: 992px) {
 .grid .g-col-lg-1 {
  grid-column:auto/span 1
 }
 .grid .g-col-lg-2 {
  grid-column:auto/span 2
 }
 .grid .g-col-lg-3 {
  grid-column:auto/span 3
 }
 .grid .g-col-lg-4 {
  grid-column:auto/span 4
 }
 .grid .g-col-lg-5 {
  grid-column:auto/span 5
 }
 .grid .g-col-lg-6 {
  grid-column:auto/span 6
 }
 .grid .g-col-lg-7 {
  grid-column:auto/span 7
 }
 .grid .g-col-lg-8 {
  grid-column:auto/span 8
 }
 .grid .g-col-lg-9 {
  grid-column:auto/span 9
 }
 .grid .g-col-lg-10 {
  grid-column:auto/span 10
 }
 .grid .g-col-lg-11 {
  grid-column:auto/span 11
 }
 .grid .g-col-lg-12 {
  grid-column:auto/span 12
 }
 .grid .g-start-lg-1 {
  grid-column-start:1
 }
 .grid .g-start-lg-2 {
  grid-column-start:2
 }
 .grid .g-start-lg-3 {
  grid-column-start:3
 }
 .grid .g-start-lg-4 {
  grid-column-start:4
 }
 .grid .g-start-lg-5 {
  grid-column-start:5
 }
 .grid .g-start-lg-6 {
  grid-column-start:6
 }
 .grid .g-start-lg-7 {
  grid-column-start:7
 }
 .grid .g-start-lg-8 {
  grid-column-start:8
 }
 .grid .g-start-lg-9 {
  grid-column-start:9
 }
 .grid .g-start-lg-10 {
  grid-column-start:10
 }
 .grid .g-start-lg-11 {
  grid-column-start:11
 }
}
@media (min-width: 1200px) {
 .grid .g-col-xl-1 {
  grid-column:auto/span 1
 }
 .grid .g-col-xl-2 {
  grid-column:auto/span 2
 }
 .grid .g-col-xl-3 {
  grid-column:auto/span 3
 }
 .grid .g-col-xl-4 {
  grid-column:auto/span 4
 }
 .grid .g-col-xl-5 {
  grid-column:auto/span 5
 }
 .grid .g-col-xl-6 {
  grid-column:auto/span 6
 }
 .grid .g-col-xl-7 {
  grid-column:auto/span 7
 }
 .grid .g-col-xl-8 {
  grid-column:auto/span 8
 }
 .grid .g-col-xl-9 {
  grid-column:auto/span 9
 }
 .grid .g-col-xl-10 {
  grid-column:auto/span 10
 }
 .grid .g-col-xl-11 {
  grid-column:auto/span 11
 }
 .grid .g-col-xl-12 {
  grid-column:auto/span 12
 }
 .grid .g-start-xl-1 {
  grid-column-start:1
 }
 .grid .g-start-xl-2 {
  grid-column-start:2
 }
 .grid .g-start-xl-3 {
  grid-column-start:3
 }
 .grid .g-start-xl-4 {
  grid-column-start:4
 }
 .grid .g-start-xl-5 {
  grid-column-start:5
 }
 .grid .g-start-xl-6 {
  grid-column-start:6
 }
 .grid .g-start-xl-7 {
  grid-column-start:7
 }
 .grid .g-start-xl-8 {
  grid-column-start:8
 }
 .grid .g-start-xl-9 {
  grid-column-start:9
 }
 .grid .g-start-xl-10 {
  grid-column-start:10
 }
 .grid .g-start-xl-11 {
  grid-column-start:11
 }
}
@media (min-width: 1400px) {
 .grid .g-col-xxl-1 {
  grid-column:auto/span 1
 }
 .grid .g-col-xxl-2 {
  grid-column:auto/span 2
 }
 .grid .g-col-xxl-3 {
  grid-column:auto/span 3
 }
 .grid .g-col-xxl-4 {
  grid-column:auto/span 4
 }
 .grid .g-col-xxl-5 {
  grid-column:auto/span 5
 }
 .grid .g-col-xxl-6 {
  grid-column:auto/span 6
 }
 .grid .g-col-xxl-7 {
  grid-column:auto/span 7
 }
 .grid .g-col-xxl-8 {
  grid-column:auto/span 8
 }
 .grid .g-col-xxl-9 {
  grid-column:auto/span 9
 }
 .grid .g-col-xxl-10 {
  grid-column:auto/span 10
 }
 .grid .g-col-xxl-11 {
  grid-column:auto/span 11
 }
 .grid .g-col-xxl-12 {
  grid-column:auto/span 12
 }
 .grid .g-start-xxl-1 {
  grid-column-start:1
 }
 .grid .g-start-xxl-2 {
  grid-column-start:2
 }
 .grid .g-start-xxl-3 {
  grid-column-start:3
 }
 .grid .g-start-xxl-4 {
  grid-column-start:4
 }
 .grid .g-start-xxl-5 {
  grid-column-start:5
 }
 .grid .g-start-xxl-6 {
  grid-column-start:6
 }
 .grid .g-start-xxl-7 {
  grid-column-start:7
 }
 .grid .g-start-xxl-8 {
  grid-column-start:8
 }
 .grid .g-start-xxl-9 {
  grid-column-start:9
 }
 .grid .g-start-xxl-10 {
  grid-column-start:10
 }
 .grid .g-start-xxl-11 {
  grid-column-start:11
 }
}
:root {
 --bd-purple: #4c0bce;
 --bd-violet: #712cf9;
 --bd-accent: #ffe484;
 --bd-violet-rgb: 112.520718,44.062154,249.437846;
 --bd-accent-rgb: 255,228,132;
 --bd-pink-rgb: 214,51,132;
 --bd-teal-rgb: 32,201,151;
 --docsearch-primary-color: var(--bd-violet);
 --docsearch-logo-color: var(--bd-violet)
}
.bd-navbar {
 padding:.75rem 0;
 background-color:transparent;
 background-image:linear-gradient(to bottom, rgba(var(--bd-violet-rgb), 1), rgba(var(--bd-violet-rgb), 0.95));
 box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15)
}
@media (max-width: 991.98px) {
 .bd-navbar .bd-navbar-toggle {
  width:4.25rem
 }
}
.bd-navbar .navbar-toggler {
 padding:0;
 margin-right:-.5rem;
 border:0
}
.bd-navbar .navbar-toggler:first-child {
 margin-left:-.5rem
}
.bd-navbar .navbar-toggler .bi {
 width:1.5rem;
 height:1.5rem
}
.bd-navbar .navbar-toggler:focus {
 box-shadow:none
}
.bd-navbar .navbar-brand {
 transition:.2s ease-in-out transform
}
.bd-navbar .navbar-brand:hover {
 transform:rotate(-5deg) scale(1.1)
}
.bd-navbar .navbar-toggler,
.bd-navbar .nav-link {
 padding-right:.25rem;
 padding-left:.25rem;
 color:rgba(255,255,255,0.85)
}
.bd-navbar .navbar-toggler:hover,
.bd-navbar .navbar-toggler:focus,
.bd-navbar .nav-link:hover,
.bd-navbar .nav-link:focus {
 color:#fff
}
.bd-navbar .navbar-toggler.active,
.bd-navbar .nav-link.active {
 font-weight:600;
 color:#fff
}
.bd-navbar .navbar-nav-svg {
 display:inline-block;
 vertical-align:-.125rem
}
.bd-navbar .offcanvas-lg {
 background-color:var(--bd-violet);
 border-left:0
}
@media (max-width: 991.98px) {
 .bd-navbar .offcanvas-lg {
  box-shadow:0 1rem 3rem rgba(0,0,0,0.175)
 }
}
.bd-navbar .dropdown-toggle:focus:not(:focus-visible) {
 outline:0
}
.bd-navbar .dropdown-menu {
 --bs-dropdown-min-width: 12rem;
 --bs-dropdown-link-hover-bg: rgba(var(--bd-violet-rgb), .1);
 --bs-dropdown-font-size:.875rem;
 box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15)
}
.bd-navbar .dropdown-item.current {
 font-weight:600;
 background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
 background-repeat:no-repeat;
 background-position:right 1rem top 0.6rem;
 background-size:.75rem .75rem
}
.bd-search {
 position:relative
}
@media (min-width: 992px) {
 .bd-search {
  position:absolute;
  top:.875rem;
  left:50%;
  width:200px;
  margin-left:-100px
 }
}
@media (min-width: 1200px) {
 .bd-search {
  width:280px;
  margin-left:-140px
 }
}
.DocSearch-Container {
 --docsearch-muted-color: #6c757d;
 --docsearch-hit-shadow: none;
 z-index:2000;
 cursor:auto
}
@media (min-width: 992px) {
 .DocSearch-Container {
  padding-top:4rem
 }
}
.DocSearch-Button {
 --docsearch-searchbox-background: rgba(0,0,0,0.1);
 --docsearch-searchbox-color: #fff;
 --docsearch-searchbox-focus-background: rgba(0,0,0,0.25);
 --docsearch-searchbox-shadow: 0 0 0 0.25rem rgba(255,228,132,0.4);
 --docsearch-text-color: #fff;
 --docsearch-muted-color: rgba(255,255,255,0.65);
 width:100%;
 height:38px;
 margin:0;
 border:1px solid rgba(255,255,255,0.4);
 border-radius:.375rem
}
.DocSearch-Button .DocSearch-Search-Icon {
 opacity:.65
}
.DocSearch-Button:active,
.DocSearch-Button:focus,
.DocSearch-Button:hover {
 border-color:#ffe484
}
.DocSearch-Button:active .DocSearch-Search-Icon,
.DocSearch-Button:focus .DocSearch-Search-Icon,
.DocSearch-Button:hover .DocSearch-Search-Icon {
 opacity:1
}
@media (max-width: 991.98px) {
 .DocSearch-Button,
 .DocSearch-Button:hover,
 .DocSearch-Button:focus {
  background:transparent;
  border:0;
  box-shadow:none
 }
 .DocSearch-Button:focus {
  box-shadow:var(--docsearch-searchbox-shadow)
 }
}
@media (max-width: 991.98px) {
 .DocSearch-Button-Keys,
 .DocSearch-Button-Placeholder {
  display:none
 }
}
.DocSearch-Button-Keys {
 min-width:0;
 padding:.125rem .25rem;
 background:rgba(0,0,0,0.25);
 border-radius:.25rem
}
.DocSearch-Button-Key {
 top:0;
 width:auto;
 height:1.25rem;
 padding-right:.125rem;
 padding-left:.125rem;
 margin-right:0;
 font-size:.875rem;
 background:none;
 box-shadow:none
}
.DocSearch-Commands-Key {
 padding-left:1px;
 font-size:.875rem;
 background-color:rgba(0,0,0,0.1);
 background-image:none;
 box-shadow:none
}
.DocSearch-Form {
 border-radius:var(--bs-border-radius)
}
.DocSearch-Hits mark {
 padding:0
}
.DocSearch-Hit {
 padding-bottom:0;
 border-radius:0
}
.DocSearch-Hit a {
 border-radius:0;
 border:solid var(--bs-border-color);
 border-width:0 1px 1px
}
.DocSearch-Hit:first-child a {
 border-top-left-radius:var(--bs-border-radius);
 border-top-right-radius:var(--bs-border-radius);
 border-top-width:1px
}
.DocSearch-Hit:last-child a {
 border-bottom-right-radius:var(--bs-border-radius);
 border-bottom-left-radius:var(--bs-border-radius)
}
.DocSearch-Hit-icon {
 display:flex;
 align-items:center
}
.bd-masthead {
 --bd-pink-rgb: 214,51,132;
 padding:3rem 0;
 background-image:linear-gradient(180deg, rgba(var(--bs-body-bg-rgb), 0.01), rgba(var(--bs-body-bg-rgb), 1) 85%),radial-gradient(ellipse at top left, rgba(var(--bs-primary-rgb), 0.5), transparent 50%),radial-gradient(ellipse at top right, rgba(var(--bd-accent-rgb), 0.5), transparent 50%),radial-gradient(ellipse at center right, rgba(var(--bd-violet-rgb), 0.5), transparent 50%),radial-gradient(ellipse at center left, rgba(var(--bd-pink-rgb), 0.5), transparent 50%)
}
.bd-masthead h1 {
 font-size:calc(1.525rem + 3.3vw);
 line-height:1
}
@media (min-width: 1200px) {
 .bd-masthead h1 {
  font-size:4rem
 }
}
.bd-masthead .lead {
 font-size:1rem;
 font-weight:400;
 color:#495057
}
.bd-masthead .bd-code-snippet {
 margin:0;
 border-radius:.5rem
}
.bd-masthead .highlight {
 width:100%;
 padding:.5rem 1rem;
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap;
 background-color:rgba(var(--bs-body-color-rgb), 0.075);
 border-radius:.5rem
}
@media (min-width: 992px) {
 .bd-masthead .highlight {
  padding-right:4rem
 }
}
.bd-masthead .btn-clipboard {
 position:absolute;
 top:-.125rem;
 right:0;
 background-color:transparent
}
.bd-masthead #carbonads {
 margin-right:auto;
 margin-left:auto
}
@media (min-width: 768px) {
 .bd-masthead .lead {
  font-size:calc(1.275rem + .3vw)
 }
}
@media (min-width: 768px) and (min-width: 1200px) {
 .bd-masthead .lead {
  font-size:1.5rem
 }
}
.masthead-followup .lead {
 font-size:1rem
}
.masthead-followup .highlight {
 border-radius:.5rem
}
@media (min-width: 768px) {
 .masthead-followup .lead {
  font-size:1.25rem
 }
}
.bd-btn-lg {
 padding:.8rem 2rem
}
.masthead-followup-icon {
 padding:1rem;
 color:rgba(var(--bg-rgb), 1);
 background-color:rgba(var(--bg-rgb), 0.1);
 background-blend-mode:multiple;
 border-radius:1rem;
 mix-blend-mode:darken
}
.masthead-followup-icon svg {
 filter:drop-shadow(0 1px 1px #fff)
}
.masthead-notice {
 background-color:var(--bd-accent);
 box-shadow:inset 0 -1px 1px rgba(var(--bs-body-color-rgb), 0.15),0 0.25rem 1.5rem rgba(var(--bs-body-bg-rgb), 0.75)
}
#carbonads {
 position:static;
 display:block;
 max-width:400px;
 padding:15px 15px 15px 160px;
 margin:2rem 0;
 overflow:hidden;
 font-size:.8125rem;
 line-height:1.4;
 text-align:left;
 background-color:#f8f9fa
}
#carbonads a {
 color:#343a40;
 text-decoration:none
}
@media (min-width: 576px) {
 #carbonads {
  border-radius:.5rem
 }
}
.carbon-img {
 float:left;
 margin-left:-145px
}
.carbon-poweredby {
 display:block;
 margin-top:.75rem;
 color:#495057 !important
}
.bd-content>:target {
 padding-top:5rem;
 margin-top:-5rem
}
.bd-content>h2:not(:first-child) {
 margin-top:3rem
}
.bd-content>h3 {
 margin-top:2rem
}
.bd-content>ul li,
.bd-content>ol li {
 margin-bottom:.25rem
}
.bd-content>ul li>p~ul,
.bd-content>ol li>p~ul {
 margin-top:-.5rem;
 margin-bottom:1rem
}
.bd-content>.table,
.bd-content>.table-responsive .table {
 margin-bottom:1.5rem;
 font-size:.875rem
}
@media (max-width: 991.98px) {
 .bd-content>.table.table-bordered,
 .bd-content>.table-responsive .table.table-bordered {
  border:0
 }
}
.bd-content>.table thead,
.bd-content>.table-responsive .table thead {
 border-bottom:2px solid currentcolor
}
.bd-content>.table tbody:not(:first-child),
.bd-content>.table-responsive .table tbody:not(:first-child) {
 border-top:2px solid currentcolor
}
.bd-content>.table th:first-child,
.bd-content>.table td:first-child,
.bd-content>.table-responsive .table th:first-child,
.bd-content>.table-responsive .table td:first-child {
 padding-left:0
}
.bd-content>.table th:not(:last-child),
.bd-content>.table td:not(:last-child),
.bd-content>.table-responsive .table th:not(:last-child),
.bd-content>.table-responsive .table td:not(:last-child) {
 padding-right:1.5rem
}
.bd-content>.table th,
.bd-content>.table td:first-child>code,
.bd-content>.table-responsive .table th,
.bd-content>.table-responsive .table td:first-child>code {
 white-space:nowrap
}
.table-options td:nth-child(2) {
 min-width:160px
}
.table-options td:last-child,
.table-utilities td:last-child {
 min-width:280px
}
.bd-title {
 font-size:calc(1.425rem + 2.1vw)
}
@media (min-width: 1200px) {
 .bd-title {
  font-size:3rem
 }
}
.bd-lead {
 font-size:calc(1.275rem + .3vw);
 font-weight:300
}
@media (min-width: 1200px) {
 .bd-lead {
  font-size:1.5rem
 }
}
.bd-bg-violet {
 background-color:#712cf9
}
.bi {
 width:1em;
 height:1em;
 fill:currentcolor
}
.icon-link {
 display:flex;
 align-items:center;
 -webkit-text-decoration-color:rgba(13,110,253,0.5);
 text-decoration-color:rgba(13,110,253,0.5);
 text-underline-offset:.5rem;
 -webkit-backface-visibility:hidden;
 backface-visibility:hidden
}
.icon-link .bi {
 width:1.5em;
 height:1.5em;
 transition:.2s ease-in-out transform
}
.icon-link:hover .bi {
 transform:translate3d(5px, 0, 0)
}
@media (min-width: 992px) {
 .border-lg-start {
  border-left:1px solid #dee2e6
 }
}
.skippy {
 background-color:#4c0bce
}
.skippy a {
 color:#fff
}
@media (min-width: 992px) {
 .bd-sidebar {
  position:-webkit-sticky;
  position:sticky;
  top:5rem;
  display:block !important;
  height:calc(100vh - 6rem);
  padding-left:.25rem;
  margin-left:-.25rem;
  overflow-y:auto
 }
}
@media (max-width: 991.98px) {
 .bd-links-nav {
  font-size:.875rem
 }
}
@media (max-width: 991.98px) {
 .bd-links-nav {
  -moz-column-count:2;
  column-count:2;
  -moz-column-gap:1.5rem;
  column-gap:1.5rem
 }
 .bd-links-nav .bd-links-group {
  -moz-column-break-inside:avoid;
  break-inside:avoid
 }
 .bd-links-nav .bd-links-span-all {
  -moz-column-span:all;
  column-span:all
 }
}
.bd-links-link {
 padding:.1875rem .5rem;
 margin-top:.125rem;
 margin-left:1rem;
 color:rgba(0,0,0,0.65);
 text-decoration:none
}
.bd-links-link:hover,
.bd-links-link:focus,
.bd-links-link.active {
 color:rgba(0,0,0,0.85);
 background-color:rgba(var(--bd-violet-rgb), 0.1)
}
.bd-links-link.active {
 font-weight:600
}
.bd-gutter {
 --bs-gutter-x: 3rem
}
@media (min-width: 992px) {
 .bd-layout {
  display:grid;
  grid-template-areas:"sidebar main";
  grid-template-columns:1fr 5fr;
  gap:1.5rem
 }
}
.bd-sidebar {
 grid-area:sidebar
}
.bd-main {
 grid-area:main
}
@media (max-width: 991.98px) {
 .bd-main {
  max-width:760px;
  margin-inline:auto
 }
}
@media (min-width: 768px) {
 .bd-main {
  display:grid;
  grid-template-areas:"intro" "toc" "content";
  grid-template-rows:auto auto 1fr;
  gap:inherit
 }
}
@media (min-width: 992px) {
 .bd-main {
  grid-template-areas:"intro   toc" "content toc";
  grid-template-rows:auto 1fr;
  grid-template-columns:4fr 1fr
 }
}
.bd-intro {
 grid-area:intro
}
.bd-toc {
 grid-area:toc
}
.bd-content {
 grid-area:content;
 min-width:1px
}
@media (min-width: 992px) {
 .bd-toc {
  position:-webkit-sticky;
  position:sticky;
  top:5rem;
  right:0;
  z-index:2;
  height:calc(100vh - 7rem);
  overflow-y:auto
 }
}
.bd-toc nav {
 font-size:.875rem
}
.bd-toc nav ul {
 padding-left:0;
 margin-bottom:0;
 list-style:none
}
.bd-toc nav ul ul {
 padding-left:1rem;
 margin-top:.25rem
}
.bd-toc nav li {
 margin-bottom:.25rem
}
.bd-toc nav a {
 color:inherit
}
.bd-toc nav a:not(:hover) {
 text-decoration:none
}
.bd-toc nav a code {
 font:inherit
}
.bd-toc-toggle {
 display:flex;
 align-items:center
}
@media (max-width: 575.98px) {
 .bd-toc-toggle {
  justify-content:space-between;
  width:100%
 }
}
@media (max-width: 767.98px) {
 .bd-toc-toggle {
  border:1px solid #dee2e6;
  border-radius:.4rem
 }
 .bd-toc-toggle:hover,
 .bd-toc-toggle:focus,
 .bd-toc-toggle:active,
 .bd-toc-toggle[aria-expanded="true"] {
  color:var(--bd-violet);
  background-color:#fff;
  border-color:var(--bd-violet)
 }
 .bd-toc-toggle:focus,
 .bd-toc-toggle[aria-expanded="true"] {
  box-shadow:0 0 0 3px rgba(var(--bd-violet-rgb), 0.25)
 }
}
@media (max-width: 767.98px) {
 .bd-toc-collapse nav {
  padding:1.25rem;
  background-color:var(--bs-gray-100);
  border:1px solid #dee2e6;
  border-radius:.25rem
 }
}
@media (min-width: 768px) {
 .bd-toc-collapse {
  display:block !important
 }
}
.bd-footer a {
 color:#495057;
 text-decoration:none
}
.bd-footer a:hover,
.bd-footer a:focus {
 color:#0d6efd;
 text-decoration:underline
}
.bd-example-snippet {
 border:solid #dee2e6;
 border-width:1px 0
}
@media (min-width: 768px) {
 .bd-example-snippet {
  border-width:1px
 }
}
.bd-example {
 --bd-example-padding: 1rem;
 position:relative;
 padding:var(--bd-example-padding);
 margin:0 -1.5rem;
 border:solid #dee2e6;
 border-width:1px 0
}
.bd-example::after {
 display:block;
 clear:both;
 content:""
}
@media (min-width: 768px) {
 .bd-example {
  --bd-example-padding: 1.5rem;
  margin-right:0;
  margin-left:0;
  border-width:1px;
  border-top-left-radius:var(--bs-border-radius);
  border-top-right-radius:var(--bs-border-radius)
 }
}
.bd-example+.bd-code-snippet {
 border-top-left-radius:0;
 border-top-right-radius:0;
 border:solid #dee2e6;
 border-width:0 1px 1px
}
.bd-example+p {
 margin-top:2rem
}
.bd-example>.form-control+.form-control {
 margin-top:.5rem
}
.bd-example>.nav+.nav,
.bd-example>.alert+.alert,
.bd-example>.navbar+.navbar,
.bd-example>.progress+.progress {
 margin-top:1rem
}
.bd-example>.dropdown-menu {
 position:static;
 display:block
}
.bd-example>:last-child {
 margin-bottom:0
}
.bd-example>hr:last-child {
 margin-bottom:1rem
}
.bd-example>svg+svg,
.bd-example>img+img {
 margin-left:.5rem
}
.bd-example>.btn,
.bd-example>.btn-group {
 margin:.25rem .125rem
}
.bd-example>.btn-toolbar+.btn-toolbar {
 margin-top:.5rem
}
.bd-example>.list-group {
 max-width:400px
}
.bd-example>[class*="list-group-horizontal"] {
 max-width:100%
}
.bd-example .fixed-top,
.bd-example .sticky-top {
 position:static;
 margin:calc(var(--bd-example-padding) * -1) calc(var(--bd-example-padding) * -1) var(--bd-example-padding)
}
.bd-example .fixed-bottom,
.bd-example .sticky-bottom {
 position:static;
 margin:var(--bd-example-padding) calc(var(--bd-example-padding) * -1) calc(var(--bd-example-padding) * -1)
}
.bd-example .pagination {
 margin-bottom:0
}
.bd-example-row [class^="col"],
.bd-example-cssgrid .grid>* {
 padding-top:.75rem;
 padding-bottom:.75rem;
 background-color:rgba(var(--bd-violet-rgb), 0.1);
 border:1px solid rgba(var(--bd-violet-rgb), 0.25)
}
.bd-example-row .row+.row,
.bd-example-cssgrid .grid+.grid {
 margin-top:1rem
}
.bd-example-row-flex-cols .row {
 min-height:10rem;
 background-color:rgba(255,0,0,0.1)
}
.bd-example-flex div {
 background-color:rgba(76,11,206,0.15);
 border:1px solid rgba(76,11,206,0.15)
}
.example-container {
 width:800px;
 --bs-gutter-x: 1.5rem;
 --bs-gutter-y: 0;
 width:100%;
 padding-right:calc(var(--bs-gutter-x) * .5);
 padding-left:calc(var(--bs-gutter-x) * .5);
 margin-right:auto;
 margin-left:auto
}
.example-row {
 --bs-gutter-x: 1.5rem;
 --bs-gutter-y: 0;
 display:flex;
 flex-wrap:wrap;
 margin-top:calc(-1 * var(--bs-gutter-y));
 margin-right:calc(-.5 * var(--bs-gutter-x));
 margin-left:calc(-.5 * var(--bs-gutter-x))
}
.example-content-main {
 flex-shrink:0;
 width:100%;
 max-width:100%;
 padding-right:calc(var(--bs-gutter-x) * .5);
 padding-left:calc(var(--bs-gutter-x) * .5);
 margin-top:var(--bs-gutter-y)
}
@media (min-width: 576px) {
 .example-content-main {
  flex:0 0 auto;
  width:50%
 }
}
@media (min-width: 992px) {
 .example-content-main {
  flex:0 0 auto;
  width:66.666667%
 }
}
.example-content-secondary {
 flex-shrink:0;
 width:100%;
 max-width:100%;
 padding-right:calc(var(--bs-gutter-x) * .5);
 padding-left:calc(var(--bs-gutter-x) * .5);
 margin-top:var(--bs-gutter-y)
}
@media (min-width: 576px) {
 .example-content-secondary {
  flex:0 0 auto;
  width:50%
 }
}
@media (min-width: 992px) {
 .example-content-secondary {
  flex:0 0 auto;
  width:33.333333%
 }
}
.bd-example-ratios .ratio {
 display:inline-block;
 width:10rem;
 color:#6c757d;
 background-color:#f8f9fa;
 border:var(--bs-border-width) solid var(--bs-border-color)
}
.bd-example-ratios .ratio>div {
 display:flex;
 align-items:center;
 justify-content:center
}
.bd-example-ratios-breakpoint .ratio-4x3 {
 width:16rem
}
@media (min-width: 768px) {
 .bd-example-ratios-breakpoint .ratio-4x3 {
  --bs-aspect-ratio: 50%
 }
}
.bd-example-offcanvas .offcanvas {
 position:static;
 display:block;
 height:200px;
 visibility:visible;
 transform:translate(0)
}
.tooltip-demo a {
 white-space:nowrap
}
.custom-tooltip {
 --bs-tooltip-bg: var(--bs-primary)
}
.custom-popover {
 --bs-popover-max-width: 200px;
 --bs-popover-border-color: var(--bs-primary);
 --bs-popover-header-bg: var(--bs-primary);
 --bs-popover-header-color: var(--bs-white);
 --bs-popover-body-padding-x: 1rem;
 --bs-popover-body-padding-y: .5rem
}
.scrollspy-example {
 height:200px;
 margin-top:.5rem;
 overflow:auto
}
.scrollspy-example-2 {
 height:350px;
 overflow:auto
}
.simple-list-example-scrollspy .active {
 background-color:rgba(var(--bd-violet-rgb), 0.15)
}
.bd-example-border-utils [class^="border"] {
 display:inline-block;
 width:5rem;
 height:5rem;
 margin:.25rem;
 background-color:#f5f5f5
}
.bd-example-rounded-utils [class*="rounded"] {
 margin:.25rem
}
.bd-example-position-utils {
 position:relative;
 padding:2rem
}
.bd-example-position-utils .position-relative {
 height:200px;
 background-color:#f5f5f5
}
.bd-example-position-utils .position-absolute {
 width:2rem;
 height:2rem;
 background-color:#212529;
 border-radius:.375rem
}
.bd-example-position-examples::after {
 content:none
}
.bd-example-placeholder-cards::after {
 display:none
}
.bd-example-placeholder-cards .card {
 width:18rem
}
.bd-example-toasts {
 min-height:240px
}
.highlight {
 position:relative;
 padding:0.75rem 1.5rem;
 margin-bottom:1rem;
 background-color:var(--bs-gray-100)
}
@media (min-width: 768px) {
 .highlight {
  padding:.75rem 1.25rem;
  border-radius:var(--bs-border-radius)
 }
}
.highlight pre {
 padding:0;
 margin-top:.625rem;
 margin-right:1.875rem;
 margin-bottom:.625rem;
 white-space:pre;
 background-color:transparent;
 border:0
}
.highlight pre code {
 font-size:inherit;
 color:#212529;
 word-wrap:normal
}
.bd-code-snippet {
 margin:0 -1.5rem 1rem
}
.bd-code-snippet .highlight {
 margin-bottom:0
}
.bd-code-snippet .bd-example {
 margin:0;
 border:0
}
@media (min-width: 768px) {
 .bd-code-snippet {
  margin-right:0;
  margin-left:0;
  border-radius:.375rem
 }
}
.highlight-toolbar {
 border:solid #dee2e6;
 border-width:1px 0
}
.btn-bd-primary {
 --bs-btn-font-weight: 600;
 --bs-btn-color: var(--bs-white);
 --bs-btn-bg: var(--bd-violet);
 --bs-btn-border-color: var(--bd-violet);
 --bs-btn-border-radius: .5rem;
 --bs-btn-hover-color: var(--bs-white);
 --bs-btn-hover-bg: #6528e0;
 --bs-btn-hover-border-color: #6528e0;
 --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
 --bs-btn-active-color: var(--bs-btn-hover-color);
 --bs-btn-active-bg: #5a23c8;
 --bs-btn-active-border-color: #5a23c8
}
.btn-bd-accent {
 --bs-btn-font-weight: 600;
 --bs-btn-color: var(--bd-accent);
 --bs-btn-border-color: var(--bd-accent);
 --bs-btn-hover-color: var(--bd-dark);
 --bs-btn-hover-bg: var(--bd-accent);
 --bs-btn-hover-border-color: var(--bd-accent);
 --bs-btn-focus-shadow-rgb: var(--bd-accent-rgb);
 --bs-btn-active-color: var(--bs-btn-hover-color);
 --bs-btn-active-bg: var(--bs-btn-hover-bg);
 --bs-btn-active-border-color: var(--bs-btn-hover-border-color)
}
.btn-bd-light {
 --bs-btn-color: var(--bs-gray-600);
 --bs-btn-border-color: var(--bs-gray-400);
 --bs-btn-hover-color: var(--bd-violet);
 --bs-btn-hover-border-color: var(--bd-violet);
 --bs-btn-active-color: var(--bd-violet);
 --bs-btn-active-bg: var(--bs-white);
 --bs-btn-active-border-color: var(--bd-violet);
 --bs-btn-focus-border-color: var(--bd-violet);
 --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb)
}
.bd-callout {
 padding:1.25rem;
 margin-top:1.25rem;
 margin-bottom:1.25rem;
 background-color:var(--bd-callout-bg, var(--bs-gray-100));
 border-left:0.25rem solid var(--bd-callout-border, var(--bs-gray-300))
}
.bd-callout h4 {
 margin-bottom:.25rem
}
.bd-callout>:last-child {
 margin-bottom:0
}
.bd-callout+.bd-callout {
 margin-top:-.25rem
}
.bd-callout .highlight {
 background-color:rgba(0,0,0,0.05)
}
.bd-callout-info {
 --bd-callout-bg: rgba(var(--bs-info-rgb), .075);
 --bd-callout-border: rgba(var(--bs-info-rgb), .5)
}
.bd-callout-warning {
 --bd-callout-bg: rgba(var(--bs-warning-rgb), .075);
 --bd-callout-border: rgba(var(--bs-warning-rgb), .5)
}
.bd-callout-danger {
 --bd-callout-bg: rgba(var(--bs-danger-rgb), .075);
 --bd-callout-border: rgba(var(--bs-danger-rgb), .5)
}
.bd-brand-logos {
 color:#712cf9
}
.bd-brand-logos .inverse {
 color:#fff;
 background-color:#712cf9
}
.bd-brand-item+.bd-brand-item {
 border-top:1px solid #fff
}
@media (min-width: 768px) {
 .bd-brand-item+.bd-brand-item {
  border-top:0;
  border-left:1px solid #fff
 }
}
.color-swatches {
 margin:0 -5px
}
.color-swatches .bd-purple {
 background-color:#4c0bce
}
.color-swatches .bd-purple-light {
 background-color:#d5c1fd
}
.color-swatches .bd-purple-lighter {
 background-color:#e5e1ea
}
.color-swatches .bd-gray {
 background-color:#f9f9f9
}
.color-swatch {
 width:4rem;
 height:4rem
}
@media (min-width: 768px) {
 .color-swatch {
  width:6rem;
  height:6rem
 }
}
.swatch-blue {
 color:#fff;
 background-color:#0d6efd
}
.swatch-blue::after {
 position:absolute;
 top:1rem;
 right:1rem;
 padding-left:1rem;
 font-size:.75rem;
 line-height:1.35;
 white-space:pre;
 content:"4.50" "\a" "4.50" "\a" "4.66";
 background-color:#0d6efd;
 background-image:linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
 background-repeat:no-repeat;
 background-size:.5rem 100%
}
.swatch-indigo {
 color:#fff;
 background-color:#6610f2
}
.swatch-indigo::after {
 position:absolute;
 top:1rem;
 right:1rem;
 padding-left:1rem;
 font-size:.75rem;
 line-height:1.35;
 white-space:pre;
 content:"7.18" "\a" "7.18" "\a" "2.92";
 background-color:#6610f2;
 background-image:linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
 background-repeat:no-repeat;
 background-size:.5rem 100%
}
.swatch-purple {
 color:#fff;
 background-color:#6f42c1
}
.swatch-purple::after {
 position:absolute;
 top:1rem;
 right:1rem;
 padding-left:1rem;
 font-size:.75rem;
 line-height:1.35;
 white-space:pre;
 content:"6.51" "\a" "6.51" "\a" "3.22";
 background-color:#6f42c1;
 background-image:linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
 background-repeat:no-repeat;
 background-size:.5rem 100%
}
.swatch-pink {
 color:#fff;
 background-color:#d63384
}
.swatch-pink::after {
 position:absolute;
 top:1rem;
 right:1rem;
 padding-left:1rem;
 font-size:.75rem;
 line-height:1.35;
 white-space:pre;
 content:"4.50" "\a" "4.50" "\a" "4.66";
 background-color:#d63384;
 background-image:linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
 background-repeat:no-repeat;
 background-size:.5rem 100%
}
.swatch-red {
 color:#fff;
 background-color:#dc3545
}
.swatch-red::after {
 position:absolute;
 top:1rem;
 right:1rem;
 padding-left:1rem;
 font-size:.75rem;
 line-height:1.35;
 white-space:pre;
 content:"4.52" "\a" "4.52" "\a" "4.63";
 background-color:#dc3545;
 background-image:linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
 background-repeat:no-repeat;
 background-size:.5rem 100%
}
.swatch-orange {
 color:#000;
 background-color:#fd7e14
}
.swatch-orange::after {
 position:absolute;
 top:1rem;
 right:1rem;
 padding-left:1rem;
 font-size:.75rem;
 line-height:1.35;
 white-space:pre;
 content:"8.17" "\a" "2.57" "\a" "8.17";
 background-color:#fd7e14;
 background-image:linear-gradient(to bottom, transparent 0.25rem, #000 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
 background-repeat:no-repeat;
 background-size:.5rem 100%
}
.swatch-yellow {
 color:#000;
 background-color:#ffc107
}
.swatch-yellow::after {
 position:absolute;
 top:1rem;
 right:1rem;
 padding-left:1rem;
 font-size:.75rem;
 line-height:1.35;
 white-space:pre;
 content:"12.8" "\a" "1.63" "\a" "12.8";
 background-color:#ffc107;
 background-image:linear-gradient(to bottom, transparent 0.25rem, #000 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
 background-repeat:no-repeat;
 background-size:.5rem 100%
}
.swatch-green {
 color:#fff;
 background-color:#198754
}
.swatch-green::after {
 position:absolute;
 top:1rem;
 right:1rem;
 padding-left:1rem;
 font-size:.75rem;
 line-height:1.35;
 white-space:pre;
 content:"4.53" "\a" "4.53" "\a" "4.63";
 background-color:#198754;
 background-image:linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
 background-repeat:no-repeat;
 background-size:.5rem 100%
}
.swatch-teal {
 color:#000;
 background-color:#20c997
}
.swatch-teal::after {
 position:absolute;
 top:1rem;
 right:1rem;
 padding-left:1rem;
 font-size:.75rem;
 line-height:1.35;
 white-space:pre;
 content:"9.86" "\a" "2.12" "\a" "9.86";
 background-color:#20c997;
 background-image:linear-gradient(to bottom, transparent 0.25rem, #000 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
 background-repeat:no-repeat;
 background-size:.5rem 100%
}
.swatch-cyan {
 color:#000;
 background-color:#0dcaf0
}
.swatch-cyan::after {
 position:absolute;
 top:1rem;
 right:1rem;
 padding-left:1rem;
 font-size:.75rem;
 line-height:1.35;
 white-space:pre;
 content:"10.7" "\a" "1.95" "\a" "10.7";
 background-color:#0dcaf0;
 background-image:linear-gradient(to bottom, transparent 0.25rem, #000 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
 background-repeat:no-repeat;
 background-size:.5rem 100%
}
.swatch-black {
 color:#fff;
 background-color:#000
}
.swatch-black::after {
 position:absolute;
 top:1rem;
 right:1rem;
 padding-left:1rem;
 font-size:.75rem;
 line-height:1.35;
 white-space:pre;
 content:"21" "\a" "21" "\a" "1";
 background-color:#000;
 background-image:linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
 background-repeat:no-repeat;
 background-size:.5rem 100%
}
.swatch-white {
 color:#000;
 background-color:#fff
}
.swatch-white::after {
 position:absolute;
 top:1rem;
 right:1rem;
 padding-left:1rem;
 font-size:.75rem;
 line-height:1.35;
 white-space:pre;
 content:"21" "\a" "1" "\a" "21";
 background-color:#fff;
 background-image:linear-gradient(to bottom, transparent 0.25rem, #000 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
 background-repeat:no-repeat;
 background-size:.5rem 100%
}
.swatch-gray {
 color:#fff;
 background-color:#6c757d
}
.swatch-gray::after {
 position:absolute;
 top:1rem;
 right:1rem;
 padding-left:1rem;
 font-size:.75rem;
 line-height:1.35;
 white-space:pre;
 content:"4.68" "\a" "4.68" "\a" "4.47";
 background-color:#6c757d;
 background-image:linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
 background-repeat:no-repeat;
 background-size:.5rem 100%
}
.swatch-gray-dark {
 color:#fff;
 background-color:#343a40
}
.swatch-gray-dark::after {
 position:absolute;
 top:1rem;
 right:1rem;
 padding-left:1rem;
 font-size:.75rem;
 line-height:1.35;
 white-space:pre;
 content:"11.5" "\a" "11.5" "\a" "1.82";
 background-color:#343a40;
 background-image:linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
 background-repeat:no-repeat;
 background-size:.5rem 100%
}
.swatch-gray-500 {
 color:#000;
 background-color:#adb5bd
}
.swatch-gray-500::after {
 position:absolute;
 top:1rem;
 right:1rem;
 padding-left:1rem;
 font-size:.75rem;
 line-height:1.35;
 white-space:pre;
 content:"10.1" "\a" "2.07" "\a" "10.1";
 background-color:#adb5bd;
 background-image:linear-gradient(to bottom, transparent 0.25rem, #000 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
 background-repeat:no-repeat;
 background-size:.5rem 100%
}
.bd-blue-100 {
 color:#000;
 background-color:#cfe2ff
}
.bd-blue-200 {
 color:#000;
 background-color:#9ec5fe
}
.bd-blue-300 {
 color:#000;
 background-color:#6ea8fe
}
.bd-blue-400 {
 color:#000;
 background-color:#3d8bfd
}
.bd-blue-500 {
 color:#fff;
 background-color:#0d6efd
}
.bd-blue-600 {
 color:#fff;
 background-color:#0a58ca
}
.bd-blue-700 {
 color:#fff;
 background-color:#084298
}
.bd-blue-800 {
 color:#fff;
 background-color:#052c65
}
.bd-blue-900 {
 color:#fff;
 background-color:#031633
}
.bd-indigo-100 {
 color:#000;
 background-color:#e0cffc
}
.bd-indigo-200 {
 color:#000;
 background-color:#c29ffa
}
.bd-indigo-300 {
 color:#000;
 background-color:#a370f7
}
.bd-indigo-400 {
 color:#fff;
 background-color:#8540f5
}
.bd-indigo-500 {
 color:#fff;
 background-color:#6610f2
}
.bd-indigo-600 {
 color:#fff;
 background-color:#520dc2
}
.bd-indigo-700 {
 color:#fff;
 background-color:#3d0a91
}
.bd-indigo-800 {
 color:#fff;
 background-color:#290661
}
.bd-indigo-900 {
 color:#fff;
 background-color:#140330
}
.bd-purple-100 {
 color:#000;
 background-color:#e2d9f3
}
.bd-purple-200 {
 color:#000;
 background-color:#c5b3e6
}
.bd-purple-300 {
 color:#000;
 background-color:#a98eda
}
.bd-purple-400 {
 color:#000;
 background-color:#8c68cd
}
.bd-purple-500 {
 color:#fff;
 background-color:#6f42c1
}
.bd-purple-600 {
 color:#fff;
 background-color:#59359a
}
.bd-purple-700 {
 color:#fff;
 background-color:#432874
}
.bd-purple-800 {
 color:#fff;
 background-color:#2c1a4d
}
.bd-purple-900 {
 color:#fff;
 background-color:#160d27
}
.bd-pink-100 {
 color:#000;
 background-color:#f7d6e6
}
.bd-pink-200 {
 color:#000;
 background-color:#efadce
}
.bd-pink-300 {
 color:#000;
 background-color:#e685b5
}
.bd-pink-400 {
 color:#000;
 background-color:#de5c9d
}
.bd-pink-500 {
 color:#fff;
 background-color:#d63384
}
.bd-pink-600 {
 color:#fff;
 background-color:#ab296a
}
.bd-pink-700 {
 color:#fff;
 background-color:#801f4f
}
.bd-pink-800 {
 color:#fff;
 background-color:#561435
}
.bd-pink-900 {
 color:#fff;
 background-color:#2b0a1a
}
.bd-red-100 {
 color:#000;
 background-color:#f8d7da
}
.bd-red-200 {
 color:#000;
 background-color:#f1aeb5
}
.bd-red-300 {
 color:#000;
 background-color:#ea868f
}
.bd-red-400 {
 color:#000;
 background-color:#e35d6a
}
.bd-red-500 {
 color:#fff;
 background-color:#dc3545
}
.bd-red-600 {
 color:#fff;
 background-color:#b02a37
}
.bd-red-700 {
 color:#fff;
 background-color:#842029
}
.bd-red-800 {
 color:#fff;
 background-color:#58151c
}
.bd-red-900 {
 color:#fff;
 background-color:#2c0b0e
}
.bd-orange-100 {
 color:#000;
 background-color:#ffe5d0
}
.bd-orange-200 {
 color:#000;
 background-color:#fecba1
}
.bd-orange-300 {
 color:#000;
 background-color:#feb272
}
.bd-orange-400 {
 color:#000;
 background-color:#fd9843
}
.bd-orange-500 {
 color:#000;
 background-color:#fd7e14
}
.bd-orange-600 {
 color:#000;
 background-color:#ca6510
}
.bd-orange-700 {
 color:#fff;
 background-color:#984c0c
}
.bd-orange-800 {
 color:#fff;
 background-color:#653208
}
.bd-orange-900 {
 color:#fff;
 background-color:#331904
}
.bd-yellow-100 {
 color:#000;
 background-color:#fff3cd
}
.bd-yellow-200 {
 color:#000;
 background-color:#ffe69c
}
.bd-yellow-300 {
 color:#000;
 background-color:#ffda6a
}
.bd-yellow-400 {
 color:#000;
 background-color:#ffcd39
}
.bd-yellow-500 {
 color:#000;
 background-color:#ffc107
}
.bd-yellow-600 {
 color:#000;
 background-color:#cc9a06
}
.bd-yellow-700 {
 color:#000;
 background-color:#997404
}
.bd-yellow-800 {
 color:#fff;
 background-color:#664d03
}
.bd-yellow-900 {
 color:#fff;
 background-color:#332701
}
.bd-green-100 {
 color:#000;
 background-color:#d1e7dd
}
.bd-green-200 {
 color:#000;
 background-color:#a3cfbb
}
.bd-green-300 {
 color:#000;
 background-color:#75b798
}
.bd-green-400 {
 color:#000;
 background-color:#479f76
}
.bd-green-500 {
 color:#fff;
 background-color:#198754
}
.bd-green-600 {
 color:#fff;
 background-color:#146c43
}
.bd-green-700 {
 color:#fff;
 background-color:#0f5132
}
.bd-green-800 {
 color:#fff;
 background-color:#0a3622
}
.bd-green-900 {
 color:#fff;
 background-color:#051b11
}
.bd-teal-100 {
 color:#000;
 background-color:#d2f4ea
}
.bd-teal-200 {
 color:#000;
 background-color:#a6e9d5
}
.bd-teal-300 {
 color:#000;
 background-color:#79dfc1
}
.bd-teal-400 {
 color:#000;
 background-color:#4dd4ac
}
.bd-teal-500 {
 color:#000;
 background-color:#20c997
}
.bd-teal-600 {
 color:#000;
 background-color:#1aa179
}
.bd-teal-700 {
 color:#fff;
 background-color:#13795b
}
.bd-teal-800 {
 color:#fff;
 background-color:#0d503c
}
.bd-teal-900 {
 color:#fff;
 background-color:#06281e
}
.bd-cyan-100 {
 color:#000;
 background-color:#cff4fc
}
.bd-cyan-200 {
 color:#000;
 background-color:#9eeaf9
}
.bd-cyan-300 {
 color:#000;
 background-color:#6edff6
}
.bd-cyan-400 {
 color:#000;
 background-color:#3dd5f3
}
.bd-cyan-500 {
 color:#000;
 background-color:#0dcaf0
}
.bd-cyan-600 {
 color:#000;
 background-color:#0aa2c0
}
.bd-cyan-700 {
 color:#fff;
 background-color:#087990
}
.bd-cyan-800 {
 color:#fff;
 background-color:#055160
}
.bd-cyan-900 {
 color:#fff;
 background-color:#032830
}
.bd-gray-100 {
 color:#000;
 background-color:#f8f9fa
}
.bd-gray-200 {
 color:#000;
 background-color:#e9ecef
}
.bd-gray-300 {
 color:#000;
 background-color:#dee2e6
}
.bd-gray-400 {
 color:#000;
 background-color:#ced4da
}
.bd-gray-500 {
 color:#000;
 background-color:#adb5bd
}
.bd-gray-600 {
 color:#fff;
 background-color:#6c757d
}
.bd-gray-700 {
 color:#fff;
 background-color:#495057
}
.bd-gray-800 {
 color:#fff;
 background-color:#343a40
}
.bd-gray-900 {
 color:#fff;
 background-color:#212529
}
.bd-white {
 color:#000;
 background-color:#fff
}
.bd-black {
 color:#fff;
 background-color:#000
}
.bd-clipboard,
.bd-edit {
 position:relative;
 display:none;
 float:right
}
.bd-clipboard+.highlight,
.bd-edit+.highlight {
 margin-top:0
}
@media (min-width: 768px) {
 .bd-clipboard,
 .bd-edit {
  display:block
 }
}
.btn-clipboard,
.btn-edit {
 display:block;
 padding:.5em;
 line-height:1;
 color:#212529;
 background-color:#f8f9fa;
 border:0;
 border-radius:.25rem
}
.btn-clipboard:hover,
.btn-edit:hover {
 color:#0d6efd
}
.btn-clipboard:focus,
.btn-edit:focus {
 z-index:3
}
.btn-clipboard {
 position:relative;
 z-index:2;
 margin-top:.75rem;
 margin-right:.75rem
}
.bd-placeholder-img {
 font-size:1.125rem;
 -webkit-user-select:none;
 -moz-user-select:none;
 user-select:none;
 text-anchor:middle
}
.bd-placeholder-img-lg {
 font-size:calc(1.475rem + 2.7vw)
}
@media (min-width: 1200px) {
 .bd-placeholder-img-lg {
  font-size:3.5rem
 }
}
:root {
 --base00: #fff;
 --base01: #f5f5f5;
 --base02: #c8c8fa;
 --base03: #565c64;
 --base04: #030303;
 --base05: #333;
 --base06: #fff;
 --base07: #9a6700;
 --base08: #bc4c00;
 --base09: #087990;
 --base0A: #795da3;
 --base0B: #183691;
 --base0C: #183691;
 --base0D: #795da3;
 --base0E: #a71d5d;
 --base0F: #333
}
.hl {
 background-color:var(--base02)
}
.c {
 color:var(--base03)
}
.err {
 color:var(--base08)
}
.k {
 color:var(--base0E)
}
.l {
 color:var(----base09)
}
.n {
 color:var(--base08)
}
.o {
 color:var(--base05)
}
.p {
 color:var(--base05)
}
.cm {
 color:var(--base04)
}
.cp {
 color:var(--base08)
}
.c1 {
 color:var(--base03)
}
.cs {
 color:var(--base04)
}
.gd {
 color:var(--base08)
}
.ge {
 font-style:italic
}
.gh {
 font-weight:600;
 color:#fff
}
.gi {
 color:var(--bs-success)
}
.gp {
 font-weight:600;
 color:var(--base04)
}
.gs {
 font-weight:600
}
.gu {
 font-weight:600;
 color:var(--base0C)
}
.kc {
 color:var(--base0E)
}
.kd {
 color:var(--base0E)
}
.kn {
 color:var(--base0C)
}
.kp {
 color:var(--base0E)
}
.kr {
 color:var(--base0E)
}
.kt {
 color:var(--base0A)
}
.ld {
 color:var(--base0C)
}
.m {
 color:var(--base09)
}
.s {
 color:var(--base0C)
}
.na {
 color:var(--base0A)
}
.nb {
 color:var(--base05)
}
.nc {
 color:var(--base07)
}
.no {
 color:var(--base08)
}
.nd {
 color:var(--base07)
}
.ni {
 color:var(--base08)
}
.ne {
 color:var(--base08)
}
.nf {
 color:var(--base0B)
}
.nl {
 color:var(--base05)
}
.nn {
 color:var(--base0A)
}
.nx {
 color:var(--base0A)
}
.py {
 color:var(--base08)
}
.nt {
 color:var(--base08)
}
.nv {
 color:var(--base08)
}
.ow {
 color:var(--base0C)
}
.w {
 color:#fff
}
.mf {
 color:var(--base09)
}
.mh {
 color:var(--base09)
}
.mi {
 color:var(--base09)
}
.mo {
 color:var(--base09)
}
.sb {
 color:var(--base0C)
}
.sc {
 color:#fff
}
.sd {
 color:var(--base04)
}
.s2 {
 color:var(--base0C)
}
.se {
 color:var(--base09)
}
.sh {
 color:var(--base0C)
}
.si {
 color:var(--base09)
}
.sx {
 color:var(--base0C)
}
.sr {
 color:var(--base0C)
}
.s1 {
 color:var(--base0C)
}
.ss {
 color:var(--base0C)
}
.bp {
 color:var(--base05)
}
.vc {
 color:var(--base08)
}
.vg {
 color:var(--base08)
}
.vi {
 color:var(--base08)
}
.il {
 color:var(--base09)
}
.m+.o {
 color:var(--base03)
}
.language-sh .c {
 color:var(--base03)
}
.chroma .language-bash .line::before,
.chroma .language-sh .line::before {
 color:#777;
 content:"$ ";
 -webkit-user-select:none;
 -moz-user-select:none;
 user-select:none
}
.chroma .language-powershell::before {
 color:#009;
 content:"PM> ";
 -webkit-user-select:none;
 -moz-user-select:none;
 user-select:none
}
.anchor-link {
 padding:0 .175rem;
 font-weight:400;
 color:rgba(13,110,253,0.5);
 text-decoration:none;
 opacity:0;
 transition:color 0.15s ease-in-out,opacity 0.15s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
 .anchor-link {
  transition:none
 }
}
.anchor-link::after {
 content:"#"
}
.anchor-link:focus,
.anchor-link:hover,
:hover>.anchor-link,
:target>.anchor-link {
 color:#0d6efd;
 text-decoration:none;
 opacity:1
}
