/* /Components/SectionRail.razor.rz.scp.css */
/* CSS for SectionRail component */

.section-rail[b-h4bfs6h00w] {
    position: fixed;

    display: flex;
    flex-direction: column;

    z-index: 10;

    gap: 100px;
    left: 48px;
    top: 50%;

    transform: translateY(-50%);
}

    .section-rail__item[b-h4bfs6h00w] {
        scroll-snap-align: start;

        width: 100px;
        height: 4px;

        background: rgba(255, 255, 255, 0.35);

        border-radius: 10px;

        transition: all 0.3s ease-in-out;
    }

        .section-rail__item--active[b-h4bfs6h00w] {
            width: 120px;
            height: 6px;

            background: rgba(255, 255, 255, 1);

            border-radius: 10px;
        }
/* /Components/Sections/AboutSection.razor.rz.scp.css */
/* CSS for AboutSection component */
/* /Components/Sections/ContactsSection.razor.rz.scp.css */
/* CSS for ContactsSection component */
/* /Components/Sections/ProjectsSection.razor.rz.scp.css */
/* CSS for ProjectsSection component */
/* /Components/Sections/StackSection.razor.rz.scp.css */
/* CSS for StackSection component */
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-i4x3zxr084] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-i4x3zxr084], article[b-i4x3zxr084] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Home.razor.rz.scp.css */
/* CSS for Home component */
.resume-page[b-i8ybeye7gv] {
    height: 100vh;

    overflow-y: auto;

    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

.resume-section[b-i8ybeye7gv] {
    display: flex;
    align-items: center;

    padding: 50px 100px;
    padding-left: 225px;

    min-height: 100vh;

    scroll-snap-align: start;
    scroll-snap-stop: always;
}
