.khgt-max-width-1200 {
    max-width: 1200px;
}
.khgt-max-width-600 {
    max-width: 600px;
}
.khgt-max-width-500 {
    max-width: 500px;
}
.khgt-max-width-420 {
    max-width: 420px;
}
.khgt-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    font-family: sans-serif;
    padding: 1rem;
    margin: 10px;
     /* 1rem 0; */
}
.khgt-box h3 {
    margin-top: 0;
    color: #2c3e50;
    font-size: 1.3rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: .25rem;
}
.khgt-clock {
    font-weight: bold;
    font-size: 1.2rem;
    color: #e67e22;
    margin-bottom: 0.25rem;
}
.khgt-tanggal {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}
.khgt-lokasi {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}
.khgt-box table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.5rem;
}
.khgt-box td {
    border: 1px solid #ccc;
    padding: 6px 8px;
    text-transform: capitalize;
}
.blink {
    animation: blinker 1.5s linear infinite;
    color: green;
    font-size: 1.1em;
    margin-bottom: 20px;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* Tambahan untuk styling tabel di dalam .khgt-box */
.khgt-box table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.5rem;
    background: #fafbfc;
    font-size: 0.97rem;
}

.khgt-box th, .khgt-box td {
    border: 1px solid #ccc;
    padding: 6px 10px;
    text-align: center;
}

.khgt-box th {
    background: #f3f6fa;
    color: #2c3e50;
    font-weight: 600;
}

.khgt-box tr:nth-child(even) {
    background: #f9f9f9;
}

.khgt-box tr:hover {
    background: #eaf6ff;
}

/* Tambahkan di khgt.css */
.table-responsive {
    width: 100%;
    overflow-x: auto;
}
#khgt-menuju{
    font-size:0.9rem;
    /* color: #7f8c8d; */
    overflow-x: visible; 
    white-space: normal; 
}

.table-responsive #khgt-menuju {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    font-size: 0.9rem;
    color: #7f8c8d;
    padding: 6px 0;
    white-space: normal;
}