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

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

.sidebar[b-xtecwqdy6g] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xtecwqdy6g] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xtecwqdy6g]  a, .top-row[b-xtecwqdy6g]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xtecwqdy6g]  a:hover, .top-row[b-xtecwqdy6g]  .btn-link:hover {
        text-decoration: underline;
    }

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

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

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

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

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

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

    .top-row.auth[b-xtecwqdy6g]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xtecwqdy6g], article[b-xtecwqdy6g] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Home.razor.rz.scp.css */
ul[b-anofs51nb4] {
    list-style: unset !important;
    padding: 1rem;
}

.hero[b-anofs51nb4] {
    height: 60vh;
    background-size: cover;
    background-image: linear-gradient(rgba(2, 43, 96, 0.4), rgba(0, 0, 0, 0.7) ), url("hero.jpg");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.hero .hero-content[b-anofs51nb4] {
    height: 100%;
    padding: 5% 30px;
}

.hero .logo-container[b-anofs51nb4] {
    position: absolute;
}

.hero .logo-container img[b-anofs51nb4] {
    width: 8rem;
    height: auto;
}

.card_1[b-anofs51nb4], .card_2[b-anofs51nb4], .card_3[b-anofs51nb4] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-weight: bold;
    cursor: pointer;
}

.card_1[b-anofs51nb4]
{
    background-image: linear-gradient(rgba(2, 43, 96, 0.4), rgba(0, 0, 0, 0.6) ), url("card1.jpg");
}

.card_2[b-anofs51nb4]
{
    background-image: linear-gradient(rgba(2, 43, 96, 0.4), rgba(0, 0, 0, 0.6) ), url("card2.jpg");
}
.card_3[b-anofs51nb4]
{
    background-image: linear-gradient(rgba(2, 43, 96, 0.4), rgba(0, 0, 0, 0.6) ), url("card3.jpg");
}

.card_1:hover[b-anofs51nb4]
{
    background-image: linear-gradient(rgba(2, 43, 96, 0.4), rgba(0, 0, 0, 0.8) ), url("card1.jpg");
}

.card_2:hover[b-anofs51nb4]
{
    background-image: linear-gradient(rgba(2, 43, 96, 0.4), rgba(0, 0, 0, 0.8) ), url("card2.jpg");
}
.card_3:hover[b-anofs51nb4]
{
    background-image: linear-gradient(rgba(2, 43, 96, 0.4), rgba(0, 0, 0, 0.8) ), url("card3.jpg");
}
/* /Pages/Suggestions.razor.rz.scp.css */
.heading .logo-container img[b-2nbfqu34im] {
    width: 8rem;
    height: auto;
}

ul[b-2nbfqu34im] {
    list-style: unset !important;
    padding: 1rem;
}
