@import 'TMA.Biostreams.ActiveHealth.Client.o7iyaf8ns0.bundle.scp.css';

/* _content/TMA.Biostreams.ActiveHealth/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-orztyh1xu9] {
    height: 100%;
}

[b-orztyh1xu9] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-orztyh1xu9] .content {
    overflow: auto;
}

[b-orztyh1xu9] .back-button:hover .icon-back {
    background-color: var(--dxbl-btn-hover-color);
}

@media (max-width: 768px) {
    [b-orztyh1xu9] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}
/* _content/TMA.Biostreams.ActiveHealth/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-sjz095o804] {
    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: auto;
    max-height: none;
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
}

#sidebarOverlay.hidden[b-sjz095o804] {
    display: none !important;
}

[b-sjz095o804] .sidebar-header {
    padding: 2rem 1rem;
}

.logo[b-sjz095o804] {
    text-align: center;
}

[b-sjz095o804] .menu-button-container {
    display: none;
    align-self: center;
}

.menu-button[b-sjz095o804] {
    padding: 0.375rem;
    width: 1.875rem;
    height: 1.875rem;
    background-image: url("images/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

[b-sjz095o804] .menu {
    background-color: inherit;
}

    [b-sjz095o804] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-sjz095o804] .menu-item {
    color: var(--bs-white);
}

[b-sjz095o804] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-sjz095o804] .home-icon {
    background-image: url("images/home.svg");
}

[b-sjz095o804] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-sjz095o804] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-sjz095o804] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-sjz095o804] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-sjz095o804] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-sjz095o804] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-sjz095o804] .footer {
    text-align: center;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
}

#sidebar.expanded[b-sjz095o804]  .layout-item {
    display: block;
}

#sidebar.expanded[b-sjz095o804]  .footer {
    display: block;
}

@media (max-width: 768px) {
    #sidebar[b-sjz095o804] {
        min-width: inherit;
        max-width: inherit;
    }

        #sidebar.expanded[b-sjz095o804] {
            position: fixed;
            width: 100%;
            z-index: 3;
        }

            #sidebar.expanded[b-sjz095o804]  .sidebar-header {
                border-bottom: 1px solid var(--bs-white);
            }

            #sidebar.expanded .menu-button[b-sjz095o804] {
                background-image: url("images/close.svg");
            }

        #sidebar:not(.expanded)[b-sjz095o804]  .dxbl-gridlayout-root {
            gap: unset !important;
        }

    .logo[b-sjz095o804] {
        text-align: inherit;
    }

    [b-sjz095o804] .menu-button-container {
        display: block;
    }

    [b-sjz095o804] .layout-item {
        display: none;
    }

    [b-sjz095o804] .footer {
        display: none;
    }
}
/* _content/TMA.Biostreams.ActiveHealth/Components/Layout/TabMenu.razor.rz.scp.css */
#sidebar[b-9oupt8kmr9] {
    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%);
}

[b-9oupt8kmr9] .sidebar-header {
    padding: 2rem 1rem;
}

.logo[b-9oupt8kmr9] {
    text-align: center;
}

[b-9oupt8kmr9] .menu-button-container {
    display: none;
    align-self: center;
}

.menu-button[b-9oupt8kmr9] {
    padding: 0.375rem;
    width: 1.875rem;
    height: 1.875rem;
    background-image: url("images/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

[b-9oupt8kmr9] .menu {
    background-color: inherit;
}

    [b-9oupt8kmr9] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-9oupt8kmr9] .menu-item {
    color: var(--bs-white);
}

[b-9oupt8kmr9] .icon {
    width: 0.5rem;
    height: 0.5rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-9oupt8kmr9] .home-icon {
    background-image: url("images/home.svg");
}

[b-9oupt8kmr9] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-9oupt8kmr9] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-9oupt8kmr9] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-9oupt8kmr9] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-9oupt8kmr9] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-9oupt8kmr9] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-9oupt8kmr9] .footer {
    text-align: center;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
}

#sidebar.expanded[b-9oupt8kmr9]  .layout-item {
    display: block;
}

#sidebar.expanded[b-9oupt8kmr9]  .footer {
    display: block;
}

@media (max-width: 768px) {
    #sidebar[b-9oupt8kmr9] {
        min-width: inherit;
        max-width: inherit;
    }

        #sidebar.expanded[b-9oupt8kmr9] {
            position: fixed;
            width: 100%;
            z-index: 3;
        }

            #sidebar.expanded[b-9oupt8kmr9]  .sidebar-header {
                border-bottom: 1px solid var(--bs-white);
            }

            #sidebar.expanded .menu-button[b-9oupt8kmr9] {
                background-image: url("images/close.svg");
            }

        #sidebar:not(.expanded)[b-9oupt8kmr9]  .dxbl-gridlayout-root {
            gap: unset !important;
        }

    .logo[b-9oupt8kmr9] {
        text-align: inherit;
    }

    [b-9oupt8kmr9] .menu-button-container {
        display: block;
    }

    [b-9oupt8kmr9] .layout-item {
        display: none;
    }

    [b-9oupt8kmr9] .footer {
        display: none;
    }
}
