﻿:root {
    --bb-font-weight: 500;
    --bb-title-color: #1f2f3d;
    --bb-sub-font-size: 1.2rem;
}

.navbar {
    --bs-navbar-color: rgba(255,255,255,.85);
    --bs-navbar-hover-color: rgb(255,255,255);
}

.layout {
    --bb-layout-sidebar-banner-background: #702cf8;
}

.bb-icon {
    width: 42px;
    height: auto;
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-info);
    border: solid 1px #fff;
    margin-right: 1rem;
}

.table-container .table tbody tr.highlight,
.table-container .table-row.highlight {
    background-color: #409eff;
    color: #fff;
}

.table-attr {
    margin-top: 2rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.validation-message {
    color: red;
}

.badge-widget {
    display: inline-block;
    border: solid 1px #ddd;
    border-radius: var(--bs-border-radius);
    padding: 6px 12px;
    position: relative;
    transition: all .25s linear;
    cursor: pointer;
}

    .badge-widget:hover {
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(40, 167, 69, 0.5);
        border-color: #28a745 !important;
    }

    .badge-widget .badge {
        position: absolute;
        top: -6px;
        right: -6px;
        opacity: 0.8;
    }

.card-log {
    overflow: hidden auto;
    border: solid 1px #ddd;
    border-radius: var(--bs-border-radius);
    padding: 0.5rem 1rem;
    background-color: #174482;
    color: #fff;
}

    .card-log .log-item:not(:last-child) {
        margin-bottom: 0.5rem;
    }

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1095;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.popover-input {
    width: 80px;
}

.chart .btn i + span {
    display: none;
}

.layout .header {
    background: #7dbcea;
    color: #fff;
    height: 64px;
    padding: 0 50px;
    line-height: 64px;
}

.layout .side {
    display: flex;
    height: 100%;
    background: #3ba0e9;
    color: #fff;
}

.layout-side .side {
    justify-content: center;
    align-items: center;
}

.layout-main .main {
    background: rgba(16, 142, 233, 1);
    color: #fff;
    min-height: 120px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.layout-logo {
    border: solid 1px #fff;
}

.layout-footer .footer {
    background: #7dbcea;
    color: #fff;
    padding: 24px 50px;
    line-height: 1.5;
    height: auto;
    display: block;
}

.circle-demo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

    .circle-demo h1 {
        font-size: 26px;
        font-weight: 400;
    }

    .circle-demo i {
        font-style: normal;
        color: #3f414d;
    }

.drawer-demo .form-checkbox {
    margin-right: 1rem;
}

.drawer-demo .form-radio-group .form-checkbox:not(:first-child) {
    margin-left: 0;
}

.split-demo {
    height: 200px;
    width: 240px;
    border-color: rgba(0,0,0,.125);
    border-radius: var(--bs-border-radius);
}

.split-demo-horizontal {
    height: 100px;
}


.popover-demo,
.tooltip-demo {
    height: 240px;
}


.welcome {
    margin-bottom: 2rem;
    line-height: 1.75;
}

    .welcome .bar {
        padding: 1rem;
        height: 380px;
        display: flex;
        flex-direction: column;
    }

        .welcome .bar img {
            width: 100%;
            height: auto;
        }

        .welcome .bar .carousel-caption {
            position: absolute;
            margin-top: 1rem;
            color: #607D8B;
            border-top: solid 1px #dce3e8;
            height: 120px;
            bottom: 0;
            left: 0;
            right: 0;
        }

    .welcome .carousel-img {
        flex: 1 1 auto;
    }

    .welcome .carousel {
        border-radius: var(--bs-border-radius);
        border: 1px solid #dce3e8;
        padding: 1rem;
    }

        .welcome .carousel .carousel-indicators li {
            background-color: #6c757d;
        }

.welcome-header {
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 2;
}

.welcome-body {
    font-size: 22px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

    .welcome-body .typed {
        color: #0073dc;
        font-weight: 500;
    }

    .welcome-body .typed-cursor {
        color: #0073dc;
    }

    .welcome-body .typed-cursor {
        animation: flash 1s ease-in-out infinite;
    }

        .welcome-body .typed-cursor.active {
            animation: none;
        }

.welcome-body-en {
    font-size: 22px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    line-height: 1.5;
}

    .welcome-body-en .typed {
        color: #0073dc;
        font-weight: 500;
    }


@keyframes flash {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.welcome-footer {
    display: flex;
    flex-direction: column;
}

    .welcome-footer div:not(:last-child) {
        margin-bottom: 1rem;
    }

    .welcome-footer div {
        justify-content: space-between;
    }

    .welcome-footer .tag {
        cursor: pointer;
    }

.carousel-indicators li {
    background-color: #607D8B;
}

.intro p {
    font-size: 15px;
    color: #1a1a1a;
    letter-spacing: .41px;
    text-align: left;
    line-height: 24px;
}

.intro h3 {
    color: #1a1a1a;
    letter-spacing: .1px;
    text-align: left;
    line-height: 25px;
    font-weight: 400;
    margin: 15px 0;
    font-size: 1.25rem;
}

.donate {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    text-align: center;
    border-top: solid 1px #ddd;
    position: relative;
}

    .donate h3 {
        margin-bottom: 1.5rem;
    }

    .donate .barcode {
        width: 280px;
    }

.footer-body {
    padding: 1rem;
    color: #fff;
    background-color: #5b6e84;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

    .footer-body h4 {
        margin: 1rem 0;
    }

    .footer-body ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-body .footer-link {
        transition: all .3s linear;
        color: rgba(255,255,255,.9);
        text-decoration: none;
        font-size: 0.875rem;
        line-height: 2;
        display: block;
        cursor: pointer;
    }

        .footer-body .footer-link:hover,
        .footer-body .footer-link a:hover {
            color: #40a9ff;
        }

        .footer-body .footer-link:not(:last-child) {
            margin-top: 1rem;
        }

        .footer-body .footer-link a {
            transition: all .3s linear;
            color: #fff;
        }

.footer-info {
    background-color: #222;
    padding: 0 20px;
    line-height: 42px;
    color: #9d9d9d;
}

    .footer-info a {
        color: #9d9d9d;
    }

    .footer-info .footer-logo {
        width: 21px;
        height: 18px;
    }

    .footer-info .footer-lang {
        width: 15px;
        margin-right: 6px;
    }

.layout-menu-demo .layout-side {
    background-color: var(--bb-disabled-bg);
    color: #dcdfe6;
    height: 100%;
}

.layout-menu-demo .menu.is-vertical:not(.is-collapsed) {
    width: 156px;
}

.layout-menu-demo .layout-banner {
    display: flex;
    align-items: center;
    padding: 0 .625rem;
    background-color: var(--bb-layout-sidebar-banner-background);
    height: 50px;
    font-size: 1.5rem;
}

    .layout-menu-demo .layout-banner img {
        width: 38px;
        border-radius: var(--bs-border-radius);
        margin-right: .5rem;
    }

.layout-menu-demo .layout-side.is-collapsed .layout-banner .layout-title {
    width: 0;
    overflow: hidden;
    white-space: nowrap;
}

.layout-menu-demo .layout-menu {
    height: 371px;
    padding: 6px 0;
    color: #000;
}

.layout-menu-demo .layout-title {
    color: #fff;
}

.layout-menu-demo .layout-header .layout-header-bar {
    position: absolute;
    margin: 9px 14px;
}

.layout-menu-demo .layout-footer {
    background-color: #e4e7ed;
    text-align: center;
}

    .layout-menu-demo .layout-footer > a {
        color: #000;
        line-height: 30px;
    }

.menu-demo-header {
    background-color: #17a2b8;
    line-height: 50px;
    color: #fff;
    flex: 1;
    padding-left: 80px;
}

.menu-demo-bar i {
    transition: transform .3s linear;
}

.menu-demo-bar.is-collapsed i {
    transform: rotate(90deg);
}

.calendar .table-week tbody .none {
    color: #c0c4cc;
}

.calendar .table-week tbody .less {
    border-radius: var(--bs-border-radius);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 4px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calendar .table-week tbody .ch {
    background: #28a745;
    color: #f8f9fa;
}

.calendar .table-week tbody .en {
    background: #007bff;
    color: #f8f9fa;
}

.page-layout-demo-list {
    margin: 0;
}

    .page-layout-demo-list li {
        margin: 0.5rem 0;
    }

.page-layout-demo-option {
    margin-top: 1.5rem;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: var(--bs-border-radius);
    padding: 1.5rem 1rem 1rem 1rem;
    position: relative;
}

    .page-layout-demo-option > p {
        position: absolute;
        top: -10px;
        padding: 0 0.5rem;
        background: #fff;
    }

    .page-layout-demo-option .page-layout-demo-option-height {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .page-layout-demo-option .tabs-body-content {
        margin: 0 -1rem -2rem -1rem;
    }

.page-layout-demo-footer-link {
    color: #fff;
}

.scroll-demo {
    border: solid 1px var(--bs-secondary);
    padding: .5rem;
    border-radius: var(--bs-border-radius);
}

.coms-cate {
    position: relative;
}

    .coms-cate:not(:first-child) {
        margin-top: 1rem;
    }

    .coms-cate .badge {
        position: absolute;
        top: 0;
        margin-left: 1rem;
        font-size: .65rem;
    }

.coms-demo {
    margin-top: 1rem;
}

    .coms-demo .card img {
        width: calc(100%);
        max-height:250px;
        object-fit: contain;
    }

    .coms-demo .card .card-header {
        overflow: hidden;
        white-space: nowrap;
    }

    .coms-demo .card .card-body {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 200px;
    }

    .coms-demo a {
        width: calc(100%);
        height: calc(100%);
        color: inherit;
    }

    .coms-demo .card {
        width: 100%;
        height: 100%;
        transition: box-shadow .3s linear;
    }

.HtmlString img {
    width: calc(100%);
    max-width: max-content;
    object-fit: scale-down;
}

.HtmlString video {
    width: calc(100%);
    max-width: max-content;
    object-fit: scale-down;
}

.coms-search {
    position: sticky;
    z-index: 1;
    top: 0;
}

    .coms-search .row {
        padding: 1rem 0;
        background: #fff;
    }

.coms-search-filter {
    height: 2rem;
    width: 100%;
    background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.8),rgba(255,255,255,0));
}

.listview-demo {
    height: 626px;
}

    .listview-demo img {
        margin-bottom: 1rem;
        border-radius: var(--bs-border-radius);
    }

    .listview-demo .listview-demo-desc {
        text-align: center;
    }

.demo-inputnumber {
    width: 160px;
}

    .demo-inputnumber > .form-control {
        width: inherit;
    }

.ul-demo {
    margin-bottom: 0;
}

    .ul-demo li:not(:last-child) {
        margin-bottom: 0.25rem;
    }

.footer-demo tfoot tr,
.footer-demo .table-row.table-footer .table-cell {
    color: #409eff;
    font-weight: bold;
}

.dropdown-item-demo {
    display: flex;
    align-items: center;
}

    .dropdown-item-demo span {
        flex: 1;
        padding: 0 0.5rem;
    }

.skeleton-demo .skeleton-content {
    text-align: center;
}

    .skeleton-demo .skeleton-content .skeleton-avatar {
        display: inline-block;
    }

.table-virtualize-demo {
    height: 400px;
}

    .table-virtualize-demo .table-cell {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .table-virtualize-demo .table-fixed-body {
        overflow-x: hidden !important;
    }

.install-prompt {
    position: fixed;
    bottom: 0.5rem;
    left: 0;
    right: 0;
    z-index: 1071;
}

    .install-prompt .row {
        justify-content: center;
    }

.install-prompt-body {
    background-color: #54595f;
    color: #fff;
    padding: 0.5rem;
    display: flex;
    font-size: 1.5rem;
    border-radius: var(--bs-border-radius);
}

    .install-prompt-body .installButton {
        margin-left: auto;
    }

    .install-prompt-body .cancelButton {
        margin-left: 0.3rem;
    }

.layout-drawer {
    padding: 13px;
    margin-right: -1rem;
    cursor: pointer;
}

    .layout-drawer:hover {
        background-color: #1893a7;
    }

.layout-drawer-body {
    padding: 1rem;
}

.layout-item {
    cursor: pointer;
    border: 2px solid #e9ecef;
    padding: 4px;
    border-radius: var(--bs-border-radius);
    height: 80px;
    width: 120px;
    transition: border .3s linear;
}

    .layout-item:hover,
    .layout-item.active {
        border: 2px solid #28a745;
    }

    .layout-item .layout-left {
        width: 30%;
    }

        .layout-item .layout-left .layout-left-header {
            height: 16px;
            background-color: var(--bb-layout-sidebar-banner-background);
        }

        .layout-item .layout-left .layout-left-body,
        .layout-item .layout-body .layout-left {
            background-color: #2f4050;
        }

    .layout-item .layout-right .layout-right-header,
    .layout-item .layout-top {
        background-color: #17a2b8;
        height: 16px;
    }

    .layout-item .layout-right .layout-right-footer,
    .layout-item .layout-footer {
        background-color: #5b6e84;
        height: 12px;
    }

    .layout-item .layout-top,
    .layout-item .layout-body,
    .layout-item .layout-footer {
        width: 100%;
    }

.color {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    cursor: pointer;
    border: 2px solid #e9ecef;
    border-radius: var(--bs-border-radius);
    transition: border .3s linear;
}

    .color:hover {
        border: 2px solid #28a745;
    }

.color1 {
    background-color: #409eff;
}

.color2 {
    background-color: #28a745;
}

.color3 {
    background-color: #e83e8c;
}

.color4 {
    background-color: #ffe484;
}

.color5 {
    background-color: #17a2b8;
}

.color6 {
    background-color: #4a3275;
}

.color1,
.layout.is-page.color1 .layout-header {
    background-color: #409eff;
}

.layout.is-page.color1 .layout-side .layout-banner {
    background-color: #3e84d0
}

.layout.is-page.color1 .layout-side {
    background-color: #212529;
    color: var(--bb-disabled-bg);
}

.layout.is-page.color1 .layout-footer {
    background-color: #343a40;
}

.layout.is-page.color1 .layout-header-bar {
    background-color: #2b7cd0;
    border-color: #014186;
}

.layout.is-page.color1 .layout-drawer:hover {
    background-color: #3184dc;
}

.color2,
.layout.is-page.color2 .layout-header {
    background-color: #28a745;
}

.layout.is-page.color2 .layout-side .layout-banner {
    background-color: #24903d
}

.layout.is-page.color2 .layout-side {
    background-color: #212529;
    color: var(--bb-disabled-bg);
}

.layout.is-page.color2 .layout-footer {
    background-color: #343a40;
}

.layout.is-page.color2 .layout-header-bar {
    background-color: #258c3c;
    border-color: #014186;
}

.layout.is-page.color2 .layout-drawer:hover {
    background-color: #24903d;
}

.color3,
.layout.is-page.color3 .layout-header {
    background-color: #e83e8c;
}

.layout.is-page.color3 .layout-side .layout-banner {
    background-color: #c5417e
}

.layout.is-page.color3 .layout-side {
    background-color: #212529;
    color: var(--bb-disabled-bg);
}

.layout.is-page.color3 .layout-footer {
    background-color: #343a40;
}

.layout.is-page.color3 .layout-header-bar {
    background-color: #c73477;
    border-color: #014186;
}

.layout.is-page.color3 .layout-drawer:hover {
    background-color: #c5417e;
}

.color4,
.layout.is-page.color4 .layout-header {
    background-color: #ffc107;
}

.layout.is-page.color4 .layout-side .layout-banner {
    background-color: #e4af10
}

.layout.is-page.color4 .layout-side {
    background-color: #212529;
    color: var(--bb-disabled-bg);
}

.layout.is-page.color4 .layout-footer {
    background-color: #343a40;
}

.layout.is-page.color4 .layout-header-bar {
    background-color: #e2b221;
    border-color: #014186;
}

.layout.is-page.color4 .layout-drawer:hover {
    background-color: #e4af10;
}

.color5,
.layout.is-page.color5 .layout-header {
    background-color: #17a2b8;
}

.color6,
.layout.is-page.color6 .layout-header {
    background-color: #6610f2;
}

.layout.is-page.color6 .layout-side .layout-banner {
    background-color: #4b0cb3
}

.layout.is-page.color6 .layout-side {
    background-color: #212529;
    color: var(--bb-disabled-bg);
}

.layout.is-page.color6 .layout-footer {
    background-color: #343a40;
}

.layout.is-page.color6 .layout-header-bar {
    background-color: #4b0ab5;
    border-color: #014186;
}

.layout.is-page.color6 .layout-drawer:hover {
    background-color: #4b0cb3;
}

.layout.is-page .layout-right {
    background-color: #fff;
}

.widget .dropdown-body h3 {
    color: #666666;
    font-size: 14px;
    margin-bottom: 10px;
}

.widget .dropdown-body h4 {
    color: #444444;
    font-size: 15px;
    margin: 0;
}

.widget .dropdown-body small {
    color: #999999;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.widget .dropdown-item > div:not(.progress):last-child {
    width: calc(100% - 40px);
}

.widget .dropdown-item {
    padding: 0.5rem 1rem;
}

.widget .progress {
    height: 7px;
}

.widget .dropdown-item.active,
.widget .dropdown-item:active {
    color: inherit;
}

.widget .dropdown-item:not(:nth-of-type(odd)):active {
    background-color: inherit;
}

.btn-fade {
    --bb-button-circle-width: 40px;
    --bb-button-circle-height: 40px;
    opacity: 0.7;
    box-shadow: 0 0 8px #211b50;
    transition: opacity .3s linear;
    position: fixed;
    z-index: 10;
}

    .btn-fade:hover {
        opacity: 1;
    }

.btn-update {
    --bs-btn-bg: #8759ff;
    --bs-btn-hover-bg: var(--bs-btn-bg);
    --bs-btn-active-bg: var(--bs-btn-bg);
    bottom: 5rem;
    right: 1rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .btn-update img {
        width: 55%;
        margin-left: 2px;
    }

.cell-demo {
    background-color: var(--bs-table-striped-bg) !important;
}

.layout {
    --bb-footer-height: 0px;
}

    .layout.has-footer {
        --bb-footer-height: 40px;
    }

.is-fixed-tab .tabs-body {
    height: calc(100vh - 89px - var(--bb-footer-height));
    overflow: auto;
}

    .is-fixed-tab .tabs-body .tabs-body-content {
        height: auto;
        min-height: 100%;
    }

.anchor-link {
    margin-bottom: .5rem;
}

.anchor-link-demo {
    margin: 0 !important;
}

.bb-avatar {
    width: 46px;
    border-radius: var(--bs-border-radius);
}

.table-cell .progress {
    height: 6px;
    margin-top: 9px;
    margin-bottom: 10px;
}

.bb-sub {
    margin-top: .25rem;
    font-size: 86%;
    color: #c0c4cc;
}

.table-header-group-th1 {
    border-bottom-width: 2px !important;
    border-bottom-color: var(--bs-secondary);
}

    .table-header-group-th1 .table-cell {
        height: 58px;
    }

    .table-header-group-th1 .table-cell,
    .table-header-group-th2 .table-cell {
        justify-content: center !important;
    }

.connection-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
}

.connection-body {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 1rem;
    color: #696969;
}

.connection-body-tail {
    border-right: 1px solid #d8d8d8;
    width: 1px;
    margin-left: 1rem;
}

.connection-link {
    color: #1371C3;
    text-decoration: underline;
    font-weight: bolder;
    margin-left: 0.5rem;
}

.connection-box {
    border-radius: var(--bs-border-radius);
    border: 1px solid #ddd;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

    .connection-box .connection-mask,
    .connection-box .connection-body {
        position: absolute;
    }

.connection-body img {
    height: 110px;
    margin-left: 1rem;
}

.shields .bb-img {
    display: inline-block;
    height: 21px;
    margin-bottom: 0.75rem;
}

.carousel-item-demo {
    text-align: center;
}

    .carousel-item-demo > h3 + div {
        margin: 1rem 0;
    }

.carousel-item-demo2 {
    display: flex;
}

    .carousel-item-demo2 .demo-item {
        background-color: #e9ecef;
        border-radius: var(--bs-border-radius);
        padding: 1rem 2rem;
    }

        .carousel-item-demo2 .demo-item:not(:last-child) {
            margin-right: 1rem;
        }

        .carousel-item-demo2 .demo-item img {
            border-radius: var(--bs-border-radius);
            margin: 1rem 0;
            height: auto;
        }

        .carousel-item-demo2 .demo-item .top,
        .carousel-item-demo2 .demo-item .bottom {
            text-align: center;
        }

            .carousel-item-demo2 .demo-item .top > div:first-child {
                font-size: 1.5rem;
            }

.menu .nav-link.nav-table {
    color: var(--bs-info);
    font-weight: bold;
}

    .menu .nav-link.nav-table:hover {
        color: unset;
    }

.custom-popover {
    --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: 1rem;
}

.custom-rate {
    --bb-rate-font-size: 1.7rem;
    --bb-rate-height: 30px;
    --bb-rate-width: 30px;
    --bb-rate-active-color: var(--bs-primary);
}

.scanner-video video {
    border: 1px solid #ddd;
    border-radius: var(--bs-border-radius);
}

.gitee-icon {
    width: 32px;
    height: auto;
}

.github-icon {
    font-size: 32px;
    line-height: 32px;
    vertical-align: middle;
    color: #000;
}

.textarea-demo {
    min-height: var(--bb-height);
}

@media (max-width: 576px) {
    .intro .card {
        border-color: transparent !important;
    }
}

@media (min-width: 568px) {
    .split-demo {
        height: 200px;
        width: 480px;
    }

    .split-demo-horizontal {
        height: 100px;
    }
}

@media (min-width: 576px) {
    .popover-demo input,
    .tooltip-demo input {
        width: 144px;
        text-align: center;
    }

    .textarea-demo {
        word-break: break-all;
        height: auto;
    }

    .intro .card {
        border-color: #dce3e8;
        height: 263px;
        width: 100%;
        padding: 1rem;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }

        .intro .card:hover,
        .coms-demo .card:hover {
            box-shadow: 0 1px 7px 0 rgba(0,0,0,0.05), 0 2px 8px 0 rgba(0,0,0,0.07), 0 3px 9px 0 rgba(0,0,0,0.06), 0 5px 10px 0 rgba(0,0,0,0.03);
        }

        .intro .card p, .intro .card, .intro .card h3 {
            text-align: center;
        }
}

@media (min-width: 768px) {
    :root {
        --bs-header-height: 50px;
        --bs-sidebar-width: 300px;
    }

    .header-img span {
        display: none;
    }

    .navbar-header {
        position: sticky;
        top: 0;
        z-index: 1050;
        height: var(--bs-header-height);
    }

    .modal-open .navbar-header {
        z-index: 1040;
    }

    .navbar-toggler {
        display: none;
    }

    .chart {
        max-width: 740px;
    }

        .chart .btn i + span {
            display: inline;
        }

    header.hide {
        transform: translate3d(0,calc(-100% - 2px),0);
    }

    .ms-learn {
        right: 1rem;
    }

    .coms-demo .card {
        cursor: pointer;
    }

    .header-img span {
        display: none;
    }

    .home-section {
        margin: 2rem;
    }

    .welcome-header {
        margin-top: 0;
        margin-bottom: 0;
    }

    .donate .barcode {
        width: 480px;
    }

    .footer-body {
        padding: 3rem;
        flex-direction: row;
    }

    .coms-search {
        top: 3rem;
    }

        .coms-search.hide {
            top: 0;
        }
}

@media (min-width: 992px) {
    .welcome .bar {
        height: 456px;
    }

    .welcome-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 15px;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .welcome .bar {
        height: 520px;
    }
}

@media print {
    .print-header {
        display: none;
    }
}
