.bg-header {
    background: url('../img/bg-home-glass.png');
    background-size: cover;
    /* color: white; */
    min-height: 80vh;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    border-radius: 20px !important;
}

.auth-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin: auto;
    overflow: hidden;
    position: relative;
}

.auth-header {
    display: flex;
    background: #f5f5f5;
    position: relative;
}

.auth-header a {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 500;
    color: #999;
    text-decoration: none;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.auth-header a.active {
    background: #f5f5f5;
    color: #000;
    font-weight: 600;
}

.auth-header a.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.05);
    z-index: -1;
}

.auth-body {
    padding: 30px;
}

.user-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f1f1f1;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #aaa;
}

.form-group {
    position: relative;
}

.form-group i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #aaa;
}

.btn-custom {
    border-radius: 30px !important;
    background: linear-gradient(90deg, #ffb300, #ffa000) !important;
    color: #fff;
    font-weight: 600 !important;
    border: none;
    width: 100% !important;
    padding: 10px;
    margin-top: 15px;
}

/* --- Stepper styling --- */
.stepper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.stepper .step {
    position: relative;
    flex: 1 1 0;
    text-align: center;
    padding: 0 0.5rem;
    cursor: pointer;
}

.stepper .step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 22px; /* align with circle center */
    right: -50%;
    width: 100%;
    height: 4px;
    background: #e9ecef;
    z-index: 0;
}

.stepper .step .step-circle {
    position: relative;
    z-index: 2;
    width: 44px;
    height: 44px;
    margin: 0 auto 0.5rem;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #6c757d;
    transition: all .25s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.stepper .step .step-label {
    display: block;
    font-size: 0.9rem;
    color: #6c757d;
}

.stepper .step.completed .step-circle {
    background: #28a745;
    border-color: #28a745;
    color: #fff;
}

.stepper .step.active .step-circle {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 6px 16px rgba(0,123,255,0.18);
}

/* connector active */
.stepper .step.completed:not(:last-child)::after,
.stepper .step.active:not(:last-child)::after {
    background: linear-gradient(90deg,#007bff,#28a745);
}

/* smaller screens: wrap labels */
@media (max-width: 576px) {
    .stepper {
        padding: 0 .5rem;
    }
    .stepper .step-label { font-size: .75rem; }
    .stepper .step .step-circle { width: 36px; height: 36px; }
}

/* content area */
.step-content {
    min-height: 180px;
    padding: 1.25rem;
    border: 1px solid #e9ecef;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.02);
}

.section-card {
    border-radius: 12px;
    border: 1px solid #eef1f5
}


.data-row {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    padding: .5rem .75rem;
    border: 1px dashed #e9ecef;
    border-radius: .5rem;
    background: #fcfcfd
}

.data-row span {
    color: #6c757d;
    font-size: .9rem
}

.data-row strong {
    font-size: .95rem;
    word-break: break-word
}

.bg-success-subtle {
    background: rgba(25, 135, 84, .12) !important
}

.bg-secondary-subtle {
    background: rgba(108, 117, 125, .12) !important
}

#toast-container {
    position: fixed !important;
    z-index: 200000 !important;
}

#toast-container.toast-bottom-right {
    bottom: 1rem !important;
    right: 1rem !important;
    top: auto !important;
    left: auto !important;
}

#toast-container.toast-top-right {
    top: 1rem !important;
    right: 1rem !important;
    bottom: auto !important;
    left: auto !important;
}

.select2-container span {
    display: block !important;
}

.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px);   /* tinggi default form-control bootstrap 4 */
    padding: .375rem .75rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.custom-file-group .btn {
    min-width: 110px;        /* samain lebar tombol */
    border-radius: 0;        /* hilangin radius biar nyambung */
    height: calc(2.25rem + 2px); /* tinggi sama dengan .form-control */
    padding: .375rem .75rem;
}

/* Biar ujung kiri & kanan tetap rounded */
.custom-file-group .input-group-prepend .btn {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.custom-file-group .input-group-append .btn {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

/* Input tengah biar rata */
#fileName {
    border-left: none;
    border-right: none;
    text-overflow: ellipsis;
}

.countdown {
    display: flex;
    /* justify-content: center; */
    margin-top: 20px;
}

.countdown div {
    margin: 0 10px;
    text-align: center;
}

.countdown .bg-card {
    background: rgba(51, 50, 50, 0.3);
}

.countdown span {
    display: block;
    font-size: 48px;
    font-weight: bold;
    padding: 25px 20px;
    border-radius: 8px;
    color: white;
}

.hourglass {
    max-width: 300px;
}

.logo-kategori {
    height: 60px;
}

.bg-bpjs-tk {
    background : #3C317E;
    display: flex;
    align-items : center;
    justify-content: beetwen;
    min-height: 450px;
    padding-left: 11%;
    padding-right: 11%;
}

.bg-bpjs-kes {
    background : #0AA338;
    display: flex;
    align-items : center;
    justify-content: beetwen;
    min-height: 450px;
    padding-left: 11%;
    padding-right: 11%;
}

.fw-bold {
    font-weight: bold;
}

.fc-bpjs-green {
    color: #0AA338;
}

.fc-bpjs-blue {
    color: #3C317E;
}

.fs-header {
    font-size: 25px;
}

.bg-count-primary {
    background: #2C317E1F;
}

.bg-count-success {
    background: #0AA3381F;
}

.faq-accordion .card {
    border: none;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.faq-accordion .card-header {
    background: linear-gradient(45deg, #007bff, #00bfff);
    padding: 0;
    border-radius: 8px 8px 0 0;
}

.faq-accordion .btn-link {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
}

.faq-accordion .btn-link:hover {
    color: #e0e0e0;
}

.faq-accordion .card-body {
    background: #f9f9f9;
    padding: 20px;
    font-size: 15px;
    line-height: 1.6;
}

.faq-accordion i {
    margin-right: 8px;
    font-size: 16px;
}

.faq-header {
    font-size: 42px;
    color : #0AA338;
    line-height: 1.5;
    font-weight: 200;
    margin: 0;
}

@media only screen and (max-width: 1200px) {
    .bg-header {
        background: url('../img/bg-home-glass.png');
        background-size: cover;
        /* color: white; */
        min-height: 100vh;
        display: flex;
        /* justify-content: center; */
        align-items: center;
    }
    
    .countdown {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .countdown div {
        margin: 0 4px;
        text-align: center;
    }

    .countdown .bg-card {
        background: rgba(51, 50, 50, 0.3);
    }

    .countdown span {
        display: block;
        font-size: 24px;
        font-weight: bold;
        padding: 5px 12px;
        border-radius: 8px;
        color: white;
    }

    .hourglass {
        max-width: 100px;
    }

}