
.lattes_jobs_filter_head h3 {
    font-size: 20px;
    color: #134155;
    margin-bottom: 0px;
}

.lattes_jobs_filter_icon svg {
    margin-left: auto;
}

.lattes_jobs_filter_head .row {
    align-items: center;
}

.lattes_jobs_sec {
    margin-top: 50px;
}

.lattes_jobs_filter_head {
    margin-bottom: 30px;
}

.filter_city_suggestion .form-control {
    border-left: none;
    font-size: 15px;
    padding-left: 0px;
}

.filter_city_suggestion .input-group-text {
    background: none;
}

.filter_search_btn .btn_btn {
    background-color: #003d4f;
    color: #fff;
    display: block;
    width: 100%;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 10px;
}

.jobs_filter_search {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 30px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.filter_search_btn p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #003d4f;
    font-weight: 600;
    margin-top: 13px;
}

.jobs_sub_heading {
    background-color: #003d4f;
    color: #fff;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    border-radius: 10px 10px 0 0;
}

.employment_relationship_box .form-check-input:checked {
    background-color: #003d4f;
}

.jobs_sub_heading h3 {
    font-size: 18px;
    margin-bottom: 0px;
}

.jobs_sub_heading span {
    width: 24px;
    margin-right: 10px;
}

.employment_relationship_box .list-unstyled li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    padding-bottom: 13px;
    margin-bottom: 13px;
}

.employment_relationship_box .list-unstyled li .form-check {
    flex: 75%;
    max-width: 75%;
}

.employment_relationship_box .list-unstyled li .emplo_value {
    flex: 25%;
    max-width: 25%;
    text-align: right;
}

.employment_relationship_box .list-unstyled li .emplo_value span {
    background-color: #45717e;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    display: block;
    line-height: 16px;
    height: 25px;
    margin-left: auto;
    font-size: 14px;
    text-align: center;
    min-width: 50px;
    max-width: 60px;
}

.employment_relationship_box .form-check-label {
    font-size: 15px;
    color: #003d4f;
}

.employment_relationship_box .form-check-input {
    border: 1px solid #3f6d7a;
}

.filter_left_items {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 30px 30px;
    border-radius: 0 0 10px 10px;
}

.filter_left_job_more .btn_btn_search {
    background-color: #003d4f;
    color: #fff;
    display: block;
    width: 80px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 10px;
    margin-left: auto;
    margin-right: auto;
}

.employment_relationship_box {
    margin-bottom: 30px;
}

.employment_relationship_box .list-unstyled li:last-child {
    border: none;
}

.lattes_jobs_filter_box {
    width: 95%;
}

.number_of_hours_box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #063f50;
    margin-bottom: 0px;
}

dl,
ol,
ul {
    margin-bottom: 0px;
}

.number_of_hours_box {
    border-top: 1px solid #ccc;
    padding-top: 22px;
}

.progress-wrapper {
    margin-top: 30px;
}

.progress-bar {
    width: 100%;
    height: 12px;
    background: #ede7f9;
    /* light lavender */
    border-radius: 12px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: #003f49;
    /* dark teal */
    border-radius: 12px;
    width: 60%;
    /* default progress */
    transition: width 0.3s ease;
}

.progress-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    width: 60%;
}

.you_searched_for_head h3 {
    margin-bottom: 0px;
    font-size: 18px;
}

.you_searched_for_value .allVacancy {
    text-decoration: none;
}

.you_searched_for_value a.allVacancy:hover {
    color: #fff !important;
}

.you_searched_for_value button,
.you_searched_for_value .allVacancy {
    background-color: #003d4f;
    color: #fff;
    display: block;
    width: 100%;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 10px;
    margin-left: auto;
}

.you_searched_for_value h5 {
    text-align: center;
    font-size: 17px;
    margin-top: 14px;
}

.you_searched_for_value {
    width: 100%;
    margin-left: auto;
}

.toggle-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 12px;
}

/* Hide the default checkbox */
.toggle-input {
    display: none;
}

/* Background bar */
.toggle-switch {
    width: 50px;
    height: 20px;
    background: #d6d6d6;
    /* light grey */
    border-radius: 20px;
    position: relative;
    transition: background 0.3s ease;
}

/* Circular knob */
.toggle-switch::before {
    content: "";
    width: 22px;
    height: 22px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: -1px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

/* When ON */
.toggle-input:checked+.toggle-switch {
    background: #013a44;
    /* teal-ish active color (match your UI) */
}
.jobs_details_head_heading_sec .sub{
    margin-bottom: 15px;
    font-size: 16px;
}
.jobs_details_head_heading_sec .salary{
    margin-bottom: 15px;
    font-size: 16px;
}
.jobs_details_head_heading_sec .job-details{
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    color: #374151;
}
.job_details_main .job_overview_box .section{
    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    background-color: #fff;
    padding: 20px;
}

/* Move knob right */
.toggle-input:checked+.toggle-switch::before {
    transform: translateX(30px);
}
.jobs_details_head_heading_sec{
    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    background-color: #fff;
    padding: 20px;
    margin-bottom: 24px;
}
.jobs_details_head_heading_sec h2{
    font-size: 25px;
}
.job_details_main .job_overview_box h4{
    font-size: 20px;
    margin-bottom: 19px;
}
.job_details_main .job_overview_box .section p{
    font-size: 15px;
    margin-bottom: 10px;
}
.job_details_main .job_overview_box .section{
    margin-bottom: 24px;
}
.job_details_main .job_overview_box .section p span{
    font-weight: 500;
}
.job_deta_right_box h4{
    font-size: 20px;
    margin-bottom: 19px;
}
.job_deta_right_box p{
    font-size: 15px;
    margin-bottom: 10px;
}
.job_deta_right_box .date_loca {
    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    background-color: #fff;
    padding: 20px;
    margin-bottom: 24px;
}

.toggle-text {
    font-size: 15px;
    color: #013a44;
    /* match your site text color */
    font-weight: 500;
    margin-left: 30px;
}

.yes_email_me_latest_box {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 30px 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.jobs_vacancy_list_box .job-card {
    border: 2px solid #b8c9c7;
    border-radius: 12px;
    padding: 20px;
    background: #ffffff;
    display: none;
    /* hidden by default */
    transform: translateY(15px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    border-left: 6px solid #003d4f;
}

.job-card.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.job-title {
    font-size: 20px;
    color: #013a44;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.job-salary {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #013a44;
}

.jobs_vacancy_list_box {
    margin-top: 40px;
}

.job-badge {
    background: #3a717a;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
}

.divider {
    border: none;
    border-top: 1px solid #d9d9d9;
    margin: 16px 0;
}

.job-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.dot {
    color: #013a44;
    opacity: 0.6;
}

.read-more {
    color: #013a44;
    font-weight: 500;
    font-size: 14px;
}

.location_jobs_sal {
    margin-top: 20px;
}
.job-salary img{
    width: 20px;
}
.jobs_vacancy_list_box_item .job-details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 18px 0;
    color: #374151;
    font-size: 14px;
}
.job-perks{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    background: #f9fafb;
    padding: 14px;
    border-radius: 10px;
    font-size: 14px;
}
.job_details_locat .detail-item.location12{
    max-width: 240px;
    display: flex;
}
.job_details_locat .detail-item:last-child::after{
    display: none;
}
.job_details_locat {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.job_details_locat .detail-item{
    position: relative;
    font-size: 14px;
}
.job_details_locat .detail-item::after{
    content: "";
    position: absolute;
    width: 1px;
    right: -39px;
    top: 0;
    height: 100%;
    background-color: #b1b1b1;
}

.jobs_vacancy_list_box_item .job-left {
    width: 80%;
}

.jobs_vacancy_list_box_item {
    margin-bottom: 25px;
}

.jobs_load_more_b .load-more {
    background-color: #003d4f;
    color: #fff;
    display: block;
    width: 43%;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    padding: 13px 10px;
    margin-left: auto;
    margin-right: auto;
}

.applyJobMessage {
    display: inline-block;
    max-width: none;
    white-space: nowrap;
    margin: 0;
    font-size: 15px;
}

.col-12.applyJobMessage-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

span.searchResultSpan {
    background-color: #003d4f2e;
    color: #003d4f;
    font-size: 13px;
    padding: 0.2rem;
    border-radius: 5px;
    white-space: nowrap;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
}

.searchResultSpan .closeFilter {
    color: #f28c74;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.searchResultSpan a.closeFilter:hover {
    color: #fff !important;
}
