.job-item {
    transition: all 0.3s ease;
}

.job-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.nav-pills .nav-link {
    color: #6c757d;
    font-weight: 500;
    border-radius: 0;
    border-bottom: 3px solid transparent;
}

.nav-pills .nav-link.active {
    color: #0d6efd;
    background-color: transparent;
    border-bottom: 3px solid #0d6efd;
}

.btn-primary {
    background: linear-gradient(45deg, #0d6efd, #0b5ed7);
    border: none;
}

.btn-primary:hover {
    background: linear-gradient(45deg, #0b5ed7, #094db1);
    transform: translateY(-2px);
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.card {
    border-radius: 10px;
    overflow: hidden;
}

.sticky-top {
    z-index: 1000;
}

@media (max-width: 768px) {
    .job-item .row > div {
        margin-bottom: 15px;
    }
    
    .nav-pills .nav-link {
        font-size: 0.9rem;
        padding: 0.5rem;
    }
}

#lowongan-input{
	border-radius:20px;
	padding:12px 20px;
}
#office_code{
	border-radius:20px;
	padding:12px 20px;	
}
#button-search{
	border-radius:20px;
	padding:12px 20px;	
	
}