body {
    background-color: #f0f2f5;
}

.main-container {
    padding: 20px;
}

.emp-details,
.sidebar,
.related-jobs {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.job-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-header .badge {
    margin-right: 10px;
}

.job-title {
    font-size: 1.75rem;
    font-weight: bold;
}

.job-info {
    margin-top: 20px;
}

.btn-custom {
    background-color: #20ae36;
    color: #ffffff;
}

.btn-custom:hover {
    background-color: #7b2b7e;
    color: #ffffff;
}

.related-jobs-title {
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.footer {
    background-color: #02274f;
    color: white;
    padding: 40px 0;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.job-image-title {
    display: flex;
    align-items: center;
}

.job-image {
    margin-right: 20px;
    height: 200px;
    border-radius: 6px;
}

.linea {
    border-top: 1px solid rgb(227, 227, 227);
    height: 0.5px;
    max-width: 100%;
    padding: 0;
    margin: 10px auto 0 auto;
}