/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./templates/routes/main/parking-invoice/parking-invoice.css ***!
  \*****************************************************************************************************************************************/
.pi-wrapper {
    max-width: 700px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.pi-wrapper #parking_subnav .nav-link {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
    color: rgba(255, 255, 255, 0.92);
}

.pi-wrapper #parking_subnav .nav-link.active {
    background: #ffffff;
    border-color: #ffffff;
    color: #0f2456;
}

.pi-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    overflow: hidden;
}

.pi-header {
    background: linear-gradient(135deg, #0f2456 0%, #1a73e8 100%);
    color: #fff;
    padding: 1rem 1.5rem;
    text-align: center;
}

.pi-header h2 {
    margin: 0;
    display: inline;
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff !important;
}

.pi-header span,
.pi-header p {
    color: #fff !important;
}

.pi-header p {
    margin: 0.5rem 0 0;
    opacity: 0.85;
    font-size: 0.9rem;
}

.pi-body {
    padding: 2rem;
}

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

.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: #2c7be5;
    background: rgba(44,123,229,0.04);
}

.pi-drop-area.dragover {
    border-color: #2c7be5;
    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: #0f2456;
    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: #2c7be5;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.pi-step-title {
    font-weight: 700;
    color: #0f2456;
    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: #0f2456; 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: 575.98px) {
    .pi-body {
        padding: 1.25rem;
    }
    .pi-header {
        padding: 1.5rem 1.25rem;
    }
}

