/* Font dan Reset Dasar */
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7; /* Background lebih terang */
    color: #333;
}

.font-monospace {
    font-family: Monospace;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Header / Navbar --- */
.navbar {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.logo img {
    height: 70px; /* Sesuaikan ukuran logo */
    width: auto;
}

.logo span {
    display: inline-block;
    line-height: 1;
    max-width: 380px;
    outline: none;
    overflow: hidden;
    padding: 16px 12px;
    font-size: 15pt;
    font-weight: 700;
    text-decoration: none;
    text-overflow: ellipsis;
}

.nav-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav-links li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px;
    transition: color 0.2s;
}

.nav-links li a:hover {
    color: #C00; /* Contoh hover color */
}

.nav-utility {
    display: flex;
    align-items: center;
}

.search-icon {
    font-size: 18px;
    margin-right: 20px;
    cursor: pointer;
}

.language-selector {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #777;
    cursor: pointer;
}

.flag-icon {
    margin-right: 5px;
    border: 1px solid #ccc; /* Untuk visualisasi */
}

/* --- Tracking Section --- */
.tracking-section {
    padding: 50px 0 100px;
    text-align: center;
}

.main-title {
    color: #6aa84f;
    font-family: 'Baloo 2', Arial;
    font-weight: 800;
    font-size: 48px;
    vertical-align: baseline;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 20px;
    color: #555;
    margin-bottom: 50px;
}

.tracking-content {
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Align item ke atas */
    margin-top: 50px;
    gap: 50px;
}

/* Container Form Pelacakan dan Timeline */
.tracking-form-container {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

/* Images Fly */
.img-fly {
    position: fixed;
    width: 100%;
    opacity: 0.05;
    z-index: -1;
}

/* Form Utama */
.tracking-form {
    /*text-align: left;*/
    max-width: 500px;
}

.resi-input, .birth-input {
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    box-sizing: border-box;
}

.resi-hint {
    font-size: 14px;
    color: #777;
    margin-top: 0;
    margin-bottom: 30px;
}

.track-button {
    padding: 15px 40px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    text-transform: uppercase;
}

/* Media Queries untuk Responsif (Opsional) */
@media (max-width: 900px) {
    .nav-links {
        display: none;
    }
    
    .tracking-content {
        flex-direction: column;
        align-items: center;
    }
    
}
@media (max-width: 400px) {
    .main-title {
        font-size: 45px;
    }
}

.txt_modal_crnutrilam {
    font-weight: 800;
}

.modal-juscen {
    text-align: center;
    justify-items: center;
}
.modal-juscen .datepicker {
    text-align: center;
}
.modal-btn-close {
    position: absolute;
    align-self: center;
    top: -40px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 50%;
}

.timeline-nutrilam {
    --bsb-tl-color: #cfe2ff;
    --bsb-tl-circle-color: #0d6efd;
    --bsb-tl-circle-size: 18px;
    --bsb-tl-circle-offset: 9px
}

.timeline-nutrilam .timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.timeline-nutrilam .timeline:after {
    background-color: var(--bsb-tl-color);
    bottom: 0;
    content: "";
    left: 0;
    margin-left: -1px;
    position: absolute;
    top: 0;
    width: 2px
}

.timeline-nutrilam .timeline>.timeline-item {
    margin: 0;
    padding: 0;
    position: relative
}

.timeline-nutrilam .timeline>.timeline-item:before {
    background-color: var(--bsb-tl-circle-color);
    border-radius: 50%;
    content: "";
    height: var(--bsb-tl-circle-size);
    left: calc(var(--bsb-tl-circle-offset)*-1);
    position: absolute;
    top: 0;
    width: var(--bsb-tl-circle-size);
    z-index: 1
}

.timeline-nutrilam .timeline>.timeline-item .timeline-body {
    margin: 0;
    padding: 0;
    position: relative
}

.timeline-nutrilam .timeline>.timeline-item .timeline-content {
    padding: 0 0 2.5rem 2.5rem
}

@media(min-width: 768px) {
    .timeline-nutrilam .timeline>.timeline-item .timeline-content {
        padding-bottom:3rem
    }
}

.timeline-nutrilam .timeline>.timeline-item:last-child .timeline-content {
    padding-bottom: 0
}


/* Untuk dropdown bulan dan tahun */
.flatpickr-monthDropdown-months,
.flatpickr-current-month span.cur-month {
    color: #000 !important;
}

.info-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}

.member-info {
    font-family: 'Baloo 2', Arial;
    font-size: 17px;
    flex: 1;
    min-width: 0;
    word-break: break-word;
    align-self: center;
}

.txt_qrcode {
    font-family: 'Baloo 2';
    font-size: 10px;
    font-weight: 700;
    color: #6aa84f;
}

@media (max-width: 480px) {
    .member-info {
        font-size: 15px;
    }
}