/* /Shared/MainLayout.razor.rz.scp.css */

.stronger[b-cdufsfanoj] {
    color: #8bc34a !important;
    font-weight: 700
}

.sidebar[b-cdufsfanoj] {
    height: 100%;
    width: 0;
    position: fixed;
    white-space: nowrap;
    z-index: 999999;
    top: 0;
    right: 0;
    /* background-color: rgba(27,80,119,0.3); */
    background-color: rgba(0,0,0,0.9);
    border-right: 1px solid #000;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.5s;
    padding-top: 30px;
    font-size: 18px;
}
/* width */
[b-cdufsfanoj]::-webkit-scrollbar {
    width: 7px;
}

/* Track */
[b-cdufsfanoj]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    opacity: 0;
}

/* Handle */

[b-cdufsfanoj]::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.20);
    opacity: 0.20;
}

    /* Handle on hover */
    [b-cdufsfanoj]::-webkit-scrollbar-thumb:hover {
        background: rgba(241, 241, 241, 0.20);
        opacity: 0.20;
    }

.sidebar a[b-cdufsfanoj] {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 25px;
    color: rgba(255, 255, 255, 1);
    display: block;
    opacity: 0;
    /* transition: 0.5s; */
}

    .sidebar a:hover[b-cdufsfanoj] {
        color: rgba(255,255,255, 1);
    }

.sidebar .closebtn[b-cdufsfanoj] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    margin-left: 50px;
    cursor: pointer;
    user-select: none;
}

.openbtn[b-cdufsfanoj] {
    font-size: 20px;
    cursor: pointer;
    background-color: transparent;
    color: white;
    padding: 10px 15px;
    outline: none;
    box-shadow: none;
    border: none;
    
    z-index: 999999;
    opacity: 1;
    user-select: none;
}

    .openbtn:hover[b-cdufsfanoj] {
        background-color: transparent;
    }

button:focus[b-cdufsfanoj] {
    outline: none;
}

#main[b-cdufsfanoj] {
    transition: margin-left .5s;    
    width: 100%;
    /*position: fixed;*/
    z-index: 1;
}

@media only screen and (max-width:1536px) {
    .sidebar[b-cdufsfanoj] {
        font-size: .85rem;
    }
}

@media only screen and (max-width: 1366px) {
    .sidebar[b-cdufsfanoj] {
        font-size: .85rem;
    }
}
 

button > span[b-cdufsfanoj] {
    padding: 0 6px 0 0px;
}

/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-aomftz40dy] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-aomftz40dy] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.oi[b-aomftz40dy] {
    width: 1.5rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-aomftz40dy] {
    font-size: 0.9rem;    
}

    .nav-item:first-of-type[b-aomftz40dy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-aomftz40dy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-aomftz40dy]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }
.bls[b-aomftz40dy] {
    border-bottom: 1px solid #d7d7d7;
    color: #d7d7d7;
    line-height: 25px;
    padding-right: 15px;
}
    .bls li[b-aomftz40dy] {
        cursor: pointer;
    }
.bls li:hover[b-aomftz40dy]{    
    color: #fff;
}
.bls img[b-aomftz40dy]{display:block;height:70px;width:90px;margin:0px auto;}
.nav-item[b-aomftz40dy]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-aomftz40dy]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-aomftz40dy] {
        display: none;
    }

    .collapse[b-aomftz40dy] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
