/* /Components/NavComponent.razor.rz.scp.css */
a:hover[b-dgaaipmd9g]{
    color:#fff;
}
/* /Components/Spinner.razor.rz.scp.css */
#loading[b-3fhqoc46vw] {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(100,149,237,.3);
    border-radius: 50%;
    border-top-color: #6495ED;
    animation: spin-b-3fhqoc46vw 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin-b-3fhqoc46vw {
    to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
/* /Pages/About.razor.rz.scp.css */
.about-wrapper[b-8q38559kxo] {
    display: flex;
    gap: 2rem;
    margin: 0 auto;
    max-width: 50rem;
}

@media only screen and (max-width: 900px) {
    .about-wrapper[b-8q38559kxo] {
        display: block;
        text-align: center;
    }
}
/* /Pages/Cv.razor.rz.scp.css */
.about-wrapper[b-mss6furtme] {
    display: flex;
    gap: 2rem;
    margin: 0 auto;
    justify-content: space-around; 
    /*margin-inline: auto;*/
    max-width: 50rem;
}

@media only screen and (max-width: 900px) {
    .about-wrapper[b-mss6furtme] {
        display: block;
        text-align: center;
    }
}
/* /Pages/Posts.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-c0b3irjypo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

    .top-row.auth[b-c0b3irjypo] {
        justify-content: space-between;
    }

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

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

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

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

    .main > div[b-c0b3irjypo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/PageHeader.razor.rz.scp.css */

