/* _content/WinfuelNT/Components/GridFooterToolbar.razor.rz.scp.css */
.tb-icon[b-8d5nu7u58f] {
    width: var(--dxbl-image-width);
    height: var(--dxbl-image-height);
    background-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-position: center center;
    background-color: currentColor;
    opacity: var( --dxbl-icon-opacity);
}

.tb-icon-align-left[b-8d5nu7u58f] {
    -webkit-mask-image: var(--dxbl-icon-align-left);
    mask-image: var(--dxbl-icon-align-left);
}

.tb-icon-align-center[b-8d5nu7u58f] {
    -webkit-mask-image: var(--dxbl-icon-align-center);
    mask-image: var(--dxbl-icon-align-center);
}

.tb-icon-align-right[b-8d5nu7u58f] {
    -webkit-mask-image: var(--dxbl-icon-align-right);
    mask-image: var(--dxbl-icon-align-right);
}

.tb-icon-info[b-8d5nu7u58f] {
    mask-image: var(--dxbl-icon-info);
    -webkit-mask-image: var(--dxbl-icon-info);
}

/* _content/WinfuelNT/Pages/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-6qhecvrfkc] {
    margin: 0.625rem 0 0.625rem 0;
    justify-content: start;
}
/* _content/WinfuelNT/Pages/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-mj0w74l5uu] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-mj0w74l5uu] {
    display: flex;
    gap: 0.625rem;
}
/* _content/WinfuelNT/Pages/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-zz0yiprwm0] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-zz0yiprwm0] {
        flex-direction: column;
    }
}
/* _content/WinfuelNT/Pages/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-hsfsb4iri9] {
    margin: 0.625rem 0px 0.625rem 0px;
}
/* _content/WinfuelNT/Pages/Drawer.razor.rz.scp.css */
[b-w24atj7tph] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
}

[b-w24atj7tph] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary, var(--DS-primary-90)) 0%, var(--bs-black, #000) 150%);
}

[b-w24atj7tph] .navigation-drawer > .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-w24atj7tph] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
    background: none;
}

[b-w24atj7tph] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header > .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-w24atj7tph] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-w24atj7tph] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
    background: none;
}

[b-w24atj7tph] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-w24atj7tph] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-w24atj7tph] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-w24atj7tph] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-w24atj7tph] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-w24atj7tph] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}

[b-w24atj7tph] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-w24atj7tph] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-w24atj7tph] {
        display: none;
        visibility: hidden;
    }

    [b-w24atj7tph] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-w24atj7tph] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* _content/WinfuelNT/Pages/Header.razor.rz.scp.css */
.navbar.header-navbar[b-22h322kedl] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-22h322kedl] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-22h322kedl] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-22h322kedl] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-22h322kedl] {
        font-size: inherit;
    }
}
/* _content/WinfuelNT/Pages/Layouts/MainLayout.razor.rz.scp.css */
.page[b-yimum9214z] {
    height: 100%;
    font-family: var(--bs-font-sans-serif, var(--DS-font-family-sans-serif));
}

[b-yimum9214z] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-yimum9214z] .icon-back {
    --icon-mask-image: var(--icon-back-mask-image);
}

[b-yimum9214z] .icon-close {
    --icon-mask-image: var(--icon-close-mask-image);
}

[b-yimum9214z] .icon-menu {
    --icon-mask-image: var(--icon-menu-mask-image);
}

[b-yimum9214z] .icon-log-in {
    --icon-mask-image: var(--icon-log-in-mask-image);
}

[b-yimum9214z] .icon-log-out {
    --icon-mask-image: var(--icon-log-out-mask-image);
}

[b-yimum9214z] .icon-user {
    --icon-mask-image: var(--icon-user-mask-image);
}

[b-yimum9214z] .docs-icon {
    --icon-mask-image: var(--icon-docs-mask-image);
}

[b-yimum9214z] .demos-icon {
    --icon-mask-image: var(--icon-demos-mask-image);
}

[b-yimum9214z] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-yimum9214z] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-yimum9214z] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-yimum9214z] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-yimum9214z] {
    display: inline-flex;
}

.menu-button-nav[b-yimum9214z] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-yimum9214z] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

    .nav-buttons-container[b-yimum9214z]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-yimum9214z]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }
/* _content/WinfuelNT/Pages/Layouts/ManageLayout.razor.rz.scp.css */
[b-409cpadve3] .tab-icon {
    min-width: var(--icon-width);
    min-height: var(--icon-height);
    background-size: contain;
}

[b-409cpadve3] .icon-profile {
    --icon-mask-image: var(--icon-profile-mask-image);
}

[b-409cpadve3] .icon-email {
    --icon-mask-image: var(--icon-email-mask-image);
}

[b-409cpadve3] .icon-two-factor {
    --icon-mask-image: var(--icon-two-factor-mask-image);
}

[b-409cpadve3] .icon-password {
    --icon-mask-image: var(--icon-password-mask-image);
}

[b-409cpadve3] .icon-personal {
    --icon-mask-image: var(--icon-personal-mask-image);
}

[b-409cpadve3] .icon-external {
    --icon-mask-image: var(--icon-external-mask-image);
}
/* _content/WinfuelNT/Pages/Maintenance/AttendantCommunication.razor.rz.scp.css */
.communication-log-style[b-x4brkp7m3s] {
    height: 200px;
    width: 100%;
}
/* _content/WinfuelNT/Pages/NavMenu.razor.rz.scp.css */
#sidebar[b-893qcww9hd] {
    min-width: 15rem;
    max-width: 15rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
    display: block;
}

    #sidebar.auto-expanded[b-893qcww9hd] {
        display: none;
    }

    #sidebar .menu-closeonclick-placeholder[b-893qcww9hd] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
    }

[b-893qcww9hd] .sidebar-header {
    padding: 2rem 1rem;
}

.logo[b-893qcww9hd] {
    text-align: center;
}

[b-893qcww9hd] .menu-button-container {
    align-self: center;
}

.menu-button[b-893qcww9hd] {
    padding: 0.375rem;
    width: 1rem;
    height: 1rem;
    background-image: url("images/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

[b-893qcww9hd] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-893qcww9hd] .menu {
    background-color: inherit;
}

    [b-893qcww9hd] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-893qcww9hd] .menu-item {
    color: var(--bs-white);
}

[b-893qcww9hd] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}


[b-893qcww9hd] .footer {
    text-align: center;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
}

    [b-893qcww9hd] .footer .icon {
        margin-left: 0;
    }

#sidebar.auto-expanded[b-893qcww9hd]  .layout-item {
    display: block;
}

#sidebar.auto-expanded[b-893qcww9hd]  .footer {
    display: block;
}

@media (max-width: 768px) {
    #sidebar[b-893qcww9hd] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

        #sidebar .menu-closeonclick-placeholder[b-893qcww9hd] {
            display: block;
        }

        #sidebar.auto-expanded[b-893qcww9hd] {
            position: fixed;
            width: 100%;
            z-index: 3;
            display: block;
        }

            #sidebar.auto-expanded[b-893qcww9hd]  .sidebar-header {
                border-bottom: 1px solid var(--bs-white);
            }

            #sidebar.auto-expanded .menu-button[b-893qcww9hd] {
                background-image: url("images/close.svg");
                width: 1.875rem;
                height: 1.875rem;
            }

        #sidebar:not(.auto-expanded)[b-893qcww9hd]  .dxbl-gridlayout-root {
            gap: unset !important;
        }

    .logo[b-893qcww9hd] {
        text-align: inherit;
    }

    [b-893qcww9hd] .menu-button-container {
        display: block;
    }

    [b-893qcww9hd] .layout-item {
        display: none;
    }

    [b-893qcww9hd] .footer {
        display: none;
    }
}
