/* _content/DisplayResume/Components/Items/EducationItem.razor.rz.scp.css */
.institution-item[b-1a28cfpoid] {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ecf0f1;
}

.institution[b-1a28cfpoid] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.institution-name[b-1a28cfpoid] {
    font-weight: bold;
    color: #2c3e50;
}

.institution-header[b-1a28cfpoid] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.degree[b-1a28cfpoid] {
    font-size: 1rem;
    font-weight: bold;
    color: #34495e;
    margin: 0;
}

.duration[b-1a28cfpoid] {
    font-size: 1rem;
    color: #7f8c8d;
    white-space: nowrap;
}

.org-address[b-1a28cfpoid] {
    color: #7f8c8d;
    font-size: 1rem;
}

.studies[b-1a28cfpoid] {
    margin: 0.5rem 0;
    padding-left: 1rem;
}

    .studies li[b-1a28cfpoid] {
        margin-bottom: 0.25rem;
    }
/* _content/DisplayResume/Components/Items/OrganizationItem.razor.rz.scp.css */
.experience-item[b-rgbt5oppkw] {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ecf0f1;
}

.organization[b-rgbt5oppkw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.org-name[b-rgbt5oppkw] {
    font-weight: bold;
    color: #2c3e50;
}

.org-address[b-rgbt5oppkw] {
    color: #7f8c8d;
    font-size: 1rem;
}

.experience-header[b-rgbt5oppkw] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.role[b-rgbt5oppkw] {
    font-size: 1rem;
    font-weight: bold;
    color: #34495e;
    margin: 0;
}

.duration[b-rgbt5oppkw] {
    font-size: 1rem;
    color: #7f8c8d;
    white-space: nowrap;
}

.duties[b-rgbt5oppkw] {
    margin: 0.5rem 0;
    padding-left: 1rem;
}

    .duties li[b-rgbt5oppkw] {
        margin-bottom: 0.25rem;
    }
/* _content/DisplayResume/Components/Items/TechnologyItem.razor.rz.scp.css */
.tech-badge[b-18cuo5kwra] {
    display: inline-block;
    margin-right: 0.5rem;
    margin-bottom: 0.25rem;
}

    .tech-badge a[b-18cuo5kwra] {
        color: #3498db;
        text-decoration: none;
    }

        .tech-badge a:hover[b-18cuo5kwra] {
            text-decoration: underline;
        }
/* _content/DisplayResume/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-epoz28azb5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-epoz28azb5] {
    flex: 1;
}

.sidebar[b-epoz28azb5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-epoz28azb5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-epoz28azb5]  a, .top-row[b-epoz28azb5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-epoz28azb5]  a:hover, .top-row[b-epoz28azb5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-epoz28azb5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-epoz28azb5] {
        justify-content: space-between;
    }

    .top-row[b-epoz28azb5]  a, .top-row[b-epoz28azb5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-epoz28azb5] {
        flex-direction: row;
    }

    .sidebar[b-epoz28azb5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-epoz28azb5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-epoz28azb5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-epoz28azb5], article[b-epoz28azb5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-epoz28azb5] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-epoz28azb5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/DisplayResume/Components/Pages/ComponentsPage.razor.rz.scp.css */
.resume-container[b-7rf22lk0wu] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Georgia', serif;
    line-height: 1.6;
    color: #333;
    background: white;
}
/* _content/DisplayResume/Components/Pages/Home.razor.rz.scp.css */
.resume-container[b-xk8t6ffu9i] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Georgia', serif;
    line-height: 1.6;
    color: #333;
    background: white;
}

.resume-header[b-xk8t6ffu9i] {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #2c3e50;
}

.name[b-xk8t6ffu9i] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.contact-info[b-xk8t6ffu9i] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.contact-item[b-xk8t6ffu9i] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
}

.icon[b-xk8t6ffu9i] {
    font-size: 1rem;
}

.resume-section[b-xk8t6ffu9i] {
    margin-bottom: 1.5rem;
}

.section-title[b-xk8t6ffu9i] {
    font-size: 1.5rem;
    color: #2c3e50;
    border-bottom: 1px solid #bdc3c7;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.objective-text[b-xk8t6ffu9i] {
    font-style: italic;
    text-align: justify;
}

.experience-item[b-xk8t6ffu9i], .institution-item[b-xk8t6ffu9i] {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ecf0f1;
}

.experience-header[b-xk8t6ffu9i], .institution-header[b-xk8t6ffu9i] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.role[b-xk8t6ffu9i], .degree[b-xk8t6ffu9i] {
    font-size: 1rem;
    font-weight: bold;
    color: #34495e;
    margin: 0;
}

.duration[b-xk8t6ffu9i] {
    font-size: 1rem;
    color: #7f8c8d;
    white-space: nowrap;
}

.organization[b-xk8t6ffu9i], .institution[b-xk8t6ffu9i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.org-name[b-xk8t6ffu9i], .institution-name[b-xk8t6ffu9i] {
    font-weight: bold;
    color: #2c3e50;
}

.org-address[b-xk8t6ffu9i], .gpa[b-xk8t6ffu9i] {
    color: #7f8c8d;
    font-size: 1rem;
}

.duties[b-xk8t6ffu9i] {
    margin: 0.5rem 0;
    padding-left: 1rem;
}

    .duties li[b-xk8t6ffu9i] {
        margin-bottom: 0.25rem;
    }

.experience-tech[b-xk8t6ffu9i] {
    margin-top: 0.5rem;
    font-size: 1rem;
}

.tech-badge[b-xk8t6ffu9i] {
    display: inline-block;
    margin-right: 0.5rem;
    margin-bottom: 0.25rem;
}

    .tech-badge a[b-xk8t6ffu9i] {
        color: #3498db;
        text-decoration: none;
    }

        .tech-badge a:hover[b-xk8t6ffu9i] {
            text-decoration: underline;
        }

.tech-stack[b-xk8t6ffu9i] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.tech-item[b-xk8t6ffu9i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    background: #f8f9fa;
    border-radius: 4px;
    border-left: 3px solid #3498db;
}

.tech-link[b-xk8t6ffu9i] {
    font-weight: bold;
    color: #2c3e50;
    text-decoration: none;
}

    .tech-link:hover[b-xk8t6ffu9i] {
        color: #3498db;
        text-decoration: underline;
    }

.tech-experience[b-xk8t6ffu9i] {
    font-size: 1rem;
    color: #7f8c8d;
}
/* _content/DisplayResume/Components/ResumeHeader.razor.rz.scp.css */
.resume-header[b-n7uuz8fxdh] {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #2c3e50;
}

.name[b-n7uuz8fxdh] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.contact-info[b-n7uuz8fxdh] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.contact-item[b-n7uuz8fxdh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
}

.icon[b-n7uuz8fxdh] {
    font-size: 1rem;
}
/* _content/DisplayResume/Components/Sections/ObjectiveSection.razor.rz.scp.css */
.objective-text[b-ztorz2xbge] {
    font-style: italic;
    text-align: justify;
}
/* _content/DisplayResume/Components/Sections/ResumeSection.razor.rz.scp.css */
.resume-section[b-1gi3g9fgg8] {
    margin-bottom: 1.5rem;
}

.section-title[b-1gi3g9fgg8] {
    font-size: 1.5rem;
    color: #2c3e50;
    border-bottom: 1px solid #bdc3c7;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
/* _content/DisplayResume/Components/Sections/TechnologiesSection.razor.rz.scp.css */
.role[b-66v98q5muw] {
    font-size: 1rem;
    font-weight: bold;
    color: #34495e;
    margin: 0;
}
