/* /Shared/MainLayout.razor.rz.scp.css */

*[b-je1m2t55y3] {
    font-family: 'Asap', 'Arial', sans-serif;
}

.page[b-je1m2t55y3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-je1m2t55y3] {
    flex: 1;
}


.sidebar[b-je1m2t55y3] {
    background-color: #7e69ab;
}

.top-row[b-je1m2t55y3] {
    background-color: #82c042;
    display: flex;
    justify-content: flex-end;
    height: 3.5rem;
    align-items: center;
}



.top-row[b-je1m2t55y3]  p {
    float: left;
    margin-right: auto;
}



.top-row[b-je1m2t55y3]  a, .top-row[b-je1m2t55y3]  .btn-link {
    white-space: nowrap;
    margin-right: -12px;
    text-decoration: none;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background 300ms;
}

.top-row[b-je1m2t55y3]  a:hover, .top-row[b-je1m2t55y3]  .btn-link:hover {
    background: #0003;
}

.top-row[b-je1m2t55y3]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-je1m2t55y3] {
        display: none;
    }

    .top-row.auth[b-je1m2t55y3] {
        justify-content: flex-end;
    }


    .top-row[b-je1m2t55y3]  a, .top-row[b-je1m2t55y3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 700px) {
    .page[b-je1m2t55y3] {
        flex-direction: row;
    }

    .sidebar[b-je1m2t55y3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-je1m2t55y3] {
        position: sticky;
        top: 0;
        z-index: 1;
        
    }


    .top-row[b-je1m2t55y3], article[b-je1m2t55y3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jxtzo987d9] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jxtzo987d9] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar[b-jxtzo987d9] {
    display: inline-flex;
    width: 100vw;
    justify-content: space-between;
    align-items: center;
    padding: 5px 5px;
}

.navbar-brand[b-jxtzo987d9] {
    font-size: 1.1rem;
}

.navbar-toggler[b-jxtzo987d9] {
    margin-top: .1rem;
}

.navbar-brand a[b-jxtzo987d9] {
    margin: 0;
    padding: 0;
}




.oi[b-jxtzo987d9] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
}

.nav-item[b-jxtzo987d9] {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-jxtzo987d9] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-jxtzo987d9] {
    padding-bottom: 1rem;
}

.nav-item[b-jxtzo987d9]  a {
    color: #fffa;
    border-radius: 4px;
    height: 2.3rem;
    display: flex;
    align-items: center;
    line-height: 2rem;
}

.nav-item[b-jxtzo987d9]  a.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.nav-item[b-jxtzo987d9]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

@media (min-width: 700px) {
    .navbar-toggler[b-jxtzo987d9] {
        display: none;
    }


    .collapse[b-jxtzo987d9] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}


@media screen and (max-width: 700px) {
  .navbar-brand[b-jxtzo987d9] {
      margin-top: -1rem;
  }
}
