body.careerPage {
    font-family: inter, sans-serif;
    background: linear-gradient(to right, rgb(255 255 255), rgb(255 0 0 / 0%)), url(../images/careers6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
}


.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.gap-10 {
    gap: 10px;
}

.ed_career_srchPanel {
    background-color: #313fa0;
    padding: 30px;
    border-radius: 15px;
}

.ed_career_srchPanel input {
    outline: 0;
    border: 2px solid #ffffff;
    height: 45px;
    border-radius: 6px;
    background-color: #0000;
    color: #ffffff;
    padding: 0 12px;
    width: 160px;
}

.ed_career_srchPanel .select2-selection {
    height: 45px !important;
    background-color: #0000 !important;
    border: 2px solid #fff !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center;
    padding: 5px;
}

.ed_career_srchPanel .select2-selection__rendered {
    color: #fff !important;
    font-size: 14px;
}

.ed_career_srchPanel .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent !important;
}

.ed_career_srchPanel .select2-container--default .select2-selection__arrow {
    height: 45px !important;
    right: 10px !important;
}

.ed_career_srchPanel .select2-container {
    min-width: 160px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #313fa0 !important;
}

.select2-results__option {
    padding: 7px 10px !important;
    font-size: 13px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px 8px !important;
}

.select2-search--dropdown .select2-search__field {
    border-radius: 4px !important;
}

.select2-container--open .select2-dropdown {
    border: 0;
}

.ed_career_srchPanel .select2-container.select2-container--open .select2-selection {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.select2-search--dropdown .select2-search__field:focus-visible {
    outline: 0px solid #000 !important;
    border-color: #000 !important;
}

.ed_career_srchPanel input::placeholder {
    color: #fff;
}

.ed_jobFound {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
}

.ed_jobDisplayNo {
    color: #313131;
    margin: 0;
}

.ed_career_srchBtn {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
    height: 45px;
    font-size: 14px;
    padding: 10px 16px;
    white-space: nowrap;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 700;
    outline: 0 !important;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.ed_career_srchBtn:hover {
    background-color: #0000;
    color: #fff;
}

.ed_career_clrBtn {
    background-color: #fff;
    background-image: url(../images/reload.svg);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    color: #000;
    outline: 0 !important;
    height: 45px;
    font-size: 16px;
    padding: 10px 20px;
    white-space: nowrap;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.ed_career_clrBtn:hover {
    background-color: #0000;
}

.ed_career_clrBtn:hover {
    background-image: url(../images/reloadWyt.svg);
}

.ed_career_card {
    background-color: #ffffffd1;
    display: block;
    cursor: pointer;
    border-radius: 15px;
    padding: 30px;
    margin-top: 25px;
    text-decoration: none !important;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    transition: .2s all ease-in-out;
}

.ed_career_card:hover {
    background-color: #fff;
    border-color: #bbb;
}

.ed_icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: center;
    background-size: cover;
}

.ed_experience {
    background-image: url(../images/experience.svg);
}

.ed_ofrDeadline {
    background-image: url(../images/deadline.svg);
}

.ed_jobLocation {
    background-image: url(../images/location.svg);
}

.ed_jobType {
    background-image: url(../images/education.svg);
}

.ed_jobCategory {
    background-image: url(../images/jobCat.svg);
    width: 18px;
    height: 18px;
}

.ed_jobHeading {
    margin-bottom: 15px;
    font-size: 22px;
    color: #000;
}

.ed_jobDesc {
    font-size: 16px;
    font-weight: 500;
    color: #555555;
}

.ed_job_wrappper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 12px;
}

.ed_job_details {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: normal;
}

.ed_label {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    color: #000;
}

.ed_value {
    font-size: 16px;
    white-space: nowrap;
    color: #555555;
}


/* Pagenation Custom Css */

.page-item .edi-pagination {
    color: #000 !important;
    margin-left: 3px !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
}

.page-item .edi-pagination:focus {
    outline: 0;
    box-shadow: none;
}

.page-item.active .edi-pagination {
    background-color: #313fa0;
    color: #fff !important;
    outline: 0;
    box-shadow: none;
    border: 0;
    border-radius: 5px;
    padding: 10px 20px !important;
}

.page-item.disabled .page-link {
    color: #fff !important;
    cursor: not-allowed;
    background: #313fa0;
    border: none;
    opacity: 0.5;
}

.edi-image-border {
    box-shadow: -1px 1px 5px 2px #d0d0d0;
}

.edi-pagination-backgrond {
    background: #e0e2f1 !important;
    width: fit-content;
    padding: 15px 15px;
    display: flex;
    justify-content: center;
    border-radius: 8px;
}

.ed_noJobs {
    text-align: center;
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.ed_noJobs h5 {
    font-size: 15px;
    font-weight: 700;
    color: #3d3d3d;
}

.w-30 {
    width: 30%;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media screen and (max-width:567px) {
    .edi-pagination-backgrond {
        padding: 10px 10px;
    }

    .page-item .edi-pagination {
        padding: 10px 10px;
    }

    .page-item.active .edi-pagination {
        padding: 10px 10px;
    }

    .ed_noJobs h5 {
        font-size: 14px !important;
        line-height: 1.5;
    }
}

@media(max-width:1024px) {
    .ed_career_srchPanel .select2-container {
        min-width: 155px !important;
        width: 155px !important;
    }

    .ed_career_srchBtn {
        padding: 10px 25px !important;
    }

    .ed_career_srchPanel input {
        width: 145px !important;
    }

    .ed_career_srchPanel .select2-selection__rendered {
        font-size: 14px;
    }
}

@media (max-width: 992px) {

    .ed_career_srchPanel .select2-container {
        min-width: 49% !important;
        width: 49% !important;
    }

    .ed_career_srchPanel input {
        width: 49% !important;
    }
}

@media (max-width: 767px) {
    .ed_career_srchPanel input {
        width: 100% !important;
    }

    .ed_career_srchPanel .select2-container {
        min-width: 100% !important;
        width: 100% !important;
    }

    .ed_career_srchPanel {
        padding: 20px !important;
    }

    .gap-sm-15px {
        row-gap: 15px !important;
    }

    .ed_jobHeading {
        font-size: 18px !important;
        line-height: 1.4;
    }

    .ed_career_card {
        padding: 20px !important;
    }

    .ed_jobDesc {
        font-size: 15px !important;
    }

    .fs-sm-26 {
        font-size: 26px !important;
    }
}