/* /Components/Navbar.razor.rz.scp.css */
.nav-link[b-pjl3pcnivv] {
    padding: 0.25rem 0;
    font-weight: 700;
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.75);
    background-color: transparent;
    border-bottom: 0.2rem solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler[b-pjl3pcnivv] {
    color: black;
    border-color: rgba(0, 0, 0, 0.3);
    border-radius: 0px;
}

.nav-link:hover[b-pjl3pcnivv], .nav-link:focus[b-pjl3pcnivv] {
    color: rgba(0, 0, 0, 0.85);
    border-bottom: 0.5rem solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.4);
}

.active[b-pjl3pcnivv] {
    font-size: 1.35rem;
    color: #000;
    border-bottom: 0.5rem solid transparent;
    border-bottom-color: #000;
}
/* /Components/NavbarWhite.razor.rz.scp.css */
.nav-link[b-wodnrwf753] {
    padding: 0.25rem 0;
    font-weight: 700;
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.75);
    background-color: transparent;
    border-bottom: 0.2rem solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler[b-wodnrwf753] {
    color: black;
    border-color: rgba(0, 0, 0, 0.3);
    border-radius: 0px;
}

.nav-link:hover[b-wodnrwf753], .nav-link:focus[b-wodnrwf753] {
    color: rgba(0, 0, 0, 0.85);
    border-bottom: 0.5rem solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.4);
}

.active[b-wodnrwf753] {
    font-size: 1.35rem;
    color: #000;
    border-bottom: 0.5rem solid transparent;
    border-bottom-color: #000;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-f0dqkgjp42] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-f0dqkgjp42] {
    flex: 1;
}

.sidebar[b-f0dqkgjp42] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-f0dqkgjp42] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-f0dqkgjp42]  a, .top-row[b-f0dqkgjp42]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-f0dqkgjp42]  a:hover, .top-row[b-f0dqkgjp42]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-f0dqkgjp42]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-f0dqkgjp42] {
        justify-content: space-between;
    }

    .top-row[b-f0dqkgjp42]  a, .top-row[b-f0dqkgjp42]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-f0dqkgjp42] {
        flex-direction: row;
    }

    .sidebar[b-f0dqkgjp42] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-f0dqkgjp42] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-f0dqkgjp42]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-f0dqkgjp42], article[b-f0dqkgjp42] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
