/* /Components/Tools/CToolTip.razor.rz.scp.css */
.tooltip-wrapper[b-g3ye4u9s8z] {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
    cursor: help;
}

.tooltip-wrapper span[b-g3ye4u9s8z] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    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[b-g3ye4u9s8z]::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[b-g3ye4u9s8z] {
    visibility: visible;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-21684v24p4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-21684v24p4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-21684v24p4] {
    font-size: 1.1rem;
}

.oi[b-21684v24p4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-21684v24p4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-21684v24p4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-21684v24p4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-21684v24p4]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-21684v24p4]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-21684v24p4]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-21684v24p4] {
        display: none;
    }

    .collapse[b-21684v24p4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
