/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./templates/routes/main/parking-invoice/parking-invoice.css ***!
  \*****************************************************************************************************************************************/
footer, .footer { display: none !important; }

.pi-wrapper-inner {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 1rem 3rem;
}

.pi-card {
    overflow: hidden;
}

.pi-body {
    padding: 1.75rem 2rem 2rem;
}

.pi-section-title {
    color: #0d6efd;
    font-size: 1rem;
    font-weight: 700;
    border-left: 3px solid #0d6efd;
    padding-left: 0.6rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.pi-section-title--first {
    margin-top: 0;
}

.pi-footer {
    padding: 1.5rem 2rem;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.pi-drop-area {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}

.pi-drop-area:hover {
    border-color: #0d6efd;
    background: rgba(44,123,229,0.04);
}

.pi-drop-area.dragover {
    border-color: #0d6efd;
    background: rgba(44,123,229,0.08);
}

.pi-file-list {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0;
}

.pi-file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem 0.6rem;
    background: #f8f9fa;
    border-radius: 6px;
    margin-bottom: 0.3rem;
    font-size: 0.85rem;
}

.pi-step-card {
    position: relative;
    height: 100%;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 1.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fafbfc;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.pi-step-card.is-complete {
    border-color: #00d27a;
    background: rgba(0,210,122,0.04);
}

.pi-step-number {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pi-step-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(44,123,229,0.1);
    color: #0d6efd;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.pi-step-title {
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 0.35rem;
    font-size: 0.95rem;
}

.pi-step-desc {
    color: #6c757d;
    font-size: 0.8rem;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.pi-step-card .btn {
    width: 100%;
}

.pi-step-action {
    width: 100%;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pi-step-error {
    color: #e63757;
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 0.6rem;
    min-height: 1.2em;
    visibility: hidden;
}

.pi-step-error.is-shown {
    visibility: visible;
}

#pi_signed_form_feedback {
    margin-top: 0.5rem;
}

/* Receipt hint */
.pi-receipt-hint {
    border: 1px dashed #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    font-size: 0.78rem;
}

.pi-receipt-hint-label {
    background: #f8f9fa;
    color: #6c757d;
    padding: 4px 10px;
    font-weight: 600;
    border-bottom: 1px dashed #dee2e6;
}

.pi-receipt-hint-body {
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    gap: 1px;
    font-family: 'Courier New', monospace;
    background: #fff;
}

.pi-receipt-row { color: #495057; font-size: 0.75rem; white-space: nowrap; }
.pi-receipt-row-sep { color: #dee2e6; font-size: 0.65rem; }
.pi-receipt-row-title { font-weight: 700; color: #0d6efd; font-size: 0.78rem; }
.pi-receipt-row-highlight {
    font-weight: 700;
    color: #198754;
    font-size: 0.85rem;
    background: rgba(25,135,84,0.07);
    border-radius: 3px;
    padding: 1px 4px;
    border-left: 2px solid #198754;
}
.pi-receipt-row-muted { color: #adb5bd; font-size: 0.7rem; }

/* Lookup result box */
.pi-lookup-result {
    background: rgba(25,135,84,0.04);
    border: 1px solid rgba(25,135,84,0.2);
    border-radius: 10px;
    padding: 1rem 1.25rem;
}

@media (max-width: 767.98px) {
    .pi-wrapper-inner {
        padding: 0 0.75rem 3rem;
    }
    .pi-body {
        padding: 1.5rem 1.25rem 1.75rem;
    }
    .pi-step-card {
        padding: 1.25rem 1rem;
    }
}

@media (max-width: 575.98px) {
    .pi-body {
        padding: 1.25rem 1rem 1.5rem;
    }
    .pi-section-title {
        margin-top: 1.5rem;
    }
    .pi-receipt-hint-body {
        font-size: 0.7rem;
    }
    .pi-step-card {
        padding: 1rem 0.85rem;
    }
    .pi-footer {
        padding: 1.25rem;
    }
    .pi-footer .d-flex {
        justify-content: stretch !important;
    }
    .pi-footer .btn {
        width: 100%;
    }
}

