/* _content/Huge.Bcl.BlazorUI/Components/TruncatedText.razor.rz.scp.css */
.truncatedText[b-nv6ysv9fvw] {
    cursor: help;
}

/*.tooltip-wrapper {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: help;
}

.tooltip-wrapper.span {
    visibility: hidden;
    position: absolute;
    width: 200px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

.tooltip-wrapper.span::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-wrapper:hover span {
    visibility: visible;
}
*/


/*
[data-title] {
       font-size: 18px;
    position: relative;
    cursor: help;
}

    [data-title]:hover::before {
        content: attr(data-title);
        position: absolute;
        bottom: -46px;
        padding: 10px;
        background: #000;
        color: #fff;
        font-size: 14px;
        white-space: nowrap;
    }
    [data-title]:hover::after {
        content: '';
        position: absolute;
        bottom: -12px;
        left: 8px;
        border: 8px solid transparent;
        border-bottom: 8px solid #000;
    }
*/
/* _content/Huge.Bcl.BlazorUI/Services/MenuService/NavMenuSubList.razor.rz.scp.css */
.navbar-toggler[b-hkjg67tko2] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hkjg67tko2] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hkjg67tko2] {
    font-size: 1.1rem;
}

.oi[b-hkjg67tko2] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-hkjg67tko2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hkjg67tko2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hkjg67tko2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hkjg67tko2]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-hkjg67tko2]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-hkjg67tko2]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-hkjg67tko2] {
        display: none;
    }

    .collapse[b-hkjg67tko2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
