.sidebar-wrapper {
    float: left;
    width: 18%;
    /* max-width:239px; */
    padding-bottom: 60px;
}

.filters-wrapper {
    margin-bottom: 30px;
}

.filters-wrapper .accordion-item {
    background-color: var(--light-ash);
    border: 1px solid var(--border-ash);
}
.filters-wrapper .accordion-body {
    padding: 16px;
}
.filters-wrapper .search_submit {
    /*display: none;*/
}

.filters-wrapper .accordion-button {
    color: #000000;
    background-color: unset;
    font-weight: 200;
    font-size: 17px;
    padding-left: 16px;
    padding-right: 13px;
    letter-spacing:0.05rem;
}
.filters-wrapper .accordion-button::after {
    opacity: 0.3;
}

.filters-wrapper .showing_jobs {
    display: none !important;
}

.job_filters {
    background: unset;
}

div.job_listings ul.job_listings {
    float: left;
    width: 82%;
    padding: 0 0 60px 4%;
    border-top: none;
}

.job_filters .job_types {
    background: none;
    border: none;
}

.job_filters .job_types li {
    float: none;
    padding: 0;
    border: none;
}

.job_filters .search_jobs {
    padding: 0;
}

.job_filters .search_jobs input[type="text"] {
    font-family: "Inter", sans-serif;
    flex: 1;
    min-width: 0;
    padding: 8px !important;
    line-height: 1;
    /*border: 1px solid #efefef !important;*/
    font-size: 15px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    background: transparent;
}

.job_filters .search_jobs select {
    font-family: "Inter", sans-serif;
}

.job_filters .search_jobs input[type="checkbox"] {
    width: initial;
}

.job_filters .search_jobs div label {
    display: block !important;
    font-size: 15px;
}

.job_filters .job-manager-filter-checkboxes {
    list-style: none;
    font-size: .83em;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    padding: 0 0 10px 0;
}

.job_filters .search_categories {
    display: none;
}

.job_filters .search_checkbox_group_item {
    /*display: flex;*/
    /*gap: 5px;*/
}

ul.job_listings li {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
    margin:55px 0 0 0 !important;
    border-bottom: 1px solid var(--border-ash) !important;
    position: relative;
    padding-top: 5px !important;
}

ul.job_listings li:hover {
    background-color: var(--light-ash);
}

ul.job_listings li:first-child {
    margin:0 !important;
    border-top: none !important;
    padding-top: 3px !important;
}

ul li.job_listing.job_position_featured a {
    background-color: initial !important;
}

ul.job_listings .featured-label {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-family: "Inter", sans-serif;
    background: var(--yellow);
    color: var(--black);
    font-size: 14px;
    font-weight: 200;
    padding: 5px 3px;
    line-height: 1;
    margin-top: 5px;
    border-radius: 3px;
    display: inline-block;
    /*position: absolute;*/
    /*bottom:0;*/
    /*left:0*/
}

ul.job_listings .content-col {
    width: 100%;
}

.job-top-row {
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid rgba(0, 0 , 0, 0.05) !important;
    padding-bottom: 20px;
}

.logo-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 3px;
}

.logo-col .company_logo {
    width: 56px !important;
    height: 56px !important;
    object-fit: scale-down;
    border-radius: 5px;
    position: initial !important;
    margin-right: 0!important;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.job-top-row .position h3 {
    font-size: 25px;
    font-weight: 200;
    margin: 0 0 3px 0;
}

.job-top-row .position h3 a {
    padding: 0 !important;
    color: var(--black);
}

.job-top-row .company {
    font-size: 20px;
    font-weight:200;
    line-height: 1.2;
}

.job-bottom-row {
    display: flex;
    /*justify-content: space-between;*/
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 14px;
}

.job-meta-box {
    text-align: left;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 15px;
    word-break: break-word;
    padding: 10px;
}

.job-meta-box:first-child {
    padding-left: 0;
}

.job-meta-value {
    font-size: 14px;
    font-weight: 300;
}

.job-meta-label {
    opacity:0.6;
    font-weight: 300;
}

.job_listing .job-meta-label {
    display: none;
}

.job-meta-box.job-level {
    /*max-width: 13%;*/
}

i.save-job {
    cursor: pointer;
    transition: color .2s;
}

i.save-job.saved {
    color: var(--yellow);
}

.saved .bookmark-fill {
    fill: var(--yellow);
}

.unsaved .bookmark-fill {
    fill: transparent;
}

.saved .bookmark-outline,
.unsaved .bookmark-outline,
.bookmark-outline {
    fill: var(--black);
    opacity: 50%;
}

.share-job svg path {
    fill: var(--black);
    opacity: 50%;
}

ul.job_listings .job-manager-applications-applied-notice {
    margin-top: 7px;
}
.bookmark-icon svg {
    vertical-align: middle;
    position: relative;
    top: -1px;
    opacity: 0.7;
}
.job_listings .save-job {
    margin-right: 5px;
}
.save-job i {
    font-size: 14px;
}

.save-job span, ul.job_listings .login-to-save span {
    padding-right: 5px;
}

ul.job_listings .job-expiration-label {
    /*display:none;*/
}

.job-expiration-label {
    background-color: var(--ash);
    color: var(--black);
    font-size: 14px;
    padding: 4px 5px;
    line-height: 1;
    border-radius:3px;
    display: block;
    margin-top: -1px;
}


#content nav.job-manager-pagination ul li a:focus,
#content nav.job-manager-pagination ul li a:hover,
#content nav.job-manager-pagination ul li span.current,
nav.job-manager-pagination ul li a:focus,
nav.job-manager-pagination ul li a:hover,
nav.job-manager-pagination ul li span.current {
    background: var(--grey);
    color: var(--white);
}

/* Put the text on the left, switch on the right */
.job-manager-filter-checkboxes label,
.search_checkbox_group_item label {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 60px; /* room for switch */
    cursor: pointer;
}

/* hide native box */
.job-manager-filter-checkboxes input[type="checkbox"],
.search_checkbox_group_item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* track */
.job-manager-filter-checkboxes label::after,
.search_checkbox_group_item label::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 22px;
    background: #ffffff;
    border: 1px solid var(--ash) !important;
    border-radius: 24px;
    transition: background 0.3s;
}

/* knob */
.job-manager-filter-checkboxes label::before,
.search_checkbox_group_item label::before {
    content: "";
    z-index: 10;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: #1D1D1B;
    opacity: 15%;
    border-radius: 50%;
    box-shadow: none;
    transition: right 0.3s;
}

/* when the input is checked, change track and slide knob */
.job-manager-filter-checkboxes label input[type="checkbox"]:checked ~ *::after,
.job-manager-filter-checkboxes label input[type="checkbox"]:checked ~ *::before {
    background: #dbdbdb !important;
}

/* correct selector for pseudo elements on the label itself */
.job-manager-filter-checkboxes label input[type="checkbox"]:checked + .dummy { } /* nothing */

/* instead use this */
.job-manager-filter-checkboxes label input[type="checkbox"]:checked ~ span { } /* not needed */

/* simplest: use :has() if your browser supports it */
.job-manager-filter-checkboxes label:has(input:checked)::after,
.search_checkbox_group_item label:has(input:checked)::after {
    background: #ffffff;
    border: 1px solid var(--ash) !important;
}

.job-manager-filter-checkboxes label:has(input:checked)::before,
.search_checkbox_group_item label:has(input:checked)::before {
    right: 4px;
    background: #7f7f7f !important;
    opacity: initial;
}

.job_filters .search_jobs div.search_keywords {
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.accordion.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.accordion-title {
    font-size: 19px;
    box-shadow: none !important;
}

.job-manager-applications-applied-notice {
    color: var(--black) !important;
    font-size: 14px;
    font-weight: 200 !important;
    margin-right: 10px;
    letter-spacing: normal;
    background-color: color-mix(in srgb, var(--green) 50%, transparent);
    padding: 4px 5px;
    line-height: 1;
    border-radius: 3px;
}

.job-manager-applications-applied-notice svg {
    display: inline-block !important;
    margin-left: 5px;
}

ul.job_listings .job-manager-applications-applied-notice:before {
    display: none;
}

.sidebar-wrapper .top-box {
    background-color: var(--light-ash);
    border: 1px solid var(--border-ash);
    border-radius: 6px;
    padding: 16px 0 16px 16px;
    margin-bottom: 30px;
    min-height: 56px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.sidebar-wrapper .top-box a {
    text-decoration: none;
    color: var(--black);
    line-height: 1.4;
    font-size: 17px;
    font-weight: 200;
    letter-spacing: 0.05rem;
    float:left;
    margin-right: 12px;
}

.job-order-box .active {
    border-bottom: 1px solid var(--trueblack);
}

.advance-search-message {
    margin-bottom: 30px;
    opacity: 70%;
}

.advance-search-message p a {
    text-decoration: none;
    color: var(--black);
}

.login-notice {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    padding: 0 0 16px 0;
    font-size:17px;
}

.login-notice a {
    padding-right:6px;
}

.login-notice a {
    color: initial;
}

.disable-filters form.job_filters {
    pointer-events: none;
    opacity: 0.5;
}

.disable-filters .login-notice {
    pointer-events: auto;
    opacity: 1;
    line-height: 1.4;
}

.disable-filters .login-notice i {
    opacity: 0.6;
}

.search_jobs .search_keywords {
    display: flex;
    align-items: baseline;
    gap: 10px;
    display: none;
}

.search_jobs .search-icon-btn {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}

.job-header h3 {
    margin: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.job-header .save-job button,
.job-header .login-to-save {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 !important;
}

.job-header .bookmark-icon {
    display: flex;
    align-items: center;
}

.save-job svg {
    height:15px !important;
}

.job-header svg {
    display: block;
}

.job-header .job-item-title {
    width: 100%;
}

.job_listing .content-col .job-manager-applications-applied-notice {
    display: block;
}

.job_listing .content-col .mobile-applied-notice {
    display: none;
}

/* Its sent modal */

.its-sent .modal-dialog {
    max-width:700px;
}
.its-sent .modal-body {
    overflow:hidden;
}

.its-sent .modal-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.its-sent .modal-content-wrapper img {
    margin-bottom: 16px;
    max-width: 500px;
    margin-top: -20px;
}

.its-sent .modal-content-wrapper h1 {
    font-weight: 300;
    margin-bottom: 16px;
    font-size: 47px;
}
.its-sent .modal-content-wrapper {
    padding: 0 80px;
}
.its-sent .modal-content-wrapper p {
    text-align: center;
    margin-bottom: 26px;
    font-size: 19px;
    line-height: 1.5;
}

.its-sent .modal-content-wrapper a {
    margin-bottom: 16px;
}

    /* Its sent modal */

@media screen and (max-width: 1024px) {
    .sidebar-wrapper {
        width: 25%;
    }

    div.job_listings ul.job_listings {
        width: 75%;
    }
}

@media screen and (max-width: 768px) {
    .sidebar-wrapper {
        width: 30%;
    }

    div.job_listings ul.job_listings {
        width: 70%;
    }
    ul.job_listings li.job_listing a img.company_logo, ul.job_listings li.no_job_listings_found a img.company_logo {
        visibility: visible !important;
    }

    .job-bottom-row {
        display: block;
    }

    .job-meta-box {
        margin-bottom: 10px;
        padding: 0;
    }

    .single-job-item .action-label {
        display:none;
    }

    .job_listing .job-meta-label {
        display:block;
    }

    .job_listing .content-col .job-manager-applications-applied-notice {
        display: none;
    }

    .job_listing .content-col .mobile-applied-notice {
        display: inline-block !important;
        float: none !important;
        width: initial !important;
        margin: 0 !important;
    }
}

@media screen and (max-width: 576px) {
    .sidebar-wrapper {
        width: auto;
        float: none;
        margin-bottom: 45px;
        padding-bottom: 0;
    }

    div.job_listings ul.job_listings {
        width: auto;
        float: none;
        padding: 0;
    }
    .sidebar-wrapper .top-box {
        margin-bottom: 20px;
    }
    .sidebar-wrapper .top-box a {
        font-size:18px;
    }
    .filters-wrapper .accordion-button {
        padding: 8px 0;
        width:200px !important;
        margin: 0 auto;
    }
    .filters-wrapper h2.accordion-header {
        max-width: 2000px;
    }

    .its-sent .modal-content-wrapper {
        padding: 0;
    }
}

