.jobsNav {
    margin-bottom: 50px;
}

.jobsNavFilter select {
    display: none;
}

.jobsNavFilter .nice-select {
    margin-bottom: 16px;
    width: 100%;
    border-bottom: 1px solid var(--color-main);
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    display: none;
}

.jobsNavFilter .nice-select .current {
    color: var(--color-sub);
}

.jobsNavFilter .nice-select::after {
    border-bottom: 1.5px solid var(--color-sub);
    border-right: 1.5px solid var(--color-sub);
    right: 0;
}

.jobsNavFilter .nice-select .list {
    margin-left: 0;
    width: 100%;
}

.jobsNavFilterTitle {
    margin-right: 20px;
}

.jobsNavFilterBlock {
    gap: 15px;
}

.jobsNavFilterBlockItem {
    padding: 9px 20px;
    font-size: 20px;
    line-height: 1.2em;
    color: var(--color-main);
    border: 1px solid var(--color-main);
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.jobsNavFilterBlockItem:last-of-type {
    margin-right: 0;
}

.jobsNavFilterBlockItem.active,
.jobsNavFilterBlockItem:hover {
    color: #ffffff;
    border-color: var(--color-main);
    background-color: var(--color-main);
}

.jobsNavSearch {
    max-width: 195px;
}

.jobsNavSearch input[type="text"].search-autocomplete {
    width: 100%;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #96acbb;
    padding: 0 20px 7px 0;
    background-image: url("img/search.svg");
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: 100% center;
    color: var(--color-main);
    font-weight: normal;
    font-size: 20px;
    font-size: 20px;
    line-height: 140%;
}

.jobsNavSearch input::-webkit-input-placeholder {
    color: var(--color-main);
    font-weight: normal;
    font-size: 20px;
    font-size: 20px;
    line-height: 140%;
}

.jobsNavSearch input:-ms-input-placeholder {
    color: var(--color-main);
    font-weight: normal;
    font-size: 20px;
    font-size: 20px;
    line-height: 140%;
}

.jobsNavSearch input::-ms-input-placeholder {
    color: var(--color-main);
    font-weight: normal;
    font-size: 20px;
    font-size: 20px;
    line-height: 140%;
}

.jobsNavSearch input::placeholder {
    color: var(--color-main);
    font-weight: normal;
    font-size: 20px;
    font-size: 20px;
    line-height: 140%;
}

.jobsNavSearch input:focus {
    outline: none;
}

.jobsBlock {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(3, minmax(0, 1fr));
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 21px;
    width: 100%;
}

.jobsBlockItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    color: var(--color-main);
    background: rgba(248, 248, 248, 1);
    border-radius: 0;
    padding: 35px 30px 40px 30px;
    transform: scale(1);
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


.jobsBlockItem.hide {
    transform: scale(0);
    opacity: 0;
}

.jobsBlockItem:hover {
    text-decoration: none;
    color: inherit;
}

.jobsBlockItem:hover .jobsBlockItemTitle {
    color: var(--color-sub);
}

.jobsBlockItemTop {
    gap: 20px;
    margin-bottom: 45px;
}

.jobsBlockItemTop img {
    max-width: 70px;
}

.jobsBlockItemCats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}

.jobsBlockItemCats span {
    font-weight: 500;
}

.jobsBlockItemTitle {
    color: var(--color-main);
    /* margin-bottom: 55px; */
}

.jobsBlockItemDesc {
    margin-bottom: 27px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.jobsBlockItem__location::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    background-image: url("/wp-content/uploads/2024/08/standort.png");
    background-size: cover;
    position: relative;
    top: 3px;
}

.jobsBlockItem__type::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    background-image: url("/wp-content/uploads/2024/08/arbeitszeit.png");
    background-size: cover;
    position: relative;
    top: 3px;
}

.jobsBlockItem__type-two::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    background-image: url("/wp-content/uploads/2024/08/praktikum.png");
    background-size: cover;
    position: relative;
    top: 3px;
}

.jobsBlockItem__time-model::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    background-image: url("/wp-content/uploads/2024/08/work-from-home.png");
    background-size: cover;
    position: relative;
    top: 3px;
}

.jobsBlock .btnMore {
    display: flex;
    align-items: center;
    color: var(--color-sub);
}

.jobsBlock .btnMore svg {
    margin-left: 7px;
}

/* Nav Filter Mobile Dropdown */
.jobsNavFilterMobileDropdown .select2-container {
    width: 100% !important;
    max-width: 230px;
    min-width: 200px;
}

.jobsNavFilterMobileDropdown .select2-selection {
    height: 40px;
    border: 1px solid var(--color-main);
    padding: 5px 40px 5px 16px;
    border-radius: 0;
}

.jobsNavFilterMobileDropdown .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    color: var(--color-main);
    font-weight: 500;
    font-size: 16px;
}

.jobsNavFilterMobileDropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 14px;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 14.4067L11.9762 3.46709' stroke='%23E0163C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.51807 3.03369H12.6053V9.10067' stroke='%23E0163C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right center;
}

.jobsNavFilterMobileDropdown .select2-selection__arrow b {
    display: none;
}

@media only screen and (max-width: 1300px) {
    .jobsNavSearch input {
        width: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .jobsNavFilterTitle {
        font-size: 16px;
    }

    .jobsNavFilterBlockItem {
        font-size: 16px;
    }

    .jobsNavSearch input {
        font-size: 16px;
    }

    .jobsNavSearch input::-webkit-input-placeholder {
        font-size: 16px;
    }

    .jobsNavSearch input:-ms-input-placeholder {
        font-size: 16px;
    }

    .jobsNavSearch input::-ms-input-placeholder {
        font-size: 16px;
    }

    .jobsNavSearch input::placeholder {
        font-size: 16px;
    }

    .jobsBlockItem {
        padding: 35px 20px;
    }

    .jobsBlockItemTitle {
        margin-bottom: 18px;
    }

    .jobsBlockItemDesc {
        margin-bottom: 52px;
    }
}

@media only screen and (max-width: 992px) {
    .jobsBlock {
        -ms-grid-columns: repeat(2, 1fr);
        grid-template-columns: repeat(2, 1fr);
    }

    .jobsNavFilterBlock {
        gap: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .jobsNavSearch {
        width: 100%;
    }

    .jobsNavSearch input {
        background-size: 16px auto;
    }

    .jobsNavFilter select {
        display: initial;
    }

    .jobsNavFilter .nice-select {
        display: initial;
    }
}

@media only screen and (max-width: 767px) {
    .jobsBlockItemTop {
        margin-bottom: 23px;
    }

    .jobsBlockItemDesc {
        margin-bottom: 18px;
    }

    .jobsBlock {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-gap: 15px;
    }
}


/* Select 2 Field */
.select2-dropdown {
    border: 1px solid var(--color-main) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--color-main);
}

.select2-results__option {
    font-size: 16px;
}