html,
body,
section,
main,
#app {
    height: 100%;
}

.dashboard-layout {
    height: unset;
    min-height: 80vh;
}

#blazor-error-ui {
    background: #991926;
    color: white;
    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: 1000;
}

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

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

.bd-navbar {
    min-height: 10rem;
    background-color: #06c
}

@media(max-width: 767.98px) {
    .bd-navbar {
        padding-right: .5rem;
        padding-left: .5rem
    }

        .bd-navbar .navbar-nav-scroll {
            max-width: 100%;
            height: 2.5rem;
            margin-top: .25rem;
            overflow: hidden;
            font-size: .875rem
        }

            .bd-navbar .navbar-nav-scroll .navbar-nav {
                padding-bottom: 2rem;
                overflow-x: auto;
                white-space: nowrap;
                -webkit-overflow-scrolling: touch
            }
}

.bd-navbar.bd-navbar--slim {
    min-height: 5rem
}

@media(min-width: 768px) {
    @supports(position: sticky) {
        .bd-navbar.bd-navbar--slim {
            position: sticky;
            top: 0;
            z-index: 9
        }
    }
}

.bd-navbar .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #fff
}

    .bd-navbar .navbar-nav .nav-link.active, .bd-navbar .navbar-nav .nav-link:hover {
        color: #fff;
        background-color: rgba(0,0,0,0)
    }

    .bd-navbar .navbar-nav .nav-link.active {
        font-weight: 500
    }

.bd-navbar .navbar-nav-svg {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-top
}

.bd-navbar .dropdown-menu {
    font-size: .875rem
}

.bd-navbar .dropdown-item.active {
    font-weight: 500;
    color: #1a1a1a;
    background-color: rgba(0,0,0,0);
    background-image: url("data:image/svg+xml;charset=utf8,%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: .4rem .6rem;
    background-size: .75rem .75rem
}

.bd-sidebar {
    order: 0;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

    .bd-sidebar .link-list, .bd-sidebar .link-sublist, .bd-sidebar .list-item span {
        font-size: 1rem
    }

    .bd-sidebar .bd-links {
        padding: 0
    }

@media(min-width: 768px) {
    @supports(position: sticky) {
        .bd-sidebar .bd-links {
            max-height: calc(100vh - 5rem)
        }
    }
}

@media(min-width: 768px) {
    .bd-sidebar .bd-links {
        display: block !important
    }
}

.bd-sidebar .nav > li > a {
    display: inline-block;
    padding: .25rem .5rem .25rem 1.5rem;
    font-size: 1rem;
    color: #262626
}

    .bd-sidebar .nav > li > a:hover {
        color: #06c;
        background-color: rgba(0,0,0,0)
    }

.bd-sidebar .nav > .active > a, .bd-sidebar .nav > .active:hover > a {
    font-weight: 600;
    color: #06c;
    background-color: rgba(0,0,0,0)
}

@media(min-width: 768px) {
    .bd-sidebar {
        padding: 1.5rem 0;
        border-right: 1px solid rgba(0,0,0,.1)
    }

    @supports(position: sticky) {
        .bd-sidebar {
            position: sticky;
            top: 5rem;
            height: calc(100vh - 5rem);
            overflow-y: auto
        }
    }
}

@media(min-width: 1200px) {
    .bd-sidebar {
        flex: 0 1 320px
    }
}

.bd-footer {
    background-color: #3e5266;
    color: #fff
}

@media(min-width: 576px) {
    .bd-footer {
        text-align: left
    }
}

.bd-logo-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: unset;
    margin-bottom: 0
}

@media(min-width: 576px) {
    .bd-logo-title {
        font-size: 32px;
        line-height: 1
    }
}

.bd-logo-subtitle {
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: normal
}

.flex-1 {
    flex: 1;
}

.accordion > .accordion-item:last-child {
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important;
}

.accordion {
    border-bottom: 0 !important;
}

.dashboard-layout {
    position: relative;
}

.form-required-symbol {
    font-weight: bold;
}

.mx-w-100 {
    max-width: 100% !important;
}

.mn-w-100 {
    min-width: 100% !important;
}