/* /Views/Account/OrderDetails.cshtml.rz.scp.css */

    .order-details-wrapper[b-s7bs1t7b5i] {
        min-height: 100vh;
        padding-top: 3rem;
    }

    .order-container[b-s7bs1t7b5i] {
        margin: 0 auto;
        padding: 1rem;
    }

    .order-header-section[b-s7bs1t7b5i] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
    }

    .order-title[b-s7bs1t7b5i] {
        font-size: 1.3rem;
        font-weight: bold;
        color: #005596;
    }

    .order-main-card[b-s7bs1t7b5i] {
        background-color: white;
        border-radius: 6px;
        padding: 1.2rem;
        margin-bottom: 1rem;
        box-shadow: 0 1px 2px rgba(0,0,0,0.08);
    }

    .order-header-info[b-s7bs1t7b5i] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 1rem;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 1.2rem;
    }

    .order-number-section[b-s7bs1t7b5i] {
        display: flex;
        gap: 1.5rem;
        align-items: center;
    }

    .order-number[b-s7bs1t7b5i] {
        font-size: 1rem;
        font-weight: bold;
        color: #333;
    }

    .order-date[b-s7bs1t7b5i], .order-status[b-s7bs1t7b5i] {
        font-size: 0.8rem;
        color: #666;
    }

    .order-info-grid[b-s7bs1t7b5i] {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2rem;
        margin-bottom: 1rem;
    }

    .info-section[b-s7bs1t7b5i] {
        display: flex;
        flex-direction: column;
    }

        .info-section h3[b-s7bs1t7b5i] {
            font-size: 0.85rem;
            font-weight: bold;
            color: #333;
            margin-bottom: 0.6rem;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }

        .info-section p[b-s7bs1t7b5i] {
            margin: 0.1rem 0;
            color: #666;
            font-size: 0.8rem;
            line-height: 1.4;
        }

    .items-section[b-s7bs1t7b5i] {
        background-color: white;
        border-radius: 6px;
        padding: 1.2rem;
        box-shadow: 0 1px 2px rgba(0,0,0,0.08);
    }

    .items-header[b-s7bs1t7b5i] {
        font-size: 0.95rem;
        font-weight: bold;
        color: #333;
        margin-bottom: 1.2rem;
    }

    .product-item[b-s7bs1t7b5i] {
        display: flex;
        gap: 1rem;
        padding: 1rem 0;
        border-bottom: 1px solid #f0f0f0;
    }

        .product-item:last-child[b-s7bs1t7b5i] {
            border-bottom: none;
        }

    .product-image-wrapper[b-s7bs1t7b5i] {
        width: 80px;
        height: 80px;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        flex-shrink: 0;
    }

    .product-image[b-s7bs1t7b5i] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .product-details[b-s7bs1t7b5i] {
        flex: 1;
    }

    .product-name[b-s7bs1t7b5i] {
        font-size: 0.85rem;
        color: #333;
        margin-bottom: 0.3rem;
        font-weight: 500;
    }

    .product-qty[b-s7bs1t7b5i] {
        color: #666;
        font-size: 0.75rem;
        margin-bottom: 0.3rem;
    }

    .product-price[b-s7bs1t7b5i] {
        font-size: 0.95rem;
        font-weight: bold;
        color: #333;
        margin-bottom: 0.3rem;
    }

    .product-seller[b-s7bs1t7b5i] {
        display: inline-block;
        background-color: #7c3aed;
        color: white;
        padding: 0.2rem 0.6rem;
        border-radius: 3px;
        font-size: 0.7rem;
        font-weight: 500;
    }

    .btn-view-orders[b-s7bs1t7b5i] {
        background-color: #d1d5db;
        color: #4b5563;
        padding: 0.5rem 1.5rem;
        border: none;
        border-radius: 4px;
        font-weight: 600;
        cursor: pointer;
        font-size: 0.8rem;
    }

        .btn-view-orders:hover[b-s7bs1t7b5i] {
            background-color: #c1c5cb;
        }

    .btn-view-invoices[b-s7bs1t7b5i] {
        background-color: white;
        color: #4b5563;
        padding: 0.4rem 1rem;
        border: 1px solid #d1d5db;
        border-radius: 4px;
        font-weight: 500;
        cursor: pointer;
        font-size: 0.75rem;
        display: inline-flex;
        align-items: center;
        gap: 0.3rem;
    }

        .btn-view-invoices:hover[b-s7bs1t7b5i] {
            background-color: #f9fafb;
        }

    .summary-grid[b-s7bs1t7b5i] {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .summary-row[b-s7bs1t7b5i] {
        display: flex;
        justify-content: space-between;
        font-size: 0.8rem;
        color: #666;
    }

        .summary-row span:last-child[b-s7bs1t7b5i] {
            color: #333;
            font-weight: 500;
        }
.btn-track-order[b-s7bs1t7b5i] {
    background-color: white;
    color: #4b5563;
    padding: 0.4rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

    .btn-track-order:hover[b-s7bs1t7b5i] {
        background-color: #f9fafb;
    }

/* /Views/Account/_InvoiceModal.cshtml.rz.scp.css */
/* Invoice Modal Styles */
.invoice-modal[b-iinmr6kt9x] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

    .invoice-modal.active[b-iinmr6kt9x] {
        display: block;
    }

.invoice-modal-overlay[b-iinmr6kt9x] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.invoice-modal-content[b-iinmr6kt9x] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 8px;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.invoice-modal-header[b-iinmr6kt9x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f8f9fa;
}

.invoice-title[b-iinmr6kt9x] {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.invoice-filter-section[b-iinmr6kt9x] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 2rem;
    background-color: white;
    border-bottom: 1px solid #e0e0e0;
}

.filter-label[b-iinmr6kt9x] {
    color: #666;
    font-size: 0.9rem;
}

.invoice-year-select[b-iinmr6kt9x] {
    padding: 0.5rem 2rem 0.5rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 0.9rem;
    background-color: white;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
}

    .invoice-year-select:focus[b-iinmr6kt9x] {
        outline: none;
        border-color: #007bff;
    }

.invoice-list[b-iinmr6kt9x] {
    padding: 1.5rem 2rem;
    background-color: white;
}

.invoice-item-card[b-iinmr6kt9x] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    background-color: white;
}

    .invoice-item-card:last-child[b-iinmr6kt9x] {
        margin-bottom: 0;
    }

.invoice-item-header[b-iinmr6kt9x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.invoice-order-number[b-iinmr6kt9x] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
}

.btn-view-invoice[b-iinmr6kt9x] {
    background-color: #d1d5db;
    color: #4b5563;
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.85rem;
}

    .btn-view-invoice:hover[b-iinmr6kt9x] {
        background-color: #c1c5cb;
    }

.invoice-product-thumbnails[b-iinmr6kt9x] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.invoice-thumbnail[b-iinmr6kt9x] {
    width: 70px;
    height: 70px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

    .invoice-thumbnail img[b-iinmr6kt9x] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.invoice-thumbnail-more[b-iinmr6kt9x] {
    width: 70px;
    height: 70px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    color: #666;
    font-weight: 600;
    font-size: 0.9rem;
}

.invoice-items-section[b-iinmr6kt9x] {
    padding: 2rem;
    background-color: #f8f9fa;
    border-top: 1px solid #e0e0e0;
}

.invoice-items-title[b-iinmr6kt9x] {
    font-size: 0.85rem;
    font-weight: bold;
    color: #666;
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
}

.invoice-items-list[b-iinmr6kt9x] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.invoice-item-detail[b-iinmr6kt9x] {
    display: flex;
    gap: 1.5rem;
    background-color: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.invoice-item-image[b-iinmr6kt9x] {
    width: 100px;
    height: 100px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    flex-shrink: 0;
}

    .invoice-item-image img[b-iinmr6kt9x] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.invoice-item-info[b-iinmr6kt9x] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.invoice-item-name[b-iinmr6kt9x] {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.invoice-item-pricing[b-iinmr6kt9x] {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.invoice-item-price[b-iinmr6kt9x] {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
}

.invoice-item-qty[b-iinmr6kt9x] {
    color: #666;
    font-size: 0.9rem;
}
/* /Views/Account/_TrackingModal.cshtml.rz.scp.css */
/* Modal Styles */
.tracking-modal[b-9gnk2owq4f] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

    .tracking-modal.active[b-9gnk2owq4f] {
        display: block;
    }

.tracking-modal-overlay[b-9gnk2owq4f] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.tracking-modal-content[b-9gnk2owq4f] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 8px;
    width: 90%;
    max-width: 1000px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.tracking-modal-header[b-9gnk2owq4f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f8f9fa;
}

.tracking-title[b-9gnk2owq4f] {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.btn-close-modal[b-9gnk2owq4f] {
    background: none;
    border: none;
    font-size: 2rem;
    color: #666;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 30px;
    height: 30px;
}

    .btn-close-modal:hover[b-9gnk2owq4f] {
        color: #333;
    }

.tracking-order-info[b-9gnk2owq4f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    background-color: white;
}

.tracking-order-details[b-9gnk2owq4f] {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.tracking-order-number[b-9gnk2owq4f] {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
}

.tracking-order-date[b-9gnk2owq4f] {
    font-size: 0.9rem;
    color: #666;
}

.tracking-link[b-9gnk2owq4f] {
    color: #007bff;
    text-decoration: none;
    font-size: 0.9rem;
}

    .tracking-link:hover[b-9gnk2owq4f] {
        text-decoration: underline;
    }

.tracking-product-display[b-9gnk2owq4f] {
    background: linear-gradient(to bottom, #e8f4f8 0%, #f5f5f5 100%);
    padding: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.tracking-product-image[b-9gnk2owq4f] {
    background-color: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .tracking-product-image img[b-9gnk2owq4f] {
        max-width: 150px;
        max-height: 150px;
        object-fit: contain;
    }

/* Horizontal Timeline Styles */
.tracking-timeline-horizontal[b-9gnk2owq4f] {
    padding: 3rem 4rem;
    background-color: white;
}

.timeline-track[b-9gnk2owq4f] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 2rem;
}

.timeline-progress-line[b-9gnk2owq4f] {
    position: absolute;
    top: 2.75rem;
    left: 3rem;
    right: 3rem;
    height: 5px;
    background-color: #d1d5db;
    z-index: 0;
}

    .timeline-progress-line.completed[b-9gnk2owq4f] {
        background-color: #10b981;
    }

.timeline-step-h[b-9gnk2owq4f] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

    .timeline-step-h.step-1[b-9gnk2owq4f] {
        align-items: flex-start;
    }

    .timeline-step-h.step-2[b-9gnk2owq4f] {
        align-items: center;
    }

    .timeline-step-h.step-3[b-9gnk2owq4f] {
        align-items: flex-end;
    }

.timeline-dot-h[b-9gnk2owq4f] {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border: 3px solid white;
    box-shadow: 0 0 0 2px #d1d5db;
}

    .timeline-dot-h.completed[b-9gnk2owq4f] {
        background-color: #10b981;
        box-shadow: 0 0 0 2px #10b981;
    }

    .timeline-dot-h.large[b-9gnk2owq4f] {
        width: 45px;
        height: 45px;
    }

    .timeline-dot-h.smiley[b-9gnk2owq4f] {
        background-color: #10b981;
        box-shadow: 0 0 0 3px #10b981;
    }

.check-icon-h[b-9gnk2owq4f] {
    color: white;
    font-size: 0.9rem;
    font-weight: bold;
}

.smiley-icon-h[b-9gnk2owq4f] {
    font-size: 1.5rem;
}

.timeline-info-h[b-9gnk2owq4f] {
    text-align: center;
    max-width: 200px;
}

.timeline-step-h.step-1 .timeline-info-h[b-9gnk2owq4f] {
    text-align: left;
}

.timeline-step-h.step-3 .timeline-info-h[b-9gnk2owq4f] {
    text-align: right;
}

.timeline-label-h[b-9gnk2owq4f] {
    font-weight: bold;
    color: #333;
    margin-bottom: 0.3rem;
    font-size: 0.95rem;
}

.timeline-date-h[b-9gnk2owq4f] {
    color: #999;
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
}

.timeline-parcel-h[b-9gnk2owq4f] {
    color: #666;
    font-size: 0.85rem;
    margin-top: 0.3rem;
}

.timeline-collected-badge-h[b-9gnk2owq4f] {
    background-color: #10b981;
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    display: inline-block;
    font-weight: bold;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    white-space: nowrap;
}

.timeline-location-h[b-9gnk2owq4f] {
    color: #999;
    font-size: 0.75rem;
    margin-top: 0.3rem;
}

.tracking-latest-update[b-9gnk2owq4f] {
    background-color: #f8f9fa;
    padding: 1.5rem 2rem;
    border-top: 1px solid #e0e0e0;
}

.update-header[b-9gnk2owq4f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: black;
}

.update-courier[b-9gnk2owq4f] {
    color: #999;
    font-size: 0.8rem;
}

.update-detail[b-9gnk2owq4f] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.update-time[b-9gnk2owq4f] {
    color: #007bff;
    font-weight: bold;
    font-size: 0.9rem;
}

.update-status[b-9gnk2owq4f] {
    color: #333;
    font-size: 0.9rem;
}
/* /Views/FAQ/Index.cshtml.rz.scp.css */

.faq-container[b-1pw0g67q9c] {
    min-height: 60vh;
    padding: 3rem 0;
}

.faq-title[b-1pw0g67q9c] {
    color: white;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 3rem;
}

.faq-accordion .accordion-item[b-1pw0g67q9c] {
    border: none;
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
}

.faq-accordion .accordion-button[b-1pw0g67q9c] {
    background-color: #00d1ff;
    color: white;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 1rem 1.5rem;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .faq-accordion .accordion-button:not(.collapsed)[b-1pw0g67q9c] {
        background-color: #00d1ff;
        color: white;
        box-shadow: none;
    }

    .faq-accordion .accordion-button:focus[b-1pw0g67q9c] {
        box-shadow: none;
        border: none;
    }

    .faq-accordion .accordion-button[b-1pw0g67q9c]::after {
        filter: brightness(0) invert(1);
    }

.faq-accordion .accordion-body[b-1pw0g67q9c] {
    background-color: #005596;
    color: white;
    font-size: 0.9rem;
    padding: 1.5rem;
}

.faq-no-data[b-1pw0g67q9c] {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 1rem;
    border-radius: 8px;
}

.faq-item-hidden[b-1pw0g67q9c] {
    display: none;
}

.show-more-btn[b-1pw0g67q9c] {
    background-color: #00d1ff;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 2rem;
}

    .show-more-btn:hover[b-1pw0g67q9c] {
        background-color: #138496;
    }

.btn-container[b-1pw0g67q9c] {
    text-align: center;
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-tmxv2jti3h] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-tmxv2jti3h] {
  color: #0077cc;
}

.btn-primary[b-tmxv2jti3h] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-tmxv2jti3h], .nav-pills .show > .nav-link[b-tmxv2jti3h] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-tmxv2jti3h] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-tmxv2jti3h] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-tmxv2jti3h] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-tmxv2jti3h] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-tmxv2jti3h] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
