@import '_content/BerryPicking.Module.Blazor/BerryPicking.Module.Blazor.akzj5c7esm.bundle.scp.css';

/* _content/BerryPicking.Blazor.Server/Pages/HelpPage.razor.rz.scp.css */
.help-page-shell[b-qrm7lbxptr] {
    padding: 1.5rem;
}

.help-page-header[b-qrm7lbxptr] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.help-page-title[b-qrm7lbxptr] {
    margin-bottom: 0.25rem;
}

.help-page-subtitle[b-qrm7lbxptr] {
    color: #6c757d;
    margin-bottom: 0;
}

.help-page-layout[b-qrm7lbxptr] {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 1.5rem;
}

.help-nav-panel[b-qrm7lbxptr],
.help-document-panel[b-qrm7lbxptr] {
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.06);
    padding: 1.25rem;
}

.help-nav-title[b-qrm7lbxptr] {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.help-nav-list[b-qrm7lbxptr] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.help-nav-list li + li[b-qrm7lbxptr] {
    margin-top: 0.5rem;
}

.help-nav-list a[b-qrm7lbxptr] {
    color: #0d6efd;
    display: block;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    text-decoration: none;
}

.help-nav-list a:hover[b-qrm7lbxptr],
.help-nav-list a.active[b-qrm7lbxptr] {
    background: rgba(13, 110, 253, 0.1);
    color: #084298;
}

.help-markdown-content :deep(img)[b-qrm7lbxptr] {
    max-width: 100%;
    height: auto;
}

.help-markdown-content :deep(table)[b-qrm7lbxptr] {
    width: 100%;
    margin-bottom: 1rem;
}

.help-markdown-content :deep(pre)[b-qrm7lbxptr] {
    background: #f8f9fa;
    border-radius: 0.5rem;
    padding: 1rem;
    overflow-x: auto;
}

@media (max-width: 991.98px) {
    .help-page-layout[b-qrm7lbxptr] {
        grid-template-columns: 1fr;
    }

    .help-page-header[b-qrm7lbxptr] {
        flex-direction: column;
    }
}
/* _content/BerryPicking.Blazor.Server/Pages/SignaturePage.razor.rz.scp.css */
/* Signature pad styles */
.signature-container[b-ptlx1y9md8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 1rem;
    margin-top: 1rem;
    position: relative;
}

.signature-pad-wrapper[b-ptlx1y9md8] {
    width: 100%;
    max-width: 1300px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.signature-pad[b-ptlx1y9md8] {
    min-height: 300px;
    height: 60vh;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-radius: 1.5rem;
    position: relative;
    touch-action: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signature-pad canvas[b-ptlx1y9md8] {
    display: block;
    border-radius: 1.5rem;
    background: transparent;
}

.signature-watermark[b-ptlx1y9md8] {
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #adb5bd;
    font-size: 1.25rem;
    pointer-events: none;
    z-index: 2;
    font-weight: 500;
    letter-spacing: 0.05em;
    user-select: none;
}

.signature-actions[b-ptlx1y9md8] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: auto;
    align-self: flex-end;
    margin-right: 3.2rem; /* Move a bit left from the edge */
}

.saving-overlay[b-ptlx1y9md8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    pointer-events: all;
    box-shadow: 0 0 0 9999px rgba(255,255,255,0.3);
}

/* Extra tablet-friendly styling */
@media (min-width: 768px) {
    .signature-pad[b-ptlx1y9md8] {
        min-height: 400px;
    }
}

/* Save button */
.btn-primary.px-5[b-ptlx1y9md8] {
    font-size: 1.1rem;
    padding: 0.6rem 2rem !important;
    border-radius: 8px;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}

.btn-primary.px-5:hover:not(:disabled)[b-ptlx1y9md8] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@keyframes fadeIn-b-ptlx1y9md8 {
    from { opacity: 0; transform: scale(0.98); }
    to { opacity: 1; transform: scale(1); }
}

/* SignaturePage component styles */

.polarica-progress[b-ptlx1y9md8] {
    /* Add custom progress bar styles here */
}

.polarica-info[b-ptlx1y9md8] {
    margin-top: 1rem;
    text-align: center;
}

.polarica-heading[b-ptlx1y9md8] {
    margin-bottom: 0.25rem;
    font-weight: bold;
}

.polarica-body[b-ptlx1y9md8] {
    font-size: 1rem;
    color: #333;
}

.polarica-btn[b-ptlx1y9md8] {
    /* Add custom button styles here */
}

.polarica-btn-outline[b-ptlx1y9md8] {
    /* Add custom outline button styles here */
}

.polarica-badge[b-ptlx1y9md8] {
    font-size: 1rem;
    margin: 0 0.25rem;
    padding: 0.25em 0.75em;
    border-radius: 1em;
    background: #eee;
    color: #A8001A;
    position: relative;
}

.polarica-badge-success[b-ptlx1y9md8] {
    background: #2E6B2F;
    color: #fff;
}

.polarica-badge-current[b-ptlx1y9md8] {
    background: #A8001A;
    color: #fff;
}

.polarica-badge-secondary[b-ptlx1y9md8] {
    background: #ccc;
    color: #333;
}

.polarica-badge-dot[b-ptlx1y9md8] {
    position: absolute;
    right: -6px;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #A8001A;
    border-radius: 50%;
    transform: translateY(-50%);
}

.polarica-error[b-ptlx1y9md8] {
    color: #A8001A;
    background: #ffe6ea;
    border-radius: 0.5em;
    padding: 0.5em 1em;
}

.qr-code-container[b-ptlx1y9md8] {
    margin-bottom: 2rem;
    text-align: center;
}

.signature-pad-container[b-ptlx1y9md8] {
    margin-bottom: 2rem;
    text-align: center;
}

.signature-status-container[b-ptlx1y9md8] {
    margin-bottom: 1rem;
    text-align: center;
}

.polarica-progress-percentage[b-ptlx1y9md8] {
    color: #A8001A;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
}
.polarica-icon[b-ptlx1y9md8] {
    color: #A8001A;
}
.polarica-berrypicker-name[b-ptlx1y9md8] {
    color: #A8001A;
    font-size: 1.5rem;
    font-weight: bold;
}
.polarica-nav-controls[b-ptlx1y9md8] {
    max-width: 500px;
    margin: auto;
}
.polarica-refresh-qr[b-ptlx1y9md8] {
    text-align: center;
    margin-bottom: 1rem;
}
.polarica-progress-row[b-ptlx1y9md8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}
.polarica-progress[b-ptlx1y9md8] {
    width: 300px;
    margin: 0 auto;
}

/* QR print sheet (Print / Save as PDF) */
.only-print[b-ptlx1y9md8] {
    display: none;
}

.qr-print-grid[b-ptlx1y9md8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}

.qr-print-cell[b-ptlx1y9md8] {
    text-align: center;
    page-break-inside: avoid;
    break-inside: avoid;
}

.qr-print-name[b-ptlx1y9md8] {
    font-weight: 600;
    margin-bottom: 0.35rem;
    font-size: 1.05rem;
}

@media print {
    /* Hide the interactive carousel (and everything else in the carousel view) so only the QR sheet prints */
    .qr-carousel-view > *:not(.qr-print-sheet)[b-ptlx1y9md8] {
        display: none !important;
    }

    .only-print[b-ptlx1y9md8] {
        display: block;
    }

    .qr-print-grid[b-ptlx1y9md8] {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }
}
