.test-priority {
    font-size: 10px;
}

* {
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    box-sizing: border-box;
}

body:not(.ready) {
    overflow: hidden
}

    body:not(.ready) .app-nav, body:not(.ready) > nav, body:not(.ready) [data-cloak] {
        display: none
    }

div#app {
    font-size: 30px;
    font-weight: lighter;
    margin: 40vh auto;
    text-align: center
}

    div#app:empty:before {
        content: "Loading..."
    }

.emoji {
    height: 1.2rem;
    vertical-align: middle
}

.progress {
    background-color: var(--theme-color);
    height: 2px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: width .2s,opacity .4s;
    width: 0;
    z-index: 999999
}

.search .search-keyword, .search a:hover {
    color: var(--theme-color)
}

.search .search-keyword {
    font-style: normal;
    font-weight: 700
}

body, html {
    height: 100%
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0;
    overflow-x: hidden
}

img {
    max-width: 100%
}

a[disabled] {
    cursor: not-allowed;
    opacity: .6
}

kbd {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px !important;
    line-height: 12px;
    margin-bottom: 3px;
    padding: 3px 5px;
    vertical-align: middle
}

li input[type=checkbox] {
    vertical-align: middle
}

.app-nav {
    margin: 25px 60px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 10
}

    .app-nav.no-badge {
        margin-right: 25px
    }

    .app-nav p {
        margin: 0
    }

    .app-nav > a {
        margin: 0 1rem;
        padding: 5px 0
    }

    .app-nav li, .app-nav ul {
        display: inline-block;
        list-style: none;
        margin: 0
    }

    .app-nav a {
        color: inherit;
        font-size: 16px;
        text-decoration: none;
        transition: color .3s
    }

        .app-nav a.active, .app-nav a:hover {
            color: var(--theme-color)
        }

        .app-nav a.active {
            border-bottom: 2px solid var(--theme-color)
        }

    .app-nav li {
        display: inline-block;
        margin: 0 1rem;
        padding: 5px 0;
        position: relative;
        cursor: pointer
    }

        .app-nav li ul {
            background-color: #fff;
            border: 1px solid;
            border-color: #ddd #ddd #ccc;
            border-radius: 4px;
            box-sizing: border-box;
            display: none;
            max-height: calc(100vh - 61px);
            overflow-y: auto;
            padding: 10px 0;
            position: absolute;
            right: -15px;
            text-align: left;
            top: 100%;
            white-space: nowrap
        }

            .app-nav li ul li {
                display: block;
                font-size: 14px;
                line-height: 1rem;
                margin: 8px 14px;
                white-space: nowrap
            }

            .app-nav li ul a {
                display: block;
                font-size: inherit;
                margin: 0;
                padding: 0
            }

                .app-nav li ul a.active {
                    border-bottom: 0
                }

        .app-nav li:hover ul {
            display: block
        }

.github-corner {
    border-bottom: 0;
    position: fixed;
    right: 0;
    text-decoration: none;
    top: 0;
    z-index: 1
}

    .github-corner:hover .octo-arm {
        -webkit-animation: octocat-wave .56s ease-in-out;
        animation: octocat-wave .56s ease-in-out
    }

    .github-corner svg {
        color: #fff;
        fill: var(--theme-color);
        height: 80px;
        width: 80px
    }

main {
    display: block;
    position: relative;
    width: 100vw;
    height: 100%;
}

    main.hidden {
        display: none
    }

.anchor {
    display: inline-block;
    text-decoration: none;
    transition: all .3s
}

    .anchor span {
        color: #34495e
    }

    .anchor:hover {
        text-decoration: underline
    }

.sidebar {
    border-right: 1px solid rgba(0,0,0,.07);
    overflow-y: auto;
    padding: 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    transition: transform .25s ease-out;
    width: 230px;
    z-index: 20;
    background-color: var(--bs-body-bg);
}

    .sidebar > h1 {
        margin: 0 auto 1rem;
        font-size: 1.5rem;
        font-weight: 300;
        text-align: center
    }

        .sidebar > h1 a {
            color: inherit;
            text-decoration: none
        }

        .sidebar > h1 .app-nav {
            display: block;
            position: static
        }

    .sidebar .sidebar-nav {
        line-height: 2em;
        padding-bottom: 40px
    }

    .sidebar li.collapse .app-sub-sidebar {
        display: none
    }

    .sidebar ul {
        margin: 0 0 0 15px;
        padding: 0
    }

    .sidebar li > p {
        font-weight: 700;
        margin: 0
    }

    .sidebar ul, .sidebar ul li {
        list-style: none
    }

        .sidebar ul li a {
            border-bottom: none;
            display: block
        }

        .sidebar ul li ul {
            padding-left: 20px
        }

    .sidebar::-webkit-scrollbar {
        width: 4px
    }

    .sidebar::-webkit-scrollbar-thumb {
        background: transparent;
        border-radius: 4px
    }

    .sidebar:hover::-webkit-scrollbar-thumb {
        background: hsla(0,0%,53.3%,.4)
    }

    .sidebar:hover::-webkit-scrollbar-track {
        background: hsla(0,0%,53.3%,.1)
    }

.sidebar-toggle {
    background-color: transparent;
    background-color: var(--bs-sidebar-bg);
    border: 0;
    outline: none;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: opacity .3s;
    width: 228px;
    z-index: 30;
    cursor: pointer
}

    .sidebar-toggle:hover .sidebar-toggle-button {
        opacity: .4
    }

    .sidebar-toggle span {
        background-color: var(--theme-color);
        display: block;
        margin-bottom: 4px;
        width: 16px;
        height: 2px
    }

body.sticky .sidebar, body.sticky .sidebar-toggle {
    position: fixed
}

.content {
    padding-top: 0px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 230px;
    transition: left .25s ease
}

.markdown-section {
    margin: 0 auto;
    max-width: 95%;
    padding: 10px 15px 10px;
    position: relative
}

    .markdown-section > * {
        box-sizing: border-box;
        font-size: inherit
    }

    .markdown-section > :first-child {
        margin-top: 0 !important
    }

    .markdown-section hr {
        border: none;
        border-bottom: 1px solid var(--bs-border-color);
        margin: 2em 0
    }

    .markdown-section iframe {
        border: 1px solid var(--bs-border-color);
        width: 1px;
        min-width: 100%
    }

    .markdown-section table {
        border-collapse: collapse;
        border-spacing: 0;
        margin-bottom: 1rem;
        overflow: auto;
        width: 100%
    }

    .markdown-section th {
    }

    .markdown-section td, .markdown-section th {
        border: var(--bs-border-width) solid var(--bs-border-color);
        padding: 6px 13px
    }

    .markdown-section tr {
    }

        .markdown-section p.tip, .markdown-section tr:nth-child(2n) {
            /*background-color: #f8f8f8 和行变色冲突*/
        }

    .markdown-section p.tip {
        border-bottom-right-radius: 2px;
        border-left: 4px solid #f66;
        border-top-right-radius: 2px;
        margin: 2em 0;
        padding: 12px 24px 12px 30px;
        position: relative
    }

        .markdown-section p.tip:before {
            background-color: #f66;
            border-radius: 100%;
            color: #fff;
            content: "!";
            font-family: Dosis,Source Sans Pro,Helvetica Neue,Arial,sans-serif;
            font-size: 14px;
            font-weight: 700;
            left: -12px;
            line-height: 20px;
            position: absolute;
            height: 20px;
            width: 20px;
            text-align: center;
            top: 14px
        }

        .markdown-section p.tip code {
            background-color: #efefef
        }

        .markdown-section p.tip em {
            color: #34495e
        }

    .markdown-section p.warn {
        background: rgba(66,185,131,.1);
        border-radius: 2px;
        padding: 1rem
    }

    .markdown-section ul.task-list > li {
        list-style-type: none
    }

body.close .sidebar {
    transform: translateX(-230px)
}

body.close .sidebar-toggle {
    width: auto
}

body.close .content {
    left: 0
}

@media print {
    .app-nav, .github-corner, .sidebar, .sidebar-toggle {
        display: none
    }
}

@media screen and (max-width:768px) {
    .github-corner, .sidebar, .sidebar-toggle {
        position: fixed
    }

    .app-nav {
        margin-top: 16px
    }

        .app-nav li ul {
            top: 30px
        }

    main {
        height: auto;
        overflow-x: hidden
    }

    .sidebar {
        left: -230px;
        transition: transform .25s ease-out
    }

    .content {
        left: 0;
        max-width: 100vw;
        position: static;
        padding-top: 10px;
        transition: transform .25s ease
    }

    .app-nav, .github-corner {
        transition: transform .25s ease-out
    }

    .sidebar-toggle {
        background-color: transparent;
        width: auto;
        padding: 30px 30px 10px 10px
    }

    body.close .sidebar {
        transform: translateX(230px)
    }

    body.close .sidebar-toggle {
        background-color: var(--bs-sidebar-collapse-bg);
        transition: background-color 1s;
        width: 230px;
        padding: 10px
    }

    body.close .content {
        transform: translateX(230px)
    }

    body.close .app-nav, body.close .github-corner {
        display: none
    }

    .github-corner:hover .octo-arm {
        -webkit-animation: none;
        animation: none
    }

    .github-corner .octo-arm {
        -webkit-animation: octocat-wave .56s ease-in-out;
        animation: octocat-wave .56s ease-in-out
    }
}

@-webkit-keyframes octocat-wave {
    0%,to {
        transform: rotate(0)
    }

    20%,60% {
        transform: rotate(-25deg)
    }

    40%,80% {
        transform: rotate(10deg)
    }
}

@keyframes octocat-wave {
    0%,to {
        transform: rotate(0)
    }

    20%,60% {
        transform: rotate(-25deg)
    }

    40%,80% {
        transform: rotate(10deg)
    }
}

section.cover {
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    display: none
}

    section.cover.show {
        display: flex
    }

    section.cover.has-mask .mask {
        background-color: #fff;
        opacity: .8;
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%
    }

    section.cover .cover-main {
        flex: 1;
        margin: -20px 16px 0;
        text-align: center;
        position: relative
    }

    section.cover a {
        color: inherit
    }

        section.cover a, section.cover a:hover {
            text-decoration: none
        }

    section.cover p {
        line-height: 1.5rem;
        margin: 1em 0
    }

    section.cover h1 {
        color: inherit;
        font-size: 2.5rem;
        font-weight: 300;
        margin: .625rem 0 2.5rem;
        position: relative;
        text-align: center
    }

        section.cover h1 a {
            display: block
        }

        section.cover h1 small {
            bottom: -.4375rem;
            font-size: 1rem;
            position: absolute
        }

    section.cover blockquote {
        font-size: 1.5rem;
        text-align: center
    }

    section.cover ul {
        line-height: 1.8;
        list-style-type: none;
        margin: 1em auto;
        max-width: 500px;
        padding: 0
    }

    section.cover .cover-main > p:last-child a {
        border-radius: 2rem;
        border: 1px solid var(--theme-color);
        box-sizing: border-box;
        color: var(--theme-color);
        display: inline-block;
        font-size: 1.05rem;
        letter-spacing: .1rem;
        margin: .5rem 1rem;
        padding: .75em 2rem;
        text-decoration: none;
        transition: all .15s ease
    }

        section.cover .cover-main > p:last-child a:last-child {
            background-color: var(--theme-color);
            color: #fff
        }

            section.cover .cover-main > p:last-child a:last-child:hover {
                color: inherit;
                opacity: .8
            }

        section.cover .cover-main > p:last-child a:hover {
            color: inherit
        }

    section.cover blockquote > p > a {
        border-bottom: 2px solid var(--theme-color);
        transition: color .3s
    }

        section.cover blockquote > p > a:hover {
            color: var(--theme-color)
        }

.sidebar {
    background-color: var(--bs-sidebar-bg);
}

.sidebar {
    color: var(--bs-sidebar-link-color);
}

    .sidebar li {
        margin: 6px 0
    }

    .sidebar ul li a {
        color: var(--bs-sidebar-link-color);
        font-size: 14px;
        font-weight: 400;
        overflow: hidden;
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap
    }

        .sidebar ul li a:hover {
            color: var(--bs-sidebar-link-active-color);
            text-decoration: underline;
            font-weight: 600;
        }

    .sidebar ul li ul {
        padding: 0
    }

    .sidebar ul li.active > a {
        border-right: 2px solid;
        color: var(--bs-sidebar-link-active-color);
        font-weight: 600
    }

.app-sub-sidebar li:before {
    content: "-";
    padding-right: 4px;
    float: left
}

.markdown-section h1, .markdown-section h2, .markdown-section h3, .markdown-section h4, .markdown-section strong {
    color: var(--bs-title-color);
    font-weight: 600
}

.markdown-section a {
    /*color: var(--theme-color,#42b983);
    font-weight: 600;*/
    text-decoration: none;
}

.markdown-section h1 {
    font-size: 2rem;
    margin: 0 0 1rem
}

.markdown-section h2 {
    font-size: 1.75rem;
    margin: 45px 0 .8rem
}

.markdown-section h3 {
    font-size: 1.5rem;
    margin: 40px 0 .6rem
}

.markdown-section h4 {
    font-size: 1.25rem
}

.markdown-section h5 {
    font-size: 1rem
}

.markdown-section h6 {
    color: #777;
    font-size: 1rem
}

.markdown-section figure, .markdown-section p {
    margin: 1.2em 0
}

.markdown-section ol, .markdown-section ul {
    /*line-height: 1.6rem;
    word-spacing: .05rem*/
}

.markdown-section ol, .markdown-section ul {
    /*padding-left: 1.5rem*/
}

.markdown-section blockquote {
    border-left: 4px solid var(--theme-color);
    color: #858585;
    margin: 2em 0;
    padding-left: 20px
}

    .markdown-section blockquote p {
        font-weight: 600;
        margin-left: 0
    }

.markdown-section iframe {
    /* margin: 1em 0*/
}

.markdown-section em {
    color: #7f8c8d
}

.markdown-section code, .markdown-section output:after, .markdown-section pre {
    font-family: Roboto Mono,Monaco,courier,monospace
}

.markdown-section code, .markdown-section pre {
}

.markdown-section output, .markdown-section pre {
    margin: 1.2em 0;
    position: relative
}

    .markdown-section output, .markdown-section pre > code {
        border-radius: 2px;
        display: block
    }

        .markdown-section output:after, .markdown-section pre > code {
            -moz-osx-font-smoothing: initial;
            -webkit-font-smoothing: initial
        }

.markdown-section code {
    border-radius: 2px;
    margin: 0 2px;
    padding: 3px 5px;
    white-space: pre-wrap
}

/*.markdown-section > :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) code {
    font-size: .8rem
}*/

.markdown-section pre {
    padding: 0 1.4rem;
    line-height: 1.5rem;
    overflow: auto;
    word-wrap: normal
}

    .markdown-section pre > code {
        color: #525252;
        font-size: .8rem;
        padding: 2.2em 5px;
        line-height: inherit;
        margin: 0 2px;
        max-width: inherit;
        overflow: inherit;
        white-space: inherit
    }

.markdown-section output {
    padding: 1.7rem 1.4rem;
    border: 1px dotted #ccc
}

    .markdown-section output > :first-child {
        margin-top: 0
    }

    .markdown-section output > :last-child {
        margin-bottom: 0
    }

    .markdown-section code:after, .markdown-section code:before, .markdown-section output:after, .markdown-section output:before {
        letter-spacing: .05rem
    }

    .markdown-section output:after, .markdown-section pre:after {
        color: #ccc;
        font-size: .6rem;
        font-weight: 600;
        height: 15px;
        line-height: 15px;
        padding: 5px 10px 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
        content: attr(data-lang)
    }

.token.cdata, .token.comment, .token.doctype, .token.prolog {
    color: #8e908c
}

.token.namespace {
    opacity: .7
}

.token.boolean, .token.number {
    color: #c76b29
}

.token.punctuation {
    color: #525252
}

.token.property {
    color: #c08b30
}

.token.tag {
    color: #2973b7
}

.token.string {
    color: var(--theme-color)
}

.token.selector {
    color: #6679cc
}

.token.attr-name {
    color: #2973b7
}

.language-css .token.string, .style .token.string, .token.entity, .token.url {
    color: #22a2c9
}

.token.attr-value, .token.control, .token.directive, .token.unit {
    color: var(--theme-color)
}

.token.function, .token.keyword {
    color: #e96900
}

.token.atrule, .token.regex, .token.statement {
    color: #22a2c9
}

.token.placeholder, .token.variable {
    color: #3d8fd1
}

.token.deleted {
    text-decoration: line-through
}

.token.inserted {
    border-bottom: 1px dotted #202746;
    text-decoration: none
}

.token.italic {
    font-style: italic
}

.token.bold, .token.important {
    font-weight: 700
}

.token.important {
    color: #c94922
}

.token.entity {
    cursor: help
}

code .token {
    -moz-osx-font-smoothing: initial;
    -webkit-font-smoothing: initial;
    min-height: 1.5rem;
    position: relative;
    left: auto
}

.test-priority {
    font-size: 20px;
}

.small-font {
    font-size: 12px;
}

.navigate-text {
    font-weight: 400 !important;
}

.list-no-style {
    list-style: none;
}

.body-color {
    color: var(--bs-body-color);
    text-decoration: none;
}

.text-middle {
    vertical-align: middle !important;
}

.hide {
    display: none;
}

.div-child-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hidden-element {
    visibility: hidden;
}

.display-block {
    display: block;
}

.copy-button-container {
    position: relative;
}

.copy-button {
    line-height: 1.5;
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: 100;
}

.input-file-hide {
    position: absolute;
    left: -9999px;
    top: -9999px;
    z-index: -9999;
}

.word-count {
    position: absolute;
    right: 10px;
    bottom: 3px;
    z-index: 100;
}

@media (max-width: 768px) {
    .copy-button {
        top: 5px;
        right: 6px;
    }

    .word-count {
        right: 6px;
        bottom: 0px;
    }
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nowrap {
    word-break: keep-all;
    white-space: nowrap;
}

.wrap {
    word-break: break-all;
    word-wrap: break-word;
}

.text {
    line-height: 28px;
}

.text_show {
    white-space: pre-wrap;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.mt-input {
    margin-top: 0.9rem;
}

.mt-input-text {
    margin-top: 0.33rem;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.green {
    color: green;
}

.gray {
    color: gray;
}

.white {
    color: #ffffff;
}

.bold-color {
    color: #666;
}

/* Provide sufficient contrast against white background */
a {
    color: #42b983;
    text-decoration: none;
}

.login-input {
    width: 90px;
    justify-content: flex-end;
}

.theme-link {
    color: var(--theme-color);
    cursor: pointer;
}

.link {
    text-decoration: none;
    color: var(--bs-index-text-color);
}

    .link:hover {
        text-decoration: underline;
        color: var(--theme-color);
        font-weight: 600;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-md {
    padding: 0.4rem 0.8rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

.select-list > ul > li {
    margin: 1px 0px 1px 0px;
    list-style: none;
    line-height: 40px;
}

    .select-list > ul > li > label {
        margin-right: 10px;
        text-align: right;
        display: inline-block;
        width: 80px;
    }

    .select-list > ul > li > .btn {
        margin: .25rem .125rem;
    }

.select-list > ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.combo-box-width {
    width: 180px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }

    .width {
        width: 60%;
    }

    .select-list > ul > li {
        float: left;
        margin: 1px 15px 1px 0px;
    }

    .form-control-mt {
        margin-top: 0;
    }
}

.pc {
    display: block;
}

.pc-inline {
    display: inline-block;
}

.mobile {
    display: none;
}

.pc-table{
    display: table;
}

@media (max-width: 728px) {
    .pc {
        display: none;
    }

    .pc-inline {
        display: none;
    }

    .mobile {
        display: block;
    }

    .pc-table {
        display: block;
    }

    .m-mb-1 {
        margin-bottom: 0.5rem;
    }

    .m-mb-2 {
        margin-bottom: 0.8rem;
    }
}

@media (min-width: 100px) {
    .form-control-mt {
        margin-top: 0.5rem;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: Arial,Helvetica,"Microsoft Yahei";
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


nav.app-nav li ul {
    min-width: 100px;
}

.sidebar {
    padding-top: 0;
}

.search {
    margin-bottom: 20px;
    padding: 6px;
    border-bottom: 1px solid var(--bs-border-color);
}

    .search .input-wrap {
        display: flex;
        align-items: center;
    }

    .search .results-panel {
        display: none;
    }

        .search .results-panel.show {
            display: block;
        }

    .search input {
        outline: none;
        border: none;
        width: 100%;
        padding: 0 7px;
        line-height: 36px;
        font-size: 14px;
        border: 1px solid transparent;
        color: var(--bs-index-text-color);
    }

        .search input:focus {
            box-shadow: 0 0 5px var(--theme-color);
            border: 1px solid var(--theme-color);
        }

        .search input::-webkit-search-decoration,
        .search input::-webkit-search-cancel-button,
        .search input {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

    .search .clear-button {
        cursor: pointer;
        width: 36px;
        text-align: right;
        display: none;
    }

        .search .clear-button.show {
            display: block;
        }

        .search .clear-button svg {
            transform: scale(.5);
        }

    .search h2 {
        font-size: 14px;
        margin: 10px 0;
    }

    .search a {
        text-decoration: none;
        color: inherit;
    }

    .search .matching-post {
        border-bottom: 1px solid var(--bs-border-color);
    }

        .search .matching-post:last-child {
            border-bottom: 0;
        }

    .search p {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

        .search p.empty {
            text-align: center;
        }

.app-name.hide, .sidebar-nav.hide {
    display: none;
}

.mark {
    background-color: #555555;
    color: #fff;
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}


.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.margin-top {
    margin-top: 0.5rem;
}

.margin-left {
    margin-left: 15px;
}

.margin-right {
    margin-right: 20px;
    display: inline-block;
}


/*!
 * Bootstrap Docs (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 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
    }
}

.bd-navbar {
    padding: .75rem 0;
    background-color: #7952b3
}

    .bd-navbar .navbar-toggler {
        padding: 0;
        border: 0
    }

    .bd-navbar .navbar-nav .nav-link {
        padding-right: .25rem;
        padding-left: .25rem;
        color: rgba(255,255,255,0.85)
    }

        .bd-navbar .navbar-nav .nav-link:hover, .bd-navbar .navbar-nav .nav-link:focus {
            color: #fff
        }

        .bd-navbar .navbar-nav .nav-link.active {
            font-weight: 600;
            color: #fff
        }

    .bd-navbar .navbar-nav-svg {
        width: 1rem;
        height: 1rem
    }

.bd-subnavbar {
    position: relative;
    z-index: 1020;
    background-color: rgba(255,255,255,0.95);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05),inset 0 -1px 0 rgba(0,0,0,0.15)
}

    .bd-subnavbar .dropdown-menu {
        font-size: .875rem;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05)
    }

    .bd-subnavbar .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
    }

@media (min-width: 768px) {
    .bd-subnavbar {
        position: -webkit-sticky;
        position: sticky;
        top: 0
    }
}

.bd-search {
    position: relative
}

    .bd-search::after {
        position: absolute;
        top: .4rem;
        right: .4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 1.5rem;
        padding-right: .25rem;
        padding-left: .25rem;
        font-size: .75rem;
        color: #6c757d;
        content: "Ctrl + /";
        border: 1px solid #dee2e6;
        border-radius: .125rem
    }

@media (max-width: 767.98px) {
    .bd-search {
        width: 100%
    }
}

.bd-search .form-control {
    padding-right: 3.75rem
}

    .bd-search .form-control:focus {
        border-color: #7952b3;
        box-shadow: 0 0 0 3px rgba(121,82,179,0.25)
    }

.bd-sidebar-toggle {
    color: #6c757d
}

    .bd-sidebar-toggle:hover, .bd-sidebar-toggle:focus {
        color: #7952b3
    }

    .bd-sidebar-toggle:focus {
        box-shadow: 0 0 0 3px rgba(121,82,179,0.25)
    }

    .bd-sidebar-toggle .bi-collapse {
        display: none
    }

    .bd-sidebar-toggle:not(.collapsed) .bi-expand {
        display: none
    }

    .bd-sidebar-toggle:not(.collapsed) .bi-collapse {
        display: inline-block
    }

.bd-masthead {
    padding: 3rem 0;
    background: linear-gradient(165deg, #f7f5fb 50%, #fff 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 p:not(.lead) {
    color: #495057
}

.bd-masthead .btn {
    padding: .8rem 2rem;
    font-weight: 600
}

.bd-masthead .lead {
    font-size: calc(1.275rem + .3vw);
    font-weight: 400;
    color: #495057
}

@media (min-width: 1200px) {
    .bd-masthead .lead {
        font-size: 1.5rem
    }
}

@media (min-width: 768px) {
    .mw-md-75 {
        max-width: 75%
    }
}

.masthead-followup-icon {
    padding: .75rem;
    background-image: linear-gradient(to bottom right, rgba(255,255,255,0.2), rgba(255,255,255,0.01));
    border-radius: .75rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.1)
}

.masthead-followup-svg {
    filter: drop-shadow(0 1px 0 rgba(0,0,0,0.125))
}

#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: rgba(0,0,0,0.05)
}

    #carbonads a {
        color: #343a40;
        text-decoration: none
    }

@media (min-width: 576px) {
    #carbonads {
        max-width: 330px;
        border-radius: 4px
    }
}

.carbon-img {
    float: left;
    margin-left: -145px
}

.carbon-poweredby {
    display: block;
    margin-top: .75rem;
    color: #495057 !important
}

@media (min-width: 768px) {
    :root {
        scroll-padding-top: 4rem
    }
}

.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 {
    max-width: 100%;
    margin-bottom: 1.5rem;
    font-size: .875rem
}

@media (max-width: 991.98px) {
    .bd-content > .table {
        display: block;
        overflow-x: auto
    }

        .bd-content > .table.table-bordered {
            border: 0
        }
}

.bd-content > .table th:first-child, .bd-content > .table td:first-child {
    padding-left: 0
}

.bd-content > .table th:not(:last-child), .bd-content > .table td:not(:last-child) {
    padding-right: 1.5rem
}

.bd-content > .table td:first-child > code {
    white-space: nowrap
}

.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-text-purple-bright {
    color: #7952b3
}

.bd-bg-purple-bright {
    background-color: #7952b3
}

.skippy {
    background-color: #563d7c
}

    .skippy a {
        color: #fff
    }

@media (max-width: 767.98px) {
    .bd-sidebar {
        margin: 0 -.75rem 1rem
    }
}

.bd-links {
    overflow: auto;
    font-weight: 600
}

@media (min-width: 768px) {
    .bd-links {
        position: -webkit-sticky;
        position: sticky;
        top: 5rem;
        display: block !important;
        height: calc(100vh - 7rem);
        padding-left: .25rem;
        margin-left: -.25rem;
        overflow-y: auto
    }
}

@media (max-width: 767.98px) {
    .bd-links > ul {
        padding: 1.5rem .75rem;
        background-color: #f8f9fa;
        border-bottom: 1px solid var(--bs-border-color);
    }
}

.bd-links a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    color: rgba(0,0,0,0.65);
    text-decoration: none
}

    .bd-links a:hover, .bd-links a:focus {
        color: rgba(0,0,0,0.85);
        background-color: rgba(121,82,179,0.1)
    }

.bd-links .btn {
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0,0,0,0.65);
    background-color: transparent;
    border: 0
}

    .bd-links .btn:hover, .bd-links .btn:focus {
        color: rgba(0,0,0,0.85);
        background-color: rgba(121,82,179,0.1)
    }

    .bd-links .btn:focus {
        box-shadow: 0 0 0 1px rgba(121,82,179,0.7)
    }

    .bd-links .btn::before {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform 0.35s ease;
        transform-origin: .5em 50%
    }

@media (prefers-reduced-motion: reduce) {
    .bd-links .btn::before {
        transition: none
    }
}

.bd-links .btn[aria-expanded="true"] {
    color: rgba(0,0,0,0.85)
}

    .bd-links .btn[aria-expanded="true"]::before {
        transform: rotate(90deg)
    }

.bd-links .active {
    font-weight: 600;
    color: rgba(0,0,0,0.85)
}

@media (min-width: 768px) {
    .bd-layout {
        display: grid;
        gap: 1.5rem;
        grid-template-areas: "sidebar main";
        grid-template-columns: 1fr 3fr
    }
}

@media (min-width: 992px) {
    .bd-layout {
        grid-template-columns: 1fr 5fr
    }
}

.bd-sidebar {
    grid-area: sidebar
}

.bd-main {
    grid-area: main
}

@media (min-width: 768px) {
    .bd-main {
        display: grid;
        gap: inherit;
        grid-template-areas: "intro" "toc" "content";
        grid-template-rows: auto auto 1fr
    }
}

@media (min-width: 992px) {
    .bd-main {
        grid-template-areas: "intro   toc" "content toc";
        grid-template-columns: 4fr 1fr;
        grid-template-rows: auto 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;
        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-footer a {
    color: #495057;
    text-decoration: none
}

    .bd-footer a:hover, .bd-footer a:focus {
        color: #0d6efd;
        text-decoration: underline
    }

.bd-example-row .row > .col, .bd-example-row .row > [class^="col-"] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(39,41,43,0.03);
    border: 1px solid rgba(39,41,43,0.1)
}

.bd-example-row .row + .row {
    margin-top: 1rem
}

.bd-example-row-flex-cols .row {
    min-height: 10rem;
    background-color: rgba(255,0,0,0.1)
}

.bd-example-cssgrid {
    text-align: center
}

    .bd-example-cssgrid .grid + .grid {
        margin-top: 1rem
    }

    .bd-example-cssgrid .grid > * {
        padding-top: .75rem;
        padding-bottom: .75rem;
        background-color: rgba(255,0,255,0.1);
        border: 1px solid rgba(255,0,255,0.25)
    }

.bd-highlight {
    background-color: rgba(86,61,124,0.15);
    border: 1px solid rgba(86,61,124,0.15)
}

.example-container {
    width: 800px;
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    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 {
    position: relative;
    padding: 1rem;
    margin: 1rem -.75rem 0;
    border: solid #dee2e6;
    border-width: 1px 0 0
}

    .bd-example::after {
        display: block;
        clear: both;
        content: ""
    }

@media (min-width: 576px) {
    .bd-example {
        padding: 1.5rem;
        margin-right: 0;
        margin-left: 0;
        border-width: 1px;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .bd-example + .bd-clipboard + .highlight {
            border-bottom-right-radius: .25rem;
            border-bottom-left-radius: .25rem
        }
}*/

.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 > 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: -1rem -1rem 1rem
}

.bd-example .fixed-bottom {
    position: static;
    margin: 1rem -1rem -1rem
}

@media (min-width: 576px) {
    .bd-example .fixed-top, .bd-example .sticky-top {
        margin: -1.5rem -1.5rem 1rem
    }

    .bd-example .fixed-bottom {
        margin: 1rem -1.5rem -1.5rem
    }
}

.bd-example .pagination {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.bd-example-ratios .ratio {
    display: inline-block;
    width: 10rem;
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6
}

    .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-modal {
    background-color: #fafafa
}

    .bd-example-modal .modal {
        position: static;
        display: block
    }

.bd-example-offcanvas {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

    .bd-example-offcanvas .offcanvas {
        position: static;
        display: block;
        height: 200px;
        visibility: visible;
        transform: translate(0)
    }

.tooltip-demo a {
    white-space: nowrap
}

.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: .5rem;
    overflow: auto
}

.scrollspy-example-2 {
    position: relative;
    height: 350px;
    overflow: auto
}

.bd-example-border-utils [class^="border"] {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin: .25rem;
    background-color: #f5f5f5
}

.bd-example-border-utils-0 [class^="border"] {
    border: 1px solid #dee2e6
}

.bd-example-rounded-utils [class*="rounded"] {
    margin: .25rem
}

.bd-example-position-utils {
    position: relative;
    padding: 3em
}

    .bd-example-position-utils .position-relative {
        height: 200px;
        background-color: #f5f5f5
    }

    .bd-example-position-utils .position-absolute {
        width: 2em;
        height: 2em;
        background-color: #212529;
        border-radius: .25rem
    }

.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 {
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #f8f9fa
}

@media (min-width: 576px) {
    .highlight {
        padding: 1rem 1.5rem
    }
}

.highlight pre {
    padding: 0;
    margin-top: .65rem;
    margin-bottom: .65rem;
    white-space: pre;
    background-color: transparent;
    border: 0
}

    .highlight pre code {
        font-size: inherit;
        color: #212529;
        word-wrap: normal
    }

.bd-content .highlight {
    margin-right: -.75rem;
    margin-left: -.75rem
}

@media (min-width: 576px) {
    .bd-content .highlight {
        margin-right: 0;
        margin-left: 0
    }
}

.btn-bd-primary {
    font-weight: 600;
    color: #fff;
    background-color: #7952b3;
    border-color: #7952b3
}

    .btn-bd-primary:hover, .btn-bd-primary:active {
        color: #fff;
        background-color: #61428f;
        border-color: #61428f
    }

    .btn-bd-primary:focus {
        box-shadow: 0 0 0 3px rgba(121,82,179,0.25)
    }

.btn-bd-download {
    font-weight: 600;
    color: #ffe484;
    border-color: #ffe484
}

    .btn-bd-download:hover, .btn-bd-download:active {
        color: #2a2730;
        background-color: #ffe484;
        border-color: #ffe484
    }

    .btn-bd-download:focus {
        box-shadow: 0 0 0 3px rgba(255,228,132,0.25)
    }

.btn-bd-light {
    color: #6c757d;
    border-color: #dee2e6
}

    .show > .btn-bd-light, .btn-bd-light:hover, .btn-bd-light:active {
        color: #7952b3;
        background-color: #fff;
        border-color: #7952b3
    }

    .btn-bd-light:focus {
        box-shadow: 0 0 0 3px rgba(121,82,179,0.25)
    }

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid var(--bs-border-color);
    border-left-width: .25rem;
    border-radius: .25rem
}

    .bd-callout h4 {
        margin-bottom: .25rem
    }

    .bd-callout p:last-child {
        margin-bottom: 0
    }

    .bd-callout code {
        border-radius: .25rem
    }

    .bd-callout + .bd-callout {
        margin-top: -.25rem
    }

.bd-callout-info {
    border-left-color: #42b983;
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

.bd-brand-logos {
    color: #7952b3
}

    .bd-brand-logos .inverse {
        color: #fff;
        background-color: #7952b3
    }

.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: #563d7c
    }

    .color-swatches .bd-purple-light {
        background-color: #cbbde2
    }

    .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-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 {
    position: relative;
    display: none;
    float: right
}

    .bd-clipboard + .highlight {
        margin-top: 0
    }

@media (min-width: 768px) {
    .bd-clipboard {
        display: block
    }
}

.btn-clipboard {
    position: absolute;
    top: .65rem;
    right: .65rem;
    z-index: 10;
    display: block;
    padding: .25rem .5rem;
    font-size: .65em;
    color: #0d6efd;
    background-color: #fff;
    border: 1px solid;
    border-radius: .25rem
}

    .btn-clipboard:hover, .btn-clipboard:focus {
        color: #fff;
        background-color: #0d6efd
    }

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.bd-placeholder-img-lg {
    font-size: calc(1.475rem + 2.7vw)
}

@media (min-width: 1200px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem
    }
}

.chroma .c {
    color: #727272
}

.chroma .ch {
    font-style: italic;
    color: #60a0b0
}

.chroma .cm {
    color: #727272
}

.chroma .cp {
    color: #008085
}

.chroma .cpf {
    color: #007020
}

.chroma .c1 {
    color: #727272
}

.chroma .cs {
    color: #727272
}

.chroma .gd {
    background-color: #fcc;
    border: 1px solid #c00
}

.chroma .ge {
    font-style: italic
}

.chroma .gr {
    color: #f00
}

.chroma .gh {
    color: #030
}

.chroma .gi {
    background-color: #cfc;
    border: 1px solid #0c0
}

.chroma .go {
    color: #aaa
}

.chroma .gp {
    color: #009
}

.chroma .gs {
    font-weight: 700
}

.chroma .gu {
    color: #030
}

.chroma .gt {
    color: #9c6
}

.chroma .gl {
    text-decoration: underline
}

.chroma .k {
    color: #069
}

.chroma .kc {
    color: #069
}

.chroma .kd {
    color: #069
}

.chroma .kn {
    color: #069
}

.chroma .kp {
    color: #069
}

.chroma .kr {
    color: #069
}

.chroma .kt {
    color: #078
}

.chroma .m {
    color: #c24f19
}

.chroma .mb {
    color: #40a070
}

.chroma .mf {
    color: #c24f19
}

.chroma .mh {
    color: #c24f19
}

.chroma .mi {
    color: #c24f19
}

.chroma .il {
    color: #c24f19
}

.chroma .mo {
    color: #c24f19
}

.chroma .s {
    color: #d73038
}

.chroma .sa {
    color: #4070a0
}

.chroma .sb {
    color: #c30
}

.chroma .sc {
    color: #c30
}

.chroma .dl {
    color: #4070a0
}

.chroma .sd {
    font-style: italic;
    color: #c30
}

.chroma .s2 {
    color: #c30
}

.chroma .se {
    color: #c30
}

.chroma .sh {
    color: #c30
}

.chroma .si {
    color: #a00
}

.chroma .sx {
    color: #c30
}

.chroma .sr {
    color: #337e7e
}

.chroma .s1 {
    color: #c30
}

.chroma .ss {
    color: #fc3
}

.chroma .na {
    color: #006ee0
}

.chroma .nb {
    color: #366
}

.chroma .nc {
    color: #168174
}

.chroma .no {
    color: #360
}

.chroma .nd {
    color: #6b62de
}

.chroma .ni {
    color: #727272
}

.chroma .ne {
    color: #c00
}

.chroma .nf {
    color: #b715f4
}

.chroma .nl {
    color: #6b62de
}

.chroma .nn {
    color: #007ca5
}

.chroma .nt {
    color: #2f6f9f
}

.chroma .nv {
    color: #033
}

.chroma .o {
    color: #555
}

.chroma .ow {
    color: #000
}

.chroma .w {
    color: #bbb
}

.chroma .language-bash::before, .chroma .language-sh::before {
    color: #009;
    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
}

.anchorjs-link {
    font-weight: 400;
    color: rgba(13,110,253,0.5);
    transition: color 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .anchorjs-link {
        transition: none
    }
}

.anchorjs-link:focus, .anchorjs-link:hover {
    color: #0d6efd;
    text-decoration: none
}

.algolia-autocomplete {
    width: 100%
}

.ds-dropdown-menu {
    width: 100%;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .875rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem
}

@media (min-width: 768px) {
    .ds-dropdown-menu {
        width: 400px
    }
}

.algolia-docsearch-suggestion--category-header {
    padding: .125rem 1rem;
    font-weight: 600;
    color: #7952b3
}

:not(.algolia-docsearch-suggestion__main) > .algolia-docsearch-suggestion--category-header {
    display: none
}

.ds-suggestion:not(:first-child) .algolia-docsearch-suggestion--category-header {
    padding-top: .75rem;
    margin-top: .75rem;
    border-top: 1px solid rgba(0,0,0,0.1)
}

.algolia-docsearch-suggestion--content {
    padding: .25rem 1rem
}

.ds-cursor .algolia-docsearch-suggestion--content {
    background-color: rgba(203,189,226,0.2)
}

.algolia-docsearch-suggestion {
    display: block;
    text-decoration: none
}

.algolia-docsearch-suggestion--subcategory-column {
    display: none
}

.algolia-docsearch-suggestion--subcategory-inline {
    display: inline;
    color: #495057
}

    .algolia-docsearch-suggestion--subcategory-inline::after {
        padding: 0 .25rem;
        content: "/"
    }

.algolia-docsearch-suggestion--title {
    display: inline;
    font-weight: 500;
    color: #343a40
}

.algolia-docsearch-suggestion--text {
    color: #343a40;
    font-size: .75rem
}

.algolia-docsearch-suggestion--highlight {
    color: #6f42c1;
    background-color: rgba(111,66,193,0.1)
}

.algolia-docsearch-footer {
    padding: .5rem 1rem 0;
    margin-top: .625rem;
    font-size: .75rem;
    color: #6c757d;
    border-top: 1px solid rgba(0,0,0,0.1)
}

.algolia-docsearch-footer--logo {
    color: inherit
}

.form-control-custom {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    display: inline;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .form-control-custom:focus {
        color: var(--bs-body-color);
        background-color: var(--bs-body-bg);
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

.disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}

.red {
    color: red;
}

.custom-border {
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.theme-color {
    color: var(--theme-color);
}

.cursor-pointer {
    cursor: pointer;
}

.custom-alert-link {
    color: var(--bs-danger-text-emphasis);
}

    .custom-alert-link:hover {
        text-decoration: underline;
        cursor: pointer;
    }

/* ----scroll to top css ----*/
.scroll-top {
    bottom: 50px;
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 9999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 4px;
    background-color: #42b983;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

    .scroll-top span {
        line-height: 40px;
        color: #fff;
        font-size: 25px;
    }

    .scroll-top.not-visible {
        bottom: -50px;
        visibility: hidden;
        opacity: 0;
    }
/* ----scroll to top css end ----*/

.dropdown-menu {
    line-height: 28px;
}

/*.form-check-input {
    margin: 0px;
}
*/

/* ---- Custom File input ----*/
.custom-file {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

    .custom-file::after,
    .custom-file::before {
        content: '';
        display: table;
    }

.custom-file-input {
    position: absolute;
    display: block;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.custom-file-control {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: auto;
    white-space: nowrap;
    color: #777;
    font-weight: 400;
    font-size: .9rem;
    padding: 4px 6px;
    border-radius: 2px;
    line-height: 1.8;
    -webkit-user-select: none;
    user-select: none;
}

.custom-file-lg .custom-file-control {
    padding: 5px 6px;
}

    .custom-file-lg .custom-file-control::after {
        padding: 5px 12px;
    }

.custom-file-control:active,
.custom-file-control:focus,
.custom-file-control:hover,
.custom-file-input:focus ~ .custom-file-control {
    border-color: #3bb76d;
}

    .custom-file-control:hover::after {
        color: #242424;
    }

.custom-file-control img {
    max-width: 100%;
    width: 24px;
    height: auto;
}

.custom-file-control .filename-preview {
    padding: 0 6px;
}
/* ---- Custom File input ----*/

.divider {
    border-top: 1px solid #ccc;
    margin: 3px 0;
}

/* ---- Groupbox textarea ----*/
.groupbox-header {
    display: flex;
    justify-content: space-between;
}

.groupbox-item {
    padding: 1px;
}

.groupbox-textarea {
    display: block;
    width: 100%;
    padding-left: 5px;
    border-radius: 0 0 2px 2px;
    outline: none;
    border: none;
}

groupbox-textarea:focus {
    outline: none;
    border: none;
}
/* ---- Groupbox textarea ----*/

.image-preview {
    border: none;
    background-color: var(--bs-image-preview-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 384px;
    border: 2px dashed var(--bs-border-color);
}

    .image-preview img {
        cursor: pointer;
        max-width: 100%;
        max-height: 380px;
        background-color: var(--theme-color);
    }

table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th {
    font-weight: normal;
    background: var(--bs-table-head-bg);
}

table tr:hover {
    background-color: var(--bs-table-head-bg);
}

.custom-bg {
    background-color: var(--bs-table-head-bg);
} 
.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-\[70vh\] {
    height: 70vh
}

.h-5 {
    height: 1.25rem
}

.h-20 {
    height: 5rem
}

.h-12 {
    height: 3rem
}

.h-auto {
    height: auto
}

.h-3 {
    height: .75rem
}

.w-4 {
    width: 1rem
}

.w-3 {
    width: .75rem
}

.w-6 {
    width: 1.5rem
}

.w-\[184px\] {
    width: 184px
}

.w-\[250px\] {
    width: 250px
}

.w-8 {
    width: 2rem
}

.w-5 {
    width: 1.25rem
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

.w-12 {
    width: 3rem
}

.w-10 {
    width: 2.5rem
}

.min-w-\[20px\] {
    min-width: 20px
}

.max-w-md {
    max-width: 28rem
}

.max-w-\[256px\] {
    max-width: 256px
} 
