.gsl-job-apply {
--gsl-apply-border: rgba(0, 0, 0, 0.12);
--gsl-apply-border-focus: color-mix(in oklab, var(--gsl-apply-accent), black 25%);
--gsl-apply-bg: rgba(255, 255, 255, 0.9);
display: flex;
flex-direction: column;
gap: 16px;
}
.gsl-job-apply__title {
margin: 0;
color: #2a3138;
font-size: 24px;
line-height: 1.1;
font-weight: 700;
}
.gsl-job-apply__form {
display: flex;
flex-direction: column;
gap: 14px;
}
.gsl-job-apply__form :where(p, h1, h2, h3, h4, h5, ul, ol) {
margin: 0;
}
.gsl-job-apply__rich {
display: flex;
flex-direction: column;
gap: 10px;
}
.gsl-job-apply__rich :where(p, h1, h2, h3, h4, h5, ul, ol) {
margin: 0;
}
.gsl-job-apply__rich .sign-container {
display: none;
}
.gsl-job-apply__rich .event-description.expand-hidden {
display: block;
}
.gsl-job-apply__section-title {
margin: 6px 0 0;
font-size: 18px;
line-height: 1.15;
font-weight: 600;
color: #2a3138;
}
.gsl-job-apply__accordion {
border: 1px solid var(--gsl-apply-border);
border-radius: 16px;
background: rgba(255, 255, 255, 0.65);
overflow: hidden;
}
.gsl-job-apply__accordion-summary {
list-style: none;
cursor: pointer;
padding: 12px 12px;
font-weight: 600;
font-size: 16px;
line-height: 1.2;
display: flex;
align-items: center;
gap: 10px;
}
.gsl-job-apply__accordion-summary::-webkit-details-marker {
display: none;
}
.gsl-job-apply__accordion-summary::after {
content: "";
width: 10px;
height: 10px;
margin-left: auto;
border-right: 2px solid rgba(0, 0, 0, 0.45);
border-bottom: 2px solid rgba(0, 0, 0, 0.45);
transform: rotate(-45deg);
transition: transform 0.15s ease;
}
.gsl-job-apply__accordion-summary-text::first-letter {
text-transform: uppercase;
}
.gsl-job-apply__accordion[open] > .gsl-job-apply__accordion-summary::after {
transform: rotate(45deg);
}
.gsl-job-apply__accordion-body {
padding: 0 12px 12px;
display: flex;
flex-direction: column;
gap: 12px;
}
.gsl-job-apply__questions {
display: flex;
flex-direction: column;
gap: 14px;
}
.gsl-job-apply__question {
display: flex;
flex-direction: column;
gap: 10px;
padding-top: 8px;
border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.gsl-job-apply__question:first-child {
padding-top: 0;
border-top: none;
}
.gsl-job-apply__question-title {
font-weight: 600;
font-size: 14px;
line-height: 1.25;
color: #2a3138;
}
.gsl-job-apply__choices {
display: flex;
flex-direction: column;
gap: 8px;
}
.gsl-job-apply__choice {
display: flex;
align-items: flex-start;
gap: 10px;
padding: 10px 12px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 14px;
background: rgba(255, 255, 255, 0.7);
cursor: pointer;
user-select: none;
position: relative;
}
.gsl-job-apply__choice-input {
position: absolute;
opacity: 0;
pointer-events: none;
}
.gsl-job-apply__choice-ui {
flex: 0 0 auto;
width: 18px;
height: 18px;
border-radius: 999px;
border: 2px solid rgba(0, 0, 0, 0.25);
margin-top: 2px;
background: transparent;
display: inline-block;
}
.gsl-job-apply__choice-input[type="checkbox"] + .gsl-job-apply__choice-ui {
border-radius: 6px;
}
.gsl-job-apply__choice-input:checked + .gsl-job-apply__choice-ui {
border-color: var(--gsl-apply-accent);
background: var(--gsl-apply-accent);
box-shadow: 0 0 0 3px color-mix(in oklab, var(--gsl-apply-accent), transparent 80%);
}
.gsl-job-apply__choice-input[type="radio"]:checked + .gsl-job-apply__choice-ui {
background: radial-gradient(circle at 50% 50%, #fff 0 35%, var(--gsl-apply-accent) 36% 100%);
}
.gsl-job-apply__choice-text {
font-size: 14px;
line-height: 1.25;
color: rgba(0, 0, 0, 0.8);
}
.gsl-job-apply__choice:focus-within {
outline: 3px solid color-mix(in oklab, var(--gsl-apply-accent), transparent 78%);
outline-offset: 2px;
}
.gsl-job-apply__translation-option.block {
display: flex;
flex-direction: column;
gap: 10px;
margin: 0;
}
.gsl-job-apply .translation_test {
display: flex;
align-items: stretch;
gap: 12px;
}
.gsl-job-apply .translation_test_text,
.gsl-job-apply .translation_test_answer {
flex: 1 1 0;
min-width: 0;
}
.gsl-job-apply .translation_test_answer {
display: flex;
}
.gsl-job-apply .translation_test_answer textarea {
flex: 1 1 auto;
height: 100%;
}
.gsl-job-apply .translation_test_text p {
margin: 0;
}
.gsl-job-apply .iti {
width: 100%;
}
.gsl-job-apply .iti__selected-flag {
border-radius: 12px;
}
.gsl-job-apply input[type="file"] {
width: 100%;
border: 1px solid var(--gsl-apply-border);
border-radius: 12px;
padding: 8px 10px;
background: var(--gsl-apply-bg);
color: rgba(0, 0, 0, 0.75);
font-family: inherit;
font-size: 14px;
line-height: 1.35;
cursor: pointer;
}
.gsl-job-apply input[type="file"]::file-selector-button {
margin-right: 10px;
padding: 8px 14px;
border-radius: 12px;
border: 1px solid var(--gsl-apply-border);
background: #fff;
color: #000;
font-weight: 600;
font-size: 14px;
line-height: 1.2rem;
cursor: pointer;
}
.gsl-job-apply input[type="file"]::-webkit-file-upload-button {
margin-right: 10px;
padding: 8px 14px;
border-radius: 12px;
border: 1px solid var(--gsl-apply-border);
background: #fff;
color: #000;
font-weight: 600;
font-size: 14px;
line-height: 1.2rem;
cursor: pointer;
}
.gsl-job-apply input[type="file"]::file-selector-button:hover,
.gsl-job-apply input[type="file"]::-webkit-file-upload-button:hover {
border-color: var(--gsl-apply-border-focus);
box-shadow: 0 0 0 3px color-mix(in oklab, var(--gsl-apply-accent), transparent 86%);
}
body.single-jobs.iti-mobile .iti--container {
position: absolute !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important;
}
body.single-jobs.iti-mobile .iti__country-list {
max-height: 200px !important;
width: auto !important;
}
.gsl-job-apply__grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
}
.gsl-job-apply__grid--one {
grid-template-columns: 1fr;
}
.gsl-job-apply__field {
display: flex;
flex-direction: column;
gap: 6px;
}
.gsl-job-apply__label {
font-size: 14px;
line-height: 1.2;
font-weight: 600;
color: rgba(0, 0, 0, 0.7);
}
.gsl-job-apply__input,
.gsl-job-apply__textarea,
.gsl-job-apply input[type="text"],
.gsl-job-apply input[type="email"],
.gsl-job-apply input[type="tel"],
.gsl-job-apply input[type="number"],
.gsl-job-apply textarea {
width: 100%;
border: 1px solid var(--gsl-apply-border);
border-radius: 12px;
padding: 12px 12px;
background: var(--gsl-apply-bg);
color: #000;
font-family: inherit;
font-size: 14px;
line-height: 1.35;
transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.gsl-job-apply .iti input.phone-input {
padding-left: 48px;
}
.gsl-job-apply textarea {
resize: vertical;
min-height: 140px;
}
.gsl-job-apply input::placeholder,
.gsl-job-apply textarea::placeholder {
font-family: inherit;
color: rgba(0, 0, 0, 0.45);
opacity: 1;
}
.gsl-job-apply input:focus,
.gsl-job-apply textarea:focus {
outline: none;
border-color: var(--gsl-apply-border-focus);
box-shadow: 0 0 0 3px color-mix(in oklab, var(--gsl-apply-accent), transparent 80%);
background: #fff;
}
.gsl-job-apply__submit.gsl-button {
background: var(--gsl-apply-accent);
color: #fff !important;
}
@media (max-width: 720px) {
.gsl-job-apply__grid {
grid-template-columns: 1fr;
}
.gsl-job-apply .translation_test {
flex-direction: column;
}
}