@font-face {
    font-family: 'NoiGrotesk';
    src: url('https://custom-joblist.s3-eu-west-1.amazonaws.com/fonts/noigrotesk/NoiGroteskZimpler-Regular.woff2') format('woff2'),
        url('https://custom-joblist.s3-eu-west-1.amazonaws.com/fonts/noigrotesk/NoiGroteskZimpler-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NoiGrotesk';
    src: url('https://custom-joblist.s3-eu-west-1.amazonaws.com/fonts/noigrotesk/NoiGroteskZimpler-Semibold.woff2') format('woff2'),
        url('https://custom-joblist.s3-eu-west-1.amazonaws.com/fonts/noigrotesk/NoiGroteskZimpler-Semibold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'NoiGrotesk';
    font-weight: 300;
}

.subscribe-btn,
.search-btn {
    display: none
}

.job-search,
.search-job {
    width: 100% !important;
}

.job-search {
    border-radius: 500px !important;
    border: none;
    padding: 20px;
    box-shadow: none;
    color: black;
    font-size: 16px !important;
}

.select {
    background: white;
    border: none;
    border-radius: 500px;
    padding: 10px 20px;
    color: black;
}

.select select {
    font-size: 16px !important;
    width: 100%;
}

.layers-2-select,
.layers-3-select{
    display: inline-block !important;
}

.experience-select,
.function-select {
    display: none;
}


.job {
    background-color: white;
    border-radius: 15px;
    border: none !important;
    margin-bottom: 20px;
    padding: 20px !important;
    background-image: url('https://custom-joblist.s3-eu-west-1.amazonaws.com/img/zimpler/zimpler-add.svg');
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 30px;

}

.title {
    color: black;
    font-weight: bold;
    font-size: 21px;
}

.job-details {
    margin: 0;
    color: black;
    font-size: 18px;
}

.job-details .job-layers-2,
.job-details .job-layers-3{
    display: inline-block;
}

.job-function,
.separator-location {
    display: none;
}

.filters {
    margin-bottom: 30px;
}

.job:hover {
    background: #aa955b !important;
}

.job:hover .title,
.job:hover .job-details {
    color: white;
}

.footer {
    display: none;
}

.pagination a {
    border: none !important;
    color: black !important;
}

.internal .job-details:after {
    content: "Internal";
    background: #7b1ae1;
    color: white;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 500px;
}