@import 'NDP.Client.71fofd50kv.bundle.scp.css';

/* _content/NDP/Components/Layout/Drawer.razor.rz.scp.css */
[b-4umz0hkqnx] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
}

[b-4umz0hkqnx] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-4umz0hkqnx] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-4umz0hkqnx] {
        display: none;
        visibility: hidden;
    }

    [b-4umz0hkqnx] .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-4umz0hkqnx] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* _content/NDP/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-art9u310g9] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-art9u310g9] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-art9u310g9] #menu-top {
    display: block;
}

    [b-art9u310g9] #menu-top.hidden {
        display: none;
    }

[b-art9u310g9] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-art9u310g9] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-art9u310g9] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-art9u310g9] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.nav-buttons-container[b-art9u310g9] {
    display: flex;
    gap: 10px;
    padding: 2rem 0rem;
}

    .nav-buttons-container[b-art9u310g9]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-art9u310g9]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

@media (max-width: 768px) {
    [b-art9u310g9] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}

@media (max-width: 768px) {
    [b-art9u310g9] #menu-top {
        display: none;
    }
}
/* _content/NDP/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-oifk0c6a39] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.logo[b-oifk0c6a39] {
    text-align: center;
}

[b-oifk0c6a39] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-oifk0c6a39] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-oifk0c6a39] .menu {
    background-color: inherit;
}

    [b-oifk0c6a39] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-oifk0c6a39] .menu-item {
    color: var(--bs-white);
}

[b-oifk0c6a39] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-oifk0c6a39] .home-icon {
    background-image: url("images/home.svg");
}

[b-oifk0c6a39] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-oifk0c6a39] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-oifk0c6a39] .settings-icon {
    background-image: url("images/account/settings.svg");
}

[b-oifk0c6a39] .log-in-icon {
    background-image: url("images/account/log-in.svg");
}

[b-oifk0c6a39] .log-out-icon {
    background-image: url("images/account/log-out.svg");
}

[b-oifk0c6a39] .user-icon {
    background-image: url("images/account/user.svg");
}

@media (max-width: 768px) {
    #sidebar[b-oifk0c6a39] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-oifk0c6a39] {
        text-align: inherit;
    }
}
/* _content/NDP/Components/Pages/EntryNew.razor.rz.scp.css */
[b-tqqfafli63] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}


/* _content/NDP/Components/Pages/Home.razor.rz.scp.css */
[b-y2uxdqraz0] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}


/* _content/NDP/Components/Pages/Settings.razor.rz.scp.css */
[b-f4xowmomvi] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}


/* _content/NDP/Components/Pages/SignedOut.razor.rz.scp.css */
[b-8xd9zedlne] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}
