body {
    margin: 0;
    font-family: 'Times New Roman', serif;
    font-size: 14px;
    background: url('/simbada/assets/img/image_5.jpg') no-repeat center center fixed;
    background-size: cover;
    color: #fff;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    min-height: 100vh;
    padding-top: 30px;
    padding-bottom: 50px;
}

.container-custom {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(255,255,255,0.2);
}

.logo-header {
    text-align: center;
    margin-bottom: 15px;
}
.logo-header img {
    width: 120px;
    height: auto;
}

h2 {
    text-align: center;
    color: #f4c542;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}

.form-control, .btn {
    border-radius: 8px;
}

.card-result {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    color: #fff;
    box-shadow: 0 0 10px rgba(255,255,255,0.2);
}

.card-result h5 {
    color: #f4c542;
    font-weight: bold;
}

.card-result p {
    margin: 3px 0;
}

.status-badge {
    display: inline-block;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 6px;
    color: #000;
}

.status-Pemberkasan { background: #ffcc00; }
.status-Proses { background: #17a2b8; color: #fff; }
.status-Wawancara_Survey { background: #ffc107; color: #000; }
.status-Pending { background: #6c757d; color: #fff; }
.status-Emergency { background: #dc3545; color: #fff; }
.status-Penjadwalan { background: #0d6efd; color: #fff; }
.status-Tolak { background: #dc3545; color: #fff; }
.status-Selesai { background: #198754; color: #fff; }

.btn-success {
    background-color: #006b3f;
    border: none;
}
.btn-success:hover {
    background-color: #f4c542;
    color: #000;
}