@import '_content/Blazor.QRCode/Blazor.QRCode.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/DateAddresForm.razor.rz.scp.css */
.hlab-card[b-emaox8f4iv] {
    background: #fff;
    border-radius: 0.375rem;
}

    .hlab-card .card-header[b-emaox8f4iv] {
        background: transparent;
        border-bottom: 1px solid rgba(0,0,0,0.04);
        padding: 0.65rem 1rem;
    }

    .hlab-card .card-body[b-emaox8f4iv] {
        padding: 0.75rem 1rem;
    }

    .hlab-card .bi.bi-clock-fill[b-emaox8f4iv],
    .hlab-card .bi.bi-clock-history[b-emaox8f4iv],
    .hlab-card .bi.bi-stopwatch-fill[b-emaox8f4iv],
    .hlab-card .bi.bi-clock[b-emaox8f4iv] {
        color: var(--bs-primary) !important;
    }

.form-text[b-emaox8f4iv] {
    color: #6c757d;
    font-size: 0.85rem;
}

.hlab-row[b-emaox8f4iv] {
    margin-bottom: 0.65rem;
}

.hlab-hide-text[b-emaox8f4iv] {
    color: white !important;
}

/* Input group styling */
.input-group[b-emaox8f4iv] {
    display: flex;
    align-items: stretch;
}

.input-group-text[b-emaox8f4iv] {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #495057;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

.input-group .form-control[b-emaox8f4iv] {
    height: calc(1.5em + 0.75rem + 2px);
}

@media (max-width: 575.98px) {
    .hlab-card .card-header .text-end[b-emaox8f4iv] {
        display: none;
    }

    .form-text[b-emaox8f4iv] {
        font-size: 0.8rem;
    }

    .date-btn-col[b-emaox8f4iv] {
        margin-top: 0.5rem;
        justify-content: flex-end;
        align-items: center;
    }

        .date-btn-col .btn[b-emaox8f4iv] {
            height: calc(1.5em + .65rem);
            margin-top: 0;
        }
}

.btn.btn-outline-primary:not(:disabled):hover[b-emaox8f4iv],
.btn.btn-outline-primary:not(:disabled):focus[b-emaox8f4iv] {
    color: #fff !important;
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    box-shadow: none;
}

    .btn.btn-outline-primary:not(:disabled):hover .bi[b-emaox8f4iv],
    .btn.btn-outline-primary:not(:disabled):focus .bi[b-emaox8f4iv] {
        color: #fff !important;
    }

    .btn.btn-outline-primary:not(:disabled):hover span[b-emaox8f4iv],
    .btn.btn-outline-primary:not(:disabled):focus span[b-emaox8f4iv] {
        color: #fff !important;
    }
/* /Components/FeltdataInformationCard.razor.rz.scp.css */
.title-card[b-kcmk8m528s] {
    position: relative;
    background-color: #fff;
    border-radius: 0.375rem;
    color: #212529;
    font-weight: 500;
    border-color: rgba(52,141,23,0.06);
}
.hlab-card[b-kcmk8m528s] {
    background: #fff;
    border-radius: 0.375rem;
}

    .hlab-card .card-header[b-kcmk8m528s] {
        background: transparent;
        border-bottom: 1px solid rgba(0,0,0,0.04);
        padding: 0.65rem 1rem;
    }

    .hlab-card .card-body[b-kcmk8m528s] {
        padding: 0.75rem 1rem;
    }

    /* label/value (definition list) styling */
    .title-card dl dt[b-kcmk8m528s] {
        font-size: 0.9rem;
    }

    .title-card dl dd[b-kcmk8m528s] {
        font-size: 0.95rem;
        color: #495057;
        margin-bottom: 0.6rem;
    }

    /* small helper text for the header */
    .title-card .text-muted[b-kcmk8m528s] {
        color: #6c757d;
    }

/* Responsive spacing */
@media (max-width: 575.98px) {
    .title-card dl dt[b-kcmk8m528s] {
        font-size: 0.85rem;
    }

    .title-card dl dd[b-kcmk8m528s] {
        font-size: 0.9rem;
    }
}
/* /Components/PageCardTitle.razor.rz.scp.css */
:host[b-hkjzpxrnxy] {
    display: block;
}

.title-card[b-hkjzpxrnxy] {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

    .title-card .accent[b-hkjzpxrnxy] {
        position: absolute;
        inset: 0 auto 0 0;
        width: 5px;
        background: linear-gradient(180deg, var(--bs-primary, #0d6efd) 0%, #0056d2 100%);
    }

    .title-card .card-body[b-hkjzpxrnxy] {
        padding: 1.25rem 1.5rem;
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .title-card .title-icon[b-hkjzpxrnxy] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.5rem;
        height: 2.5rem;
        background: linear-gradient(135deg, rgba(var(--bs-primary-rgb, 13, 110, 253), 0.08) 0%, rgba(var(--bs-primary-rgb, 13, 110, 253), 0.12) 100%);
        border-radius: 0.5rem;
        color: var(--bs-primary, #0d6efd);
        font-size: 1.25rem;
        flex-shrink: 0;
        border: 1px solid rgba(var(--bs-primary-rgb, 13, 110, 253), 0.1);
    }

    .title-card .title-content[b-hkjzpxrnxy] {
        flex: 1;
        min-width: 0;
    }

    .title-card .title-text[b-hkjzpxrnxy] {
        color: #2c3e50;
        font-weight: 600;
        letter-spacing: -0.01em;
        line-height: 1.3;
    }

    .title-card .subtitle-text[b-hkjzpxrnxy] {
        color: #6c757d;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.4;
    }

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .title-card .card-body[b-hkjzpxrnxy] {
        padding: 1rem 1.25rem;
        gap: 0.75rem;
    }

    .title-card .title-icon[b-hkjzpxrnxy] {
        width: 2.25rem;
        height: 2.25rem;
        font-size: 1.125rem;
    }

    .title-card .title-text[b-hkjzpxrnxy] {
        font-size: 1.125rem;
    }

    .title-card .subtitle-text[b-hkjzpxrnxy] {
        font-size: 0.8125rem;
    }
}
/* /Components/QrScanner.razor.rz.scp.css */
/* ==============================================
   QR Scanner Overlay & Container
   ============================================== */

.qr-scanner-overlay[b-oh4qyuerwx] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.qr-scanner-overlay.visible[b-oh4qyuerwx] {
    opacity: 1;
    visibility: visible;
}

.qr-scanner-container[b-oh4qyuerwx] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh; /* Use dynamic viewport height on mobile */
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#qr-scanner-video[b-oh4qyuerwx],
#qr-scanner-video video[b-oh4qyuerwx] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

#qr-scanner-video > *[b-oh4qyuerwx] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobile-specific: Ensure full screen and prevent browser UI overlap */
@media (max-width: 767px) {
    .qr-scanner-overlay[b-oh4qyuerwx] {
        /* Ensure it covers the entire viewport including any browser UI */
        position: fixed;
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        max-height: -webkit-fill-available;
    }
    
    .qr-scanner-container[b-oh4qyuerwx] {
        position: fixed;
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        max-height: -webkit-fill-available;
        padding: 0;
        margin: 0;
    }
    
    #qr-scanner-video[b-oh4qyuerwx] {
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        max-height: -webkit-fill-available;
    }
}

/* iOS Safari specific fixes */
@supports (-webkit-touch-callout: none) {
    .qr-scanner-overlay[b-oh4qyuerwx],
    .qr-scanner-container[b-oh4qyuerwx],
    #qr-scanner-video[b-oh4qyuerwx] {
        height: -webkit-fill-available;
    }
}

/* Handle safe areas on notched devices */
@supports(padding: max(0px)) {
    .qr-scanner-overlay[b-oh4qyuerwx] {
        padding-top: max(env(safe-area-inset-top), 0px);
        padding-bottom: max(env(safe-area-inset-bottom), 0px);
        padding-left: max(env(safe-area-inset-left), 0px);
        padding-right: max(env(safe-area-inset-right), 0px);
    }
    
    /* Adjust buttons for safe areas */
    @media (max-width: 767px) {
        .qr-scanner-close[b-oh4qyuerwx] {
            top: max(1rem, env(safe-area-inset-top) + 0.75rem);
            right: max(1rem, env(safe-area-inset-right) + 0.75rem);
        }
        
        .qr-scanner-torch[b-oh4qyuerwx] {
            top: max(1rem, env(safe-area-inset-top) + 0.75rem);
            left: max(1rem, env(safe-area-inset-left) + 0.75rem);
        }
        
        .qr-scanner-error[b-oh4qyuerwx] {
            bottom: max(1.5rem, env(safe-area-inset-bottom) + 1rem);
            left: max(1rem, env(safe-area-inset-left) + 1rem);
            right: max(1rem, env(safe-area-inset-right) + 1rem);
        }
    }
}

/* ==============================================
   Close Button
   ============================================== */

.qr-scanner-close[b-oh4qyuerwx] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 100;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    color: #333;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.qr-scanner-close:hover[b-oh4qyuerwx] {
    background: #fff;
    transform: scale(1.05);
}

.qr-scanner-close:active[b-oh4qyuerwx] {
    transform: scale(0.95);
}

/* Torch button */
.qr-scanner-torch[b-oh4qyuerwx] {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 100;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.95);
    border: none;
    border-radius: 50%;
    color: #333;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    transition: all .2s ease;
    -webkit-tap-highlight-color: transparent;
}

.qr-scanner-torch:hover[b-oh4qyuerwx] { 
    background:#fff; 
    transform: scale(1.05); 
}

.qr-scanner-torch:active[b-oh4qyuerwx] { 
    transform: scale(.95); 
}

.qr-scanner-torch .bi-lightbulb-fill[b-oh4qyuerwx] { 
    color: #ffbf00; 
}

/* ==============================================
   Scanning Frame / Viewfinder
   ============================================== */

.qr-scanner-frame[b-oh4qyuerwx] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Responsive size for mobile/tablet - uses percentage of viewport */
    width: min(85vw, 320px);
    height: min(85vw, 320px);
    z-index: 50;
    pointer-events: none;
}

.qr-scanner-corner[b-oh4qyuerwx] {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 4px solid rgba(255, 255, 255, 0.95);
    border-radius: 4px;
    /* Add a subtle animation for better visual feedback */
    animation: pulse-corner-b-oh4qyuerwx 2s ease-in-out infinite;
}

@keyframes pulse-corner-b-oh4qyuerwx {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.qr-corner-tl[b-oh4qyuerwx] {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 8px;
}

.qr-corner-tr[b-oh4qyuerwx] {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
    border-top-right-radius: 8px;
}

.qr-corner-bl[b-oh4qyuerwx] {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
    border-bottom-left-radius: 8px;
}

.qr-corner-br[b-oh4qyuerwx] {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
    border-bottom-right-radius: 8px;
}

.qr-scanner-hint[b-oh4qyuerwx] {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.95);
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
    padding: 0.75rem 1.5rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    backdrop-filter: blur(8px);
}

/* Mobile portrait adjustments */
@media (max-width: 576px) {
    .qr-scanner-frame[b-oh4qyuerwx] {
        width: min(80vw, 280px);
        height: min(80vw, 280px);
    }
    
    .qr-scanner-corner[b-oh4qyuerwx] {
        width: 50px;
        height: 50px;
        border-width: 3px;
    }
    
    .qr-scanner-hint[b-oh4qyuerwx] {
        font-size: 0.95rem;
        bottom: -55px;
        padding: 0.625rem 1.25rem;
    }
}

/* Tablet adjustments */
@media (min-width: 768px) and (max-width: 991px) {
    .qr-scanner-frame[b-oh4qyuerwx] {
        width: min(70vw, 350px);
        height: min(70vw, 350px);
    }
    
    .qr-scanner-corner[b-oh4qyuerwx] {
        width: 70px;
        height: 70px;
    }
}

/* Landscape mode adjustments - make frame smaller to fit screen */
@media (orientation: landscape) and (max-height: 600px) {
    .qr-scanner-frame[b-oh4qyuerwx] {
        width: min(50vh, 240px);
        height: min(50vh, 240px);
    }
    
    .qr-scanner-corner[b-oh4qyuerwx] {
        width: 45px;
        height: 45px;
        border-width: 3px;
    }
    
    .qr-scanner-hint[b-oh4qyuerwx] {
        bottom: -50px;
        font-size: 0.875rem;
        padding: 0.5rem 1rem;
    }
}

/* Very small landscape screens */
@media (orientation: landscape) and (max-height: 450px) {
    .qr-scanner-frame[b-oh4qyuerwx] {
        width: min(45vh, 200px);
        height: min(45vh, 200px);
    }
    
    .qr-scanner-corner[b-oh4qyuerwx] {
        width: 35px;
        height: 35px;
        border-width: 2px;
    }
    
    .qr-scanner-hint[b-oh4qyuerwx] {
        bottom: -45px;
        font-size: 0.8rem;
    }
}

/* ==============================================
   Error Message
   ============================================== */

.qr-scanner-error[b-oh4qyuerwx] {
    position: absolute;
    bottom: 2rem;
    left: 1rem;
    right: 1rem;
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: rgba(220, 53, 69, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 0.5rem;
    color: #fff;
    font-size: 0.95rem;
    animation: slideUp-b-oh4qyuerwx 0.3s ease;
}

.qr-scanner-error i[b-oh4qyuerwx] { font-size: 1.25rem; flex-shrink: 0; }

@keyframes slideUp-b-oh4qyuerwx { from { opacity:0; transform: translateY(20px);} to { opacity:1; transform: translateY(0);} }

/* ==============================================
   Responsive Design
   ============================================== */

@media (max-width: 576px) {
    .qr-scanner-close[b-oh4qyuerwx], .qr-scanner-torch[b-oh4qyuerwx] {
        width: 44px;
        height: 44px;
        font-size: 1.25rem;
    }

    .qr-scanner-error[b-oh4qyuerwx] {
        padding: 0.875rem 1rem;
        font-size: 0.875rem;
    }
}

/* Landscape mobile: ensure full usage */
@media (orientation: landscape) and (max-height: 500px) {
    .qr-scanner-container[b-oh4qyuerwx] { 
        height: 100vh;
        height: 100dvh;
    }
    #qr-scanner-video[b-oh4qyuerwx] { 
        height: 100vh;
        height: 100dvh;
    }
    
    /* Make buttons smaller in landscape */
    .qr-scanner-close[b-oh4qyuerwx], .qr-scanner-torch[b-oh4qyuerwx] {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
        top: 0.5rem;
    }
    
    .qr-scanner-close[b-oh4qyuerwx] { right: 0.5rem; }
    .qr-scanner-torch[b-oh4qyuerwx] { left: 0.5rem; }
}
/* /Components/SelectSamplingPoint.razor.rz.scp.css */
.sampling-point-search[b-8jinaj30sl] {
    max-width: 100%;
}

    .sampling-point-search .form-floating > .form-control[b-8jinaj30sl] {
        height: 65px;
        padding: 1.25rem 0.75rem 0.5rem 0.75rem;
        font-size: 1.25rem;
        border: 1px solid #dee2e6;
        border-radius: 0.375rem;
        transition: all 0.2s ease;
    }

    .sampling-point-search .form-floating > label[b-8jinaj30sl] {
        padding: 0.5rem 0.75rem;
        font-size: 1rem;
        color: #6c757d;
        transform-origin: 0 0;
    }

    .sampling-point-search .form-floating > .form-control:focus ~ label[b-8jinaj30sl],
    .sampling-point-search .form-floating > .form-control:not(:placeholder-shown) ~ label[b-8jinaj30sl] {
        transform: scale(0.85) translateY(-0.5rem);
    }

.input-group .form-floating[b-8jinaj30sl] {
    flex: 1;
}

    .input-group .form-floating > .form-control[b-8jinaj30sl] {
        height: 65px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group .form-floating > label[b-8jinaj30sl] {
        padding: 0.5rem 0.75rem;
        font-size: 1rem;
        color: #6c757d;
        transform-origin: 0 0;
    }

    .input-group .form-floating > .form-control:focus ~ label[b-8jinaj30sl],
    .input-group .form-floating > .form-control:not(:placeholder-shown) ~ label[b-8jinaj30sl] {
        transform: scale(0.85) translateY(-0.5rem);
    }

.input-group-lg > .form-control[b-8jinaj30sl],
.input-group-lg > .input-group-text[b-8jinaj30sl] {
    padding: 0.875rem 1rem;
    font-size: 1.25rem;
}

.input-group-text[b-8jinaj30sl] {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}

.sampling-points-grid[b-8jinaj30sl] {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.sampling-point-card[b-8jinaj30sl] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    padding: 1.25rem;
    cursor: pointer;
    transition: all 0.2s ease;
    overflow: hidden;
}

    .sampling-point-card:hover[b-8jinaj30sl] {
        border-color: #369318;
        box-shadow: 0 4px 12px rgba(54, 147, 24, 0.15);
        transform: translateY(-2px);
    }

    .sampling-point-card.selected[b-8jinaj30sl] {
        border-color: #369318;
        background: #f0f8ec;
    }

        .sampling-point-card.selected .card-accent[b-8jinaj30sl] {
            background: #369318;
        }

.card-accent[b-8jinaj30sl] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: transparent;
    transition: background 0.2s ease;
}

.sampling-point-card:hover .card-accent[b-8jinaj30sl] {
    background: #369318;
}

.card-content[b-8jinaj30sl] {
    flex: 1;
    min-width: 0;
}

.card-header-content[b-8jinaj30sl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.sampling-point-title[b-8jinaj30sl] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customer-number-badge[b-8jinaj30sl] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: #369318;
    background: #f0f8ec;
    border: 1px solid #d4f0ca;
    border-radius: 1rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.sampling-point-card.selected .customer-number-badge[b-8jinaj30sl] {
    background: #fff;
    border-color: #369318;
}

.card-detail[b-8jinaj30sl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #6c757d;
}

    .card-detail:last-child[b-8jinaj30sl] {
        margin-bottom: 0;
    }

.detail-icon[b-8jinaj30sl] {
    flex-shrink: 0;
    opacity: 0.7;
}

.detail-label[b-8jinaj30sl] {
    font-weight: 500;
    min-width: 50px;
}

.detail-value[b-8jinaj30sl] {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-arrow[b-8jinaj30sl] {
    flex-shrink: 0;
    color: #6c757d;
    opacity: 0.5;
    transition: all 0.2s ease;
}

.sampling-point-card:hover .card-arrow[b-8jinaj30sl] {
    opacity: 1;
    color: #369318;
    transform: translateX(4px);
}

.no-results-card[b-8jinaj30sl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    background: #fff;
    border: 2px dashed #dee2e6;
    border-radius: 0.75rem;
    text-align: center;
}

.no-results-icon[b-8jinaj30sl] {
    color: #dee2e6;
    margin-bottom: 1rem;
}

.no-results-title[b-8jinaj30sl] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #6c757d;
    margin: 0 0 0.5rem 0;
}

.no-results-text[b-8jinaj30sl] {
    font-size: 0.95rem;
    color: #adb5bd;
    margin: 0;
}

@media (max-width: 576px) {
    .sampling-point-card[b-8jinaj30sl] {
        padding: 1rem;
    }

    .card-header-content[b-8jinaj30sl] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .sampling-point-title[b-8jinaj30sl] {
        font-size: 1rem;
        white-space: normal;
    }

    .card-detail[b-8jinaj30sl] {
        flex-wrap: wrap;
        font-size: 0.85rem;
    }

    .detail-label[b-8jinaj30sl] {
        min-width: auto;
    }

    .card-arrow[b-8jinaj30sl] {
        display: none;
    }

    .no-results-card[b-8jinaj30sl] {
        padding: 2rem 1rem;
    }

    .input-group-lg > .form-control[b-8jinaj30sl],
    .input-group-lg > .input-group-text[b-8jinaj30sl] {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .sampling-points-grid[b-8jinaj30sl] {
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    }
}

@media (min-width: 992px) {
    .sampling-points-grid[b-8jinaj30sl] {
        grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    }
}
/* /Components/SpecErrorModal.razor.rz.scp.css */
/* Modal container - ensure proper positioning */
.blazored-modal-container[b-dzbzy7pyaw] {
    z-index: 100 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blazored-modal[b-dzbzy7pyaw] {
    z-index: 100 !important;
}

/* Desktop: Centered modal with fixed width */
@media (min-width: 768px) {
    .blazored-modal-container[b-dzbzy7pyaw] {
        padding: 2rem;
    }

    .blazored-modal[b-dzbzy7pyaw] {
        width: 100%;
        max-width: 600px;
        margin: auto;
        max-height: calc(100vh - 4rem);
        display: flex;
        flex-direction: column;
        border-radius: 0.5rem;
    }
}

/* Mobile: Full screen modal */
@media (max-width: 767.98px) {
    .blazored-modal-container[b-dzbzy7pyaw] {
        padding: 0 !important;
        margin: 0 !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        min-height: 100vh !important;
        height: 100vh !important;
    }

    .blazored-modal[b-dzbzy7pyaw] {
        width: 100vw !important;
        height: 100vh !important;
        margin: 0 !important;

    }

    .modal-body[b-dzbzy7pyaw] {
        flex: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.app[b-u79qjusoje] {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

nav .container-fluid[b-u79qjusoje] {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#main.container-fluid[b-u79qjusoje] {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

header[b-u79qjusoje] {
    position: relative;
    min-height: 72px;
    border-bottom: 2px solid #ececec;
    z-index: 90 !important;
}

footer[b-u79qjusoje] {
    margin-top: auto;
    min-height: 50px;
    background-color: white;
    border-top: 1px solid #ececec;
    text-align: center;
    font-size: 0.7rem;
    color: #666666;
}

body.blazored-modal-active header[b-u79qjusoje] {
    z-index: 99 !important;
}

.navbar[b-u79qjusoje] {
    min-height: 70px;
}

.logo[b-u79qjusoje] {
    height: 44px;
    width: auto;
}

.nav-link[b-u79qjusoje],
.dropdown-item[b-u79qjusoje],
.navbar-toggler[b-u79qjusoje] {
    min-height: 50px;
}

.navbar .nav-item.dropdown[b-u79qjusoje] {
    position: relative;
}

.navbar .dropdown-menu[b-u79qjusoje] {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    z-index: 1080;
}

.dropdown-menu[b-u79qjusoje] {
    overflow: hidden;
}

.dropdown-item[b-u79qjusoje] {
    padding-top: .625rem;
    padding-bottom: .625rem;
}

.user-name[b-u79qjusoje] {
    max-width: 40vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Pages/Home.razor.rz.scp.css */
.visually-hidden[b-gj35svwvqj] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.home-container[b-gj35svwvqj] {
    margin: 0 auto;
}

/* ==============================================
   QR Scanner Button
   ============================================== */

.qr-scan-button[b-gj35svwvqj] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #369318;
    background: transparent;
    border: 1px solid #369318;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.qr-scan-button:hover[b-gj35svwvqj] {
    background: #369318;
    color: #fff;
}

.qr-scan-button:active[b-gj35svwvqj] {
    transform: scale(0.98);
}

.qr-scan-button i[b-gj35svwvqj] {
    font-size: 1.125rem;
}

/* ==============================================
   Tab Navigation
   ============================================== */

.search-methods-tabs[b-gj35svwvqj] {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem;
    background: #fff;
    border-radius: 0.375rem;
}

.tab-button[b-gj35svwvqj] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #6c757d;
    background: transparent;
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .tab-button:hover[b-gj35svwvqj] {
        background: #f8f9fa;
        color: #369318;
    }

    .tab-button.active[b-gj35svwvqj] {
        background: linear-gradient(135deg, #369318 0%, #2d7a14 100%);
        color: #fff;
        box-shadow: 0 2px 8px rgba(54, 147, 24, 0.25);
    }

        .tab-button.active svg[b-gj35svwvqj] {
            filter: brightness(0) invert(1);
        }

    .tab-button svg[b-gj35svwvqj] {
        flex-shrink: 0;
    }

.tab-pane[b-gj35svwvqj] {
    display: block;
    animation: fadeIn-b-gj35svwvqj 0.3s ease;
}

@keyframes fadeIn-b-gj35svwvqj {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==============================================
   Input Group
   ============================================== */

.input-group-compact[b-gj35svwvqj] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
    align-items: stretch;
}

    .input-group-compact .form-control[b-gj35svwvqj] {
        flex: 1;
        height: 56px;
        font-size: 1.25rem;
        padding: 0.875rem 1.5rem;
    }

    .input-group-compact .btn[b-gj35svwvqj] {
        height: 56px;
        padding: 0.875rem 1.5rem;
        font-weight: 600;
        min-width: 120px;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }

.input-group-lg > .form-control[b-gj35svwvqj],
.input-group-lg > .btn[b-gj35svwvqj] {
    padding: 0.875rem 1.5rem;
    font-size: 1.25rem;
}

.btn-lg:hover:not(:disabled)[b-gj35svwvqj] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(54, 147, 24, 0.25);
}

.btn-lg:active:not(:disabled)[b-gj35svwvqj] {
    transform: translateY(0);
}

/* ==============================================
   Alerts
   ============================================== */

.alert[b-gj35svwvqj] {
    border-radius: 0.375rem;
    border: none;
    padding: 1rem;
    font-size: 0.95rem;
}

/* ==============================================
   Project Chips
   ============================================== */

.project-header[b-gj35svwvqj] {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 500;
    color: #6c757d;
}

.project-chips[b-gj35svwvqj] {
    display: grid;
    gap: 1rem;
}

.chip[b-gj35svwvqj] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    overflow: hidden;
    text-align: left;
}

    .chip[b-gj35svwvqj]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background: transparent;
        transition: background 0.2s ease;
    }

    .chip:hover[b-gj35svwvqj] {
        border-color: #369318;
        box-shadow: 0 4px 12px rgba(54, 147, 24, 0.15);
        transform: translateY(-2px);
    }

        .chip:hover[b-gj35svwvqj]::before {
            background: #369318;
        }

        .chip:hover .chip-arrow[b-gj35svwvqj] {
            opacity: 1;
            color: #369318;
            transform: translateX(4px);
        }

    .chip:active[b-gj35svwvqj] {
        transform: translateY(0);
    }

.chip-arrow[b-gj35svwvqj] {
    flex-shrink: 0;
    color: #6c757d;
    opacity: 0.5;
    transition: all 0.2s ease;
    margin-left: auto;
}

/* ==============================================
   Sample Cards
   ============================================== */

.selected-sample-card[b-gj35svwvqj] {
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, #f0f8ec 0%, #e8f5e0 100%);
    border: 1px solid #d4f0ca;
    border-radius: 0.375rem;
}

.sample-label[b-gj35svwvqj] {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.sample-id[b-gj35svwvqj] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #369318;
}

/* ==============================================
   Sections
   ============================================== */

.section-header[b-gj35svwvqj] {
    display: flex;
    align-items: center;
}

section[b-gj35svwvqj] {
    margin-bottom: 1.5rem;
}

/* ==============================================
   Responsive Design - Mobile
   ============================================== */

@media (max-width: 576px) {
    .qr-scan-button[b-gj35svwvqj] {
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem;
    }

    .qr-scan-button i[b-gj35svwvqj] {
        font-size: 1rem;
    }

    .search-methods-tabs[b-gj35svwvqj] {
        flex-direction: column;
        gap: 0.5rem;
        padding: 0.5rem;
    }

    .tab-button[b-gj35svwvqj] {
        width: 100%;
        justify-content: flex-start;
        padding: 0.75rem 1rem;
    }

        .tab-button span[b-gj35svwvqj] {
            margin-left: 0.5rem;
        }

    .input-group-compact[b-gj35svwvqj] {
        flex-direction: column;
        gap: 1rem;
    }

        .input-group-compact .form-control[b-gj35svwvqj] {
            height: 56px;
            font-size: 1rem;
            width: 100%;
        }

        .input-group-compact .btn[b-gj35svwvqj] {
            width: 100%;
            padding: 1rem;
        }

    .input-group-lg > .form-control[b-gj35svwvqj],
    .input-group-lg > .btn[b-gj35svwvqj] {
        font-size: 1rem;
    }

    .chip[b-gj35svwvqj] {
        font-size: 1rem;
        padding: 1rem;
    }

    .chip-arrow[b-gj35svwvqj] {
        display: none;
    }
}

/* ==============================================
   Responsive Design - Tablet & Desktop
   ============================================== */

@media (min-width: 768px) {
    .project-chips[b-gj35svwvqj] {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

@media (min-width: 992px) {
    .project-chips[b-gj35svwvqj] {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}
/* /Pages/SamplingPoints.razor.rz.scp.css */
.sampling-points-grid[b-8s3m29qy2l] {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.sampling-point-card[b-8s3m29qy2l] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    padding: 1.25rem;
    cursor: pointer;
    transition: all 0.2s ease;
    overflow: hidden;
}

    .sampling-point-card:hover[b-8s3m29qy2l] {
        border-color: #369318;
        box-shadow: 0 4px 12px rgba(54, 147, 24, 0.15);
        transform: translateY(-2px);
    }

    .sampling-point-card.selected[b-8s3m29qy2l] {
        border-color: #369318;
        background: #f0f8ec;
    }

        .sampling-point-card.selected .card-accent[b-8s3m29qy2l] {
            background: #369318;
        }

.card-accent[b-8s3m29qy2l] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: transparent;
    transition: background 0.2s ease;
}

.sampling-point-card:hover .card-accent[b-8s3m29qy2l] {
    background: #369318;
}

.card-content[b-8s3m29qy2l] {
    flex: 1;
    min-width: 0;
}

.card-header-content[b-8s3m29qy2l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.sampling-point-title[b-8s3m29qy2l] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customer-number-badge[b-8s3m29qy2l] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: #369318;
    background: #f0f8ec;
    border: 1px solid #d4f0ca;
    border-radius: 1rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.sampling-point-card.selected .customer-number-badge[b-8s3m29qy2l] {
    background: #fff;
    border-color: #369318;
}

.card-detail[b-8s3m29qy2l] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #6c757d;
}

    .card-detail:last-child[b-8s3m29qy2l] {
        margin-bottom: 0;
    }

.detail-icon[b-8s3m29qy2l] {
    flex-shrink: 0;
    opacity: 0.7;
}

.detail-label[b-8s3m29qy2l] {
    font-weight: 500;
    min-width: 50px;
}

.detail-value[b-8s3m29qy2l] {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-arrow[b-8s3m29qy2l] {
    flex-shrink: 0;
    color: #6c757d;
    opacity: 0.5;
    transition: all 0.2s ease;
}

.sampling-point-card:hover .card-arrow[b-8s3m29qy2l] {
    opacity: 1;
    color: #369318;
    transform: translateX(4px);
}

@media (max-width: 576px) {
    .sampling-point-card[b-8s3m29qy2l] {
        padding: 1rem;
    }

    .card-header-content[b-8s3m29qy2l] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .sampling-point-title[b-8s3m29qy2l] {
        font-size: 1rem;
        white-space: normal;
    }

    .card-detail[b-8s3m29qy2l] {
        flex-wrap: wrap;
        font-size: 0.85rem;
    }

    .detail-label[b-8s3m29qy2l] {
        min-width: auto;
    }

    .card-arrow[b-8s3m29qy2l] {
        display: none;
    }
}

@media (min-width: 768px) {
    .sampling-points-grid[b-8s3m29qy2l] {
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    }
}

@media (min-width: 992px) {
    .sampling-points-grid[b-8s3m29qy2l] {
        grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    }
}
/* /Pages/WorkNote.razor.rz.scp.css */
/* Root styles */
.hlab-box[b-t1mdxjdjbw] {
    margin-top: 1rem;
}

/* Card styling */
.hlab-card[b-t1mdxjdjbw] {
    margin-bottom: 1.25rem;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background: #fff;
}

    .hlab-card .card-header[b-t1mdxjdjbw] {
        background-color: #f8f9fa;
        border-bottom: 1px solid #dee2e6;
        padding: 0.875rem 1rem;
    }

        .hlab-card .card-header .fw-semibold[b-t1mdxjdjbw] {
            font-size: 1rem;
            font-weight: 600;
            color: #212529;
        }

        .hlab-card .card-header .small[b-t1mdxjdjbw] {
            font-size: 0.875rem;
            line-height: 1.4;
        }

        .hlab-card .card-header .badge[b-t1mdxjdjbw] {
            font-size: 0.75rem;
            padding: 0.25rem 0.5rem;
            vertical-align: middle;
        }

    .hlab-card .card-body[b-t1mdxjdjbw] {
        padding: 1rem;
    }

/* Row styling */
.hlab-row[b-t1mdxjdjbw] {
    margin-bottom: 0.875rem;
    padding-bottom: 0.875rem;
}

    .hlab-row:not(:last-child)[b-t1mdxjdjbw] {
        border-bottom: 1px solid #f1f3f5;
    }

    .hlab-row .col-form-label[b-t1mdxjdjbw] {
        font-weight: 500;
        color: #495057;
        font-size: 0.9375rem;
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

/* Input groups */
.bi-clipboard-data-fill[b-t1mdxjdjbw] {
    color: #6d6e7b !important;
}

.input-group-text[b-t1mdxjdjbw] {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    font-weight: 500;
    color: #495057;
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
}

.input-group .form-control[b-t1mdxjdjbw],
.input-group .form-select[b-t1mdxjdjbw] {
    height: calc(1.5em + 0.75rem + 2px);
}

/* Validation card */
.hlab-validation-card[b-t1mdxjdjbw] {
    border-left: 3px solid #ffc107;
    padding: 1rem;
    gap: 0.75rem;
    background-color: #fff8e6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    border-radius: 0.375rem;
    margin-bottom: 1rem;
}

.hlab-validation-title[b-t1mdxjdjbw] {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: #212529;
}

.hlab-validation-count[b-t1mdxjdjbw] {
    font-weight: 600;
    font-size: 0.8125rem;
}

.hlab-validation-list[b-t1mdxjdjbw] {
    padding-left: 0;
    margin: 0.75rem 0 0 0;
}

    .hlab-validation-list .list-group-item[b-t1mdxjdjbw] {
        background: transparent;
        border: 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
    }

        .hlab-validation-list .list-group-item + .list-group-item[b-t1mdxjdjbw] {
            border-top: 1px dashed rgba(0, 0, 0, 0.1);
        }

.validation-icon[b-t1mdxjdjbw] {
    font-size: 1.5rem;
    color: #ffc107;
}

.save-status-badge[b-t1mdxjdjbw] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1.125rem;
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border: 1px solid #b1dfbb;
    border-radius: 0.625rem;
    animation: slideInFromTop-b-t1mdxjdjbw 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
}

    .save-status-badge[b-t1mdxjdjbw]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
        pointer-events: none;
    }

    .save-status-badge .bi-check-circle-fill[b-t1mdxjdjbw] {
        font-size: 1.5rem;
        color: #28a745;
        flex-shrink: 0;
        filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
        animation: checkPulse-b-t1mdxjdjbw 0.6s ease-out;
    }

.save-status-text[b-t1mdxjdjbw] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    position: relative;
    z-index: 1;
}

.save-status-label[b-t1mdxjdjbw] {
    font-weight: 600;
    font-size: 0.9375rem;
    color: #155724;
    line-height: 1.2;
}

.save-status-time[b-t1mdxjdjbw] {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #1e7e34;
    opacity: 0.9;
    line-height: 1.2;
}

/* Action buttons */
.action-btn[b-t1mdxjdjbw] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    font-size: 0.9375rem;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    min-height: 3rem;
    white-space: nowrap;
}

    .action-btn .bi[b-t1mdxjdjbw] {
        font-size: 1.125rem;
        flex-shrink: 0;
    }

    .action-btn:disabled[b-t1mdxjdjbw] {
        opacity: 0.6;
        cursor: not-allowed;
    }

/* Animations */
@keyframes slideInFromTop-b-t1mdxjdjbw {
    from {
        opacity: 0;
        transform: translateY(-12px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes checkPulse-b-t1mdxjdjbw {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Small mobile adjustments */
@media (max-width: 575.98px) {
    .action-btn[b-t1mdxjdjbw] {
        font-size: 0.875rem;
        padding: 0.625rem 1rem;
        min-height: 2.75rem;
    }

    .save-status-badge[b-t1mdxjdjbw] {
        gap: 0.5rem;
        padding: 0.5rem 0.75rem;
    }

        .save-status-badge .bi-check-circle-fill[b-t1mdxjdjbw] {
            font-size: 1.125rem;
        }

    .save-status-label[b-t1mdxjdjbw] {
        font-size: 0.8125rem;
    }

    .save-status-time[b-t1mdxjdjbw] {
        font-size: 0.6875rem;
    }
}
