/* _content/WebConstructionKit/Components/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-26eblnj3bx] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: help;
}

.tooltip-span[b-26eblnj3bx] {
    visibility: hidden;
    position: absolute;
    width: 150px;
    bottom: 100%;
    left: 50%;
    margin-left: -75px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 160;
}

    .tooltip-span[b-26eblnj3bx]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-span-below[b-26eblnj3bx] {
    visibility: hidden;
    position: absolute;
    width: 150px;
    bottom: -150%;
    left: 50%;
    margin-left: -75px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 160;
}

    .tooltip-span-below[b-26eblnj3bx]::after {
        content: "";
        position: absolute;
        top: -17%;
        transform: rotate(180deg);
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover span[b-26eblnj3bx] {
    visibility: visible;
}
/* _content/WebConstructionKit/Components/WebToolkit/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-tz9ahmwj5c] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-tz9ahmwj5c] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-tz9ahmwj5c] {
    font-size: 1.1rem;
}

.oi[b-tz9ahmwj5c] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-tz9ahmwj5c] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    display: inline-block !important;
}

    .nav-item:first-of-type[b-tz9ahmwj5c] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-tz9ahmwj5c] {
        padding-bottom: 1rem;
    }

    .nav-item[b-tz9ahmwj5c]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-tz9ahmwj5c]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-tz9ahmwj5c]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.custnav[b-tz9ahmwj5c] {
    position: absolute;
}

.custnavitem[b-tz9ahmwj5c] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.custnavlink[b-tz9ahmwj5c] {
    padding-left: 25px;
    padding-right: 25px;
}

@media (min-width: 641px) {

    .nav-container-left[b-tz9ahmwj5c] {
    }

    .nav-container-center[b-tz9ahmwj5c] {
    }

    .nav-container-right[b-tz9ahmwj5c] {
    }

    .navbar-toggler[b-tz9ahmwj5c] {
        display: none;
    }

    .custnav[b-tz9ahmwj5c] {
        position: relative;
        flex-direction: row;
        width: 100% !important;
    }

    .custnavitem[b-tz9ahmwj5c] {
        display: flex !important;
    }

    .custnavlink[b-tz9ahmwj5c] {

    }

    .navbar[b-tz9ahmwj5c] {
        display: none;
    }

    .collapse[b-tz9ahmwj5c] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-item[b-tz9ahmwj5c] {
      
    }

    .nav-scrollable[b-tz9ahmwj5c] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/WebConstructionKit/Shared/MainLayout.razor.rz.scp.css */
.page[b-k9e13pvidu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-k9e13pvidu] {
    flex: 1;
}

.sidebar[b-k9e13pvidu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-k9e13pvidu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-k9e13pvidu]  a, .top-row .btn-link[b-k9e13pvidu] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-k9e13pvidu] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-k9e13pvidu] {
        display: none;
    }

    .top-row.auth[b-k9e13pvidu] {
        justify-content: space-between;
    }

    .top-row a[b-k9e13pvidu], .top-row .btn-link[b-k9e13pvidu] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-k9e13pvidu] {
        flex-direction: row;
    }

    .sidebar[b-k9e13pvidu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-k9e13pvidu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-k9e13pvidu], article[b-k9e13pvidu] {
       
    }
}
