.apliko-tani-section {
    margin-top: 100px;
}
.apliko-tani-container {
    max-width: 890px;
}

.apliko-tani-main-title {
    color: #eb192d;
    font-size: 40px;
    margin-bottom: 50px;
}

.department-header {
    color: #eb192d;
    font-size: 40px;
}
.apliko-tani-departments {
    margin-bottom: 100px;
}
#search-by {
    border-color: #eb192d;
}
.apply-btn {
    background-color: #e74c3c;
    color: white;
    border: none;
    cursor: pointer;
}

.apliko-tani-first-row {
    margin-bottom: 100px;
}
.apliko-tani-detajet-first-row {
    margin-bottom: 50px;
}

.job-listing {
    display: flex;
    justify-content: space-between;
    border-color: #eb192d !important;
    align-items: center;
    margin-bottom: 15px;
}

.job-listing:hover {
    /*background-color: #B2B2B2;*/
    background-color: #ebebeb;
}

.job-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.job-listing button {
    width: 109px;
    float: right;
    margin-right: 60px;
    border-radius: 18px;
    height: 30px;
    font-size: 12px;
    background-color: #eb192d;
    color: white;
}

#departments,
#select-location,
#first_name,
#last_name,
#email,
#telephone_number,
#day-picker,
#month-picker,
#year-picker,
#choose-departments,
#choose-position,
#message {
    border-color: #eb192d;
}

.required {
    color: #eb192d;
}

.applicant-information input {
    border-color: #eb192d;
}
.apliko-tani-chair-img {
    width: 100%;
    max-height: 687px;
}
.karriera-overlay-img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
}
.upload-cv-button {
    text-align: center;
    font-size: 20px;
    background-color: #eb192d;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    width: 128px;
    height: 42px;
    border-radius: 10px;
}

.dergo-btn {
    width: 196px;
    height: 42px;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 20px;
    background-color: #eb192d;
    border: none #eb192c;
    color: white;
}

.job-details-div {
    width: 1424px; /* Fixed width */
    height: auto; /* Fixed height */
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -65%);
    background-color: #eb192d;
    color: white;
    text-align: left;
    padding: 80px 48px;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 100px; /* Might not be needed with absolute positioning */
}
.job-details-title {
    font-size: 20px;
}

.job-details-text {
    font-size: 18px;
}
.apliko-tani-form {
    /* Ensure there's enough space at the top of the form to not overlap the job details div */
    margin-top: auto; /* Height of job-details-div plus additional space */
}

.career-apply-now-button {
    background-color: #EB192D;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    border-radius: 10px;
    width: 254px;
    height: 50px;
    transition: all 0.3s;
}