/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-b6j7n9ktqr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-b6j7n9ktqr] {
    flex: 1;
}

.sidebar[b-b6j7n9ktqr] {
    background-color: rgb(0, 220, 228);
}

@media (max-width: 640.98px) {
    .top-row.auth[b-b6j7n9ktqr] {
        justify-content: space-between;
    }

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

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

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

    .main > div[b-b6j7n9ktqr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wkd0g8ufsy] {
    color: white;
    border: none;
}

.navbar-toggler:focus[b-wkd0g8ufsy] {
    outline: none;
    box-shadow: none;
}

.top-row[b-wkd0g8ufsy] {
    height: 3.5rem;
}

.oi[b-wkd0g8ufsy] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: middle;
    top: -2px;
}

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

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

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

.nav-item[b-wkd0g8ufsy]  a {
    color: white;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

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

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

.media-icons[b-wkd0g8ufsy] {
    position: absolute;
    bottom: 0;
    height: 3.5rem;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.imgLink[b-wkd0g8ufsy]{
    height: 2em;
}

@media (max-width: 640.98px) {
    .media-icons[b-wkd0g8ufsy]{
        display: none;
    }
}

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

    .top-row[b-wkd0g8ufsy] {
        display: none;
    }

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

/* /Shared/ProjectsList.razor.rz.scp.css */
.imgLink[b-halkn13d7b]{
    height: 2rem;
}

.yearHeader[b-halkn13d7b]{
    width: 7%;
}

.titleHeader[b-halkn13d7b] {
    width: 50%;
}

.linksHeader[b-halkn13d7b] {
    width: 10%;
    text-align: right;
}

.links[b-halkn13d7b] {
    text-align: right;
}

.rows[b-halkn13d7b] {
    vertical-align: middle;
}

@media (max-width: 640.98px) {
    .year[b-halkn13d7b] {
        display: none;
    }

    .yearHeader[b-halkn13d7b] {
        display: none;
    }
}
