.page-jobs .centers-jobs--home {
    margin-top: 20rem;
}

[data-component="centers-jobs--home"] {
    margin-top: 10rem;
}

[data-react-prop-horizontal="true"] {
    width: calc(100% - 3rem);
    margin: 0 auto;
    margin-top: -3rem;
    padding: 1rem;
    margin-bottom: 5rem;
}

@media(min-width: 1000px) {
    [data-react-prop-horizontal="true"] {
        width: calc(100% - 9rem);
        max-width: 1440px;
    }

    [data-react-prop-horizontal="true"] .location-permission__description {
        text-align: center;

    }
}

.c-main-hero-search.c-main-hero-search__horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media(min-width: 1000px) {
    .c-main-hero-search.c-main-hero-search__horizontal {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.c-main-hero-search.c-main-hero-search__horizontal .c-main-hero-search__location-label,
.c-main-hero-search.c-main-hero-search__horizontal .c-main-hero-search__keyword-label {
    display: none;
}

.c-main-hero-search.c-main-hero-search__horizontal .c-main-hero-search__button-search {
    margin-top: 0;
}



.c-main-hero-search.c-main-hero-search__horizontal>div:not(.location-permission-modal) {
    margin: 10px 10px 10px 10px;
    padding-bottom: 0;
    width: 100%;

}

@media(min-width: 1000px) {
    .c-main-hero-search.c-main-hero-search__horizontal>div:not(.location-permission-modal) {
        width: auto;
        margin: 0 10px 0 5px;
    }



    .c-main-hero-search.c-main-hero-search__horizontal>div:nth-child(1) {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }

    .c-main-hero-search.c-main-hero-search__horizontal>div:nth-child(2) {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }

    .c-main-hero-search.c-main-hero-search__horizontal>div:nth-child(3) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }


}


.c-job-main {
    width: calc(100% - 3rem);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 20px;
}

@media(min-width: 1000px) {
    .c-job-main {
        width: calc(100% - 9rem);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        max-width: 1440px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.c-job-main__left {
    padding: 2rem;
    background-color: #ff5000;
    border-radius: 1rem;
}

.c-job-main>div:nth-child(1) {
    width: 100%;
}

.c-job-main>div:nth-child(2) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;

}


@media(max-width: 1000px) {
    .c-job-main__right {
        margin-top: 3rem;
    }
}

@media(min-width: 1000px) {
    .c-job-main>div:nth-child(1) {
        width: 30%;
        margin-right: 40px;
    }

    .c-job-main>div:nth-child(2) {
        width: calc(70% - 40px);
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;

    }

}






.c-jobs-filter.advanced-search-container .filter-group h3 {
    display: none;
}

.c-job-main .advanced-search-container {
    max-width: 100%;
}

.c-jobs-filter {
    margin-top: 2rem;
}

@media(max-width: 1000px) {
    [data-react-component="jobs-filter"] .advanced-search-container.c-jobs-filter {
        width: 100%;
        max-width: 100%;
    }
}

.c-jobs-filter .filter-header {
    background: none !important;
}


.jobs-current-searches__title {
    font-size: 21px;
    display: block;
    color: #fff;
    text-transform: capitalize;
}

.jobs-current-searches__tag-list {
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.jobs-current-searches__tag-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #D6D6D6;
    border-radius: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*padding: 5px 15px;*/
    margin: 0 5px 10px 0;

    border: solid 2px rgba(182, 184, 185, 0.29);
    height: auto;

}

.jobs-current-searches__tag-label {
    padding: 0 0 0 1rem;
}

.jobs-current-searches__tag-close {
    background-color: #6F6F6F;
    margin: 3px 3px 3px 1rem;
    border-radius: 50%;
    color: #fff;
    width: 1.575rem;
    height: 1.575rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jobs-current-searches__tag-close svg {
    fill: #fff;
    width: 10px;
    height: 10px;
}




.c-job-main__sorting-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media(min-width: 600px) {
    .c-job-main__sorting-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .c-job-main__sorting-right>div:nth-child(1) {
        margin-right: 1rem;
    }
}

@media(min-width: 1000px) {
    .c-job-main__sorting-right {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .c-job-main__sorting-right>div:nth-child(1) {
        margin-right: 0;
    }
}



/*@media(max-width: 1000px) {*/
/*    .c-job-main__sorting-right > div:nth-child(1) {*/
/*    margin-right: 30px;*/
/*}*/

/*}*/

@media(max-width: 1000px) {
    .c-job-main__sorting-right>div {
        margin-bottom: 1rem
    }
}



.c-jobs-sortby {
    margin-left: 1rem;
}

[data-react-prop-classname="c-jobs-sortby"]>div,
.c-jobs-radius {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F3F3F4;
    padding: 5px 20px;
    border-radius: 20px;
    border: solid 1px #ff5000;
}

@media(max-width: 1000px) {

    [data-react-prop-classname="c-jobs-sortby"]>div,
    .c-jobs-radius {
        margin: 0 auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

[data-react-prop-classname="c-jobs-sortby"] .Select-clear-zone,
.c-jobs-radius .Select-clear-zone {
    display: none;
}

[data-react-prop-classname="c-jobs-sortby"]>div .Select,
.c-jobs-radius .Select {
    width: 130px;
    font-weight: bold;
}

[data-react-prop-classname="c-jobs-sortby"] .Select-control,
.c-jobs-radius .Select-control {
    border: none;
    background: none;
}

.c-jobs-radius .Select.is-disabled>.Select-control {
    background: none;
}

[data-react-prop-classname="c-jobs-sortby"] .Select-control:hover,
.c-jobs-radius .Select-control:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.c-job-main__sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.c-job-main__sorting-left {
    margin-bottom: 2rem;
}

@media(min-width: 1000px) {
    .c-job-main__sorting {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .c-job-main__sorting-left {
        margin-bottom: 0;
    }
}





.c-jobs-sortby .is-open>.Select-control {
    background-color: transparent;
}

.c-jobs-sortby .Select-menu-outer {
    background-color: transparent;
}

[data-react-prop-classname="c-jobs-list"] {
    width: 100%;
}

.c-jobs-list {
    background-color: #fff;
    border-radius: 10px;
    padding: 2rem;
    height: auto;
    margin-top: 2rem;
}

.c-jobs-list .results-list {
    padding: 0;
    margin: 0 auto;

}

.c-jobs-list .result-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    border-bottom: rgb(143 146 161 / 25%) 1px solid;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
}

.c-jobs-list .result-item:last-child {
    border-bottom: none;
}

.c-jobs-list .result-item>.item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 1rem;
    position: relative;
}

.c-jobs-list .result-item:after {
    content: 'Apply Now \00a0\00a0 \f105';
    font: normal normal normal 14px/1 FontAwesome, "Speedee", sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    font-size: 16px;

    line-height: 1.2em;
    background-color: #ff5000;
    padding: 1.025em 2.5em;
    position: relative;
    border-radius: 0.5rem;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
}

.c-jobs-list a.item-title {
    color: #292929;
    font-weight: bold;
    width: 500px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}






.results-list__item {
    display: block;
}

.results-list__item-header,
.results-list__item-brand {

    margin-bottom: 15px;
}



@media(min-width: 600px) {
    .results-list__item-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .results-list__item-brand {
        margin-bottom: 0;
    }

}

.results-list__item-title .results-list__item-title--link {
    font-weight: bold;
    color: #292929;
    font-size: 16px;
}

.results-list__item-distance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

@media(min-width: 600px) {
    .results-list__item-distance {
        margin-top: 0;
    }
}

.results-list__item-distance--icon {
    display: block;
    margin-right: 15px;
}

.results-list__item-street--icon,
.results-list__item-brand--icon {
    display: block;
    margin-right: 10px;
}

.results-list__item-street,
.results-list__item-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.results-list__item-street {
    margin-bottom: 15px;
}

.results-list__item-apply {
    border: 2px solid rgba(182, 184, 185, 0.29);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2em;
    background-color: #fff;
    color: #000;
    padding: 5px 15px;
    position: relative;
    border-radius: 2rem;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
}

.results-list__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-flow: column;

    flex-flow: column
}

@media(min-width: 600px) {
    .results-list__item-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.results-list__item-apply--icon {
    margin: 3px 3px 3px 1rem;
    background-color: #ff5000;
    border-radius: 50%;
    color: #fff;
    width: 1.875rem;
    height: 1.875rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
    -o-transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), transform .4s cubic-bezier(.215, .61, .355, 1);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), transform .4s cubic-bezier(.215, .61, .355, 1);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), transform .4s cubic-bezier(.215, .61, .355, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
    ;
}

.results-list__item-apply:hover .results-list__item-apply--icon {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    background-color: #76777b;
}



.results-list__item {
    margin-bottom: 2rem;
    border-bottom: 1px rgb(0 0 0 / 6%) solid;
    padding-bottom: 2rem;
}

.results-list__item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}


.results-list__item-apply--label {
    color: #000;
    font-weight: bold;
}

.results-header {
    color: #6D7278;
    font-weight: bold;
    font-size: 16px;
}

.results-header__content-total {
    color: #ff5000;
}

.results-header__content {
    color: #292929;
}

.c-jobs-pagination .pagination.mobile {
    display: none;
}

.c-jobs-pagination .page-links .pagination__list {
    padding: 1rem 2rem;
    background: #fff;
    border-radius: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    flex-flow: wrap;
    gap: 1rem;
}

@media(min-width: 1000px) {
    .c-jobs-pagination .page-links .pagination__list {
        margin-right: 30px;
    }
}

.c-jobs-pagination .page-link.page-link-next,
.c-jobs-pagination .page-link.page-link-last,
.c-jobs-pagination .page-link.page-link-first,
.c-jobs-pagination .page-link.page-link-previous {
    height: 2rem;
    width: 2rem;
    background: #f3f3f4;
    color: #292929;
    border-radius: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px;
}

.c-jobs-pagination .page-link.page-link-first.not-selectable,
.c-jobs-pagination .page-link.page-link-next.not-selectable,
.c-jobs-pagination .page-link.page-link-previous.not-selectable,
.c-jobs-pagination .page-link.page-link-last.not-selectable {
    opacity: 0.5;
    cursor: not-allowed;
    display: none;
}

.c-jobs-pagination .page-links a {
    cursor: pointer;
    margin: 0 0.5rem;
    color: #000;
}

.c-jobs-pagination .page-link.current-page.not-selectable {
    color: #ff5000;
}

.c-jobs-pagination .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

@media(max-width: 1000px) {
    .c-jobs-pagination .pagination {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.c-main-hero-search__location-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-main-hero-search__location-drop {
    width: 100%;
}





.c-jobs-current-location {
    margin-bottom: 2rem;
}

.results-container {
    position: relative;
}


.c-jobs-filter .filter-category-container .filter-options-list-container .filter-options-list input[type="checkbox"] {
    float: right;
    width: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}


.advanced-search-container.c-jobs-filter .filter-category-container .filter-options-list-container .filter-options-list {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding: 15px 0;
}


.c-jobs-filter .filter-category-container .filter-options-list-container .filter-options-list label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1em;
}

.advanced-search-container.c-jobs-filter .filter-category-container .filter-options-list-container .filter-options-list label>.option-value {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container .filter-options-list .option-value {
    font-size: 14px !important;
}

.advanced-search-container.c-jobs-filter .filter-category-container .filter-options-list-container .filter-options-list .option-value.count {
    margin-left: 20px;
    background-color: #F3F3F4;
    padding: 3px;
    border-radius: 5px;
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
    -o-transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), transform .4s cubic-bezier(.215, .61, .355, 1);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), transform .4s cubic-bezier(.215, .61, .355, 1);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), transform .4s cubic-bezier(.215, .61, .355, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
    ;

}

.advanced-search-container.c-jobs-filter .filter-category-container {
    background-color: #fff;
    border-radius: 5px;
    margin: 1rem 0 !important;
}

.advanced-search-container.c-jobs-filter .filter-category-container .filter-header {
    padding: 12px 0;
}

.advanced-search-container .filter-category-container .filter-header .filter-title {
    color: #6D7278;
}

.c-jobs-filter .reset-filters {
    text-align: right;
}

.c-jobs-filter .reset-filters a {
    text-decoration: underline;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.c-jobs-filter .reset-filters a,
.c-jobs-filter .reset-filters a:hover {
    color: #fff;
}

.c-jobs-pagination {
    margin: 30px 0;
    display: block;
    position: relative;
}

.c-jobs-pagination .page-size {
    display: none;

}

@media(min-width: 1000px) {
    .c-jobs-pagination .page-size {
        background-color: #fff;
        border-radius: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1rem;
        width: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}


.c-hero.-main {
    overflow: visible;
}

/*Helper*/
.mt-5 {
    margin-top: 5rem;
}

.c-footer__logo {
    gap: .5rem
}


.c-main-hero-search__keyword .keyword-search__input::before {
    content: "\f002";
    font: 900 14px / 1 "Font Awesome 6 Free";
    display: block;
    color: #000;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    z-index: 2;
}

.c-job-main .keyword-search__icon-container {
    width: fit-content;
    height: fit;
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    right: 1.5rem !important;
}

.c-job-main .keyword-search__icon-container svg {
    width: 2.4rem;
    height: 2.4rem;
}

.c-job-main .results-list__item-info>div>div {
    display: flex;
    align-items: center;
    /* gap: 20px; */
}

[data-react-component="jobs-filter"] .advanced-search-container {
    width: 100%;
    max-width: 350px;
    display: inline-block
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-group {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-group>* {
    display: block;
    width: 100%;
    margin: 0
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header {
    position: relative;
    background-color: #fff;
    color: #555555;
    padding: 12px 20px 12px 12px;
    cursor: pointer;
    font-size: 16px
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header.open::after {
    border-top-color: transparent;
    border-bottom-color: #555555;
    -webkit-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    transform: translateY(-75%)
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header::after {
    content: "";
    border: 6px solid transparent;
    border-top-color: #555555;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%)
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-header .filter-title {
    margin-right: 20px
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 300ms cubic-bezier(0, 1, 0.5, 1);
    -o-transition: max-height 300ms cubic-bezier(0, 1, 0.5, 1);
    transition: max-height 300ms cubic-bezier(0, 1, 0.5, 1);
    position: relative;
    display: none;
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container.is-expanded {
    -webkit-transition: max-height 300ms ease-in;
    -o-transition: max-height 300ms ease-in;
    transition: max-height 300ms ease-in;
    max-height: 500px;
    display: block;
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container .filter-options-list {
    max-height: 200px;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    list-style-type: none;
    margin: 0
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container .filter-options-list .option-value {
    color: #555555;
    font-size: 16px
}

[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container .filter-options-list div {
    position: relative
}

[data-react-component="jobs-filter"] .reset-filters {
    padding: 10px 0;
    clear: left
}

.c-job-main .c-jobs-filter .filter-option .option-value.text {
    flex: 1;
}

.c-main-hero-search .location-search__input-icon--pin {
    font: normal normal normal 14px / 1 FontAwesome;
    z-index: 1;
    color: #000;
}

.c-main-hero-search .location-search .icon-container {
    position: absolute;
    right: 1.5rem !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.c-main-hero-search .location-search .icon-container>span {
    display: flex;
}

.c-job-main .c-main-hero-search__location-label {
    display: none;
}

.c-job-main .filter-option {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.c-job-main .filter-option .option-value.text {
    flex: 1;
}


.autocomplete__input {
    width: 100%;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    border: none;
}

.page-size_text {
    display: none;
}




.jobs-sort-by[data-react-component="jobs-sort-by"] .jobs-sort-by_select_display,
.jobs-radius[data-react-component="jobs-radius"] .jobs-radius_select_display {
    border: none;
    width: 10rem;
    background-color: #80808024;
}

.jobs-radius_select_display_text,
.jobs-sort-by_select_display_text {

    width: 100%;
}

.jobs-radius[data-react-component="jobs-radius"] .jobs-radius_select_display_icon,
.jobs-sort-by[data-react-component="jobs-sort-by"] .jobs-sort-by_select_display_icon {
    display: none;
}

.jobs-radius[data-react-component="jobs-radius"] .c-jobs-radius,
.jobs-sort-by[data-react-component="jobs-sort-by"] .c-jobs-sortby {
    justify-content: space-between;
}

.jobs-radius[data-react-component="jobs-radius"] .c-jobs-radius>div,
.jobs-sort-by[data-react-component="jobs-sort-by"] .c-jobs-sortby>div {
    width: auto;
}


.c-main-hero-search .keyword-search__input .autocomplete,
.c-main-hero-search .location-search-input .autocomplete {
    width: 100%;
    height: 100%;
    position: unset;
}

.c-main-hero-search .keyword-search__input .autocomplete .autocomplete__suggestion.menu,
.c-main-hero-search .location-search-input .autocomplete .autocomplete__suggestion.menu {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #ffffff;
    color: #000000;
    padding: 0;
    z-index: 99;
    border-radius: 0.5rem;
    box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}

.c-main-hero-search .keyword-search__input .autocomplete .autocomplete__suggestion.menu label,
.c-main-hero-search .location-search-input .autocomplete .autocomplete__suggestion.menu label {
    display: flex;
    padding: 0 10px;
    transition: background-color 0.2s;
}

.c-main-hero-search .keyword-search__input .autocomplete .autocomplete__suggestion.menu label:hover,
.c-main-hero-search .location-search-input .autocomplete .autocomplete__suggestion.menu label:hover {
    background-color: #d3d3d3;
}

.c-main-hero-search .keyword-search__input .icon-container,
.c-main-hero-search .location-search-input .icon-container {
    background: transparent;
}

.c-main-hero-search .keyword-search__input .icon-container .location-search__icon-left,
.c-main-hero-search .location-search-input .icon-container .location-search__icon-left {
    display: none;
}

.c-main-hero-search .keyword-search__input .keyword-search__icon-container {
    /* display: none; */
    background-color: transparent;
}

.c-main-hero-search .location-search-input .keyword-search__icon-container {
    position: relative !important;
    background: transparent;
}

.c-main-hero-search .keyword-search__input .keyword-search__icon-container svg,
.c-main-hero-search .location-search-input .keyword-search__icon-container svg {
    height: 2rem;
    width: 2rem;
    fill: #000;
}

/* Focus styles for interactive elements */
a:focus-visible,
button:focus-visible,
/* input:focus-visible, */
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid #007acc !important;
    outline-offset: 2px !important;
}

/* Optional: fallback for browsers that don't support :focus-visible */
a:focus,
button:focus,
/* input:focus, */
select:focus,
textarea:focus {
    outline: 3px solid #ffbf47;
    outline-offset: 2px;
}

/* Hide focus outline if not keyboard navigating */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
/* input:focus:not(:focus-visible), */
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
    outline: none;
}


.jobs-list-only {
    width: 100%;
}

.reset-filters__buton {
    color: white;
}

.results-header__content__total {
    color: #ff5000;
}

  [data-component="supercuts-jobs--home"] {
      background-color: #fff;
      z-index: 1;
      position: relative
  }

  .c-main-hero-search__wrapper {
      width: 100%;
  }

  [data-react-component="search-box"] {
      position: relative;
      display: block;
      background-color: #440098;
      border-radius: 5px;
      padding: 14px 2rem;
      width: 100%;
  }



  .c-main-hero-search>div:not(.location-permission-modal) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      padding-bottom: 1.5rem;
  }

  .c-main-hero-search>div:last-child:not(.location-permission-modal) {
      padding-bottom: 0;
  }

  .c-main-hero-search label {
      font-weight: bold;
      margin-bottom: 10px;
      display: block;
  }


  .c-main-hero-search input {
      background-color: #fff;
      border-radius: 5px;
      padding: 1rem;
      padding-left: 50px;
      color: #292929;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      padding-right: 25px;
  }



  .c-main-hero-search .location-search--has-value input[aria-expanded="true"] {
      border-radius: 5px 5px 0 0;
  }

  .keyword-search__input-icon--search,
  .location-search__input-icon--pin {
      position: absolute;
      left: 15px;
      color: #8F92A1;
  }

  .c-main-hero-search .c-main-hero-search__button-search {
      background-color: #fff;
      padding: 1rem;
      font-weight: bold;
      border-radius: 5px;
      margin-top: 1rem;
      -webkit-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out;
  }

  .c-main-hero-search .c-main-hero-search__button-search:hover {
      background-color: #24272a;
      color: #fff;
  }

  .c-main-hero-search .c-main-hero-search__button-search:active {
      -webkit-transition: 0s all ease-in-out;
      -o-transition: 0s all ease-in-out;
      transition: 0s all ease-in-out;
  }

  [data-react-prop-horizontal="false"] .c-main-hero-search .location-search--has-value input[aria-expanded="true"]+.menu {
      top: initial;
  }

  .c-main-hero-search .location-search--has-value input[aria-expanded="true"]+.menu {
      border-radius: 0 0 10px 10px;
      background: #fff;
      padding: 20px;
      position: absolute;
      overflow: auto;
      max-height: 15rem;
      height: auto;
      z-index: 2;
      top: 100%;
      -webkit-box-shadow: 0px 7px 20px #00000014;
      box-shadow: 0px 7px 20px #00000014;
      border-top: 1px solid rgb(41 41 41 / 15%);
      width: 100%;
      color: #000;
      z-index: 999;
  }

  @media(max-width: 768px) {
      .c-main-hero-search .location-search--has-value input[aria-expanded="true"]+.menu {
          max-height: 12.5rem;
      }
  }

  .custom-search-box .location-search .location-item {
      padding: 6px;
      text-align: left;
  }

  .custom-search-box .location-search .location-item {
      margin: 5px;
      -webkit-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out;
  }

  .custom-search-box .location-search .location-item.location-item--hightlight {
      background-color: #fff;
      border-radius: 5px;
  }

  .custom-search-box .location-search .location-item label {
      margin: 0 auto;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;


  }

  .custom-search-box .location-search .location-item__icon {
      position: relative;
      margin-left: 15px;
  }

  .custom-search-box .location-search .location-item__icon::before {
      content: '';
      display: block;
      background-color: #ff5000;
      background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3474/image/2025/8/G41RT_iconcenters/iconcenters.png");
      position: relative;
      width: 30px;
      height: 30px;
      background-size: 60%;
      border-radius: 5px;
      background-repeat: no-repeat;
      background-position: center
  }


  .location-item__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
      flex-flow: row-reverse;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;

  }

  .location-item__zip:after {
      content: '-';
      margin: 0 3px;
  }

  [data-react-component="location-permission-request"] {
      display: none;
  }


  @media(min-width: 1000px) {
      [data-react-component="location-permission-request"] {
          position: absolute;
          bottom: 0;
          z-index: 999;
          max-width: 100%;
          width: 50%;
          display: block;
      }
  }

  .location-permission-modal {
      padding: 1.8rem;
      background-color: #ff5000;
      border-radius: 10px;
      margin: 0;
      width: 100%;
      position: relative;
      z-index: 999;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 2rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }

  .location-permission__description {
      color: #fff;
      width: 100%;
  }


  .location-permission__description h1 {
      font-size: 21px;
  }

  .location-permission__close-button {
      position: absolute;
      top: -10px;
      right: -10px;
      background-color: #fff;
      border-radius: 50%;
      width: 30px;
      height: 30px;
  }

  .location-permission__localte-me-button {
      background-color: #fff;
      border-radius: 5px;
      padding: 9px;
      font-weight: normal;
      font-size: 14px;
  }

  .location-permission__description>p:first-child {
      margin-bottom: 10px;
  }

  .location-search__icon-right svg {
    width: 22px;
    height: 22px;
  }