.rekrutment .card-shadow {
    box-shadow: 0px 6px 13px 0px #0000001A;
    opacity: 1;
    border-radius: 14px;
    border:none;
}

.rekrutment .title {
    font-weight: 500;
    font-style: Medium;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

/* Warna background thead */
.rekrutment #mappingformasi-table thead th {
    background-color: #f2f2f2; /* abu-abu muda */
    color: #000;
    border-bottom: none; /* hapus garis bawah */
    text-align: left;
}

/* Hilangkan border horizontal */
.rekrutment #mappingformasi-table td, 
.rekrutment #mappingformasi-table th {
    border-top: none !important;  /* hapus garis atas */
    border-bottom: none !important; /* hapus garis bawah */
}

/* Tampilkan border vertikal */
.rekrutment #mappingformasi-table td, 
.rekrutment #mappingformasi-table th {
    border-right: 1px solid #ddd;
}
.rekrutment #mappingformasi-table td:last-child, 
.rekrutment #mappingformasi-table th:last-child {
    border-right: none; /* kolom terakhir tanpa border */
}

.rekrutment-breadcrumb {
    padding: 88px 0 56px;
    background: #D9EBFF;
    height: 40px;
}

.rekrutment-breadcrumb .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    padding-left: 2rem;
}

.rekrutment-breadcrumb .breadcrumb a {
    text-decoration: none;
    transition: color 0.2s;
    color: #474747 !important;
}

.rekrutment-breadcrumb .breadcrumb a:hover {
    color: #000000; /* lebih gelap pas hover */
}

.rekrutment-breadcrumb .breadcrumb .divider {
    margin: 0 8px;
    color: #474747;
}

.rekrutment .form-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
}

.rekrutment .form-control:not(textarea) {
    height: 44px;
}

.progress-dots {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    width: 70px;
}

.progress-dots::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    height: 6px;
    background: #eee;
    transform: translateY(-50%);
    z-index: 0;
}

.progress-dots::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 6px;
    background: #5bc0de;
    transform: translateY(-50%);
    z-index: 0;
    width: 0;
}

.progress-dots .dot.active:nth-child(1) ~ .progress-dots::after { width: 0%; }
.progress-dots .dot.active:nth-child(2) ~ .progress-dots::after { width: 33%; }
.progress-dots .dot.active:nth-child(3) ~ .progress-dots::after { width: 66%; }
.progress-dots .dot.active:nth-child(4) ~ .progress-dots::after { width: 100%; }

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e0e0e0; /* warna default (abu-abu) */
    transition: background-color 0.3s ease;
    z-index: 1;
}

.dot.active {
    background-color: #5bc0de; /* warna aktif (biru muda) */
}

.rekrutment .btn-next {
    background: #58C3DA;
    color: #FFFFFF;
    width: 159px;
}

.rekrutment .btn-prev {
    background: #BE1215;
    color: #FFFFFF;
    width: 159px;
}

.custom-file-upload {
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    cursor: pointer;
    background: #fff;
    font-size: 14px;
    color: #888;
}
.custom-file-upload:hover {
    border-color: #aaa;
}
.custom-file-upload input[type="file"] {
    display: none; /* hide default */
}
.upload-text {
    color: #999;
}
.upload-icon {
    font-size: 20px;
    color: #888;
}

.rekrutment .normal-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 15.25px;
    letter-spacing: 0%;
}

@media (min-width: 1024px) {
    .lamaran.modal-dialog {
        max-width: 750px !important;
        margin: 1.75rem auto;
    }
    .modal-dialog {
        max-width: 659px;
        margin: 1.75rem auto;
    }

}