/* /Components/Shared/Header.razor.rz.scp.css */
/* Navbar Toggler Customization */
.navbar-toggler[b-72lmwv02ij] {
    border-color: #CBEA7B !important;
}

.navbar-toggler-icon[b-72lmwv02ij] {
    /* SVG stroke set to #CBEA7B (approx rgb(203, 234, 123)) */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(203, 234, 123, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Mobile Navigation Styling */
@media (max-width: 991.98px) {
    .navbar-collapse[b-72lmwv02ij] {
        background-color: #1A3129;
        /* Dark Green */
        padding: 1rem;
        border-radius: 0 0 1rem 1rem;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        margin-top: 0.5rem;
        border: 1px solid rgba(203, 234, 123, 0.1);
        /* Subtle border matching accent */
    }

    .nav-link[b-72lmwv02ij] {
        color: #FFFFFF !important;
        /* White text */
        font-weight: 500;
        padding: 0.75rem 1rem;
        border-radius: 0.5rem;
        transition: all 0.2s ease;
    }

    /* Hover and Active State */
    .nav-link:hover[b-72lmwv02ij],
    .nav-link.active[b-72lmwv02ij] {
        color: #CBEA7B !important;
        /* Light Green text */
        background-color: rgba(255, 255, 255, 0.05);
        /* Subtle background */
        padding-left: 1.25rem;
        /* Slight slide effect */
    }

    .btn-contact[b-72lmwv02ij] {
        margin-top: 1rem;
        width: 100%;
        text-align: center;
        background-color: #CBEA7B;
        color: #1A3129;
        border: none;
    }

    .btn-contact:hover[b-72lmwv02ij] {
        background-color: #b8d96b;
        color: #1A3129;
    }
}
/* /Components/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hyry68tnb8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hyry68tnb8] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-hyry68tnb8] {
    font-size: 1.1rem;
}

/* Bootstrap Icons removed in favor of FontAwesome */

.nav-item[b-hyry68tnb8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-hyry68tnb8] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-hyry68tnb8] {
    padding-bottom: 1rem;
}

.nav-item[b-hyry68tnb8]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-hyry68tnb8]  a.active {
    background-color: rgba(255, 255, 255, 0.37);
    color: white;
}

.nav-item[b-hyry68tnb8]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hyry68tnb8] {
        display: none;
    }

    .collapse[b-hyry68tnb8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-hyry68tnb8] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layouts/MainLayout.razor.rz.scp.css */
.page[b-9bowsc9abm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9bowsc9abm] {
    flex: 1;
}

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

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

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

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

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

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

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

@media (min-width: 641px) {
    .page[b-9bowsc9abm] {
        flex-direction: column;
    }
}
/* /Pages/Public/ApplyJob.razor.rz.scp.css */
.apply-job-container[b-oc9kar9xxe] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #FAFDF2;
    /* Light background for the whole page */
    position: relative;
    font-family: 'DM Sans', sans-serif;
    /* Assuming DM Sans is the project font */
}

.apply-job-close-btn[b-oc9kar9xxe] {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    background-color: #F3F5F7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
}

.apply-job-close-btn img[b-oc9kar9xxe] {
    width: 24px;
    height: 24px;
    opacity: 0.6;
}

.apply-job-content[b-oc9kar9xxe] {
    display: flex;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 500px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    overflow: hidden;
}

.illustration-section[b-oc9kar9xxe] {
    flex: 1;
    background-color: #F1F6F9;
    /* Based on design left side color */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    position: relative;
    /* Determine if there are background patterns based on design */
}

.illustration-section img[b-oc9kar9xxe] {
    max-width: 80%;
    height: auto;
}

.form-section[b-oc9kar9xxe] {
    flex: 1;
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
}

h1[b-oc9kar9xxe] {
    font-size: 32px;
    font-weight: 700;
    color: #1A3129;
    /* Deep blue from design */
    margin-bottom: 40px;
}

.form-group[b-oc9kar9xxe] {
    margin-bottom: 20px;
}

.form-control[b-oc9kar9xxe] {
    width: 100%;
    padding: 16px 20px;
    background-color: #F9FAFB;
    /* Very light gray */
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    transition: border-color 0.2s;
}

.form-control[b-oc9kar9xxe]::placeholder {
    color: #A0AEC0;
}

.form-control:focus[b-oc9kar9xxe] {
    border-color: #a0dce4;
    /* Light teal focus */
    outline: none;
    background-color: #fff;
}

.file-upload-group[b-oc9kar9xxe] {
    margin-top: 10px;
}

.file-input-wrapper[b-oc9kar9xxe] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.attach-icon[b-oc9kar9xxe] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    opacity: 0.5;
}

.custom-file-upload[b-oc9kar9xxe] {
    font-weight: 600;
    color: #1A1A1A;
    cursor: pointer;
    font-size: 14px;
}

.file-requirements[b-oc9kar9xxe] {
    font-size: 10px;
    color: #A0AEC0;
    margin-top: 4px;
}

.submit-btn[b-oc9kar9xxe] {
    margin-top: 30px;
    width: 100%;
    padding: 16px;
    background-color: #CBEA7B;
    /* Teal/Mint color */
    color: #1A3129;
    /* Darker teal text? Or white? */
    /* Checking design: text looks dark teal/slate. Let's guess #1e5a5f or similar based on contrast */
    border: none;
    border-radius: 50px;
    /* Pill shape */
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.submit-btn:hover[b-oc9kar9xxe] {
    background-color: #8AC2BF;
}

.submit-btn:disabled[b-oc9kar9xxe] {
    opacity: 0.7;
    cursor: not-allowed;
}

.error-message[b-oc9kar9xxe] {
    color: #E53E3E;
    font-size: 12px;
    margin-top: 5px;
}

.validation-message[b-oc9kar9xxe] {
    color: #E53E3E;
    font-size: 12px;
    margin-top: 4px;
}
