@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-005cgqjxd0] {
    margin: 0.625rem 0 0.625rem 0;
    justify-content: start;
}
/* /Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-yy5i5inw43] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-yy5i5inw43] {
    display: flex;
    gap: 0.625rem;
}
/* /Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-36c1ya0ye2] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-36c1ya0ye2] {
        flex-direction: column;
    }
}
/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
[b-9sdf0wn2k5] .tab-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

[b-9sdf0wn2k5] .icon-profile {
    -webkit-mask-image: url("images/account/manage-profile.svg");
    mask-image: url("images/account/manage-profile.svg");
}

[b-9sdf0wn2k5] .icon-email {
    -webkit-mask-image: url("images/account/manage-email.svg");
    mask-image: url("images/account/manage-email.svg");
}

[b-9sdf0wn2k5] .icon-two-factor {
    -webkit-mask-image: url("images/account/manage-two-factor.svg");
    mask-image: url("images/account/manage-two-factor.svg");
}

[b-9sdf0wn2k5] .icon-password {
    -webkit-mask-image: url("images/account/manage-password.svg");
    mask-image: url("images/account/manage-password.svg");
}

[b-9sdf0wn2k5] .icon-personal {
    -webkit-mask-image: url("images/account/manage-personal.svg");
    mask-image: url("images/account/manage-personal.svg");
}

[b-9sdf0wn2k5] .icon-external {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}
/* /Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-o1f5cuixdu] {
    margin: 0.625rem 0px 0.625rem 0px;
}
/* /Components/ConfirmationDialog.razor.rz.scp.css */
.confirmation-dialog-content[b-kb6ma5dmqf] {
    display: flex;
}

.confirmation-dialog-content[b-kb6ma5dmqf]  .dxbl-btn:nth-of-type(1) {
    margin-left: auto;
}

.confirmation-dialog-content[b-kb6ma5dmqf]  .dxbl-btn:nth-of-type(2) {
    margin-left: 0.5rem;
}
/* /Components/Layout/Drawer.razor.rz.scp.css */
::deep .navigation-drawer[b-sxd9v7e9k1] {
    height: 100vh;
    max-height: 100%;
}

[b-sxd9v7e9k1] .panel-open:not(.mobile) .menu-button {
    display: none;
}

[b-sxd9v7e9k1] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary, var(--DS-primary-90)) 0%, var(--bs-black, #000) 150%);
}

[b-sxd9v7e9k1] .navigation-drawer > .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-sxd9v7e9k1] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
    background: none;
}

[b-sxd9v7e9k1] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header > .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-sxd9v7e9k1] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-sxd9v7e9k1] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
    width: 240px;
    background: none;
}

[b-sxd9v7e9k1] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-sxd9v7e9k1] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-sxd9v7e9k1] .navigation-drawer > .dxbl-drawer-content > .navigation-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-sxd9v7e9k1] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    [b-sxd9v7e9k1] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-sxd9v7e9k1] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-sxd9v7e9k1] .navigation-drawer > .dxbl-drawer-content > .navigation-drawer-shading {
        background-color: var(--dxbl-drawer-content-shading-bg);
        display: block;
        height: 100%;
        position: absolute;
        transition: ease var(--dxbl-drawer-animation-duration);
        transition-property: opacity, visibility;
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-sxd9v7e9k1] .navigation-drawer.mobile.panel-closed .navigation-drawer-shading {
        opacity: 0;
        visibility: hidden;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-t3ba7pkw3a] {
    height: 100%;
    font-family: var(--bs-font-sans-serif, var(--DS-font-family-sans-serif));
}

.logo[b-t3ba7pkw3a] {
    text-align: center;
}

[b-t3ba7pkw3a] .icon-back {
    --icon-mask-image: var(--icon-back-mask-image);
}

[b-t3ba7pkw3a] .icon-close {
    --icon-mask-image: var(--icon-close-mask-image);
}

[b-t3ba7pkw3a] .icon-menu {
    --icon-mask-image: var(--icon-menu-mask-image);
}

[b-t3ba7pkw3a] .icon-log-in {
    --icon-mask-image: var(--icon-log-in-mask-image);
}

[b-t3ba7pkw3a] .icon-log-out {
    --icon-mask-image: var(--icon-log-out-mask-image);
}

[b-t3ba7pkw3a] .icon-user {
    --icon-mask-image: var(--icon-user-mask-image);
}

[b-t3ba7pkw3a] .docs-icon {
    --icon-mask-image: var(--icon-docs-mask-image);
}

[b-t3ba7pkw3a] .demos-icon {
    --icon-mask-image: var(--icon-demos-mask-image);
}

[b-t3ba7pkw3a] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-t3ba7pkw3a] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-t3ba7pkw3a] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-t3ba7pkw3a] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-t3ba7pkw3a] {
    display: inline-flex;
}

.nav-buttons-container[b-t3ba7pkw3a] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

.nav-buttons-container[b-t3ba7pkw3a]  .menubutton-float-end {
    margin-left: auto;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
[b-17kwq9tbeo] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-17kwq9tbeo] .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;

    background-color: inherit;
}

[b-17kwq9tbeo] .menu .dxbl-menu-item-list {
    gap: 0.5rem;
}

[b-17kwq9tbeo] .menu-item {
    color: var(--bs-white, #fff);
}

[b-17kwq9tbeo] .icon {
    margin-left: 0.5rem;
}

[b-17kwq9tbeo] .home-icon {
    --icon-mask-image: var(--icon-home-mask-image);
}

[b-17kwq9tbeo] .weather-icon {
    --icon-mask-image: var(--icon-weather-mask-image);
}

[b-17kwq9tbeo] .counter-icon {
    --icon-mask-image: var(--icon-counter-mask-image);
}

[b-17kwq9tbeo] .settings-icon {
    --icon-mask-image: var(--icon-settings-mask-image);
}

[b-17kwq9tbeo] .log-in-icon {
    --icon-mask-image: var(--icon-log-in-mask-image);
}

[b-17kwq9tbeo] .log-out-icon {
    --icon-mask-image: var(--icon-log-out-mask-image);
}

[b-17kwq9tbeo] .user-icon {
    --icon-mask-image: var(--icon-user-mask-image);
}

@media (max-width: 768px) {
    #sidebar[b-17kwq9tbeo] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-17kwq9tbeo] {
        text-align: inherit;
    }
}
/* /Components/Layout/ReportLayout.razor.rz.scp.css */
.page[b-epcxzjk55i] {
    height: 100%;
    overflow: hidden;
}

[b-epcxzjk55i] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-epcxzjk55i] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-epcxzjk55i] .fit-width {
    max-width: 100%;
}

[b-epcxzjk55i] .mw-1100 {
    max-width: 1100px;
}
/* /Components/Pages/Counter.razor.rz.scp.css */
.counter-block[b-c8eyn6c4rt] {
    display: flex;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    flex-direction: column;
    border-radius: 1rem;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    width: 16.875rem;
    height: 17rem;
    position: relative;
}

.counter-block .counter-content[b-c8eyn6c4rt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.counter-block .counter-count[b-c8eyn6c4rt] {
    font-size: 7.5rem;
    font-weight: 400;
    line-height: 7.75rem;
}

.counter-block .counter-block-back[b-c8eyn6c4rt] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color, var(--DS-color-content-neutral-default-rest));
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}
/* /Components/Pages/Index.razor.rz.scp.css */
[b-j4hku7vjg8] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-j4hku7vjg8] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-j4hku7vjg8] .title {
    text-align: center;
}

[b-j4hku7vjg8] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-j4hku7vjg8] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-j4hku7vjg8] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-j4hku7vjg8] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-j4hku7vjg8] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-j4hku7vjg8] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-j4hku7vjg8] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
