.entry-content {
    margin-top: 20rem;
}

input.search-input {
    width: 401px !important;
    height: 38px !important;
    background: #F0F1F2 !important;
    border-radius: 5px !important;
    border: 1px solid #f0f1f2 !important;
    padding: 0.25rem !important;
    margin-bottom: 0 !important;
}

textarea:focus,
input.search-input:focus,
button {
    outline: none;
}

button.search-button {
    color: #FFF;
    text-align: center;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    border-radius: 5px;
    background: #014919;
    width: 96px;
    height: 38px;
    border-color: #014919;
    padding: inherit;
    margin-left: 10px;
}

/* Remove placeholder */
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #f0f1f2;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #f0f1f2;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #f0f1f2;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #f0f1f2;
}


.job-result-container {
    display: flex;
    flex-direction: row;
    margin-top: 4rem;
    gap: 2rem;
    height: auto;
    align-items: flex-start;
}


.job-listing-wrapper {
    border-radius: 5px;
    border: 1px solid #CFD3D8;
    width: 465px;
	height: 732px;
    overflow-y: scroll;
}

p.job-result-count {
    padding: 1rem;
    border-bottom: 1px solid #CFD3D8;
	margin-bottom: 0;
}

p.job-title {
    color: #636C7B;
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-decoration-line: underline;
}

p.job-location,
p.job-posted-date,
p.job-id,
p.job-type {
    display: flex;
    gap: 0.5rem;
    color: #636C7B;
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 6px;
}

.job-details-wrapper {
    border-radius: 5px;
    border: 1px solid #CFD3D8;
    max-width: 585px;
    position: relative;
    padding-bottom: 2rem;
    height: auto;
}

p.job-result-heading {
    color: #000;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    max-width: 427px;
    padding: 2rem;
}

a.apply-job-button,
a.apply-job-button:hover {
    color: #FFF !important;
    text-align: center !important;
    font-family: Rubik !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    border-radius: 5px !important;
    background: #014919 !important;
    margin: 0rem 2rem 0rem 2rem !important;
    padding: 10px 34px !important;
    cursor: pointer;
}

span.close-box-icon {
    position: absolute;
    top: 3%;
    right: 3%;
    cursor: pointer;
}

.section-seperator {
    border-bottom: 1px solid #CFD3D8;
    margin-top: 2rem;
}

.job-details-meta {
    display: flex;
    justify-content: space-between;
    padding: 2rem;
}

.job-description-body h3 {
    color: #014919;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    padding: 0 2rem;
    margin-top: 1.75rem;
    margin-bottom: 0;
}

.job-description-body p strong {
    color: #014919;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-top: 1.75rem;
    margin-bottom: 0;
}

.job-description-body p,
.job-description-body ul {
    color: #636C7B;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 0 2rem;
}

.d-none {
    display: none;
}

.job-result-item {
    cursor: pointer;
    padding: 1.25rem;
}

.job-result-item:hover,
.job-result-item:visited {
    background: #f5f5f5;
}

/* Select2 CSS */
.select2-loc-tags-container ul {
    list-style: none;
    padding: 0;
}

.tag-selected {
    list-style: none;
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.destroy-tag-selected {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.destroy-tag-selected:hover {
    text-decoration: none;
}

ul#select2-citiesDropdown-container {
    display: none;
}

ul#select2-jobTypeDropdown-container {
    display: none;
}

ul#select2-jobDepartmentDropdown-container {
    display: none;
}

.job-search-filter {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 2.25rem;
}

.selected-tags-container {
    padding: 0.5rem 0px;
    max-width: 575px;
}

.select2-container {
    min-width: 250px !important;
}

textarea.select2-search__field {
    min-height: 28px !important;
    padding: 7px 15px !important;
}

textarea.select2-search__field::placeholder {
    color: #636C7B;
}

p.no-result-nojobs {
    padding: 1rem;
}

span.select2-selection.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 8px solid #888;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

@media only screen and (max-width: 1024px) {
    .job-search-filter {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-top: 2.25rem;
    }
    .job-result-container {
        display: flex;
        flex-direction: column;
        margin-top: 2rem;
        gap: 2rem;
        height: auto;
        align-items: flex-start;
    }
    .job-listing-wrapper {
        border-radius: 5px;
        border: 1px solid #CFD3D8;
        width: 320px;
    }
    .job-details-wrapper {
        border-radius: 5px;
        border: 1px solid #CFD3D8;
        max-width: 440px;
        position: relative;
        padding-bottom: 2rem;
        height: auto;
    } 
  }

@media only screen and (max-width: 768px) {
	button.search-button {
    margin-left: 0;
    margin-top: 15px;
}
  }
