.careerlist {
    padding: 15px 0px;
    background-color: var(--violet-lightest);
}

.careerlist a {
    all: unset;
}

.careerlist a:hover {
    all: unset;
    cursor: pointer;
}

.career-search {
    background-color: white;
    border-radius: 12px;
    padding: 32px 48px;
}

.career-list-btn {
    padding: 10px 40px;
    font-family: var(--font-bold);
    font-size: var(--fs-md);
    font-weight: 700;
    background-color: var(--violet-darkest);
    border: none;
    color: white;
    border-radius: 12px;
}

.form-control {
    border: none !important;
    box-shadow: none !important;
    background-color: var(--violet-lightest) !important;
    border-radius: 12px !important;
    font-size: var(--fs-sm) !important;
    padding: 10px 20px !important;
    font-family: var(--font-regular) !important;
    font-weight: 400 !important;
}

.select2-container--krajee-bs5
    .select2-selection--single
    .select2-selection__placeholder {
    color: #4f4f4f !important;
    font-size: var(--fs-sm) !important;
    font-family: var(--font-regular);
    font-weight: 400;
}

.select2-container--krajee-bs5 .select2-selection--single {
    background-color: var(--violet-lightest) !important;
}

.select2-container--krajee-bs5 .select2-selection {
    box-shadow: none !important;
    border: none !important;
    border-radius: 12px !important;
}

.select2-container--krajee-bs5
    .select2-results__option--highlighted[aria-selected] {
    background-color: var(--violet-lightest) !important;
    color: black !important;
}

.select2-container--krajee-bs5:not(.select2-container--disabled)
    .select2-dropdown {
    border: none !important;
}

.select2-container--krajee-bs5 .select2-selection--single {
    height: auto !important;
    line-height: 1.5 !important;
    padding: 10px 20px !important;
    display: flex;
    align-items: center;
}
.select2-container--krajee-bs5 .select2-selection__rendered {
    padding-left: 0 !important;
}
