/* _content/KST/Components/Common/SocialLink.razor.rz.scp.css */
.a-green[b-ghnigt5r12] {
    margin-right: 15px;
    color: #adb5bd;
    transition: color 0.3s ease;
}

    .a-green:hover[b-ghnigt5r12] {
        color: #00FF00;
    }
/* _content/KST/Components/Layout/Footer.razor.rz.scp.css */
.footer[b-snki042sjc] {
    background-color: #27333f;
    padding: 20px 0;
    color: #adb5bd;
    flex-shrink: 0;
}

    .footer .container[b-snki042sjc] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

.footer-content[b-snki042sjc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.footer p[b-snki042sjc] {
    margin: 0;
    color: #b0caf063;
    flex: 1 1 auto;
    white-space: nowrap;
}

.footer-icons[b-snki042sjc] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .footer-icons a[b-snki042sjc] {
        color: #b0caf063;
        text-decoration: none;
        position: relative;
    }

        .footer-icons a[b-snki042sjc]::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            background: #00FF00;
            right: 0;
            bottom: -4px;
            transition: width 0.3s ease;
        }

        .footer-icons a:hover[b-snki042sjc]::after {
            width: 100%;
            left: 0;
        }

        .footer-icons a:hover[b-snki042sjc],
        .footer-icons a:active[b-snki042sjc] {
            color: #f8f9fa;
        }

.fab[b-snki042sjc],
.fas[b-snki042sjc] {
    font-size: 24px;
}

@media (max-width: 768px) {
    .footer-content[b-snki042sjc] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer p[b-snki042sjc] {
        margin-bottom: 10px;
        white-space: normal;
    }

    .footer-icons[b-snki042sjc] {
        justify-content: center;
    }
}
/* _content/KST/Components/Layout/Header.razor.rz.scp.css */
.navbar[b-yg1r9hy8pz] {
    background-color: #27333f;
}

    .navbar .container[b-yg1r9hy8pz] {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.navbar-brand[b-yg1r9hy8pz] {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    color: #adb5bd;
    text-decoration: none;
    font-size: 20px;
    font-family: Roboto, sans-serif;
}

.nav-link[b-yg1r9hy8pz] {
    color: #adb5bd;
}

    .nav-link:hover[b-yg1r9hy8pz],
    .nav-link.active[b-yg1r9hy8pz] {
        color: #f8f9fa;
    }

.nav-number[b-yg1r9hy8pz] {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    color: #f8f9fa;
    margin-right: 5px;
}

.shadow-sm[b-yg1r9hy8pz] {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.bg-dark[b-yg1r9hy8pz] {
    background-color: hsl(212, 26%, 14%) !important;
}

.surname[b-yg1r9hy8pz] {
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
}

.surname[b-yg1r9hy8pz] {
    color: #adb5bd !important;
    position: relative;
    text-decoration: none;
}

@media (max-width: 768px) {
    .navbar .container[b-yg1r9hy8pz] {
        flex-direction: column;
        text-align: center;
    }

    .navbar-brand[b-yg1r9hy8pz] {
        width: 100%;
        margin-bottom: 10px;
    }

    .nav-pills[b-yg1r9hy8pz] {
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .nav-item[b-yg1r9hy8pz] {
        margin-bottom: 5px;
    }
}
/* _content/KST/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-g5i8sd85gg] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-g5i8sd85gg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.layout[b-g5i8sd85gg] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content[b-g5i8sd85gg] {
    flex: 1;
    display: flex;
    flex-direction: column;
}
/* _content/KST/Components/Pages/About.razor.rz.scp.css */
button[b-anove8ovy0] {
    background-color: #141a2000;
    border: 2px solid #00FF00;
    border-radius: 8px;
    padding: 20px 20px;
    font-size: 1.25rem;
    transition: transform 0.3s ease;
    color: white;
    font-weight: bold;
}

.default-p[b-anove8ovy0] {
    text-align: justify;
}
/* _content/KST/Components/Pages/Contact.razor.rz.scp.css */
@media (max-width: 768px) {
    .contact-title[b-lugprxjvdp] {
        font-size: 32px !important;
    }
}

.contact-card[b-lugprxjvdp] {
    max-width: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #27333f;
    border: 2px solid #b0caf063;
    padding: 70px 20px;
    border-radius: 8px;
    color: white;
    text-align: center;
}

.contact-title[b-lugprxjvdp] {
    font-size: 3.5rem;
    color: #ffffff;
}


.white-highlight[b-lugprxjvdp] {
    color: white;
}

h1[b-lugprxjvdp] {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    font-weight: bolder;
}

.contact-image[b-lugprxjvdp] {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.contact-paragraph[b-lugprxjvdp] {
    font-size: 1.25rem;
    color: #8c98a3;
    line-height: 1.5rem;
    margin-bottom: 2rem;
    max-width: 600px;
}

.contact-buttons[b-lugprxjvdp] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.contact-button[b-lugprxjvdp] {
    background-color: transparent;
    border: 2px solid #00FF00;
    color: #00FF00;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

    .contact-button:hover[b-lugprxjvdp] {
        transform: scale(1.1);
    }

    .contact-button a[b-lugprxjvdp] {
        color: #00FF00;
        text-decoration: none;
    }

        .contact-button a:hover[b-lugprxjvdp] {
            color: #00FF00;
        }

.media-content[b-lugprxjvdp] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2rem;
}


.media-icons[b-lugprxjvdp] {
    display: flex;
    justify-content: space-around;
    width: 35%;
}

.media-icon[b-lugprxjvdp] {
    font-size: 2rem;
}

.media-icons a[b-lugprxjvdp] {
    color: #adb5bd;
    margin-left: 10px;
    position: relative;
    text-decoration: none;
}

    .media-icons a[b-lugprxjvdp]::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        display: block;
        margin-top: 5px;
        right: 0;
        background: #00FF00;
        transition: width 0.3s ease, background-color 0.3s ease;
    }

    .media-icons a:hover[b-lugprxjvdp]::after {
        width: 100%;
        left: 0;
        background: #00FF00;
    }

    .media-icons a:hover[b-lugprxjvdp],
    .media-icons a:active[b-lugprxjvdp] {
        color: #f8f9fa;
    }

.fab[b-lugprxjvdp],
.fas[b-lugprxjvdp] {
    font-size: 35px;
}

button[b-lugprxjvdp] {
    background-color: #141a2000;
    border: 2px solid #00FF00;
    border-radius: 8px;
    padding: 20px 20px;
    font-size: 1.25rem;
    transition: transform 0.3s ease;
    color: white;
    font-weight: bold;
}

.default-p[b-lugprxjvdp], .contact-paragraph[b-lugprxjvdp] {
    text-align: justify;
}
/* _content/KST/Components/Pages/Home.razor.rz.scp.css */
@media (max-width: 768px) {
    .home-title[b-908qjfkj10], .home-author[b-908qjfkj10] {
        font-size: 50px !important;
    }

    .home-author[b-908qjfkj10] {
        line-height: 4rem !important;
    }
}

.home-title[b-908qjfkj10] {
    font-size: 5rem;
    color: #e0f0ff;
    margin-bottom: 5rem;
    line-height: 5rem;
}

.home-author[b-908qjfkj10] {
    font-size: 3.5rem;
    color: #b0caf063;
    margin-bottom: 3rem;
}

#dynamic-text[b-908qjfkj10] {
    border-right: 2px solid #00FF00;
    padding-right: 5px;
    animation: blink-caret-b-908qjfkj10 0.7s step-end infinite;
    color: #00FF00;
    font-size: 2.75rem;
}

@keyframes blink-caret-b-908qjfkj10 {
    from, to {
        border-color: transparent;
    }

    50% {
        border-color: #00FF00;
    }
}

button[b-908qjfkj10] {
    background-color: #141a2000;
    border: 2px solid #00FF00;
    border-radius: 8px;
    padding: 20px 20px;
    font-size: 1.25rem;
    transition: transform 0.3s ease;
    color: white;
    font-weight: bold;
}

blockquote[b-908qjfkj10] {
    font-size: 1.5rem;
    color: #8c98a3;
    line-height: 2rem;
    margin-bottom: 3rem;
}

.h1[b-908qjfkj10], h1[b-908qjfkj10] {
    font-weight: 400;
}

.h1[b-908qjfkj10], h1[b-908qjfkj10], .h2[b-908qjfkj10], h2[b-908qjfkj10] {
    font-family: Roboto, sans-serif;
}
/* _content/KST/Components/Pages/Resume.razor.rz.scp.css */
button[b-eajr3nk2hi] {
    background-color: #141a2000;
    border: 2px solid #00FF00;
    border-radius: 8px;
    padding: 20px 20px;
    font-size: 1.25rem;
    transition: transform 0.3s ease;
    color: white;
    font-weight: bold;
}

.default-p[b-eajr3nk2hi] {
    text-align: justify;
}
/* _content/KST/Components/Pages/Skills.razor.rz.scp.css */
.mat-typography h2[b-v5yaair5ag] {
    font: 500 20px / 32px Roboto, sans-serif;
    letter-spacing: .0125em;
    margin: 0 0 16px;
}
/* _content/KST/Components/Pages/SkillsAccordion.razor.rz.scp.css */
body[b-psj4250zgn] {
    background-color: #0f0f0f;
    color: white;
}

.accordion-item[b-psj4250zgn] {
    margin-bottom: 6px;
    border-radius: 6px;
    overflow: hidden;
    border: none;
}

.accordion-button[b-psj4250zgn] {
    background-color: #27333f !important;
    color: white !important;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
    border: none !important;
    transition: none !important;
    margin: 0 !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

    .accordion-button:not(.collapsed)[b-psj4250zgn] {
        background-color: #27333f !important;
        color: white !important;
        box-shadow: none !important;
        border: none !important;
    }

    .accordion-button.collapsed[b-psj4250zgn] {
        border-radius: 6px;
    }

    .accordion-button[b-psj4250zgn]::after {
        filter: brightness(0.4);
    }

.accordion-body[b-psj4250zgn] {
    background-color: #161b22;
    color: white;
    border-radius: 0 0 6px 6px;
}

.lang-item span[b-psj4250zgn] {
    color: #00ff00;
    font-weight: bold;
}

.accordion-button:focus[b-psj4250zgn],
.accordion-button:hover[b-psj4250zgn] {
    box-shadow: none !important;
    background-color: #27333f !important;
    border: none !important;
    outline: none !important;
}

.accordion-item:not(:last-child)[b-psj4250zgn] {
    border-bottom: 1px solid #1f1f1f;
}

button:hover[b-psj4250zgn] {
    transform: translateY(0px) !important;
}

.accordion-text[b-psj4250zgn] {
    padding: 15px 20px;
    line-height: 1.6;
    font-size: 1rem;
    color: white;
}

.accordion-header[b-psj4250zgn] {
    border-left: 4px solid #00FF00 !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.accordion-body[b-psj4250zgn] {
    border-left: 4px solid #00FF00 !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.language-item[b-psj4250zgn] {
    display: flex;
    /*justify-content: space-between;*/
    margin-bottom: 6px;
}

.proficiency[b-psj4250zgn] {
    font-weight: bold;
    min-width: 100px;
}


.dash[b-psj4250zgn] {
    margin: 0 6px;
}

.tech-board[b-psj4250zgn] {
    display: grid;
    max-width: 820px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    background-color: #141a20;
    padding: 20px;
    border-radius: 8px;
}

.tech-cell[b-psj4250zgn] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #27333f;
    border: 2px solid #00FF00;
    padding: 10px;
    margin: 20px 30px;
    border-radius: 8px;
    color: white;
    font-size: 6rem;
}

    .tech-cell i[b-psj4250zgn] {
        color: white;
        font-size: 3rem;
    }
