/* /Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-zltj2l5dcs] {
    justify-content: start;
    margin: 0.625rem 0 0.625rem 0;
}
/* /Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-1k9kck0bt7] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-1k9kck0bt7] {
    display: flex;
    gap: 0.625rem;
}
/* /Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-uzxvrwzues] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-uzxvrwzues] {
        flex-direction: column;
    }
}
/* /Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-64nz1zr4z2] {
    margin: 0.625rem 0 0.625rem 0;
}
/* /Components/Layout/Drawer.razor.rz.scp.css */
.drawer-container[b-ql1fiehhnj] {
    height: 100%;
}

.navigation-drawer-shading[b-ql1fiehhnj] {
    height: 100%;
    position: absolute;
    transition: ease 300ms;
    transition-property: opacity, visibility;
    visibility: visible;
    width: 100%;
    z-index: 99;
    background-color: black;
    opacity: 0.5;
}

.navigation-drawer.mobile.panel-closed .navigation-drawer-shading[b-ql1fiehhnj] {
    opacity: 0;
    visibility: hidden;
}

[b-ql1fiehhnj] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-ql1fiehhnj] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

.navigation-drawer-shading[b-ql1fiehhnj] {
    display: none;
}

[b-ql1fiehhnj] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-ql1fiehhnj] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-ql1fiehhnj] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    .navigation-drawer-shading[b-ql1fiehhnj] {
        display: block;
    }

    [b-ql1fiehhnj] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
        display: flex;
    }
}

/* Help Drawer (right side) */
[b-ql1fiehhnj] .help-drawer {
    height: 100%;
}

[b-ql1fiehhnj] .help-drawer > .dxbl-drawer-panel {
    height: 100%;
}

[b-ql1fiehhnj] .help-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    flex: 1;
    overflow: hidden;
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 0;
}

/* Help Panel Content */
.help-panel[b-ql1fiehhnj] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--bs-body-bg, #fff);
}

.help-panel-header[b-ql1fiehhnj] {
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
    flex-shrink: 0;
}

.help-panel-body[b-ql1fiehhnj] {
    flex: 1;
    overflow-y: auto;
    padding-top: 0.75rem;
}

.help-readonly-content[b-ql1fiehhnj] {
    font-size: 0.925rem;
    line-height: 1.6;
}

.help-readonly-content h1[b-ql1fiehhnj],
.help-readonly-content h2[b-ql1fiehhnj],
.help-readonly-content h3[b-ql1fiehhnj] {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.help-readonly-content ul[b-ql1fiehhnj],
.help-readonly-content ol[b-ql1fiehhnj] {
    padding-left: 1.25rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-5y28p0lghe] {
    height: 100%;
    min-height: 0;
}

[b-5y28p0lghe] .navigation-drawer {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
    --dxbl-drawer-panel-footer-bg: none;
    --dxbl-drawer-panel-header-bg: none;
    --dxbl-drawer-separator-border-width: 0;
}

[b-5y28p0lghe] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
}

.navigation-drawer-header[b-5y28p0lghe] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.375rem 0.375rem;
    width: 100%;
}

.navigation-drawer-header .logo[b-5y28p0lghe] {
    height: 1.5rem;
    width: 9rem;
}

.navigation-drawer-footer[b-5y28p0lghe] {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 0.875rem;
    width: 100%;
}

.drawer-content[b-5y28p0lghe] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    padding: 0.5rem 1.5rem 1.5rem 1.5rem;
}

.nav-buttons-container[b-5y28p0lghe] {
    align-items: center;
    display: flex;
    gap: 0.625rem;
    min-height: 2rem;
}

[b-5y28p0lghe] .nav-buttons-container > a {
    color: inherit;
}

[b-5y28p0lghe] .nav-buttons-container .back-button {
    padding-left: 0;
    padding-right: 0.25rem;
}

[b-5y28p0lghe] .nav-buttons-container .menu-button-float-end {
    margin-left: auto;
}

[b-5y28p0lghe] .nav-buttons-container .btn-icon-only,
[b-5y28p0lghe] .navigation-drawer-header .btn-icon-only {
    --dxbl-btn-padding-x: 0.5rem;
    --dxbl-btn-padding-y: 0.25rem;
}

.page-content-container[b-5y28p0lghe] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
[b-rn5hc8ci7d] .menu {
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;
    --dxbl-menu-item-padding-x: 1.125rem;
    --dxbl-menu-item-padding-y: 0.5rem;
    --dxbl-menu-color: var(--bs-white);
    --dxbl-menu-item-hover-color: var(--bs-white);

    background: none;
}

[b-rn5hc8ci7d] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-rn5hc8ci7d] .menu-item-active {
    background-color: rgb(from var(--bs-white) r g b / 0.10);
}
/* /Components/Pages/Chart.razor.rz.scp.css */
.chart-tooltip[b-cxp2gzi8ih] {
    margin: 0.5rem;
}

.chart-tooltip-title[b-cxp2gzi8ih] {
    text-align: center;
    font-weight: 700;
}
/* /Components/Pages/Counter.razor.rz.scp.css */
.counter-block[b-h8cl2hddkj] {
    align-items: center;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 17rem;
    justify-content: center;
    padding: 2.5rem 1.5rem 1.5rem;
    width: 16.875rem;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.counter-block .counter-content[b-h8cl2hddkj] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.counter-block .counter-count[b-h8cl2hddkj] {
    font-size: 7.5rem;
    font-weight: 400;
    line-height: 7.75rem;
}
/* /Components/Pages/Index/Index.razor.rz.scp.css */
[b-n3o3apqbqn] .index-gridlayout {
    height: auto;
    width: 100%;
}

[b-n3o3apqbqn] .tiles {
    display: block;
    width: 100%;
}
/* /Components/Pages/Index/IndexTile.razor.rz.scp.css */
.tile[b-ax3ius4dn1] {
    border-radius: 0.75rem;
    height: 7.5rem;
    transition: box-shadow 0.2s;
    width: 14.375rem;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.tile:hover[b-ax3ius4dn1] {
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.tile[b-ax3ius4dn1]  > a {
    text-decoration: none;
}

[b-ax3ius4dn1] .tile-content {
    padding: 1rem;
}

[b-ax3ius4dn1] .tile-icon {
    border-radius: 0.375rem;
    height: 2.75rem;
    padding: 0.75rem;
    width: 2.75rem;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

[b-ax3ius4dn1] .tile-title {
    align-self: center;
    color: var(--bs-body-color);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25rem;
}

[b-ax3ius4dn1] .tile-description {
    color: var(--bs-secondary-color);
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1rem;
}
