/* _content/BlazorAppVid2/Shared/MainLayout.razor.rz.scp.css */
.page[b-nja1ilv3u2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nja1ilv3u2] {
    flex: 1;
    z-index: 0
}
.video[b-nja1ilv3u2] {
    position: absolute;
    top: 0;
    /* Other styles... */
}


/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%,#2b80ae 70%);
    width: 200px;*/ /* Adjust this value as needed */
    /*height: 400px;*/ /* Adjust this value as needed */
/*}*/





.sidebar[b-nja1ilv3u2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%,#2b80ae 70%);
    /* background-image: linear-gradient(180deg, rgb(0, 128, 0) 0%, rgb(0, 100, 0) 70%);*/
    width: 200px; /* Adjust this value as needed */
    height: 420vh;
    color: white;
  /*  z-index: 22;*/
    /* z-index: 1;*/ /* MAKE NOTE IT WAS REMOVING THIS Z-index that gave me back control of the length of the mobile menu length (at least when held non portrait mode)  */
}

.toggle-button.yellow-button[b-nja1ilv3u2] {
    background-color: lightblue;
    position: sticky;
    top: 0;
    z-index: 2;
}

/*.top-row {
    background-color: #B03C3C;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 1.25rem;
    display: flex;
    align-items: center;
}
*/


.top-row[b-nja1ilv3u2] {
    background-color: #D46A6A;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 2.88rem;
    display: flex;
  /*  align-items: center;*/
    flex-direction: row;
}



.login-text[b-nja1ilv3u2] {
    font-size: 1.44rem; /* Adjust the size as needed */
    font-weight: bold; /* Makes the text bolder */
    margin-right: 19em; /* Existing style */
    display: flex;
}


    .top-row[b-nja1ilv3u2]  a, .top-row .btn-link[b-nja1ilv3u2] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-nja1ilv3u2] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {


    .top-row:not(.auth)[b-nja1ilv3u2] {
        display: none;
        flex-direction: row;
    }

    .top-row.auth[b-nja1ilv3u2] {
        justify-content: space-between;
        flex-direction: row;
    }

    .top-row a[b-nja1ilv3u2], .top-row .btn-link[b-nja1ilv3u2] {
     
        flex-direction: row;
    }
    }

@media (min-width: 641px) {


    /*   @media (min-width: 301px) {*/
    .page[b-nja1ilv3u2] {
        flex-direction: row;
    }

    .sidebar[b-nja1ilv3u2] {
        width: 120px;
        /* height: 240vh;*/
        color: white;
        height: 250vh; 
            position: sticky;
            top: 0;

        }

    .top-row[b-nja1ilv3u2] {
        position: sticky;
        top: 0;
        z-index: 2;
        flex-direction: row;
    }

    .top-row[b-nja1ilv3u2], article[b-nja1ilv3u2] {
        padding-left: .20rem !important;
        padding-right: .25rem !important;
        flex-direction: row;
    }

    
    }


@media (min-width: 301px) {


    .sidebar[b-nja1ilv3u2] {
        width: 120px;
     

        height: 420vh;
        position: sticky;
        top: 0;
    }
}
/*

        @media (max-width: 480px) {
            .sidebar {
                width: 120px;
                height: 420vh;  
                position: sticky;
                top: 0;
                color: white;
            }

                .sidebar .menu-item {
                    color: white !important;
                    font-size: 28px !important;  
                }
        } 
*/
/* _content/BlazorAppVid2/Shared/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}*/
.navbar-toggler[b-b609u7t941] {
    background-color: rgba(255, 255, 255, 0.1);
    height: 2rem; /* Adjust this value as needed */
}


.top-row[b-b609u7t941] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-b609u7t941] {
    font-size: 1.1rem;
}

.oi[b-b609u7t941] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-b609u7t941] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-b609u7t941] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-b609u7t941] {
        padding-bottom: 1rem;
    }

    .nav-item[b-b609u7t941]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-b609u7t941]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-b609u7t941]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-b609u7t941] {
        display: none;
    }

    .collapse[b-b609u7t941] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
