﻿.card {
    border-radius: 14px
}

.stepper {
    display: flex;
    justify-content: space-between;
    margin: 30px 0
}

.step {
    text-align: center;
    flex: 1;
    position: relative;
    color: #adb5bd;
    font-weight: 600
}

    .step::before {
        content: '';
        height: 4px;
        background: #dee2e6;
        position: absolute;
        top: 12px;
        left: -50%;
        right: 50%;
        z-index: -1
    }

    .step:first-child::before {
        display: none
    }

    .step.active {
        color: #0d6efd
    }

    .step.done {
        color: #198754
    }

.section-title {
    border-left: 4px solid #0d6efd;
    padding-left: 10px;
    font-weight: 600;
    margin-bottom: 15px
}

.form-section {
    display: none
}

    .form-section.active {
        display: block
    }

.upload-box {
    border: 2px dashed #ced4da;
    padding: 25px;
    text-align: center;
    border-radius: 8px
}


/*/// Application Preview*/

.review-card {
    border-radius: 14px;
    background: #fff;
}

.success-banner {
    background: linear-gradient(135deg, #198754, #20c997);
    color: #fff;
    border-radius: 12px;
    padding: 20px;
}

.section {
    margin-top: 2rem;
}

.section-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #0d6efd;
}

.label {
    font-size: 0.75rem;
    color: #6c757d;
    text-transform: uppercase;
}

.value {
    font-size: 0.95rem;
    font-weight: 500;
    color: #212529;
}

.info-box {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 12px 15px;
    height: 100%;
}

.table th, .table td {
    font-size: 0.85rem;
    vertical-align: middle;
}
@media print {

    @page {
        size: A4 portrait;
        margin: 10mm;
    }

    body {
        background: #fff !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Hide screen-only content */
    .no-print {
        display: none !important;
    }
    body * {
        visibility: hidden;
    }

    .print-area,
    .print-area * {
        visibility: visible;
    }
    /* FORCE FULL WIDTH */
    .container,
    .print-area,
    .review-card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .card {
        box-shadow: none !important;
        border: none !important;
    }

    .info-box {
        border: 1px solid #dee2e6 !important;
        background: #fff !important;
    }

    .section {
        page-break-inside: avoid;
    }

    table {
        width: 100% !important;
        page-break-inside: auto;
    }

    tr {
        page-break-inside: avoid;
    }
}

/*@media print {
    @page {
        size: A4 portrait;
        margin: 12mm;
    }

    body {
        background: #fff !important;
    }

        body * {
            visibility: hidden;
        }

    .print-area,
    .print-area * {
        visibility: visible;
    }

    .print-area {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .no-print {
        display: none !important;
    }

    .print-area {
        width: 100%;
    }

    .card {
        box-shadow: none !important;
        border: none !important;
    }

    .info-box {
        border: 1px solid #dee2e6 !important;
        background: #fff !important;
    }

    .section {
        page-break-inside: avoid;
    }

    table {
        page-break-inside: auto;
    }

    tr {
        page-break-inside: avoid;
    }
}*/
