.filter-checkbox {
    display: none;
}

.filter-label {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    line-height: var(--e-global-typography-17a8241-font-size) !important;
    color: var(--e-global-color-4a40298) !important;
}

.filter-span::before,
.filter-span::after {
    content: '';
}

.filter-span::before {
    border: 1px solid;
    border-color: var(--e-global-color-4a40298);
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.filter-span::after {
    background: var(--e-global-color-4a40298);
    width: 12px;
    height: 12px;
    position: absolute;
    top: 7px;
    left: 12px;
    transition: 300ms;
    opacity: 0;
}

label input:checked+span::after {
    opacity: 1;
}

.filter-show-more, .filter-show-less {
    cursor: pointer;
}

.displayNone {
    display: none;
}

.filter-show-more, .filter-show-less {
    padding-top: 12px;
    padding-left: 8px;
    color: var(--e-global-color-primary);
}

.job-search-icon.search-available:hover {
    cursor: pointer;
}

.filter-option {
    font-family: var(--e-global-typography-17a8241-font-family);
    font-size: var(--e-global-typography-17a8241-font-size);
    font-weight: var(--e-global-typography-17a8241-font-weight);
    line-height: var(--e-global-typography-17a8241-line-height);

}

#job-search-text-field {
    border: 0;
    height:34px;
    margin-top: 2px;
    margin-left: 2px;
}
#job-search-text-field:focus {
    outline: none;
}

#job-search-text-input {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    height:40px;
    display: inline-block;
    text-align: center;
}
.search-active {
    background-color: var(--e-global-color-primary);
}
.job-search-icon {
    padding: 4px;
    margin-left: 3px;
}

.container {
    height: 200px;
    position: relative;
    border: 3px solid green;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-available {
    background-color: var(--e-global-color-primary);
}

.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("/wp-content/plugins/job_import/public/Spin-1s-200px.gif") center no-repeat;
}

body.loading{
    overflow: hidden;
}

body.loading .overlay{
    display: block;
}

.elementor-kit-42 h3{
    line-height: 20px !important;
}