/* /Components/Layout/BottomNav.razor.rz.scp.css */
.bottom-nav-container[b-e377bl7y8f] {
    direction: rtl;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #f1f5f9;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.03);
    z-index: 1000;
    padding: 0 10px;
    box-sizing: border-box;
}

.nav-item[b-e377bl7y8f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
    color: #94a3b8;
    flex: 1;
    height: 100%;
    transition: color 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.nav-icon[b-e377bl7y8f] {
    font-size: 22px;
    transition: transform 0.2s ease;
}

.nav-text[b-e377bl7y8f] {
    font-size: 14px;
}

.nav-item.active[b-e377bl7y8f] {
    color: #1a4fb3;
    font-weight: bold;
}

.nav-item:active .nav-icon[b-e377bl7y8f] {
    transform: scale(0.9);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-4twjeolh1c] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-4twjeolh1c] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8355hyxm3z],
.components-reconnect-repeated-attempt-visible[b-8355hyxm3z],
.components-reconnect-failed-visible[b-8355hyxm3z],
.components-pause-visible[b-8355hyxm3z],
.components-resume-failed-visible[b-8355hyxm3z],
.components-rejoining-animation[b-8355hyxm3z] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8355hyxm3z],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8355hyxm3z],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8355hyxm3z],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8355hyxm3z],
#components-reconnect-modal.components-reconnect-retrying[b-8355hyxm3z],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8355hyxm3z],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8355hyxm3z],
#components-reconnect-modal.components-reconnect-failed[b-8355hyxm3z],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8355hyxm3z] {
    display: block;
}


#components-reconnect-modal[b-8355hyxm3z] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-8355hyxm3z 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8355hyxm3z 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8355hyxm3z 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8355hyxm3z]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8355hyxm3z 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8355hyxm3z {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8355hyxm3z {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8355hyxm3z {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8355hyxm3z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8355hyxm3z] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8355hyxm3z] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8355hyxm3z] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8355hyxm3z] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8355hyxm3z] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8355hyxm3z] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8355hyxm3z 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8355hyxm3z] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8355hyxm3z {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/DamageReport.razor.rz.scp.css */
#previewContainer[b-14a6onpvyk] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    #previewContainer .card[b-14a6onpvyk] {
        width: 100%;
    }

.custom-upload-container[b-14a6onpvyk] {
    direction: rtl;
    width: 100%;
}

.upload-main-label[b-14a6onpvyk] {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.upload-dropzone[b-14a6onpvyk] {
    background-color: #ffffff;
    border: 2px dashed #cbd5e1;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    position: relative;
}

    .upload-dropzone:hover[b-14a6onpvyk] {
        border-color: #1a4fb3;
        background-color: #f8fafc;
    }

.hidden-input-file[b-14a6onpvyk] {
    display: none !important;
}

.dropzone-trigger[b-14a6onpvyk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    width: 100%;
    padding: 10px 0;
}

.upload-icon[b-14a6onpvyk] {
    font-size: 2.8rem;
    color: #94a3b8;
    margin-bottom: 8px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.dropzone-trigger:hover .upload-icon[b-14a6onpvyk] {
    color: #1a4fb3;
    transform: translateY(-2px);
}

.dropzone-title[b-14a6onpvyk] {
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 5px;
}

.dropzone-subtitle[b-14a6onpvyk] {
    font-size: 11px;
    color: #94a3b8;
}

.upload-divider[b-14a6onpvyk] {
    display: flex;
    align-items: center;
    width: 60%;
    margin: 16px 0;
    color: #cbd5e1;
    font-size: 12px;
}

    .upload-divider[b-14a6onpvyk]::before,
    .upload-divider[b-14a6onpvyk]::after {
        content: "";
        flex: 1;
        height: 1px;
        background-color: #e2e8f0;
    }

    .upload-divider span[b-14a6onpvyk] {
        padding: 0 10px;
        color: #94a3b8;
    }

.camera-capture-btn[b-14a6onpvyk] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #f0f3ff;
    color: #1a4fb3;
    border: 1px dashed #c7d2fe;
    padding: 10px 20px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    max-width: 220px;
    position: relative;
    z-index: 5;
}

    .camera-capture-btn i[b-14a6onpvyk] {
        font-size: 1.3rem;
    }

    .camera-capture-btn:hover[b-14a6onpvyk] {
        background-color: #1a4fb3;
        color: #ffffff;
        border-color: #1a4fb3;
        box-shadow: 0 4px 12px rgba(26, 79, 179, 0.15);
    }

.image-preview-grid[b-14a6onpvyk] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

    .image-preview-grid img[b-14a6onpvyk] {
        width: 70px;
        height: 70px;
        object-fit: cover;
        border-radius: 12px;
        border: 1px solid #e2e8f0;
    }
/* /Components/Pages/DeliveryOrders.razor.rz.scp.css */
.order-list-container[b-csb49tqah8] {
    direction: rtl;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
}

.order-card[b-csb49tqah8] {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    border: 1px solid #e2e8f0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    user-select: none;
}

    .order-card:hover[b-csb49tqah8] {
        transform: translateY(-2px);
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
        border-color: #e2e8f0;
    }

.order-right-section[b-csb49tqah8] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-image-wrapper[b-csb49tqah8] {
    width: 50px;
    height: 50px;
    background-color: whitesmoke;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.product-img[b-csb49tqah8] {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.product-icon[b-csb49tqah8] {
    font-size: 1.5rem;
    color: #475569;
}

.order-details[b-csb49tqah8] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.order-code[b-csb49tqah8] {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.product-name[b-csb49tqah8] {
    margin: 0;
    font-size: 12px;
    color: #888;
    font-weight: 500;
}

.order-left-section[b-csb49tqah8] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.status-badge[b-csb49tqah8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

    .status-badge.transit[b-csb49tqah8] {
        background-color: #fff2e8;
        color: #ff8c3b;
    }

    .status-badge.delivered[b-csb49tqah8] {
        background-color: #ebf9eb;
        color: #4ebb6f;
    }

    .status-badge.pending[b-csb49tqah8] {
        background-color: #fff7ed;
        color: #f97316;
    }

.action-icon[b-csb49tqah8] {
    font-size: 22px;
    color: #888;
    transition: transform 0.2s ease, color 0.2s ease;
}

.order-card:hover .action-icon[b-csb49tqah8] {
    color: #333;
    transform: translateX(-3px);
}

.track-modal-wrapper[b-csb49tqah8] {
    direction: rtl;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.track-hero-card[b-csb49tqah8] {
    background: linear-gradient(135deg, #ffe3d3 0%, #ffcdb2 100%);
    border-radius: 20px;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.hero-text-side h2[b-csb49tqah8] {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
}

.hero-status-label[b-csb49tqah8] {
    font-size: 14px;
    color: #888;
    display: block;
    margin-bottom: 5px;
}

.hero-sub-status[b-csb49tqah8] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #e27329;
    font-weight: 600;
}

    .hero-sub-status i[b-csb49tqah8] {
        font-size: 1.2rem;
    }

.hero-image-side[b-csb49tqah8] {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-box-icon[b-csb49tqah8] {
    font-size: 6.5rem;
    color: #ff8a4c;
    transform: rotate(-10deg);
}

.track-details-card[b-csb49tqah8] {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #e2e8f0;
}

.details-row[b-csb49tqah8] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.details-col[b-csb49tqah8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.col-label[b-csb49tqah8] {
    font-size: 14px;
    color: #888;
}

.col-value[b-csb49tqah8] {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.badge-transit-status[b-csb49tqah8] {
    background-color: #fff2e8;
    color: #ff8c3b;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
}

.track-timeline-card[b-csb49tqah8] {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e8f0;
}

.timeline-item[b-csb49tqah8] {
    display: flex;
    gap: 10px;
}

.timeline-dot-wrapper[b-csb49tqah8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16px;
}

.timeline-dot[b-csb49tqah8] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cbd5e1;
    flex-shrink: 0;
}

.timeline-line[b-csb49tqah8] {
    width: 2px;
    flex-grow: 1;
    background-color: #e2e8f0;
    margin: 4px 0;
}

.timeline-content[b-csb49tqah8] {
    padding-bottom: 10px;
}

.timeline-item:last-child .timeline-content[b-csb49tqah8] {
    padding-bottom: 0;
}

.timeline-content h4[b-csb49tqah8] {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #888;
}

.timeline-content p[b-csb49tqah8] {
    margin: 0;
    font-size: 14px;
    color: #888;
}

.timeline-item.active .timeline-dot[b-csb49tqah8] {
    background-color: #ff8c3b;
}

.timeline-item.active .timeline-line[b-csb49tqah8] {
    background-color: #ff8c3b;
}

.timeline-item.active .timeline-content h4[b-csb49tqah8] {
    color: #333;
}

.timeline-item.active .timeline-content p[b-csb49tqah8] {
    color: #888;
}

.timeline-item.current .timeline-dot[b-csb49tqah8] {
    background-color: #ff8c3b;
    box-shadow: 0 0 0 4px rgba(255, 140, 59, 0.2);
}

.timeline-item.current .timeline-content h4[b-csb49tqah8] {
    color: #333;
}

.timeline-item.current .timeline-content p[b-csb49tqah8] {
    color: #888;
}

.timeline-item.future .timeline-dot[b-csb49tqah8] {
    background-color: #e2e8f0;
    border: 2px solid #e2e8f0;
}

.header-bottom-row[b-csb49tqah8] {
    width: 100%;
    margin-top: 10px;
}

.search-wrapper[b-csb49tqah8] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px;
    transition: all 0.3s ease;
}

    .search-wrapper:focus-within[b-csb49tqah8] {
        background: #ffffff;
        border-color: #1a4fb3;
        box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
    }

.search-main-icon[b-csb49tqah8] {
    font-size: 22px;
    color: #888;
    margin-right: 10px;
    margin-left: 10px;
}

.search-wrapper input[b-csb49tqah8] {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #334155;
    outline: none;
    padding: 8px 0;
}

    .search-wrapper input[b-csb49tqah8]::placeholder {
        color: #888;
    }

.search-qr-btn[b-csb49tqah8] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a4fb3;
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 10px rgba(99, 102, 241, 0.2);
}

    .search-qr-btn:hover[b-csb49tqah8] {
        background: #4f46e5;
        transform: scale(1.05);
    }

    .search-qr-btn i[b-csb49tqah8] {
        font-size: 22px;
    }


.track-support-card[b-csb49tqah8] {
    margin-top: 10px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 18px rgba(0,0,0,.05);
}

.support-header[b-csb49tqah8] {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.support-icon[b-csb49tqah8] {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 12px;
    background: rgba(13,110,253,.08);
    color: #1a4fb3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.support-content h5[b-csb49tqah8] {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #212529;
}

.support-content p[b-csb49tqah8] {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.8;
    color: #6c757d;
}

.support-order[b-csb49tqah8] {
    margin-top: 10px;
    padding: 12px 20px;
    border-radius: 12px;
    background: #f8f9fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 3px dashed #e2e8f0;
}

    .support-order span[b-csb49tqah8] {
        color: #6c757d;
        font-size: 14px;
    }

    .support-order strong[b-csb49tqah8] {
        color: #1a4fb3;
        font-size: 14px;
        font-weight: 700;
    }

.support-actions[b-csb49tqah8] {
    margin-top: 20px;
    display: flex;
    gap: 12px;
}

.support-btn[b-csb49tqah8] {
    flex: 1;
    height: 45px;
    border-radius: 12px;
    border: 1px solid transparent;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s ease;
}

    .support-btn.call[b-csb49tqah8] {
        background: #243b6b;
        color: #fff;
        box-shadow: 0 6px 16px rgba(36, 59, 107, .18);
    }

        .support-btn.call:hover[b-csb49tqah8] {
            background: #1d3159;
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(36, 59, 107, .28);
        }

    .support-btn.request[b-csb49tqah8] {
        background: #f5f6f8;
        color: #243b6b;
        border: 1px solid #d9dee7;
    }

        .support-btn.request:hover[b-csb49tqah8] {
            background: rgba(13,110,253,.08);
            color: #333;
            border-color: #243b6b;
            transform: translateY(-2px);
        }

    .support-btn i[b-csb49tqah8] {
        font-size: 22px;
    }
/* /Components/Pages/DischargeOrders.razor.rz.scp.css */
.order-list-container[b-4sdxi5k99y] {
    direction: rtl;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
}

.order-card[b-4sdxi5k99y] {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    border: 1px solid #e2e8f0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    user-select: none;
}

    .order-card:hover[b-4sdxi5k99y] {
        transform: translateY(-2px);
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
        border-color: #e2e8f0;
    }

.order-right-section[b-4sdxi5k99y] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-image-wrapper[b-4sdxi5k99y] {
    width: 50px;
    height: 50px;
    background-color: whitesmoke;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.product-img[b-4sdxi5k99y] {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.product-icon[b-4sdxi5k99y] {
    font-size: 1.5rem;
    color: #475569;
}

.order-details[b-4sdxi5k99y] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.order-code[b-4sdxi5k99y] {
    margin: 0;
    font-size: 14px;    
    color: #333;
}

.product-name[b-4sdxi5k99y] {
    margin: 0;
    font-size: 12px;
    color: #888;
    font-weight: 500;
}

.order-left-section[b-4sdxi5k99y] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.status-badge[b-4sdxi5k99y] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

    .status-badge.transit[b-4sdxi5k99y] {
        background-color: #fff2e8;
        color: #ff8c3b;
    }

    .status-badge.delivered[b-4sdxi5k99y] {
        background-color: #ebf9eb;
        color: #4ebb6f;
    }

    .status-badge.pending[b-4sdxi5k99y] {
        background-color: #fff7ed;
        color: #f97316;
    }

.action-icon[b-4sdxi5k99y] {
    font-size: 22px;
    color: #888;
    transition: transform 0.2s ease, color 0.2s ease;
}

.order-card:hover .action-icon[b-4sdxi5k99y] {
    color: #333;
    transform: translateX(-3px);
}

.track-modal-wrapper[b-4sdxi5k99y] {
    direction: rtl;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.track-hero-card[b-4sdxi5k99y] {
    background: linear-gradient(135deg, #ffe3d3 0%, #ffcdb2 100%);
    border-radius: 20px;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.hero-text-side h2[b-4sdxi5k99y] {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
}

.hero-status-label[b-4sdxi5k99y] {
    font-size: 14px;
    color: #888;
    display: block;
    margin-bottom: 5px;
}

.hero-sub-status[b-4sdxi5k99y] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #e27329;
    font-weight: 600;
}

    .hero-sub-status i[b-4sdxi5k99y] {
        font-size: 1.2rem;
    }

.hero-image-side[b-4sdxi5k99y] {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-box-icon[b-4sdxi5k99y] {
    font-size: 6.5rem;
    color: #ff8a4c;
    transform: rotate(-10deg);
}

.track-details-card[b-4sdxi5k99y] {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #e2e8f0;
}

.details-row[b-4sdxi5k99y] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.details-col[b-4sdxi5k99y] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.col-label[b-4sdxi5k99y] {
    font-size: 14px;
    color: #888;
}

.col-value[b-4sdxi5k99y] {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.badge-transit-status[b-4sdxi5k99y] {
    background-color: #fff2e8;
    color: #ff8c3b;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
}

.track-timeline-card[b-4sdxi5k99y] {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e8f0;
}

.timeline-item[b-4sdxi5k99y] {
    display: flex;
    gap: 10px;
}

.timeline-dot-wrapper[b-4sdxi5k99y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16px;
}

.timeline-dot[b-4sdxi5k99y] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cbd5e1;
    flex-shrink: 0;
}

.timeline-line[b-4sdxi5k99y] {
    width: 2px;
    flex-grow: 1;
    background-color: #e2e8f0;
    margin: 4px 0;
}

.timeline-content[b-4sdxi5k99y] {
    padding-bottom: 10px;
}

.timeline-item:last-child .timeline-content[b-4sdxi5k99y] {
    padding-bottom: 0;
}

.timeline-content h4[b-4sdxi5k99y] {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #888;
}

.timeline-content p[b-4sdxi5k99y] {
    margin: 0;
    font-size: 14px;
    color: #888;
}

.timeline-item.active .timeline-dot[b-4sdxi5k99y] {
    background-color: #ff8c3b;
}

.timeline-item.active .timeline-line[b-4sdxi5k99y] {
    background-color: #ff8c3b;
}

.timeline-item.active .timeline-content h4[b-4sdxi5k99y] {
    color: #333;
}

.timeline-item.active .timeline-content p[b-4sdxi5k99y] {
    color: #888;
}

.timeline-item.current .timeline-dot[b-4sdxi5k99y] {
    background-color: #ff8c3b;
    box-shadow: 0 0 0 4px rgba(255, 140, 59, 0.2);
}

.timeline-item.current .timeline-content h4[b-4sdxi5k99y] {
    color: #333;
}

.timeline-item.current .timeline-content p[b-4sdxi5k99y] {
    color: #888;
}

.timeline-item.future .timeline-dot[b-4sdxi5k99y] {
    background-color: #e2e8f0;
    border: 2px solid #e2e8f0;
}

.header-bottom-row[b-4sdxi5k99y] {
    width: 100%;
    margin-top: 10px;
}

.search-wrapper[b-4sdxi5k99y] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px;
    transition: all 0.3s ease;
}

    .search-wrapper:focus-within[b-4sdxi5k99y] {
        background: #ffffff;
        border-color: #1a4fb3;
        box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
    }

.search-main-icon[b-4sdxi5k99y] {
    font-size: 22px;
    color: #888;
    margin-right: 10px;
    margin-left: 10px;
}

.search-wrapper input[b-4sdxi5k99y] {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #334155;
    outline: none;
    padding: 8px 0;
}

    .search-wrapper input[b-4sdxi5k99y]::placeholder {
        color: #888;
    }

.search-qr-btn[b-4sdxi5k99y] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a4fb3;
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 10px rgba(99, 102, 241, 0.2);
}

    .search-qr-btn:hover[b-4sdxi5k99y] {
        background: #4f46e5;
        transform: scale(1.05);
    }

    .search-qr-btn i[b-4sdxi5k99y] {
        font-size: 22px;
    }


.track-support-card[b-4sdxi5k99y] {
    margin-top: 10px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 18px rgba(0,0,0,.05);
}

.support-header[b-4sdxi5k99y] {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.support-icon[b-4sdxi5k99y] {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 12px;
    background: rgba(13,110,253,.08);
    color: #1a4fb3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.support-content h5[b-4sdxi5k99y] {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #212529;
}

.support-content p[b-4sdxi5k99y] {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.8;
    color: #6c757d;
}

.support-order[b-4sdxi5k99y] {
    margin-top: 10px;
    padding: 12px 20px;
    border-radius: 12px;
    background: #f8f9fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 3px dashed #e2e8f0;
}

    .support-order span[b-4sdxi5k99y] {
        color: #6c757d;
        font-size: 14px;
    }

    .support-order strong[b-4sdxi5k99y] {
        color: #1a4fb3;
        font-size: 14px;
        font-weight: 700;
    }

.support-actions[b-4sdxi5k99y] {
    margin-top: 20px;
    display: flex;
    gap: 12px;
}

.support-btn[b-4sdxi5k99y] {
    flex: 1;
    height: 45px;
    border-radius: 12px;
    border: 1px solid transparent;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s ease;
}

    .support-btn.call[b-4sdxi5k99y] {
        background: #243b6b;
        color: #fff;
        box-shadow: 0 6px 16px rgba(36, 59, 107, .18);
    }

        .support-btn.call:hover[b-4sdxi5k99y] {
            background: #1d3159;
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(36, 59, 107, .28);
        }

    .support-btn.request[b-4sdxi5k99y] {
        background: #f5f6f8;
        color: #243b6b;
        border: 1px solid #d9dee7;
    }

        .support-btn.request:hover[b-4sdxi5k99y] {
            background: rgba(13,110,253,.08);
            color: #333;
            border-color: #243b6b;
            transform: translateY(-2px);
        }

    .support-btn i[b-4sdxi5k99y] {
        font-size: 22px;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
.custom-header[b-pk902d5zcx] {
    background: #ffffff;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.header-top-row[b-pk902d5zcx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.welcome-text h1[b-pk902d5zcx] {
    font-size: 14px;
    font-weight: bold;
    color: #0f172a;
}

.welcome-text p[b-pk902d5zcx] {
    font-size: 12px;
    color: #888;
    margin: 0;
}

.profile-dropdown-container[b-pk902d5zcx] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.notification-bell[b-pk902d5zcx] {
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

    .notification-bell:hover[b-pk902d5zcx] {
        transform: translateY(-2px);
    }

    .notification-bell i[b-pk902d5zcx] {
        font-size: 22px;
        color: #555;
    }

.notification-badge[b-pk902d5zcx] {
    position: absolute;
    top: -5px;
    right: -3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #dc3545;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-trigger[b-pk902d5zcx] {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.25s ease;
    border: 2px solid #1a4fb3;
    padding: 2px;
}

    .avatar-trigger:hover[b-pk902d5zcx] {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(99, 102, 241, 0.2);
    }

    .avatar-trigger img[b-pk902d5zcx] {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }

.status-indicator[b-pk902d5zcx] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #22c55e;
    border: 2px solid #fff;
    border-radius: 50%;
}

.radio-inputs[b-pk902d5zcx] {
    direction: rtl;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    background-color: white;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
    padding: 10px;
    width: 100%;
    font-size: 14px;
}

    .radio-inputs .radio[b-pk902d5zcx] {
        flex: 1 1 auto;
        text-align: center;
    }

        .radio-inputs .radio input[b-pk902d5zcx] {
            display: none;
        }

        .radio-inputs .radio .name[b-pk902d5zcx] {
            display: flex;
            cursor: pointer;
            align-items: center;
            justify-content: center;
            gap: 5px;
            border-radius: 0.5rem;
            border: none;
            padding: .5rem 0;
            color: rgba(51, 65, 85, 1);
            transition: all .15s ease-in-out;
        }

        .radio-inputs .radio .tab-icon[b-pk902d5zcx] {
            font-size: 20px;
            color: #888;
            transition: color .15s ease-in-out;
        }

        .radio-inputs .radio .badge[b-pk902d5zcx] {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #475569;
            font-size: 12px;
            font-weight: bold;
            padding: 5px 10px;
            border-radius: 9999px;
            transition: all .15s ease-in-out;
        }

        .radio-inputs .radio input:checked + .name[b-pk902d5zcx] {
            background-color: whitesmoke;
            font-weight: bold;
            color: #1a4fb3;
            border: 1px solid #e2e8f0;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
        }

            .radio-inputs .radio input:checked + .name .tab-icon[b-pk902d5zcx] {
                color: #1a4fb3;
                font-size: 18px;
            }

            .radio-inputs .radio input:checked + .name .badge[b-pk902d5zcx] {
                color: #333;
            }
/* /Components/Pages/Login.razor.rz.scp.css */
.login[b-a9tjkley3n] {
    flex: 1;
    min-height: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    padding: max(24px, env(safe-area-inset-top, 0px)) 16px max(16px, env(safe-area-inset-bottom, 0px));
}

.login-stack[b-a9tjkley3n] {
    width: 100%;
    margin-inline: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}

.login-header[b-a9tjkley3n] {
    flex-shrink: 0;
    text-align: center;
}

.login-logo[b-a9tjkley3n] {
    width: 150px;
    height: auto;
    margin: 0 auto 30px;
}

.login-titile-text[b-a9tjkley3n] {
    margin-bottom: 20px;
}

.login-title[b-a9tjkley3n] {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.login-text[b-a9tjkley3n] {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.login-form[b-a9tjkley3n] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 0 0 auto;
    min-height: 0;
    overflow: visible;
}

.login-field[b-a9tjkley3n] {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.login-label[b-a9tjkley3n] {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text);
}

.login-input-wrap[b-a9tjkley3n] {
    position: relative;
}

.login-input[b-a9tjkley3n] {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-white);
    font-family: inherit;
    font-size: 14px;
    color: var(--color-text);
    transition: border-color var(--transition-fast);
}

    .login-input[b-a9tjkley3n]::placeholder {
        color: #9aa8bc;
        font-size: 14px;
    }

    .login-input:focus[b-a9tjkley3n] {
        outline: none;
        border-color: var(--color-primary);
    }

.login-input-wrap-password .login-input[b-a9tjkley3n] {
    padding: 0 12px 0 36px;
}

.login-toggle[b-a9tjkley3n] {
    position: absolute;
    left: 4px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: none;
    border-radius: var(--radius-sm);
    background: transparent;
    color: var(--color-text-muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

    .login-toggle.is-visible[b-a9tjkley3n] {
        color: var(--color-text);
    }

.login-eye-icon[b-a9tjkley3n] {
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
}


.login-eye-icon--off[b-a9tjkley3n] {
    display: none;
}

.login-toggle.is-visible .login-eye-icon--on[b-a9tjkley3n] {
    display: none;
}

.login-toggle.is-visible .login-eye-icon--off[b-a9tjkley3n] {
    display: block;
}

.login-submit[b-a9tjkley3n] {
    flex-shrink: 0;
    margin-top: 20px;
    width: 100%;
    min-height: 50px;
    padding: 10px 12px;
    border: none;
    border-radius: var(--radius-md);
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    color: var(--color-white);
    background: var(--color-disabled-bg);
    cursor: not-allowed;
    transition: background var(--transition-smooth), transform var(--transition-fast);
    border: 1px solid transparent;
}

    .login-submit.is-ready[b-a9tjkley3n] {
        background: linear-gradient(135deg, var(--color-primary), var(--color-primary-mid));
        cursor: pointer;
        border-color: var(--color-primary-dark);
    }

        .login-submit.is-ready:hover[b-a9tjkley3n] {
            background: linear-gradient(135deg, #2a63c9, #1a4fb3);
            filter: brightness(1.05);
        }

        .login-submit.is-ready:active[b-a9tjkley3n] {
            transform: scale(0.98);
        }

.login-submit:disabled[b-a9tjkley3n] {
    background: var(--color-disabled-bg);
    cursor: not-allowed;
    opacity: .7;
}


.login-message[b-a9tjkley3n] {
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 16px;
    text-align: center;
    font-size: 14px;
}

    .login-message.success[b-a9tjkley3n] {
        background-color: #e8f7ee;
        color: #1d7a3c;
    }

    .login-message.error[b-a9tjkley3n] {
        background-color: #fdeaea;
        color: #c62828;
    }
/* /Components/Pages/ReceiveOrders.razor.rz.scp.css */
.order-list-container[b-3c2vwovc04] {
    direction: rtl;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
}

.order-card[b-3c2vwovc04] {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    border: 1px solid #e2e8f0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    user-select: none;
}

    .order-card:hover[b-3c2vwovc04] {
        transform: translateY(-2px);
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
        border-color: #e2e8f0;
    }

.order-right-section[b-3c2vwovc04] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-image-wrapper[b-3c2vwovc04] {
    width: 50px;
    height: 50px;
    background-color: whitesmoke;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.product-img[b-3c2vwovc04] {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.product-icon[b-3c2vwovc04] {
    font-size: 1.5rem;
    color: #475569;
}

.order-details[b-3c2vwovc04] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.order-code[b-3c2vwovc04] {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.product-name[b-3c2vwovc04] {
    margin: 0;
    font-size: 12px;
    color: #888;
    font-weight: 500;
}

.order-left-section[b-3c2vwovc04] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.status-badge[b-3c2vwovc04] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

    .status-badge.transit[b-3c2vwovc04] {
        background-color: #fff2e8;
        color: #ff8c3b;
    }

    .status-badge.delivered[b-3c2vwovc04] {
        background-color: #ebf9eb;
        color: #4ebb6f;
    }

    .status-badge.pending[b-3c2vwovc04] {
        background-color: #fff7ed;
        color: #f97316;
    }

.action-icon[b-3c2vwovc04] {
    font-size: 22px;
    color: #888;
    transition: transform 0.2s ease, color 0.2s ease;
}

.order-card:hover .action-icon[b-3c2vwovc04] {
    color: #333;
    transform: translateX(-3px);
}

.track-modal-wrapper[b-3c2vwovc04] {
    direction: rtl;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.track-hero-card[b-3c2vwovc04] {
    background: linear-gradient(135deg, #ffe3d3 0%, #ffcdb2 100%);
    border-radius: 20px;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.hero-text-side h2[b-3c2vwovc04] {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
}

.hero-status-label[b-3c2vwovc04] {
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.hero-sub-status[b-3c2vwovc04] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #e27329;
    font-weight: 600;
}

    .hero-sub-status i[b-3c2vwovc04] {
        font-size: 1.2rem;
    }

.hero-image-side[b-3c2vwovc04] {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-box-icon[b-3c2vwovc04] {
    font-size: 6.5rem;
    color: #ff8a4c;
    transform: rotate(-10deg);
}

.track-details-card[b-3c2vwovc04] {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #e2e8f0;
}

.details-row[b-3c2vwovc04] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.details-col[b-3c2vwovc04] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.col-label[b-3c2vwovc04] {
    font-size: 14px;
    color: #888;
}

.col-value[b-3c2vwovc04] {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.badge-transit-status[b-3c2vwovc04] {
    background-color: #fff2e8;
    color: #ff8c3b;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
}

.track-timeline-card[b-3c2vwovc04] {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e8f0;
}

.timeline-item[b-3c2vwovc04] {
    display: flex;
    gap: 10px;
}

.timeline-dot-wrapper[b-3c2vwovc04] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16px;
}

.timeline-dot[b-3c2vwovc04] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cbd5e1;
    flex-shrink: 0;
}

.timeline-line[b-3c2vwovc04] {
    width: 2px;
    flex-grow: 1;
    background-color: #e2e8f0;
    margin: 4px 0;
}

.timeline-content[b-3c2vwovc04] {
    padding-bottom: 10px;
}

.timeline-item:last-child .timeline-content[b-3c2vwovc04] {
    padding-bottom: 0;
}

.timeline-content h4[b-3c2vwovc04] {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #888;
}

.timeline-content p[b-3c2vwovc04] {
    margin: 0;
    font-size: 14px;
    color: #888;
}

.timeline-item.active .timeline-dot[b-3c2vwovc04] {
    background-color: #ff8c3b;
}

.timeline-item.active .timeline-line[b-3c2vwovc04] {
    background-color: #ff8c3b;
}

.timeline-item.active .timeline-content h4[b-3c2vwovc04] {
    color: #333;
}

.timeline-item.active .timeline-content p[b-3c2vwovc04] {
    color: #888;
}

.timeline-item.current .timeline-dot[b-3c2vwovc04] {
    background-color: #ff8c3b;
    box-shadow: 0 0 0 4px rgba(255, 140, 59, 0.2);
}

.timeline-item.current .timeline-content h4[b-3c2vwovc04] {
    color: #333;
}

.timeline-item.current .timeline-content p[b-3c2vwovc04] {
    color: #888;
}

.timeline-item.future .timeline-dot[b-3c2vwovc04] {
    background-color: #e2e8f0;
    border: 2px solid #e2e8f0;
}

.header-bottom-row[b-3c2vwovc04] {
    width: 100%;
    margin-top: 10px;
}

.search-wrapper[b-3c2vwovc04] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px;
    transition: all 0.3s ease;
}

    .search-wrapper:focus-within[b-3c2vwovc04] {
        background: #ffffff;
        border-color: #1a4fb3;
        box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
    }

.search-main-icon[b-3c2vwovc04] {
    font-size: 22px;
    color: #888;
    margin-right: 10px;
    margin-left: 10px;
}

.search-wrapper input[b-3c2vwovc04] {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #334155;
    outline: none;
    padding: 8px 0;
}

    .search-wrapper input[b-3c2vwovc04]::placeholder {
        color: #888;
    }

.search-qr-btn[b-3c2vwovc04] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a4fb3;
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 10px rgba(99, 102, 241, 0.2);
}

    .search-qr-btn:hover[b-3c2vwovc04] {
        background: #4f46e5;
        transform: scale(1.05);
    }

    .search-qr-btn i[b-3c2vwovc04] {
        font-size: 22px;
    }


.track-support-card[b-3c2vwovc04] {
    margin-top: 10px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 18px rgba(0,0,0,.05);
}

.support-header[b-3c2vwovc04] {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.support-icon[b-3c2vwovc04] {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 12px;
    background: rgba(13,110,253,.08);
    color: #1a4fb3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.support-content h5[b-3c2vwovc04] {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #212529;
}

.support-content p[b-3c2vwovc04] {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.8;
    color: #6c757d;
}

.support-order[b-3c2vwovc04] {
    margin-top: 10px;
    padding: 12px 20px;
    border-radius: 12px;
    background: #f8f9fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 3px dashed #e2e8f0;
}

    .support-order span[b-3c2vwovc04] {
        color: #6c757d;
        font-size: 14px;
    }

    .support-order strong[b-3c2vwovc04] {
        color: #1a4fb3;
        font-size: 14px;
        font-weight: 700;
    }

.support-actions[b-3c2vwovc04] {
    margin-top: 20px;
    display: flex;
    gap: 12px;
}

.support-btn[b-3c2vwovc04] {
    flex: 1;
    height: 45px;
    border-radius: 12px;
    border: 1px solid transparent;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s ease;
}

    .support-btn.call[b-3c2vwovc04] {
        background: #243b6b;
        color: #fff;
        box-shadow: 0 6px 16px rgba(36, 59, 107, .18);
    }

        .support-btn.call:hover[b-3c2vwovc04] {
            background: #1d3159;
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(36, 59, 107, .28);
        }

    .support-btn.request[b-3c2vwovc04] {
        background: #f5f6f8;
        color: #243b6b;
        border: 1px solid #d9dee7;
    }

        .support-btn.request:hover[b-3c2vwovc04] {
            background: rgba(13,110,253,.08);
            color: #333;
            border-color: #243b6b;
            transform: translateY(-2px);
        }

    .support-btn i[b-3c2vwovc04] {
        font-size: 22px;
    }
/* /Components/Pages/Reports/DamageOrder.razor.rz.scp.css */
.orders-list-container[b-bhk36h36yi] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order-list-card[b-bhk36h36yi] {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    gap: 10px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.015);
    align-items: center;
    position: relative;
    transition: all 0.2s ease;
}

    .order-list-card:hover[b-bhk36h36yi] {
        transform: translateY(-2px);
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
        border-color: #e2e8f0;
    }

.card-arrow[b-bhk36h36yi] {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #94a3b8;
    transition: all 0.2s ease;
}

.order-list-card:hover .card-arrow[b-bhk36h36yi] {
    color: #4f46e5;
    transform: translateX(-3px);
}

.card-arrow i[b-bhk36h36yi] {
    font-size: 24px;
}

.card-icon-wrapper[b-bhk36h36yi] {
    width: 50px;
    height: 50px;
    background-color: #f1f3f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .card-icon-wrapper i[b-bhk36h36yi] {
        font-size: 22px;
        color: #4f46e5;
    }

.card-main-info[b-bhk36h36yi] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-header-row[b-bhk36h36yi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.store-name[b-bhk36h36yi] {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.status-tag[b-bhk36h36yi] {
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
}

    .status-tag.ongoing[b-bhk36h36yi] {
        background-color: #eceffe;
        color: #4f46e5;
    }

    .status-tag.awaiting[b-bhk36h36yi] {
        background-color: #e0f7fa;
        color: #00acc1;
    }

.order-meta-row[b-bhk36h36yi] {
    margin-bottom: 12px;
}

.meta-item-code[b-bhk36h36yi] {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

.card-details-row[b-bhk36h36yi] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.detail-item[b-bhk36h36yi] {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 500;
}

    .detail-item i[b-bhk36h36yi] {
        font-size: 1.1rem;
        color: #cbd5e1;
    }

.files-grid[b-bhk36h36yi] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 10px;
}

.file-card[b-bhk36h36yi] {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
}

    .file-card:hover[b-bhk36h36yi] {
        background-color: #ffffff;
        border-color: #cbd5e1;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    }

.file-icon-wrapper[b-bhk36h36yi] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .file-icon-wrapper i[b-bhk36h36yi] {
        font-size: 1.5rem;
    }

        .file-icon-wrapper i.image-type[b-bhk36h36yi] {
            color: #10b981;
        }

        .file-icon-wrapper i.pdf-type[b-bhk36h36yi] {
            color: #ef4444;
        }

        .file-icon-wrapper i.generic-type[b-bhk36h36yi] {
            color: #64748b;
        }

.file-info[b-bhk36h36yi] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.file-name[b-bhk36h36yi] {
    font-size: 14px;
    color: #334155;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-size[b-bhk36h36yi] {
    font-size: 12px;
    margin-top: 5px;
}

.file-actions[b-bhk36h36yi] {
    display: flex;
    gap: 6px;
}

.btn-file-action[b-bhk36h36yi] {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.15s ease;
    border: none;
    background: transparent;
}

    .btn-file-action i[b-bhk36h36yi] {
        font-size: 20px;
    }

.view-btn[b-bhk36h36yi] {
    color: #4f46e5;
    background-color: #eceffe;
}

    .view-btn:hover[b-bhk36h36yi] {
        background-color: #4f46e5;
        color: #ffffff;
    }

.download-btn[b-bhk36h36yi] {
    color: #475569;
    background-color: #f1f5f9;
}

    .download-btn:hover[b-bhk36h36yi] {
        background-color: #475569;
        color: #ffffff;
    }

.no-files-alert[b-bhk36h36yi] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    background-color: #f8fafc;
    border-radius: 8px;
    color: #64748b;
    font-size: 12px;
}

.product-image-wrapper[b-bhk36h36yi] {
    width: 50px;
    height: 50px;
    background-color: whitesmoke;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.product-img[b-bhk36h36yi] {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.product-icon[b-bhk36h36yi] {
    font-size: 1.5rem;
    color: #475569;
}

.order-details[b-bhk36h36yi] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.order-code[b-bhk36h36yi] {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.product-name[b-bhk36h36yi] {
    margin: 0;
    font-size: 12px;
    color: #888;
    font-weight: 500;
}

.order-left-section[b-bhk36h36yi] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.status-badge[b-bhk36h36yi] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

    .status-badge.transit[b-bhk36h36yi] {
        background-color: #fff2e8;
        color: #ff8c3b;
    }

    .status-badge.delivered[b-bhk36h36yi] {
        background-color: #ebf9eb;
        color: #4ebb6f;
    }

    .status-badge.pending[b-bhk36h36yi] {
        background-color: #fff7ed;
        color: #f97316;
    }

.action-icon[b-bhk36h36yi] {
    font-size: 22px;
    color: #888;
    transition: transform 0.2s ease, color 0.2s ease;
}

.order-card:hover .action-icon[b-bhk36h36yi] {
    color: #333;
    transform: translateX(-3px);
}

.track-modal-wrapper[b-bhk36h36yi] {
    direction: rtl;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.track-hero-card[b-bhk36h36yi] {
    background: linear-gradient(135deg, #ffe3d3 0%, #ffcdb2 100%);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.hero-text-side h2[b-bhk36h36yi] {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
}

.hero-status-label[b-bhk36h36yi] {
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.hero-sub-status[b-bhk36h36yi] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #e27329;
    font-weight: 600;
}

    .hero-sub-status i[b-bhk36h36yi] {
        font-size: 1.2rem;
    }

.hero-image-side[b-bhk36h36yi] {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-box-icon[b-bhk36h36yi] {
    font-size: 6.5rem;
    color: #ff8a4c;
    transform: rotate(-10deg);
}

.track-details-card[b-bhk36h36yi] {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #e2e8f0;
}

.details-row[b-bhk36h36yi] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.details-col[b-bhk36h36yi] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.col-label[b-bhk36h36yi] {
    font-size: 14px;
    color: #888;
}

.col-value[b-bhk36h36yi] {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.badge-transit-status[b-bhk36h36yi] {
    background-color: #fff2e8;
    color: #ff8c3b;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
}

.track-timeline-card[b-bhk36h36yi] {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e8f0;
}

.timeline-item[b-bhk36h36yi] {
    display: flex;
    gap: 10px;
}

.timeline-dot-wrapper[b-bhk36h36yi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16px;
}

.timeline-dot[b-bhk36h36yi] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cbd5e1;
    flex-shrink: 0;
}

.timeline-line[b-bhk36h36yi] {
    width: 2px;
    flex-grow: 1;
    background-color: #e2e8f0;
    margin: 4px 0;
}

.timeline-content[b-bhk36h36yi] {
    padding-bottom: 10px;
}

.timeline-item:last-child .timeline-content[b-bhk36h36yi] {
    padding-bottom: 0;
}

.timeline-content h4[b-bhk36h36yi] {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #888;
}

.timeline-content p[b-bhk36h36yi] {
    margin: 0;
    font-size: 14px;
    color: #888;
}

.timeline-item.active .timeline-dot[b-bhk36h36yi] {
    background-color: #ff8c3b;
}

.timeline-item.active .timeline-line[b-bhk36h36yi] {
    background-color: #ff8c3b;
}

.timeline-item.active .timeline-content h4[b-bhk36h36yi] {
    color: #333;
}

.timeline-item.active .timeline-content p[b-bhk36h36yi] {
    color: #888;
}

.timeline-item.current .timeline-dot[b-bhk36h36yi] {
    background-color: #ff8c3b;
    box-shadow: 0 0 0 4px rgba(255, 140, 59, 0.2);
}

.timeline-item.current .timeline-content h4[b-bhk36h36yi] {
    color: #333;
}

.timeline-item.current .timeline-content p[b-bhk36h36yi] {
    color: #888;
}

.timeline-item.future .timeline-dot[b-bhk36h36yi] {
    background-color: #e2e8f0;
    border: 2px solid #e2e8f0;
}
/* /Components/Pages/Reports/HistoryOrder.razor.rz.scp.css */
.orders-list-container[b-hgd3b2kf94] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order-list-card[b-hgd3b2kf94] {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    gap: 14px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.015);
}

.card-icon-wrapper[b-hgd3b2kf94] {
    width: 50px;
    height: 50px;
    background-color: whitesmoke;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    flex-shrink: 0;
}

    .card-icon-wrapper img[b-hgd3b2kf94] {
        width: 70%;
        height: 70%;
        object-fit: contain;
    }

    .card-icon-wrapper i[b-hgd3b2kf94] {
        font-size: 1.3rem;
        color: #4f46e5;
    }

.card-main-info[b-hgd3b2kf94] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-header-row[b-hgd3b2kf94] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
}

.store-name[b-hgd3b2kf94] {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.status-tag[b-hgd3b2kf94] {
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
}

    .status-tag.ongoing[b-hgd3b2kf94] {
        background-color: #eceffe;
        color: #4f46e5;
    }

    .status-tag.awaiting[b-hgd3b2kf94] {
        background-color: #e0f7fa;
        color: #00acc1;
    }

.order-meta-row[b-hgd3b2kf94] {
    margin-bottom: 12px;
}

.meta-item-code[b-hgd3b2kf94] {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

.card-details-row[b-hgd3b2kf94] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.detail-item[b-hgd3b2kf94] {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 500;
}

    .detail-item i[b-hgd3b2kf94] {
        font-size: 1.1rem;
        color: #cbd5e1;
    }

.track-modal-wrapper[b-hgd3b2kf94] {
    direction: rtl;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.track-hero-card[b-hgd3b2kf94] {
    background: linear-gradient(135deg, #ffe3d3 0%, #ffcdb2 100%);
    border-radius: 20px;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.hero-text-side h2[b-hgd3b2kf94] {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
}

.hero-status-label[b-hgd3b2kf94] {
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.hero-sub-status[b-hgd3b2kf94] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #e27329;
    font-weight: 600;
}

    .hero-sub-status i[b-hgd3b2kf94] {
        font-size: 1.2rem;
    }

.hero-image-side[b-hgd3b2kf94] {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-box-icon[b-hgd3b2kf94] {
    font-size: 6.5rem;
    color: #ff8a4c;
    transform: rotate(-10deg);
}

.track-details-card[b-hgd3b2kf94] {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #e2e8f0;
}

.details-row[b-hgd3b2kf94] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.details-col[b-hgd3b2kf94] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.col-label[b-hgd3b2kf94] {
    font-size: 14px;
    color: #888;
}

.col-value[b-hgd3b2kf94] {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.badge-transit-status[b-hgd3b2kf94] {
    background-color: #fff2e8;
    color: #ff8c3b;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
}

.track-timeline-card[b-hgd3b2kf94] {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e8f0;
}

.timeline-item[b-hgd3b2kf94] {
    display: flex;
    gap: 10px;
}

.timeline-dot-wrapper[b-hgd3b2kf94] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16px;
}

.timeline-dot[b-hgd3b2kf94] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cbd5e1;
    flex-shrink: 0;
}

.timeline-line[b-hgd3b2kf94] {
    width: 2px;
    flex-grow: 1;
    background-color: #e2e8f0;
    margin: 4px 0;
}

.timeline-content[b-hgd3b2kf94] {
    padding-bottom: 10px;
}

.timeline-item:last-child .timeline-content[b-hgd3b2kf94] {
    padding-bottom: 0;
}

.timeline-content h4[b-hgd3b2kf94] {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #888;
}

.timeline-content p[b-hgd3b2kf94] {
    margin: 0;
    font-size: 14px;
    color: #888;
}

.timeline-item.active .timeline-dot[b-hgd3b2kf94] {
    background-color: #ff8c3b;
}

.timeline-item.active .timeline-line[b-hgd3b2kf94] {
    background-color: #ff8c3b;
}

.timeline-item.active .timeline-content h4[b-hgd3b2kf94] {
    color: #333;
}

.timeline-item.active .timeline-content p[b-hgd3b2kf94] {
    color: #888;
}

.timeline-item.current .timeline-dot[b-hgd3b2kf94] {
    background-color: #ff8c3b;
    box-shadow: 0 0 0 4px rgba(255, 140, 59, 0.2);
}

.timeline-item.current .timeline-content h4[b-hgd3b2kf94] {
    color: #333;
}

.timeline-item.current .timeline-content p[b-hgd3b2kf94] {
    color: #888;
}

.timeline-item.future .timeline-dot[b-hgd3b2kf94] {
    background-color: #e2e8f0;
    border: 2px solid #e2e8f0;
}

.header-bottom-row[b-hgd3b2kf94] {
    width: 100%;
    margin-top: 10px;
}

.search-wrapper[b-hgd3b2kf94] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px;
    transition: all 0.3s ease;
}

    .search-wrapper:focus-within[b-hgd3b2kf94] {
        background: #ffffff;
        border-color: #1a4fb3;
        box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
    }

.search-main-icon[b-hgd3b2kf94] {
    font-size: 22px;
    color: #888;
    margin-right: 10px;
    margin-left: 10px;
}

.search-wrapper input[b-hgd3b2kf94] {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #334155;
    outline: none;
    padding: 8px 0;
}

    .search-wrapper input[b-hgd3b2kf94]::placeholder {
        color: #888;
    }

.search-qr-btn[b-hgd3b2kf94] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a4fb3;
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 10px rgba(99, 102, 241, 0.2);
}

    .search-qr-btn:hover[b-hgd3b2kf94] {
        background: #4f46e5;
        transform: scale(1.05);
    }

    .search-qr-btn i[b-hgd3b2kf94] {
        font-size: 22px;
    }


.track-support-card[b-hgd3b2kf94] {
    margin-top: 10px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 18px rgba(0,0,0,.05);
}

.support-header[b-hgd3b2kf94] {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.support-icon[b-hgd3b2kf94] {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 12px;
    background: rgba(13,110,253,.08);
    color: #1a4fb3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.support-content h5[b-hgd3b2kf94] {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #212529;
}

.support-content p[b-hgd3b2kf94] {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.8;
    color: #6c757d;
}

.support-order[b-hgd3b2kf94] {
    margin-top: 10px;
    padding: 12px 20px;
    border-radius: 12px;
    background: #f8f9fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 3px dashed #e2e8f0;
}

    .support-order span[b-hgd3b2kf94] {
        color: #6c757d;
        font-size: 14px;
    }

    .support-order strong[b-hgd3b2kf94] {
        color: #1a4fb3;
        font-size: 14px;
        font-weight: 700;
    }

.support-actions[b-hgd3b2kf94] {
    margin-top: 20px;
    display: flex;
    gap: 12px;
}

.support-btn[b-hgd3b2kf94] {
    flex: 1;
    height: 45px;
    border-radius: 12px;
    border: 1px solid transparent;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s ease;
}

    .support-btn.call[b-hgd3b2kf94] {
        background: #243b6b;
        color: #fff;
        box-shadow: 0 6px 16px rgba(36, 59, 107, .18);
    }

        .support-btn.call:hover[b-hgd3b2kf94] {
            background: #1d3159;
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(36, 59, 107, .28);
        }

    .support-btn.request[b-hgd3b2kf94] {
        background: #f5f6f8;
        color: #243b6b;
        border: 1px solid #d9dee7;
    }

        .support-btn.request:hover[b-hgd3b2kf94] {
            background: #243b6b;
            color: #fff;
            border-color: #243b6b;
            transform: translateY(-2px);
        }

    .support-btn i[b-hgd3b2kf94] {
        font-size: 22px;
    }
/* /Components/Pages/Reports/OrderReport.razor.rz.scp.css */
.orders-page-wrapper[b-e8jw1z4ig4] {
    direction: rtl;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
}

.main-tabs-container[b-e8jw1z4ig4] {
    display: flex;
    background-color: #f1f3f9;
    border-radius: 12px;
    padding: 5px;
    margin-bottom: 10px;
}

.main-tab-item[b-e8jw1z4ig4] {
    flex: 1;
    cursor: pointer;
}

    .main-tab-item input[b-e8jw1z4ig4] {
        display: none;
    }

.main-tab-content[b-e8jw1z4ig4] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    font-size: 14px;
    color: #64748b;
    border-radius: 12px;
    transition: all 0.2s ease;
}

.main-tab-item input:checked + .main-tab-content[b-e8jw1z4ig4] {
    background-color: #ffffff;
    color: #333;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
/* /Components/Pages/Splash.razor.rz.scp.css */
.splash[b-emgpxpobvi] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    background: #ffffff;
}

.splash-intro[b-emgpxpobvi] {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.splash-main[b-emgpxpobvi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 350px;
    gap: 24px;
    animation: splash-in-b-emgpxpobvi 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.splash-hero-img[b-emgpxpobvi] {
    width: 100%;
    max-width: 350px;
    height: auto;
    object-fit: contain;
}

.splash-copy[b-emgpxpobvi] {
    text-align: center;
    margin-bottom: 80px;
}

.splash-title[b-emgpxpobvi] {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px;
}

.splash-desc[b-emgpxpobvi] {
    margin: 0;
    font-size: 14px;
    color: #777;
    line-height: 1.8;
}

.splash-start-btn[b-emgpxpobvi] {
    position: relative;
    width: 100%;
    max-width: 350px;
    height: 65px;
    background: linear-gradient(90deg, #1a4fb3, #2a63c9);
    color: white;
    border: none;
    border-radius: 999px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 4px 15px rgba(26, 79, 179, 0.25);
    transition: all 0.25s ease;
    overflow: visible;
    z-index: 2;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    animation: pulse-b-emgpxpobvi 2s infinite;
}

    .splash-start-btn:hover[b-emgpxpobvi] {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(26, 79, 179, 0.35);
    }

    .splash-start-btn:active[b-emgpxpobvi] {
        transform: scale(0.95);
    }

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 4px 15px rgba(26, 79, 179, 0.25), 0 0 0 0 rgba(88, 120, 243, 0.5);
    }

    70% {
        box-shadow: 0 4px 15px rgba(26, 79, 179, 0.25), 0 0 0 20px rgba(88, 120, 243, 0);
    }

    100% {
        box-shadow: 0 4px 15px rgba(26, 79, 179, 0.25), 0 0 0 0 rgba(88, 120, 243, 0);
    }
}

@-moz-keyframes pulse {
    0% {
        box-shadow: 0 4px 15px rgba(26, 79, 179, 0.25), 0 0 0 0 rgba(88, 120, 243, 0.5);
    }

    70% {
        box-shadow: 0 4px 15px rgba(26, 79, 179, 0.25), 0 0 0 20px rgba(88, 120, 243, 0);
    }

    100% {
        box-shadow: 0 4px 15px rgba(26, 79, 179, 0.25), 0 0 0 0 rgba(88, 120, 243, 0);
    }
}

@keyframes pulse-b-emgpxpobvi {
    0% {
        box-shadow: 0 4px 15px rgba(26, 79, 179, 0.25), 0 0 0 0 rgba(88, 120, 243, 0.5);
    }

    70% {
        box-shadow: 0 4px 15px rgba(26, 79, 179, 0.25), 0 0 0 20px rgba(88, 120, 243, 0);
    }

    100% {
        box-shadow: 0 4px 15px rgba(26, 79, 179, 0.25), 0 0 0 0 rgba(88, 120, 243, 0);
    }
}

.splash-footer[b-emgpxpobvi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    flex-shrink: 0;
    animation: splash-in-b-emgpxpobvi 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

.splash-version[b-emgpxpobvi], .splash-powered[b-emgpxpobvi] {
    font-size: 12px;
    color: #888;
    margin: 0;
}

@keyframes splash-in-b-emgpxpobvi {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/User/Profile.razor.rz.scp.css */
.profile-container[b-xc3gowiest] {
    width: 100%;
    max-width: 500px;
}

.profile-card[b-xc3gowiest] {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(15, 23, 42, .06);
}

.profile-header[b-xc3gowiest] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    background: linear-gradient(130deg, #ffd75a, #1a4fb3);
    color: #fff;
}

.profile-avatar[b-xc3gowiest] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid rgba(255,255,255,.85);
    box-shadow: 0 6px 18px rgba(0,0,0,.15);
}

    .profile-avatar img[b-xc3gowiest] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.profile-user-info[b-xc3gowiest] {
    flex: 1;
}

.profile-welcome[b-xc3gowiest] {
    font-size: 12px;
    opacity: .85;
    margin-top: 5px;
}

.profile-name[b-xc3gowiest] {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.profile-arrow[b-xc3gowiest] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,.15);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .25s;
}

    .profile-arrow:hover[b-xc3gowiest] {
        background: rgba(255,255,255,.28);
    }

    .profile-arrow i[b-xc3gowiest] {
        font-size: 22px;
        transform: rotate(180deg);
    }

.profile-menu[b-xc3gowiest] {
    padding: 10px 0;
}

.profile-menu-item[b-xc3gowiest], .profile-toggle[b-xc3gowiest] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    transition: .25s;
    border-bottom: 1px solid #e2e8f0;
}

    .profile-menu-item:last-child[b-xc3gowiest] {
        border-bottom: none;
    }

    .profile-menu-item:hover[b-xc3gowiest] {
        background: #fff;
    }

.profile-menu-left[b-xc3gowiest], .profile-toggle-label[b-xc3gowiest] {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .profile-menu-left i[b-xc3gowiest], .profile-toggle-label i[b-xc3gowiest] {
        font-size: 22px;
        color: #1a4fb3;
        width: 26px;
        text-align: center;
    }

    .profile-menu-left span[b-xc3gowiest], .profile-toggle-label span[b-xc3gowiest] {
        font-size: 14px;
        font-weight: 500;
        color: #374151;
    }

.profile-menu-item > i:last-child[b-xc3gowiest] {
    color: #94a3b8;
    font-size: 20px;
    transform: rotate(180deg);
}

.profile-switch[b-xc3gowiest] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}

    .profile-switch input[b-xc3gowiest] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.profile-slider[b-xc3gowiest] {
    position: absolute;
    inset: 0;
    background: #d1d5db;
    border-radius: 30px;
    cursor: pointer;
    transition: .3s;
}

    .profile-slider[b-xc3gowiest]::before {
        content: "";
        position: absolute;
        width: 22px;
        height: 22px;
        right: 3px;
        bottom: 3px;
        background: #fff;
        border-radius: 50%;
        transition: .3s;
        box-shadow: 0 2px 6px rgba(0,0,0,.15);
    }

.profile-switch input:checked + .profile-slider[b-xc3gowiest] {
    background: #22c55e;
}

    .profile-switch input:checked + .profile-slider[b-xc3gowiest]::before {
        transform: translateX(-22px);
    }

.profile-menu-item[b-xc3gowiest], .profile-arrow[b-xc3gowiest] {
    position: relative;
    overflow: hidden;
}

.profile-menu-item[b-xc3gowiest] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: .25s;
    border-bottom: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.logout-item .profile-menu-left i[b-xc3gowiest],
.logout-item .profile-menu-left span[b-xc3gowiest] {
    color: #dc2626;
}

.profile-support-box[b-xc3gowiest] {
    margin: 20px;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    background: linear-gradient(135deg,#1a4fb3,#3b82f6);
    color: #fff;
    box-shadow: 0 15px 35px rgba(26,79,179,.2);
}

.support-icon[b-xc3gowiest] {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(255,255,255,.15);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
}

.profile-support-box h5[b-xc3gowiest] {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.profile-support-box p[b-xc3gowiest] {
    margin: 20px 0 25px;
    line-height: 2;
    font-size: 14px;
}

.support-call-btn[b-xc3gowiest] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    border-radius: 50px;
    background: #fff;
    color: #1a4fb3;
    font-weight: bold;
    text-decoration: none;
    transition: .3s;
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

    .support-call-btn i[b-xc3gowiest] {
        font-size: 22px;
        line-height: 0;
    }

    .support-call-btn:hover[b-xc3gowiest] {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(0,0,0,.18);
    }

    .support-call-btn:active[b-xc3gowiest] {
        transform: scale(.96);
    }
