body {
    line-height: 1.6;
    font-family: 'Nunito', sans-serif !important;
}

.career-detail-page-container {
    background-color: #fafcfe;
}

section {
    background-color: white !important;
}

.career-blue {
    color: #1db4e8;
}

.career-blue-bg {
    background: 0% 0% no-repeat #1db4e8;
    color: white;
    padding: 20px 0;
}

.career-footer {
    font-family: 'Nunito', sans-serif;
    padding-bottom: 20px;
    width: 30%;
}

.recommended-career {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.career-footer-button {
    border-radius: 24px;
    background-color: white;
    color: #00acf0;
    width: 45px;
    height: 27px;
    white-space: nowrap;
    padding: 15px 85px;
}

.details-head {
    padding: 100px 0 30px 0;
    width: 100%;
}

.details-head-overview-text {
    color: #5e5e5e !important
}

.details-head-overview-text h1 {
    font-weight: 800;
}

.details-overview-head {
    padding: 0 20px;
}

.details-overview {
    background-color: #eee;
    padding: 16px 24px;
    margin-bottom: 5px;
}

.details-overview-text {
    width: 80%;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    color: #5e5e5e;
}

.details-overview-text p {
    margin-bottom: 0;
}

.details-career-main .details-overview-text p {
    margin-bottom: 0 !important;
    color: #5e5e5e;
}

.details-head-padding {
    padding: 0 10px 0 23px;
}

.details-date {
    display: flex;
    justify-content: space-between;
    color: #5e5e5e;
    font-weight: 500;
}

.details-body-container {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin: 30px 0 60px 0
}

.details-body>div {
    background-color: white;
    padding: 30px;
}

.details-body h6 {
    font-weight: bold;
}

.details-form {
    background-color: white;
    width: 28%;
    padding: 30px;
    height: 100%;
}

.details-line {
    border-top: 1px solid #e8e8e8;
}

.details-section-space {
    margin-top: 20px;
}

.details-skills {
    display: flex;
    flex-wrap: wrap;
}

.details-skills-item {
    background-color: #e8e8e8;
    padding: 4px 16px;
    color: #3e3e3e;
    border-radius: 12px;
    margin: 2px;
}

.details-skills-item p {
    margin-bottom: 0 !important;
}

.details-photo-container {
    display: flex;
    flex-wrap: wrap;
}

.details-photos {
    width: 200px;
    height: 128px;
    background-color: #707070;
    margin: 10px;
}

.career-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.career-title-content-row {
    display: flex;
    border-bottom: white 1px solid;
    justify-content: space-between;
    margin: 20px 0;
    align-items: center;
}

.career-title-content-row a {
    color: inherit;
    text-decoration: none;
}

.career-title-content-row p {
    margin: 0;
    width: 200px;
    margin-right: 20px;
}

.career-title-content-row i {
    font-weight: bold;
}

.details-footer {
    display: flex;
    justify-content: space-evenly;
}

.details-head-flex {
    display: flex;
    align-items: center;
}

.details-head-title-container {
    width: 90%;
}

.details-head-apply-container {
    margin-top: 60px;
}

.details-head-apply-container button {
    background-color: #0073b1;
    color: white;
    font-weight: bold;
    width: 248px;
    height: 48px;
    border-radius: 24px;
    border: none;
}

.details-head-apply-container button:hover {
    cursor: pointer;
    background-color: #01476d;
}

.details-head-apply-container button:focus {
    outline: none;
}

.dlBtn.julo-header {
    background-color: #00acf0;
    padding: 1rem 25px;
    border-radius: 20px;
}

.dlBtn.julo-header:hover {
    background-color: white;
    color: #00acf0;
    border-color: #00acf0;
    border-width: 1px;
}

@media only screen and (max-width: 600px) {
    .details-footer {
        flex-direction: column;
        margin: 0 40px
    }
    .career-title-content-row {
        border-bottom: none;
    }
    .career-footer {
        width: 100%;
    }
    .career-footer h1 {
        font-size: 20px;
    }
    .recommended-career {
        display: block;
    }
    .detail-title {
        display: none;
    }
    .details-overview-text {
        flex-direction: column;
    }
    .details-date {
        flex-direction: column;
    }
    .details-head-flex {
        flex-wrap: wrap;
    }
    .details-head-apply-container {
        margin: 20px 0;
    }
    .career-title-content-row {
        flex-direction: column;
    }
}