/* _content/ReferTool/Components/Pages/Visitor/BankInfoReceived.razor.rz.scp.css */
/* ------------------- */
/* --- CSS Variables --- */
/* ------------------- */
:root[b-itgmg20xmj] {
    --gradient-start: #97d045;
    --gradient-end: #02527d;
    --tag-bg: #e5e7eb;
    --tag-text: #4b5569;
    --bg-color: #f4f4f4;
    --card-bg: #ffffff;
    --text-dark: #111827;
    --text-medium: #4b5569;
    --text-light: #94a3b8;
    --border-color: #e2e8f0;
    --font-family: 'Inter', sans-serif;
    --shadow-md: 0 4px 8px 0 rgb(0 0 0 / 0.07);
    --border-radius-xl: 16px;
    --border-radius-lg: 12px;
    --border-radius-md: 10px;
}

/* ------------------- */
/* --- Base & Reset --- */
/* ------------------- */
*[b-itgmg20xmj] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-itgmg20xmj] {
    font-family: var(--font-family);
    background-color: var(--bg-color);
    color: var(--text-dark);
    line-height: 1.6;
}

h1[b-itgmg20xmj], h2[b-itgmg20xmj], h3[b-itgmg20xmj], h4[b-itgmg20xmj] {
    font-weight: 600;
    line-height: 1.3;
}

ul[b-itgmg20xmj] {
    list-style: none;
    padding: 0;
}

ul li[b-itgmg20xmj] {
    position: relative;
    padding-left: 28px;
    margin-bottom: 0.75rem;
    color: var(--text-medium);
}

ul li[b-itgmg20xmj]::before {
    content: '—';
    position: absolute;
    left: 0;
    top: -2px;
    color: var(--gradient-start);
    font-weight: 700;
}

p[b-itgmg20xmj] {
    color: var(--text-medium);
}

/* ------------------- */
/* --- Layout --- */
/* ------------------- */
.page-wrapper[b-itgmg20xmj] {
    display: flex;
    justify-content: center;
    padding: 5rem 1.5rem;
}

.vacancy-container[b-itgmg20xmj] {
    width: 100%;
    max-width: 840px;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

/* ------------------- */
/* --- Header --- */
/* ------------------- */
.vacancy-header[b-itgmg20xmj] {
    text-align: left; /* Changed to left alignment */
}



.vacancy-header h1[b-itgmg20xmj] {
    font-size: 2.5rem;
    color: var(--text-dark);
    font-weight: 700; /* Bolder title */
}

.salary[b-itgmg20xmj] {
    font-size: 1.25rem;
    color: var(--text-medium);
    font-weight: 500;
    margin-top: 0.75rem;
}


/* ------------------- */
/* --- Responsive --- */
/* ------------------- */
@media(max-width: 768px) {
    .page-wrapper[b-itgmg20xmj] {
        padding: 2.5rem 1rem;
    }
    .vacancy-header h1[b-itgmg20xmj] {
        font-size: 2rem;
    }
    .cta-card[b-itgmg20xmj] {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .cta-card .btn-light[b-itgmg20xmj] {
        width: 100%;
        margin-top: 1rem;
    }
}
/* _content/ReferTool/Components/Pages/Visitor/InitializeReferralRewardClaim.razor.rz.scp.css */
/* _content/ReferTool/Components/Pages/Visitor/ReferralRewardClaim.razor.rz.scp.css */
/* _content/ReferTool/Components/Pages/Visitor/ThanksForApplying.razor.rz.scp.css */
/* ------------------- */
/* --- CSS Variables --- */
/* ------------------- */
:root[b-q7kczjhlto] {
    --gradient-start: #97d045;
    --gradient-end: #02527d;
    --tag-bg: #e5e7eb;
    --tag-text: #4b5569;
    --bg-color: #f4f4f4;
    --card-bg: #ffffff;
    --text-dark: #111827;
    --text-medium: #4b5569;
    --text-light: #94a3b8;
    --border-color: #e2e8f0;
    --font-family: 'Inter', sans-serif;
    --shadow-md: 0 4px 8px 0 rgb(0 0 0 / 0.07);
    --border-radius-xl: 16px;
    --border-radius-lg: 12px;
    --border-radius-md: 10px;
}

/* ------------------- */
/* --- Base & Reset --- */
/* ------------------- */
*[b-q7kczjhlto] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-q7kczjhlto] {
    font-family: var(--font-family);
    background-color: var(--bg-color);
    color: var(--text-dark);
    line-height: 1.6;
}

h1[b-q7kczjhlto], h2[b-q7kczjhlto], h3[b-q7kczjhlto], h4[b-q7kczjhlto] {
    font-weight: 600;
    line-height: 1.3;
}

ul[b-q7kczjhlto] {
    list-style: none;
    padding: 0;
}

ul li[b-q7kczjhlto] {
    position: relative;
    padding-left: 28px;
    margin-bottom: 0.75rem;
    color: var(--text-medium);
}

ul li[b-q7kczjhlto]::before {
    content: '—';
    position: absolute;
    left: 0;
    top: -2px;
    color: var(--gradient-start);
    font-weight: 700;
}

p[b-q7kczjhlto] {
    color: var(--text-medium);
}

/* ------------------- */
/* --- Layout --- */
/* ------------------- */
.page-wrapper[b-q7kczjhlto] {
    display: flex;
    justify-content: center;
    padding: 5rem 1.5rem;
}

.vacancy-container[b-q7kczjhlto] {
    width: 100%;
    max-width: 840px;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

/* ------------------- */
/* --- Header --- */
/* ------------------- */
.vacancy-header[b-q7kczjhlto] {
    text-align: left; /* Changed to left alignment */
}



.vacancy-header h1[b-q7kczjhlto] {
    font-size: 2.5rem;
    color: var(--text-dark);
    font-weight: 700; /* Bolder title */
}

.salary[b-q7kczjhlto] {
    font-size: 1.25rem;
    color: var(--text-medium);
    font-weight: 500;
    margin-top: 0.75rem;
}


/* ------------------- */
/* --- Responsive --- */
/* ------------------- */
@media(max-width: 768px) {
    .page-wrapper[b-q7kczjhlto] {
        padding: 2.5rem 1rem;
    }
    .vacancy-header h1[b-q7kczjhlto] {
        font-size: 2rem;
    }
    .cta-card[b-q7kczjhlto] {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .cta-card .btn-light[b-q7kczjhlto] {
        width: 100%;
        margin-top: 1rem;
    }
}
/* _content/ReferTool/Components/Pages/Visitor/ThanksForReferring.razor.rz.scp.css */
/* ------------------- */
/* --- CSS Variables --- */
/* ------------------- */
:root[b-06m963g87t] {
    --gradient-start: #97d045;
    --gradient-end: #02527d;
    --tag-bg: #e5e7eb;
    --tag-text: #4b5569;
    --bg-color: #f4f4f4;
    --card-bg: #ffffff;
    --text-dark: #111827;
    --text-medium: #4b5569;
    --text-light: #94a3b8;
    --border-color: #e2e8f0;
    --font-family: 'Inter', sans-serif;
    --shadow-md: 0 4px 8px 0 rgb(0 0 0 / 0.07);
    --border-radius-xl: 16px;
    --border-radius-lg: 12px;
    --border-radius-md: 10px;
}

/* ------------------- */
/* --- Base & Reset --- */
/* ------------------- */
*[b-06m963g87t] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-06m963g87t] {
    font-family: var(--font-family);
    background-color: var(--bg-color);
    color: var(--text-dark);
    line-height: 1.6;
}

h1[b-06m963g87t], h2[b-06m963g87t], h3[b-06m963g87t], h4[b-06m963g87t] {
    font-weight: 600;
    line-height: 1.3;
}

ul[b-06m963g87t] {
    list-style: none;
    padding: 0;
}

ul li[b-06m963g87t] {
    position: relative;
    padding-left: 28px;
    margin-bottom: 0.75rem;
    color: var(--text-medium);
}

ul li[b-06m963g87t]::before {
    content: '—';
    position: absolute;
    left: 0;
    top: -2px;
    color: var(--gradient-start);
    font-weight: 700;
}

p[b-06m963g87t] {
    color: var(--text-medium);
}

/* ------------------- */
/* --- Layout --- */
/* ------------------- */
.page-wrapper[b-06m963g87t] {
    display: flex;
    justify-content: center;
    padding: 5rem 1.5rem;
}

.vacancy-container[b-06m963g87t] {
    width: 100%;
    max-width: 840px;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

/* ------------------- */
/* --- Header --- */
/* ------------------- */
.vacancy-header[b-06m963g87t] {
    text-align: left; /* Changed to left alignment */
}



.vacancy-header h1[b-06m963g87t] {
    font-size: 2.5rem;
    color: var(--text-dark);
    font-weight: 700; /* Bolder title */
}

.salary[b-06m963g87t] {
    font-size: 1.25rem;
    color: var(--text-medium);
    font-weight: 500;
    margin-top: 0.75rem;
}


/* ------------------- */
/* --- Responsive --- */
/* ------------------- */
@media(max-width: 768px) {
    .page-wrapper[b-06m963g87t] {
        padding: 2.5rem 1rem;
    }
    .vacancy-header h1[b-06m963g87t] {
        font-size: 2rem;
    }
    .cta-card[b-06m963g87t] {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .cta-card .btn-light[b-06m963g87t] {
        width: 100%;
        margin-top: 1rem;
    }
}
