@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    background-color: #f8f9fa;
}

.navbar-brand img {
    border-radius: 8px;
    object-fit: cover;
}

.btn-quebeng {
    background-color: #198754;
    color: #fff;
    font-weight: 600;
    border: none;
}

.btn-quebeng:hover {
    background-color: #146c43;
    color: #fff;
}

.hero-section {
    padding-top: 80px;
    padding-bottom: 40px;
    text-align: center;
}

.hero-section h2 {
    font-weight: 700;
    font-size: 36px;
}

.divider {
    display: flex;
    align-items: center;
    margin: 15px 0;
    color: #6c757d;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #dee2e6;
}

.divider span {
    padding: 0 15px;
}

.card-login {
    max-width: 420px;
    margin: 80px auto;
}

.tl-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    flex-shrink: 0;
}

.tl-circle.active {
    background-color: #198754;
}

.tl-circle.inactive {
    background-color: #adb5bd;
}

.tl-line {
    width: 2px;
    flex: 1;
    background-color: #dee2e6;
    margin: 4px 0;
}

.tl-item {
    display: flex;
    gap: 12px;
}

.tl-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tl-item:last-child .tl-line {
    display: none;
}

.tl-info {
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
}

.tl-name {
    font-weight: 600;
}

.tl-time {
    font-size: 14px;
    color: #6c757d;
}

.card-menunggu, .card-proses, .card-selesai {
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    text-align: center;
}

.card-menunggu {
    background-color: #ffc107;
}

.card-proses {
    background-color: #0d6efd;
}

.card-selesai {
    background-color: #198754;
}

.card-menunggu .jumlah,
.card-proses .jumlah,
.card-selesai .jumlah {
    margin: 0;
    font-weight: 700;
}

.card-menunggu .status,
.card-proses .status,
.card-selesai .status {
    margin: 0;
}
