.file-list {
    list-style-type: none;
    padding: 0;
}
.file-list li {
    margin-bottom: 5px;
}
.file-list .remove {
    margin-left: 10px;
    color: red;
    cursor: pointer;
}
#dropArea {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}
.fieldset-job_type{
	float: left;
    width: 48%;
    margin-right: 10px;
}
.fieldset-job_tags {
    float: left;
    width: 48%;
}
.fieldset-salary_min {
    float: left;
    width: 48%;
    margin-right: 10px;
}
.fieldset-salary_max {
    float: left;
    width: 48%;
}
input[type="text"]:focus {
    border: 1px solid #00176b !important;
    background-color: #fff;
}
#loader-container {
    width: 100px;
    height: 100px;
    background-image: url('loader.gif');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
}
.loading-overlay {
    display: none;
    background: rgba(255, 255, 255, 0.4);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    align-items: center;
justify-content: center;
}

.loading-overlay.is-active {
    display: flex;
}