@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/VizCo.Blazor.Library/VizCo.Blazor.Library.df9j4z0o1e.bundle.scp.css';

/* /Auth/Pages/AccessCode.razor.rz.scp.css */
.access-code-card[b-rbe05xmcfi] {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 15px;
    align-content: center;
    place-items: center;
    margin-top: 1rem;
    padding-bottom: 2rem;
}

.access-code-card .card-hint[b-rbe05xmcfi] {
    position: absolute;
    text-align: right;
    bottom: 0.5rem;
    right: 0.5rem;
    font-size: 0.75rem;
    color: var(--vz-gray-600);
    opacity: 0.8;
    width: 65%!important;
}

.logo-vizco[b-rbe05xmcfi] {
    width: 160px;
}
.company-identifier-input-container[b-rbe05xmcfi] {
    position: relative;
}

/* Visual-only disabled state during submission */
.company-identifier-input-container.submitting-overlay[b-rbe05xmcfi] {
    opacity: 0.6;
    pointer-events: none;
    user-select: none;
}

/* Responsive adjustments */
@media (min-width: 768px) {
    .access-code-card[b-rbe05xmcfi] {
        padding-bottom: 4rem;
    }

}
/* /Auth/Pages/Login.razor.rz.scp.css */
.login[b-vk68uu8o9t]{
  padding: 1rem;
}

.login-card[b-vk68uu8o9t] {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 15px;
  align-content: center;
  place-items: center;
  margin-top: 1rem;
}

.login-card .form-label[b-vk68uu8o9t]{
  font-weight: 500;
}

.login-card .card-hint[b-vk68uu8o9t] {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  font-size: 0.75rem;
  color: var(--vz-gray-600);
  opacity: 0.8;
}

.logo-vizco[b-vk68uu8o9t] {
  width: 160px;
}

.my-card-container[b-vk68uu8o9t] {
  min-width: 300px;
  padding: 2rem;
  position: relative;
  left: -10px;
}


.blazored-typeahead__input-icon[b-vk68uu8o9t] {
  border-radius: 10px !important;
}

.blazored-typeahead[b-vk68uu8o9t] {
  border-radius: 10px !important;
}

.blazored-typeahead__input[b-vk68uu8o9t] {
  border-radius: 10px !important;
  font-size: 1.2rem !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 15px !important;
  padding-right: 0px !important;
  letter-spacing: 2px !important;
}

.blazored-typeahead__result[b-vk68uu8o9t] {
  font-size: 1.2rem !important;
  z-index: 2000 !important;
}

.blazored-typeahead__results[b-vk68uu8o9t] {
  border-radius: 10px 10px 25px 25px !important;
  z-index: 2000 !important
}

.typeahead-container[b-vk68uu8o9t] {
  margin-bottom: 15px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .blazored-typeahead__input[b-vk68uu8o9t] {
    border-radius: 10px !important;
    font-size: 1.2rem !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 15px !important;
    padding-right: 0px !important;
    letter-spacing: 4px !important;
    max-width: 88% !important;
  }
}
/* /GenericComponents/CustomTypeaheadDropdown.razor.rz.scp.css */
.typeahead-wrapper[b-qm942d0xwj] {
    position: relative;
    width: 100%;
}

.typeahead-control[b-qm942d0xwj] {
    position: relative;
    width: 100%;
}

.typeahead-input-wrapper[b-qm942d0xwj] {
    position: relative;
    width: 100%;
}

.typeahead-input[b-qm942d0xwj] {
    width: 100%;
    padding: 8px 40px 8px 12px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 36px;
    box-sizing: border-box;
}

.typeahead-input:focus[b-qm942d0xwj] {
    outline: none;
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.typeahead-text[b-qm942d0xwj] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.typeahead-arrow[b-qm942d0xwj] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: all;
    color: #6c757d;
    transition: transform 0.2s ease;
    cursor: pointer;
}

.typeahead-clear[b-qm942d0xwj] {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
    z-index: 1;
}

.typeahead-clear:hover[b-qm942d0xwj] {
    color: #dc3545;
}

.typeahead-dropdown-container[b-qm942d0xwj] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 4px;
    z-index: 9999;
}

.typeahead-dropdown[b-qm942d0xwj] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    max-height: 300px;
    overflow: hidden;
}

.typeahead-dropdown-inner[b-qm942d0xwj] {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
}

.typeahead-list[b-qm942d0xwj] {
    list-style: none;
    margin: 0;
    padding: 4px 0;
}

.typeahead-item[b-qm942d0xwj] {
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.1s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
}

.typeahead-item:hover[b-qm942d0xwj],
.typeahead-item.highlighted[b-qm942d0xwj] {
    background-color: #f8f9fa;
}

.typeahead-item.selected[b-qm942d0xwj] {
    background-color: #e7f1ff;
    color: #0056b3;
}

.typeahead-item.selected.highlighted[b-qm942d0xwj] {
    background-color: #cfe2ff;
}

.typeahead-check[b-qm942d0xwj] {
    color: #0056b3;
    font-size: 0.875rem;
}

.typeahead-no-results[b-qm942d0xwj] {
    padding: 12px;
    text-align: center;
    color: #6c757d;
    font-size: 0.875rem;
}

/* Mobile-specific improvements */
@media (max-width: 768px) {
    .typeahead-dropdown[b-qm942d0xwj] {
        max-height: 250px;
    }

    .typeahead-dropdown-inner[b-qm942d0xwj] {
        max-height: 250px;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }

    .typeahead-item[b-qm942d0xwj] {
        padding: 12px;
        min-height: 44px;
    }

    /* Prevent zoom on focus in iOS Safari */
    .typeahead-input[b-qm942d0xwj],
    .typeahead-display[b-qm942d0xwj] {
        font-size: 16px;
    }
}

/* Handle safe area on modern phones */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
    .typeahead-dropdown-inner[b-qm942d0xwj] {
        padding-bottom: env(safe-area-inset-bottom);
    }
}
/* /GenericComponents/FileUploadComponent.razor.rz.scp.css */
.file-upload-container[b-fyqbj74qth] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
}

.file-upload-container.dragging[b-fyqbj74qth] {
    background-color: rgba(240, 248, 255, 0.5);
    border-radius: 8px;
}

.upload-input-overlay[b-fyqbj74qth] {
    /* Styles controlled via inline style binding */
}

.drop-overlay-message[b-fyqbj74qth] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    font-size: 1.25rem;
    color: var(--primary-color, #007bff);
    background-color: rgba(240, 248, 255, 0.95);
    padding: 1rem 1.5rem;
    border-radius: 8px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
    pointer-events: none;
}

.drop-overlay-message i[b-fyqbj74qth] {
    font-size: 2rem;
}

.upload-input-area[b-fyqbj74qth] {
    position: relative;
    border: 2px dashed var(--border-color, #ccc);
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    transition: all 0.2s ease;
    background: var(--bg-secondary, #f9f9f9);
    cursor: pointer;
}

.upload-input-area:hover[b-fyqbj74qth] {
    border-color: var(--primary-color, #007bff);
    background: var(--bg-hover, #f0f7ff);
}

.upload-input-button[b-fyqbj74qth] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-input-button:disabled[b-fyqbj74qth] {
    cursor: not-allowed;
}

.upload-prompt[b-fyqbj74qth] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-secondary, #666);
    pointer-events: none;
}

.upload-prompt i[b-fyqbj74qth] {
    font-size: 2rem;
    color: var(--primary-color, #007bff);
}

.upload-queue[b-fyqbj74qth] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 300px;
    overflow-y: auto;
}

.upload-item[b-fyqbj74qth] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: var(--bg-secondary, #f9f9f9);
    border-radius: 6px;
    border: 1px solid var(--border-color, #e0e0e0);
}

.upload-item.uploading[b-fyqbj74qth] {
    border-color: var(--primary-color, #007bff);
}

.upload-item.completed[b-fyqbj74qth] {
    border-color: var(--success-color, #28a745);
    background: var(--success-bg, #f0fff4);
}

.upload-item.failed[b-fyqbj74qth] {
    border-color: var(--error-color, #dc3545);
    background: var(--error-bg, #fff5f5);
}

.upload-item.cancelled[b-fyqbj74qth] {
    opacity: 0.6;
}

.upload-item-info[b-fyqbj74qth] {
    flex: 0 0 140px;
    min-width: 0;
}

.file-name[b-fyqbj74qth] {
    display: block;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.875rem;
}

.file-size[b-fyqbj74qth] {
    font-size: 0.75rem;
    color: var(--text-secondary, #666);
}

.upload-item-progress[b-fyqbj74qth] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.progress-bar-container[b-fyqbj74qth] {
    flex: 1;
    height: 8px;
    background: var(--progress-bg, #e0e0e0);
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar[b-fyqbj74qth] {
    height: 100%;
    background: var(--primary-color, #007bff);
    border-radius: 4px;
    transition: width 0.15s ease;
}

.progress-text[b-fyqbj74qth] {
    flex: 0 0 40px;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: right;
}

.status-text[b-fyqbj74qth] {
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.status-text.success[b-fyqbj74qth] {
    color: var(--success-color, #28a745);
}

.status-text.error[b-fyqbj74qth] {
    color: var(--error-color, #dc3545);
}

.status-text.cancelled[b-fyqbj74qth] {
    color: var(--text-secondary, #666);
}

.upload-item-actions[b-fyqbj74qth] {
    display: flex;
    gap: 0.25rem;
}

.btn-icon[b-fyqbj74qth] {
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 4px;
    cursor: pointer;
    color: var(--text-secondary, #666);
    transition: all 0.15s ease;
}

.btn-icon:hover[b-fyqbj74qth] {
    background: var(--bg-hover, #e0e0e0);
    color: var(--text-primary, #333);
}

.btn-icon:active[b-fyqbj74qth] {
    transform: scale(0.95);
}

.upload-actions[b-fyqbj74qth] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    padding-top: 0.5rem;
    border-top: 1px solid var(--border-color, #e0e0e0);
}

.btn[b-fyqbj74qth] {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.15s ease;
}

.btn-primary[b-fyqbj74qth] {
    background: var(--primary-color, #007bff);
    color: white;
    border: none;
}

.btn-primary:hover[b-fyqbj74qth] {
    background: var(--primary-hover, #0056b3);
}

.btn-secondary[b-fyqbj74qth] {
    background: white;
    color: var(--text-primary, #333);
    border: 1px solid var(--border-color, #ccc);
}

.btn-secondary:hover[b-fyqbj74qth] {
    background: var(--bg-hover, #f0f0f0);
}

@media (max-width: 480px) {
    .upload-item[b-fyqbj74qth] {
        flex-wrap: wrap;
    }

    .upload-item-info[b-fyqbj74qth] {
        flex: 1 1 100%;
    }

    .upload-item-progress[b-fyqbj74qth] {
        flex: 1 1 auto;
    }

    .upload-item-actions[b-fyqbj74qth] {
        flex: 0 0 auto;
    }
}
/* /GenericComponents/LogoutButton.razor.rz.scp.css */
.btn-tenant-logout[b-0imfeq2b8n]{
    margin-top: 1.5rem;
}
/* /GenericComponents/SignatureModal.razor.rz.scp.css */
/* SignatureModal.razor.css - Enhanced responsive styling */

/* Wrapper for better centering */
.modal-signature-wrapper[b-i2ne31mmhe] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Modal container styling */
.modal-content-signaturePad[b-i2ne31mmhe] {
  background-color: #f5f5f5;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0.95);
}

/* Force Blazored Modal to center our content */
[b-i2ne31mmhe] .blazored-modal-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 100vh !important;
}

[b-i2ne31mmhe] .blazored-modal-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
}

[b-i2ne31mmhe] .blazored-modal {
  position: relative !important;
  margin: 0 auto !important;
}

.modal-content-signaturePad.initialized[b-i2ne31mmhe] {
  opacity: 1;
  transform: scale(1);
}

/* Modal body with proper flex layout */
.modal-content-signaturePad .modal-body[b-i2ne31mmhe] {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}

/* Loading state */
.signature-loading[b-i2ne31mmhe] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  color: #666;
  font-size: 1.1rem;
}

.signature-loading[b-i2ne31mmhe]::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: spin-b-i2ne31mmhe 1s linear infinite;
}

@keyframes spin-b-i2ne31mmhe {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Footer styling */
.blazored-modal-footer[b-i2ne31mmhe] {
  padding: 12px 16px;
  border-top: 1px solid #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f9fa;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* Button styling */
.blazored-modal-footer button[b-i2ne31mmhe] {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.2s ease;
  cursor: pointer;
  min-width: 80px;
}

.blazored-modal-footer .btn-default[b-i2ne31mmhe] {
  background-color: #fff;
  color: #333;
  border: 1px solid #ddd;
}

.blazored-modal-footer .btn-default:hover[b-i2ne31mmhe] {
  background-color: #f5f5f5;
  border-color: #ccc;
}

.blazored-modal-footer .btn-primary[b-i2ne31mmhe] {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff;
}

.blazored-modal-footer .btn-primary:hover[b-i2ne31mmhe] {
  background-color: #0056b3;
  border-color: #0056b3;
}

/* Rotation prompt for mobile portrait mode */
.rotation-prompt[b-i2ne31mmhe] {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  animation: fadeIn-b-i2ne31mmhe 0.3s ease;
}

.rotation-content[b-i2ne31mmhe] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem;
  color: white;
  text-align: center;
}

.rotation-content p[b-i2ne31mmhe] {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.responsive-gif[b-i2ne31mmhe] {
  max-width: 200px;
  border-radius: 10px;
  width: 60%;
  height: auto;
  animation: pulse-b-i2ne31mmhe 2s ease-in-out infinite;
}

@keyframes pulse-b-i2ne31mmhe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

@keyframes fadeIn-b-i2ne31mmhe {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Show rotation prompt only on mobile portrait */
@media (orientation: portrait) and (max-width: 768px) {
  .rotation-prompt[b-i2ne31mmhe] {
    display: flex;
  }

  /* Hide the modal content in portrait mode on mobile */
  .modal-content-signaturePad[b-i2ne31mmhe] {
    display: none;
  }
}

/* Tablet adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
  .modal-content-signaturePad[b-i2ne31mmhe] {
    max-width: 90vw;
    max-height: 85vh;
  }
}

/* Desktop adjustments */
@media (min-width: 1025px) {
  .modal-content-signaturePad[b-i2ne31mmhe] {
    max-width: 85vw;
    max-height: 80vh;
  }
}

/* Landscape mobile specific */
@media (orientation: landscape) and (max-height: 600px) {
  .blazored-modal-footer[b-i2ne31mmhe] {
    padding: 8px 12px;
  }

  .blazored-modal-footer button[b-i2ne31mmhe] {
    padding: 6px 16px;
    font-size: 13px;
  }

  .modal-content-signaturePad .modal-body[b-i2ne31mmhe] {
    margin: 5px;
  }
}

/* Signature pad specific overrides */
.modal-content-signaturePad[b-i2ne31mmhe]  .signature-pad-container {
  width: 100% !important;
  height: 100% !important;
}

.modal-content-signaturePad[b-i2ne31mmhe]  .signature-pad-body {
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  background-color: white;
}

.modal-content-signaturePad[b-i2ne31mmhe]  .signature-pad-footer {
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  padding: 8px;
}

/* Ensure canvas fills the container */
.modal-content-signaturePad[b-i2ne31mmhe]  canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

/* Clear button styling */
.modal-content-signaturePad[b-i2ne31mmhe]  .signature-pad-clear {
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.modal-content-signaturePad[b-i2ne31mmhe]  .signature-pad-clear:hover {
  background-color: #c82333;
}

/* Footer directive text */
.modal-content-signaturePad[b-i2ne31mmhe]  .signature-pad-footer-text {
  color: #666;
  font-size: 14px;
  font-style: italic;
}

/* Focus styles for accessibility */
button:focus-visible[b-i2ne31mmhe] {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

/* Prevent scrolling when modal is open */
body.modal-open[b-i2ne31mmhe] {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* Animation for modal appearance */
@keyframes modalSlideIn-b-i2ne31mmhe {
  from {
    transform: translateY(-30px) scale(0.95);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.modal-content-signaturePad.initialized[b-i2ne31mmhe] {
 /*animation: modalSlideIn 0.3s ease forwards;*/
}

/* Print styles */
@media print {
  .rotation-prompt[b-i2ne31mmhe],
  .blazored-modal-footer[b-i2ne31mmhe] {
    display: none !important;
  }

  .modal-content-signaturePad[b-i2ne31mmhe] {
    box-shadow: none;
    border: 1px solid #ddd;
  }
}
/* /GenericComponents/UploadProgressModal.razor.rz.scp.css */
.upload-progress-modal[b-eviwejfq8t] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    min-width: 320px;
    max-width: 400px;
}

.modal-header[b-eviwejfq8t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    background: var(--color-vz-bg-light, #e6ecf5);
    border-bottom: 1px solid #ddd;
}

.modal-title[b-eviwejfq8t] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-vz-blue, #00348E);
}

.modal-title i[b-eviwejfq8t] {
    font-size: 1.1rem;
}

.modal-title .text-success[b-eviwejfq8t] {
    color: #28a745;
}

.close-btn[b-eviwejfq8t] {
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #666;
    cursor: pointer;
    padding: 0.25rem;
    line-height: 1;
}

.close-btn:hover[b-eviwejfq8t] {
    color: #333;
}

.modal-body[b-eviwejfq8t] {
    padding: 1rem;
    max-height: 50vh;
    overflow-y: auto;
}

.upload-list[b-eviwejfq8t] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.upload-item[b-eviwejfq8t] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 3px solid #ccc;
}

.upload-item.pending[b-eviwejfq8t] {
    border-left-color: #6c757d;
}

.upload-item.uploading[b-eviwejfq8t] {
    border-left-color: var(--color-vz-blue, #007bff);
    background: #f0f7ff;
}

.upload-item.completed[b-eviwejfq8t] {
    border-left-color: #28a745;
    background: #f0fff4;
}

.upload-item.failed[b-eviwejfq8t] {
    border-left-color: #dc3545;
    background: #fff5f5;
}

.upload-item.cancelled[b-eviwejfq8t] {
    border-left-color: #6c757d;
    opacity: 0.7;
}

.upload-item-icon[b-eviwejfq8t] {
    flex-shrink: 0;
    width: 24px;
    text-align: center;
    font-size: 1rem;
}

.upload-item.pending .upload-item-icon[b-eviwejfq8t] {
    color: #6c757d;
}

.upload-item.uploading .upload-item-icon[b-eviwejfq8t] {
    color: var(--color-vz-blue, #007bff);
}

.upload-item.completed .upload-item-icon[b-eviwejfq8t] {
    color: #28a745;
}

.upload-item.failed .upload-item-icon[b-eviwejfq8t] {
    color: #dc3545;
}

.upload-item-details[b-eviwejfq8t] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.file-name[b-eviwejfq8t] {
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.progress-bar-container[b-eviwejfq8t] {
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
}

.progress-bar[b-eviwejfq8t] {
    height: 100%;
    background: var(--color-vz-blue, #007bff);
    border-radius: 3px;
    transition: width 0.15s ease;
}

.progress-text[b-eviwejfq8t] {
    font-size: 0.75rem;
    color: #666;
}

.error-text[b-eviwejfq8t] {
    font-size: 0.75rem;
    color: #dc3545;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upload-item-actions[b-eviwejfq8t] {
    display: flex;
    gap: 0.25rem;
    flex-shrink: 0;
}

.btn-icon[b-eviwejfq8t] {
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 4px;
    cursor: pointer;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
}

.btn-icon:hover[b-eviwejfq8t] {
    background: rgba(0, 0, 0, 0.1);
    color: #333;
}

.btn-icon.retry[b-eviwejfq8t] {
    color: var(--color-vz-blue, #007bff);
}

.btn-icon.retry:hover[b-eviwejfq8t] {
    background: rgba(0, 123, 255, 0.1);
}

.modal-footer[b-eviwejfq8t] {
    padding: 0.75rem 1rem;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
}

.btn[b-eviwejfq8t] {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.15s ease;
}

.btn-secondary[b-eviwejfq8t] {
    background: white;
    color: #666;
    border: 1px solid #ccc;
}

.btn-secondary:hover:not(:disabled)[b-eviwejfq8t] {
    background: #f0f0f0;
    color: #333;
}

.btn-secondary:disabled[b-eviwejfq8t] {
    opacity: 0.5;
    cursor: not-allowed;
}
/* /Pages/Components/BarcodeScannerComponent.razor.rz.scp.css */
.camera-access-error[b-dr3l751nbf] {
    color: red;
}

#sourceSelectPanel[b-dr3l751nbf] {
    margin-bottom: 10px;
}

#sourceSelectPanel.hidden[b-dr3l751nbf] {
    display: none;
}

#sourceSelect[b-dr3l751nbf] {
    font-size: 1.2rem;
    max-width: 400px;
    border-radius: 15px;
    height: 35px;
    padding: 5px;
}


.scanner-container[b-dr3l751nbf] {
    width: 100%;
    text-align: center;
    position: relative;
}


.scanner-overlay[b-dr3l751nbf] {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 80%;
    height: 40%;
    border-radius: 16px;
    border: 4px dashed #00000070;
    pointer-events: none;
}

.cross-horizontal[b-dr3l751nbf],
.cross-vertical[b-dr3l751nbf] {
    position: absolute;
    background-color: #00000070; /* Style as you like */
    width: 15%; /* Adjust as needed */
    height: 2px; /* Adjust as needed */
}

.cross-horizontal[b-dr3l751nbf] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cross-vertical[b-dr3l751nbf] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

#flash-overlay[b-dr3l751nbf] {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s; /* Adjust transition time if needed */
    z-index: 3; /* To ensure it is above other elements */
}

.flash-effect[b-dr3l751nbf] {
    opacity: 1; /* Full opacity */
}


.video-player[b-dr3l751nbf] {
    width: 32vw;
    border-radius: 15px;
}

/* Mobile - Vertical */
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
    .scanner-container[b-dr3l751nbf] {
        width: 100%;
        text-align: center;
        position: relative;
    }
    .video-player[b-dr3l751nbf] {
        width: 85vw;
    }


    .scanner-overlay[b-dr3l751nbf] {
        position: absolute;
        top: 35%;
        left: 10%;
        width: 80%;
        height: 30%;
        border: 4px dashed black;
        pointer-events: none;
    }
}

/* Mobile - Horizontal */
@media only screen and (min-width: 481px) and (max-width: 1100px) and (orientation: landscape) {

    .scanner-container[b-dr3l751nbf] {
        width: 100%;
        text-align: center;
        position: relative;
    }
    
    .video-player[b-dr3l751nbf] {
        width: 100%;
        height: 80vh;
        border-radius: 15px;
        object-fit: cover;
    }

    .scanner-overlay[b-dr3l751nbf] {
        position: absolute;
        top: 30%;
        left: 10%;
        width: 80%;
        height: 40%;
        border: 2px dashed black;
        pointer-events: none;
    }
    
    .cross-horizontal[b-dr3l751nbf],
    .cross-vertical[b-dr3l751nbf] {
        position: absolute;
        background-color: black; /* Style as you like */
        width: 15%; /* Adjust as needed */
        height: 2px; /* Adjust as needed */
    }

    .cross-horizontal[b-dr3l751nbf] {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .cross-vertical[b-dr3l751nbf] {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
    }
}

/* Tablet - Vertical */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .scanner-container[b-dr3l751nbf] {
        width: 100%;
        text-align: center;
        position: relative;
    }
    .video-player[b-dr3l751nbf] {
        width: 85vw;
    }
    #sourceSelect[b-dr3l751nbf] {
        font-size: 1.2rem;
        max-width: 85vw;
        border-radius: 15px;
        height: 35px;
        padding: 5px;
    }
}

/* Tablet - Horizontal */
@media only screen and (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {

    .scanner-container[b-dr3l751nbf] {
        width: 100%;
        text-align: center;
        position: relative;
    }

    .video-player[b-dr3l751nbf] {
        width: 50vw;
    }

}

/* Desktop and larger devices */
@media only screen and (min-width: 1281px) {

}


/* ============================= */
/* Floating Mini-Player Scanner  */
/* ============================= */

.scanner-sentinel[b-dr3l751nbf] {
    height: 0;
    pointer-events: none;
}

.scanner-wrapper[b-dr3l751nbf] {
    width: 100%;
    position: relative;
}

/* Floating state — fixed position mini-player */
.scanner-container.scanner-floating[b-dr3l751nbf] {
    position: fixed;
    top: 16px;
    left: 16px;
    width: 220px;
    z-index: 50;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    animation: scannerSlideIn-b-dr3l751nbf 0.25s ease-out;
    text-align: center;
}

.scanner-container.scanner-floating .video-player[b-dr3l751nbf] {
    width: 100% !important;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}

/* Hide overlay crosshair when floating (too small to be useful) */
.scanner-container.scanner-floating .scanner-overlay[b-dr3l751nbf] {
    display: none;
}

/* Hide flash toggle when floating (button too small to tap) */
[b-dr3l751nbf] .scanner-container.scanner-floating .flash-toggle {
    display: none !important;
}

/* Hide flash-overlay when floating */
[b-dr3l751nbf] .scanner-container.scanner-floating #flash-overlay {
    display: none;
}

/* Expand hint — only visible when floating */
.scanner-expand-hint[b-dr3l751nbf] {
    display: none;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    z-index: 2;
    padding: 0;
}

.scanner-container.scanner-floating .scanner-expand-hint[b-dr3l751nbf] {
    display: flex;
}

/* Paused state (dimmed when modal is open) */
.scanner-container.scanner-paused[b-dr3l751nbf] {
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

/* Slide-out animation before returning to inline */
.scanner-container.scanner-float-out[b-dr3l751nbf] {
    animation: scannerSlideOut-b-dr3l751nbf 0.2s ease-in forwards;
}

@keyframes scannerSlideIn-b-dr3l751nbf {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes scannerSlideOut-b-dr3l751nbf {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    to {
        opacity: 0;
        transform: translateY(-20px) scale(0.9);
    }
}

/* === Responsive floating sizes === */

/* Mobile portrait — compact 120px */
@media only screen and (max-width: 480px) and (orientation: portrait) {
    .scanner-container.scanner-floating[b-dr3l751nbf] {
        width: 120px;
        top: 12px;
        right: 12px;
    }
}

/* Mobile landscape — 160px, lower position */
@media only screen and (min-width: 481px) and (max-width: 1100px) and (orientation: landscape) {
    .scanner-container.scanner-floating[b-dr3l751nbf] {
        width: 160px;
        top: 16px;
        right: 16px;
    }
}

/* Tablet portrait — 160px */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .scanner-container.scanner-floating[b-dr3l751nbf] {
        width: 160px;
    }
}

/* Desktop — 180px, aligned to content column edge */
@media only screen and (min-width: 1281px) {
    .scanner-container.scanner-floating[b-dr3l751nbf] {
        width: 180px;
        right: calc((100vw - 1200px) / 2 + 16px);
    }
}
/* /Pages/Components/DailySummaryCardComponent.razor.rz.scp.css */
.daily-summary-card[b-3jud5947ty] {
    cursor: pointer;
}

.delivery-state-completed[b-3jud5947ty] {
    background-color: rgb(0 128 0 / 50%);
}

.delivery-state-inprogress[b-3jud5947ty] {
    background-color: rgb(255 165 0 / 65%);
}

.delivery-state-pending[b-3jud5947ty] {
    background-color: rgb(210 210 210 / 25%);
}

.delivery-state-canceled[b-3jud5947ty] {
    background-color: rgb(208 10 10 / 65%);
}
/* /Pages/Components/DailySummaryCardComponentAlt.razor.rz.scp.css */
.delivery-card[b-j5wetkp7kz] {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  margin-bottom: 8px;
}

.delivery-card:hover[b-j5wetkp7kz] {
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transform: translateY(-2px);
}

.delivery-card:focus[b-j5wetkp7kz],
.delivery-card:focus-visible[b-j5wetkp7kz] {
  outline: 2px solid var(--color-vz-blue);
  outline-offset: 2px;
}

.delivery-card.completed[b-j5wetkp7kz] {
  border-left: 4px solid #28a745;
}

.delivery-card.in-progress[b-j5wetkp7kz] {
  border-left: 4px solid #fd7e14;
  background-color: #fff9f2;
}

.delivery-card.pending[b-j5wetkp7kz] {
  border-left: 4px solid #6c757d;
}

.delivery-card.canceled[b-j5wetkp7kz] {
  border-left: 4px solid #dc3545;
  opacity: 0.8;
}

.card-header[b-j5wetkp7kz] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 600;
}

.delivery-number[b-j5wetkp7kz] {
  color: var(--color-vz-blue);
  font-size: 1.1rem;
}

.delivery-time[b-j5wetkp7kz] {
  color: #6c757d;
  font-size: 0.9rem;
  font-weight: bold;
}

.card-body[b-j5wetkp7kz] {
  margin-bottom: 10px;
}

.customer-info[b-j5wetkp7kz], .address-info[b-j5wetkp7kz], .contact-info[b-j5wetkp7kz] {
  margin-bottom: 8px;
  color: #495057;
  font-size: 0.95rem;
}

.customer-info i[b-j5wetkp7kz], .address-info i[b-j5wetkp7kz], .contact-info i[b-j5wetkp7kz] {
  width: 20px;
  color: #6c757d;
  margin-right: 5px;
}

.card-footer[b-j5wetkp7kz] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #e9ecef;
}

.delivery-status[b-j5wetkp7kz] {
  font-size: 0.9rem;
  font-weight: 600;
}

.delivery-status i[b-j5wetkp7kz] {
  margin-right: 5px;
}

.completed .delivery-status[b-j5wetkp7kz] {
  color: #28a745;
}

.in-progress .delivery-status[b-j5wetkp7kz] {
  color: #fd7e14;
}

.pending .delivery-status[b-j5wetkp7kz] {
  color: #6c757d;
}

.canceled .delivery-status[b-j5wetkp7kz] {
  color: #dc3545;
}

.status-badge[b-j5wetkp7kz] {
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
}

.ongoing-badge[b-j5wetkp7kz] {
  background-color: #28a745;
  color: white;
}

.completed-badge[b-j5wetkp7kz] {
  background-color: #17a2b8;
  color: white;
}

.canceled-badge[b-j5wetkp7kz] {
  background-color: #dc3545;
  color: white;
}  

.daily-summary-card-container[b-j5wetkp7kz] {
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
     gap: 16px;
   }


/* Mobile responsiveness */
@media (min-width: 768px) {
  .daily-summary-card-container[b-j5wetkp7kz] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
  }

}
/* /Pages/Components/DeliveryAttachmentsComponent.razor.rz.scp.css */
/* Override Blazored Modal container for this component */
[b-r7g5iivpkc] .bm-container {
    background-color: transparent !important;
}

/* ============ Attachments Grid ============ */
.attachments-grid[b-r7g5iivpkc] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 16px;
}

.attachment-item[b-r7g5iivpkc] {
    display: flex;
    flex-direction: column;
    position: relative;
}

.attachment-preview[b-r7g5iivpkc] {
    aspect-ratio: 1;
    background-color: #f5f5f5;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s;
}

.attachment-preview.clickable[b-r7g5iivpkc] {
    cursor: pointer;
}

.attachment-preview.clickable:hover[b-r7g5iivpkc] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.attachment-preview img[b-r7g5iivpkc] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.file-type-icon[b-r7g5iivpkc] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--color-vz-blue, #00348e);
    background-color: #f0f4f8;
}

.attachment-name[b-r7g5iivpkc] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    font-size: 12px;
    color: #555;
    margin-top: 6px;
    line-height: 1.3;
}

.attachment-delete[b-r7g5iivpkc] {
    position: absolute;
    top: -7px;
    right: -7px;
    background: #e53e3e;
    border: 2px solid white;
    color: white;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    cursor: pointer;
    padding: 1px 0 0 0;
    z-index: 2;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    transition: background-color 0.2s, transform 0.15s;
}

.attachment-delete[b-r7g5iivpkc]::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    cursor: pointer;
}


/* ============ Empty State ============ */
.empty-state[b-r7g5iivpkc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 300px;
    text-align: center;
    color: #666;
}

.empty-state i[b-r7g5iivpkc] {
    font-size: 64px;
    color: #cbd5e0;
    margin-bottom: 16px;
}

.empty-state p[b-r7g5iivpkc] {
    margin: 0;
    font-size: 16px;
}

/* ============ Footer Button ============ */
.add-attachment-container[b-r7g5iivpkc] {
    flex: 1;
    position: relative;
}

.add-attachment-btn[b-r7g5iivpkc] {
    height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px;
    background-color: var(--color-vz-blue, #00348e);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    position: relative;
    overflow: hidden;
}

.add-attachment-btn:hover[b-r7g5iivpkc] {
    background-color: var(--color-vz-blue-dark, #00286e);
    color: white;
}

.input-file[b-r7g5iivpkc] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* ============ Responsive ============ */
@media (min-width: 768px) {
    .attachments-grid[b-r7g5iivpkc] {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 20px;
    }
}
/* /Pages/Components/DeliveryComponent.razor.rz.scp.css */
.blazored-typeahead__input[b-8gfir1heji] {
  border-radius: 25px !important;
  font-size: 1.4rem !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 15px !important;
  padding-right: 0px !important;
  letter-spacing: 4px !important;
  max-width: 88% !important;
}

.blazored-typeahead__input-icon[b-8gfir1heji] {
  border-radius: 25px !important;
}

.blazored-typeahead[b-8gfir1heji] {
  border-radius: 25px !important;
}

.blazored-typeahead__input[b-8gfir1heji] {
  border-radius: 25px !important;
  font-size: 1.4rem !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 15px !important;
  padding-right: 0px !important;
  letter-spacing: 4px !important;
}

.blazored-typeahead__result[b-8gfir1heji] {
  font-size: 1.2rem !important;
  z-index: 2000 !important;
}

.blazored-typeahead__results[b-8gfir1heji] {
  border-radius: 10px 10px 25px 25px !important;
  z-index: 2000 !important
}

.typeahead-container[b-8gfir1heji] {
  margin-bottom: 15px;
}

.items-count-label[b-8gfir1heji] {
  font-size: 1.5rem;
}

.items-count-value[b-8gfir1heji] {
  font-size: 1.6rem;
  color: red;
}

.bottom-spacer[b-8gfir1heji] {
  margin-bottom: 50px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .blazored-typeahead__input[b-8gfir1heji] {
    border-radius: 25px !important;
    font-size: 1.4rem !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 15px !important;
    padding-right: 0px !important;
    letter-spacing: 4px !important;
    max-width: 88% !important;
  }
}
/* /Pages/Components/DeliveryComponentAlt.razor.rz.scp.css */

.delivery-page-container[b-oxkqgikzn9] {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 80px;
}

/* Progress Overview */
.progress-overview[b-oxkqgikzn9] {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 3px 0px;
}

.progress-stats[b-oxkqgikzn9] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stat-item[b-oxkqgikzn9] {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1rem;
}

.stat-item i[b-oxkqgikzn9] {
  font-size: 1.3rem;
  color: var(--color-vz-blue, #00348e);
}

.stat-label[b-oxkqgikzn9] {
  color: #6c757d;
  flex: 1;
}

.stat-value[b-oxkqgikzn9] {
  font-weight: 600;
  color: #212529;
  font-size: 1.3rem;
}

.overall-progress[b-oxkqgikzn9] {
  display: flex;
  align-items: center;
  gap: 12px;
}

.progress-bar-container.large[b-oxkqgikzn9] {
  flex: 1;
  height: 12px;
  background-color: #e9ecef;
  border-radius: 6px;
  overflow: hidden;
}

.progress-bar[b-oxkqgikzn9] {
  height: 100%;
  transition: width 0.3s ease;
  border-radius: 6px;
}

.progress-bar.progress-complete[b-oxkqgikzn9] {
  background-color: #28a745;
}

.progress-bar.progress-partial[b-oxkqgikzn9] {
  background: linear-gradient(90deg, #17a2b8 0%, #28a745 100%);
}

.progress-bar.progress-started[b-oxkqgikzn9] {
  background-color: #17a2b8;
}

.progress-percentage[b-oxkqgikzn9] {
  font-weight: 600;
  font-size: 1.1rem;
  min-width: 45px;
  text-align: right;
}

/* Action Section */
.action-section[b-oxkqgikzn9] {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 3px 0px;
}

.btn-action[b-oxkqgikzn9] {
  width: 100%;
  padding: 14px 24px;
  border: none;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
}

.scan-button[b-oxkqgikzn9] {
  background-color: var(--secondary-color);
  color: white;
}

.scan-button:hover[b-oxkqgikzn9] {
  background-color: var(--secondary-color-hover);
  box-shadow: 0 4px 12px rgba(0, 52, 142, 0.3);
}

.scan-button.scanning[b-oxkqgikzn9] {
  background-color: #dc3545;
}

.scan-button.scanning:hover[b-oxkqgikzn9] {
  background-color: #c82333;
}

/* Manual Entry */
.manual-entry-container[b-oxkqgikzn9] {
  margin-top: 16px;
}

.rounded-typeahead .blazored-typeahead__input[b-oxkqgikzn9] {
  border: 2px solid #e9ecef;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-size: 1rem !important;
  transition: border-color 0.3s ease;
}

.rounded-typeahead .blazored-typeahead__input:focus[b-oxkqgikzn9] {
  border-color: var(--color-vz-blue, #00348e);
  box-shadow: 0 0 0 0.2rem rgba(0, 52, 142, 0.1);
}

.barcode-result[b-oxkqgikzn9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.barcode-text[b-oxkqgikzn9] {
  font-family: 'Courier New', monospace;
  font-weight: 500;
}

.barcode-status[b-oxkqgikzn9] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: #6c757d;
}

.barcode-status.scanned[b-oxkqgikzn9] {
  color: #28a745;
  font-weight: 500;
}

.no-results[b-oxkqgikzn9] {
  text-align: center;
  padding: 20px;
  color: #6c757d;
}

/* Scanner Section */
.scanner-section[b-oxkqgikzn9] {
  margin: 20px 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Products Section */
.products-section[b-oxkqgikzn9] {
  margin-top: 16px;
}

.section-title[b-oxkqgikzn9] {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-title i[b-oxkqgikzn9] {
  font-size: 1rem;
  color: var(--color-vz-blue, #00348e);
}

.section-title[b-oxkqgikzn9]::after {
  content: '';
  flex: 1;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(to right, var(--color-vz-blue, #00348e), transparent);
  margin-left: 8px;
}

.products-list[b-oxkqgikzn9] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-group[b-oxkqgikzn9] {
  position: relative;
}

.subproducts-list[b-oxkqgikzn9] {
  animation: slideDown-b-oxkqgikzn9 0.3s ease-out;
  padding-left: 20px;
  margin-top: 8px;
  margin-bottom: 12px;
}

@keyframes slideDown-b-oxkqgikzn9 {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Loading State */
.loading-container[b-oxkqgikzn9] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  color: #6c757d;
}

.loading-container p[b-oxkqgikzn9] {
  margin-top: 20px;
  font-size: 1.1rem;
}

.bottom-spacing[b-oxkqgikzn9] {
  height: 80px;
}

/* Mobile Responsiveness */
@media (max-width: 480px) {
  .delivery-page-container[b-oxkqgikzn9] {
  }

  .progress-overview[b-oxkqgikzn9],
  .action-section[b-oxkqgikzn9] {
    padding: 16px;
  }

  .stat-value[b-oxkqgikzn9] {
    font-size: 1.1rem;
  }

  .btn-action[b-oxkqgikzn9] {
    font-size: 1rem;
    padding: 12px 20px;
  }
}
/* /Pages/Components/DeliveryHeaderComponent.razor.rz.scp.css */
/* DeliveryHeaderComponent.razor.css — CRM-style section cards */

.order-container[b-83trvjnicx] {
    width: 100%;
}

.page-header[b-83trvjnicx] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    padding-right: 75px; /* reserve space for fixed header-btn-group (50px btn + 16px right + margin) */
}

.logo-vizco[b-83trvjnicx] {
    width: 160px;
    flex-shrink: 0;
}

[b-83trvjnicx] .business-entity-name {
    min-width: 0; /* allow flex shrink below content width so ellipsis works */
}

/* ── Section Card ── */
.section-card[b-83trvjnicx] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 3px 0px;
    padding: 16px;
    margin-bottom: 12px;
}

.section-header[b-83trvjnicx] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.section-icon[b-83trvjnicx] {
    font-size: 1rem;
    color: var(--color-vz-blue, #00348e);
}

.section-title-text[b-83trvjnicx] {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-divider[b-83trvjnicx] {
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(to right, var(--color-vz-blue, #00348e), transparent);
    margin-bottom: 14px;
}

/* ── Field Grid (2 columns) ── */
.field-grid[b-83trvjnicx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* ── Labeled Field ── */
.labeled-field[b-83trvjnicx] {
    margin-bottom: 4px;
}

.field-label[b-83trvjnicx] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #6c757d;
    letter-spacing: 0.8px;
    margin-bottom: 2px;
}

.field-value[b-83trvjnicx] {
    font-size: 1.05rem;
    font-weight: 500;
    color: #1a1a2e;
    border-left: 3px solid var(--color-vz-blue, #00348e);
    padding-left: 8px;
}

/* ── Address Card ── */
.address-card[b-83trvjnicx] {
    background: rgba(0, 52, 142, 0.05);
    border: 1px solid rgba(0, 52, 142, 0.15);
    border-left: 3px solid var(--color-vz-blue, #00348e);
    border-radius: 8px;
    padding: 12px;
    cursor: pointer;
    transition: transform 0.1s ease;
}

.address-card:active[b-83trvjnicx] {
    transform: scale(0.98);
}

.address-content[b-83trvjnicx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address-text[b-83trvjnicx] {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.5;
}

.address-nav-icon[b-83trvjnicx] {
    font-size: 1.1rem;
    color: var(--color-vz-blue, #00348e);
    margin-left: 12px;
    flex-shrink: 0;
}

/* ── Contact Actions ── */
.contact-actions[b-83trvjnicx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.contact-card[b-83trvjnicx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 14px 10px;
    text-decoration: none;
    color: #333;
    transition: transform 0.1s ease;
}

.contact-card:active[b-83trvjnicx] {
    transform: scale(0.96);
}

.contact-card:hover[b-83trvjnicx] {
    text-decoration: none;
    color: #333;
}

.contact-icon[b-83trvjnicx] {
    font-size: 1.3rem;
    color: var(--color-vz-blue, #00348e);
}

.contact-value[b-83trvjnicx] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #1a1a2e;
    text-align: center;
    word-break: break-all;
}

.contact-action-label[b-83trvjnicx] {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-vz-blue, #00348e);
    letter-spacing: 0.8px;
}

/* ── Details Toggle Bar ── */
.details-toggle[b-83trvjnicx] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px;
    margin-bottom: 12px;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.details-toggle:active[b-83trvjnicx] {
    background: #e9ecef;
}

.details-toggle-text[b-83trvjnicx] {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-vz-blue, #00348e);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.details-toggle-icon[b-83trvjnicx] {
    font-size: 0.75rem;
    color: var(--color-vz-blue, #00348e);
}

/* ── Delivery Status Indicator (inside LIVRAISON card) ── */
.delivery-status-indicator[b-83trvjnicx] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    border-left: 4px solid;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 14px;
}

.status-completed[b-83trvjnicx] {
    background: #d4edda;
    border-left-color: #28a745;
    color: #155724;
}
.status-partial[b-83trvjnicx] {
    background: #fff3cd;
    border-left-color: #ffc107;
    color: #856404;
}
.status-refused[b-83trvjnicx] {
    background: #f8d7da;
    border-left-color: #dc3545;
    color: #721c24;
}
.delivery-status-indicator i[b-83trvjnicx] { font-size: 1.1rem; }
.status-completed i[b-83trvjnicx] { color: #28a745; }
.status-partial i[b-83trvjnicx]   { color: #e0a800; }
.status-refused i[b-83trvjnicx]   { color: #dc3545; }

/* ── Responsive: collapse grids on narrow screens ── */
@media (max-width: 360px) {
    .field-grid[b-83trvjnicx],
    .contact-actions[b-83trvjnicx] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Components/DeliveryInfoComponent.razor.rz.scp.css */
/* DeliveryInfoComponent.razor.css — Info card with note accent and items badge */

.info-card[b-awin1w6b6f] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 3px 0px;
    padding: 16px;
    margin-bottom: 12px;
}

/* ── Delivery Note ── */
.delivery-note[b-awin1w6b6f] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    background: #fffdf0;
    border-left: 3px solid var(--color-vz-yellow, #EDAA00);
    border-radius: 6px;
    padding: 10px 12px;
    margin-bottom: 12px;
}

.note-icon[b-awin1w6b6f] {
    font-size: 0.95rem;
    color: var(--color-vz-yellow, #EDAA00);
    flex-shrink: 0;
    margin-top: 2px;
}

.note-text[b-awin1w6b6f] {
    font-size: 0.95rem;
    font-style: italic;
    color: #333;
    line-height: 1.4;
}

/* ── Items Row ── */
.items-row[b-awin1w6b6f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.items-label[b-awin1w6b6f] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
}

.items-badge[b-awin1w6b6f] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    background: var(--color-vz-blue, #00348e);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 10px;
}

/* ── Status-specific badge variants ── */
.badge-delivered[b-awin1w6b6f] {
    background: #28a745;
}

.badge-refused[b-awin1w6b6f] {
    background: #dc3545;
}

.badge-missing[b-awin1w6b6f] {
    background: #fd7e14;
}

.items-row-sub[b-awin1w6b6f] {
    margin-top: 4px;
}

.items-label-muted[b-awin1w6b6f] {
    color: #777;
    font-size: 0.85rem;
}

/* ── Read-only Notification Summary (completed deliveries) ── */
.notification-summary[b-awin1w6b6f] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    border-left: 3px solid #6c757d;
    background: #f8f9fa;
    font-size: 0.85rem;
    font-weight: 500;
    color: #555;
    margin-top: 12px;
}

.summary-icon-success[b-awin1w6b6f] {
    color: #28a745;
    font-size: 1rem;
}

.summary-icon-muted[b-awin1w6b6f] {
    color: #adb5bd;
    font-size: 1rem;
}
/* /Pages/Components/NoDeliveriesComponent.razor.rz.scp.css */
.no-deliveries-container[b-3wxfsa8r0w] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.no-deliveries-card[b-3wxfsa8r0w] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    max-width: 400px;
    width: 100%;
}

.icon-container[b-3wxfsa8r0w] {
    margin-bottom: 16px;
}

.icon-container i[b-3wxfsa8r0w] {
    font-size: 3rem;
    color: var(--color-vz-blue);
}

.no-deliveries-title[b-3wxfsa8r0w] {
    color: #495057;
    margin-bottom: 10px;
    font-weight: 600;
}

.no-deliveries-message[b-3wxfsa8r0w] {
    color: #6c757d;
    font-size: 1rem;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .no-deliveries-card[b-3wxfsa8r0w] {
        padding: 16px;
    }

    .icon-container i[b-3wxfsa8r0w] {
        font-size: 2.5rem;
        color: var(--color-vz-blue);
    }
}
/* /Pages/Components/Notifications/DeliveryNotificationsPanel.razor.rz.scp.css */
/* Override Blazored Modal container for this component */
[b-il3iulz7ff] .bm-container {
    background-color: transparent !important;
}

/* ============ Notifications List ============ */
.notifications-list[b-il3iulz7ff] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ============ Row ============ */
.notification-row[b-il3iulz7ff] {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.notification-row.success[b-il3iulz7ff] {
    border-left: 3px solid #28a745;
}

.notification-row.failed[b-il3iulz7ff] {
    border-left: 3px solid #dc3545;
}

.notification-row-main[b-il3iulz7ff] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    gap: 12px;
}

.notification-row-main.expandable[b-il3iulz7ff] {
    cursor: pointer;
    transition: background-color 0.15s;
}

.notification-row-main.expandable:hover[b-il3iulz7ff] {
    background-color: #f8f9fa;
}

/* ============ Row Left ============ */
.notification-row-left[b-il3iulz7ff] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
}

.notification-event[b-il3iulz7ff] {
    font-weight: 600;
    color: #1a1a2e;
    font-size: 0.9rem;
}

.notification-time[b-il3iulz7ff] {
    color: #6c757d;
    font-size: 0.8rem;
}

.notification-channels[b-il3iulz7ff] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}

.channel-tag[b-il3iulz7ff] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}

.channel-tag.channel-success[b-il3iulz7ff] {
    background-color: #d4edda;
    color: #155724;
}

.channel-tag.channel-failed[b-il3iulz7ff] {
    background-color: #f8d7da;
    color: #721c24;
}

.channel-tag i[b-il3iulz7ff] {
    font-size: 0.7rem;
}

/* ============ Row Right ============ */
.notification-row-right[b-il3iulz7ff] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.status-badge[b-il3iulz7ff] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.badge-success[b-il3iulz7ff] {
    background-color: #d4edda;
    color: #28a745;
}

.badge-failed[b-il3iulz7ff] {
    background-color: #f8d7da;
    color: #dc3545;
}

.expand-icon[b-il3iulz7ff] {
    font-size: 0.75rem;
    color: #6c757d;
    transition: transform 0.2s ease;
}

.expand-icon.expanded[b-il3iulz7ff] {
    transform: rotate(180deg);
}

/* ============ Error Details (Accordion) ============ */
.notification-error-details[b-il3iulz7ff] {
    border-top: 1px solid #f0f0f0;
    padding: 12px 14px;
    background-color: #fff5f5;
    animation: accordionOpen-b-il3iulz7ff 0.2s ease;
}

@keyframes accordionOpen-b-il3iulz7ff {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 300px;
    }
}

.error-detail-row[b-il3iulz7ff] {
    display: flex;
    gap: 10px;
    padding: 6px 0;
}

.error-detail-row + .error-detail-row[b-il3iulz7ff] {
    border-top: 1px solid #fce4e4;
}

.error-icon[b-il3iulz7ff] {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.error-detail-text[b-il3iulz7ff] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.error-method[b-il3iulz7ff] {
    font-weight: 600;
    color: #1a1a2e;
    font-size: 0.85rem;
}

.error-message[b-il3iulz7ff] {
    color: #dc3545;
    font-size: 0.8rem;
    word-break: break-word;
}

.error-recipient[b-il3iulz7ff] {
    color: #6c757d;
    font-size: 0.75rem;
}

/* ============ Empty State ============ */
.empty-state[b-il3iulz7ff] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 300px;
    text-align: center;
    color: #666;
}

.empty-state i[b-il3iulz7ff] {
    font-size: 64px;
    color: #cbd5e0;
    margin-bottom: 16px;
}

.empty-state p[b-il3iulz7ff] {
    margin: 0;
    font-size: 16px;
}

/* ============ Footer CTA Button ============ */
.notify-cta-btn[b-il3iulz7ff] {
    height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    background-color: var(--color-vz-blue, #00348e);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.notify-cta-btn:hover:not(:disabled)[b-il3iulz7ff] {
    background-color: var(--color-vz-blue-dark, #00286e);
}

.notify-cta-btn:active:not(:disabled)[b-il3iulz7ff] {
    transform: scale(0.98);
}

.notify-cta-btn:disabled[b-il3iulz7ff] {
    opacity: 0.65;
    cursor: not-allowed;
}

.notify-cta-content[b-il3iulz7ff] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.notify-cta-content i[b-il3iulz7ff] {
    font-size: 1.1em;
}

/* ============ Responsive ============ */
@media (max-width: 480px) {
    .notification-row-main[b-il3iulz7ff] {
        padding: 10px 12px;
    }

    .notification-event[b-il3iulz7ff] {
        font-size: 0.85rem;
    }

    .notification-time[b-il3iulz7ff] {
        font-size: 0.75rem;
    }

    .notify-cta-btn[b-il3iulz7ff] {
        font-size: 15px;
    }
}
/* /Pages/Components/Notifications/NotificationComponent.razor.rz.scp.css */
/* NotificationComponent.razor.css — Send button, badge, and quick feedback only */

/* ── Wrapper as Section Card ── */
.notification-wrapper[b-4mgq1k8wpe] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 3px 0px;
    padding: 16px;
    margin-bottom: 12px;
}

/* ── Main Notify Button ── */
.notify-btn[b-4mgq1k8wpe] {
    width: 100%;
    padding: 14px 20px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    justify-content: center !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.notify-btn:hover:not(:disabled)[b-4mgq1k8wpe] {
    box-shadow: 0 4px 12px rgba(0, 52, 142, 0.25);
}

.notify-btn:active:not(:disabled)[b-4mgq1k8wpe] {
    transform: scale(0.98);
}

.notify-btn.btn-primary[b-4mgq1k8wpe] {
    background-color: var(--color-vz-blue, #00348e);
    color: white;
}

.notify-btn.btn-primary:hover:not(:disabled)[b-4mgq1k8wpe] {
    background-color: var(--color-vz-blue-dark, #002a6e);
}

.notify-btn.btn-loading[b-4mgq1k8wpe] {
    background-color: #f4f5f7;
    color: #525f7f;
}

.notify-btn.btn-success[b-4mgq1k8wpe] {
    background-color: #28a745;
    color: white;
}

.notify-btn:disabled[b-4mgq1k8wpe] {
    opacity: 0.65;
    cursor: not-allowed;
}

.notify-btn-content[b-4mgq1k8wpe] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
}

.notify-btn-content i[b-4mgq1k8wpe] {
    font-size: 1.1em;
}

/* ── History Badge (below button) ── */
.notification-history-badge[b-4mgq1k8wpe] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
    padding: 8px 12px;
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.8rem;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.15s ease;
}

.notification-history-badge:hover[b-4mgq1k8wpe] {
    background-color: #e9ecef;
    color: #495057;
}

.notification-history-badge:active[b-4mgq1k8wpe] {
    transform: scale(0.98);
}

.notification-history-badge i[b-4mgq1k8wpe] {
    color: var(--color-vz-blue, #00348e);
    font-size: 0.85rem;
}

/* ── Quick Feedback Popup ── */
.quick-feedback[b-4mgq1k8wpe] {
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 0.875rem;
    cursor: pointer;
    animation: fadeSlideIn-b-4mgq1k8wpe 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.quick-feedback.success[b-4mgq1k8wpe] {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.quick-feedback.error[b-4mgq1k8wpe] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

@keyframes fadeSlideIn-b-4mgq1k8wpe {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Responsive ── */
@media (max-width: 480px) {
    .notification-wrapper[b-4mgq1k8wpe] {
        padding: 12px;
    }

    .notify-btn[b-4mgq1k8wpe] {
        padding: 12px 16px;
        font-size: 0.95rem;
    }
}
/* /Pages/Components/OngoingDeliveriesComponent.razor.rz.scp.css */

.ongoing-deliveries-section[b-rmindbgh81] {
    margin: 16px 0;
    padding: 16px;
    background-color: #f8f9fa;
    border-radius: 12px;
}

.clear-current-delivery-btn[b-rmindbgh81] {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    background-color: #dc3545;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transform: translate(50%, -50%) scale(0.8);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    z-index: 10;
}

.clear-current-delivery-btn i[b-rmindbgh81] {
    font-size: 12px;
    pointer-events: none;
}

.section-title[b-rmindbgh81] {
    color: #333333;
    margin-bottom: 16px;
    font-size: 1.2rem;
    font-weight: 600;
}

.section-title i[b-rmindbgh81] {
    margin-right: 8px;
    color: var(--color-vz-blue);
}

.ongoing-deliveries-container[b-rmindbgh81] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ongoing-delivery-card[b-rmindbgh81] {
    position: relative;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.ongoing-delivery-card:hover[b-rmindbgh81] {
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.ongoing-delivery-card:focus[b-rmindbgh81],
.ongoing-delivery-card:focus-visible[b-rmindbgh81] {
    outline: 2px solid var(--color-vz-blue);
    outline-offset: 2px;
}

.ongoing-delivery-card.current[b-rmindbgh81] {
    border-color: #28a745;
    border-width: 2px;
    background-color: #f0fff4;
}

.card-header[b-rmindbgh81] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 600;
}

.delivery-number[b-rmindbgh81] {
    color: var(--color-vz-blue);
    font-size: 1.1rem;
}

.customer-number[b-rmindbgh81] {
    color: #6c757d;
    font-size: 0.9rem;
}

.card-body[b-rmindbgh81] {
    margin-bottom: 10px;
}

.customer-info[b-rmindbgh81], .address-info[b-rmindbgh81] {
    margin-bottom: 8px;
    color: #495057;
    font-size: 0.95rem;
}

.customer-info i[b-rmindbgh81], .address-info i[b-rmindbgh81] {
    width: 20px;
    color: #6c757d;
}

.progress-info[b-rmindbgh81] {
    margin-top: 12px;
}

.progress-bar-container[b-rmindbgh81] {
    height: 8px;
    background-color: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 5px;
}

.progress-bar[b-rmindbgh81] {
    height: 100%;
    background-color: #28a745;
    transition: width 0.3s ease;
}

.progress-text[b-rmindbgh81] {
    font-size: 0.85rem;
    color: #6c757d;
}

.card-footer[b-rmindbgh81] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid #e9ecef;
}

.last-activity[b-rmindbgh81] {
    font-size: 0.85rem;
    color: #6c757d;
}

.current-badge[b-rmindbgh81] {
    background-color: #28a745;
    color: white;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Mobile responsiveness */
@media (min-width: 768px) {
    .ongoing-deliveries-container[b-rmindbgh81] {
        display: grid;
        /*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*/
        gap: 15px;
    }
}


/* /Pages/Components/ProductCardComponent.razor.rz.scp.css */
.product-card1[b-hhw3k127dx] {
    cursor: pointer;
}

.product-card1.status-none[b-hhw3k127dx] {
    background-color: rgb(210 210 210 / 50%);
}

.product-card1.status-partial[b-hhw3k127dx] {
    background-color: rgb(255 165 0 / 65%);
}

.product-card1.status-completed[b-hhw3k127dx] {
    background-color: rgb(0 128 0 / 50%);
}

.product-card1.status-completed-with-cancellations[b-hhw3k127dx] {
    background-color: rgb(255 205 0 / 65%);
}

.product-card1.status-refused[b-hhw3k127dx] {
    background-color: rgb(220 53 69 / 30%);
}

.expand-icon[b-hhw3k127dx] {
    float: right;
}
/* /Pages/Components/ProductCardComponentAlt.razor.rz.scp.css */
/* Product Card Styles */
.product-card[b-4g5qky4tyh] {
  width: 100%;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 3px 0px;
}

.product-card:active[b-4g5qky4tyh] {
  transform: scale(0.99);
}

/*.product-card:hover {*/
/*  box-shadow: 0 4px 12px rgba(0,0,0,0.1);*/
/*  transform: translateY(-2px);*/
/*}*/

/* Status-based styling */
.product-card.status-completed[b-4g5qky4tyh] {
  border-left: 4px solid #28a745;
}

.product-card.status-partial[b-4g5qky4tyh] {
  border-left: 4px solid #ffc107;
  background-color: #fffaf0;
}

.product-card.status-refused[b-4g5qky4tyh] {
  border-left: 4px solid #dc3545;
  background-color: #fff5f5;
}

.product-card.status-in-progress[b-4g5qky4tyh] {
  border-left: 4px solid #17a2b8;
  background-color: #f0f8ff;
}

.product-card.status-pending[b-4g5qky4tyh] {
  border-left: 4px solid #6c757d;
}

/* Header */
.product-header[b-4g5qky4tyh] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.product-info[b-4g5qky4tyh] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-number[b-4g5qky4tyh] {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-vz-blue, #00348e);
}

.product-quantity[b-4g5qky4tyh] {
  font-size: 0.9rem;
  color: #6c757d;
}

.product-quantity i[b-4g5qky4tyh] {
  margin-right: 4px;
}

.expand-toggle[b-4g5qky4tyh] {
  background: none;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #495057;
}

/*.expand-toggle:hover {*/
/*  background-color: #f8f9fa;*/
/*  border-color: #adb5bd;*/
/*}*/

/* Body */
.product-body[b-4g5qky4tyh] {
  margin-bottom: 12px;
}

.product-description[b-4g5qky4tyh] {
  color: #495057;
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.product-description i[b-4g5qky4tyh] {
  width: 20px;
  color: #6c757d;
  margin-right: 4px;
}

/* Progress Section */
.progress-section[b-4g5qky4tyh] {
  margin-top: 12px;
}

.progress-bar-container[b-4g5qky4tyh] {
  height: 8px;
  background-color: #e9ecef;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}

.progress-bar[b-4g5qky4tyh] {
  height: 100%;
  transition: width 0.3s ease;
  border-radius: 4px;
}

.progress-bar.progress-completed[b-4g5qky4tyh] {
  background-color: #28a745;
}

.progress-bar.progress-refused[b-4g5qky4tyh] {
  background-color: #dc3545;
}

.progress-bar.progress-partial[b-4g5qky4tyh] {
  background-color: #ffc107;
}

.progress-bar.progress-active[b-4g5qky4tyh] {
  background-color: #17a2b8;
}

.progress-text[b-4g5qky4tyh] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
}

.progress-label[b-4g5qky4tyh] {
  color: #6c757d;
}

.progress-percentage[b-4g5qky4tyh] {
  font-weight: 600;
  color: #495057;
}

/* Footer */
.product-footer[b-4g5qky4tyh] {
  padding-top: 12px;
  border-top: 1px solid #e9ecef;
}

.status-indicator[b-4g5qky4tyh] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
}

.status-indicator i[b-4g5qky4tyh] {
  font-size: 1rem;
}

.status-completed .status-indicator[b-4g5qky4tyh] {
  color: #28a745;
}

.status-partial .status-indicator[b-4g5qky4tyh] {
  color: #ffc107;
}

.status-refused .status-indicator[b-4g5qky4tyh] {
  color: #dc3545;
}

.status-in-progress .status-indicator[b-4g5qky4tyh] {
  color: #17a2b8;
}

.status-pending .status-indicator[b-4g5qky4tyh] {
  color: #6c757d;
}

.status-text[b-4g5qky4tyh] {
  font-weight: 500;
}

/* Mobile responsiveness */
@media (max-width: 480px) {
  .product-card[b-4g5qky4tyh] {
    padding: 12px;
  }

  .product-number[b-4g5qky4tyh] {
    font-size: 1rem;
  }

  .product-description[b-4g5qky4tyh] {
    font-size: 0.9rem;
  }
}
/* /Pages/Components/ScannedProductComponent.razor.rz.scp.css */
.terminate-delivery-btn i[b-5hcip40gbf] {
    color: white;
}

.email-address[b-5hcip40gbf] {
    text-align: end;
    word-break: break-all;
    overflow: auto;
    place-content: end;
    width: 100%;
}

.navigation-link[b-5hcip40gbf] {
    text-decoration: underline;
    color: #0071c1;
}

.phone-section[b-5hcip40gbf] {
    text-align: end;
    place-content: end;
}

.back-button-text[b-5hcip40gbf] {
    color: #5a6268;                /*  Neutral gray - distinct from blue CTAs */
    font-size: 1.4em;
}

.back-button-icon[b-5hcip40gbf] {
    padding-right: 10px;
    color: #5a6268;                /*  Neutral gray - distinct from blue CTAs */
}
/* /Pages/Components/SubProductCardComponent.razor.rz.scp.css */
.subproduct-card[b-radb4fmqyk] {
    cursor: pointer;
}

.subproduct-card.status-canceled[b-radb4fmqyk] {
    background-color: rgb(241 0 0 / 65%);
}

.subproduct-card.status-scanned[b-radb4fmqyk] {
    background-color: rgb(0 128 0 / 50%);
}

.subproduct-card.status-pending[b-radb4fmqyk] {
    background-color: rgb(210 210 210 / 50%);
}
/* /Pages/Components/SubProductCardComponentAlt.razor.rz.scp.css */
/* SubProduct Card Styles */
.subproduct-card-container[b-ovxoegwc8f] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.subproduct-card[b-ovxoegwc8f] {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 8px;
  margin-left: 32px;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.subproduct-card:hover[b-ovxoegwc8f] {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Status-based styling */
.subproduct-card.status-scanned[b-ovxoegwc8f] {
  background-color: #f0fff4;
  border-color: #28a745;
}

.subproduct-card.status-canceled[b-ovxoegwc8f] {
  background-color: #fff5f5;
  border-color: #dc3545;
}

.subproduct-card.status-pending[b-ovxoegwc8f] {
  background-color: #f8f9fa;
  border-color: #dee2e6;
}

/* Header */
.subproduct-header[b-ovxoegwc8f] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.subproduct-info[b-ovxoegwc8f] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.subproduct-index[b-ovxoegwc8f] {
  font-size: 0.85rem;
  color: #6c757d;
  font-weight: 500;
}

.subproduct-index i[b-ovxoegwc8f] {
  margin-right: 4px;
  color: #6c757d;
}

.subproduct-barcode[b-ovxoegwc8f] {
  font-size: 1rem;
  font-weight: 600;
  color: #007bff;
  font-family: 'Courier New', monospace;
}

/* Status Toggle Button */
.status-toggle-btn[b-ovxoegwc8f] {
  position: absolute;
  border:none;
  background: none;
  top: 0;
  right: 0;
  padding: 1rem;
}


.status-toggle-btn.btn-cancel[b-ovxoegwc8f] {
  border-color: #dc3545;
  color: #dc3545;
}


.status-toggle-btn.btn-restore[b-ovxoegwc8f] {
  border-color: #28a745;
  color: #28a745;
}

.status-toggle-btn.btn-unscan[b-ovxoegwc8f] {
  border-color: var(--color-vz-blue);
  color: var(--color-vz-blue);
}

/* Cancellation Info Container */
.cancellation-info[b-ovxoegwc8f] {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f5c6cb;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Cancellation Reason (main line) */
.cancellation-reason[b-ovxoegwc8f] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.9rem;
}

.cancellation-reason i[b-ovxoegwc8f] {
  color: #dc3545;
  font-size: 0.85rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.cancellation-reason .reason-label[b-ovxoegwc8f] {
  color: #721c24;
  font-weight: 600;
}

/* Cancellation Note (secondary line) */
.cancellation-note[b-ovxoegwc8f] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.85rem;
  padding-left: 2px;
}

.cancellation-note i[b-ovxoegwc8f] {
  color: #6c757d;
  font-size: 0.8rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.cancellation-note .note-text[b-ovxoegwc8f] {
  color: #495057;
  font-style: italic;
  word-break: break-word;
}

/* Animation for status changes */
.subproduct-card[b-ovxoegwc8f] {
  position: relative;
  overflow: hidden;
}

.subproduct-card[b-ovxoegwc8f]::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transition: left 0.5s ease;
}

.subproduct-card.status-scanned[b-ovxoegwc8f]::after,
.subproduct-card.status-canceled[b-ovxoegwc8f]::after {
  left: 100%;
}
/* /Pages/DailySummary.razor.rz.scp.css */
.action-buttons[b-2rgq7ro8zk] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
}

.search-deliveries-btn[b-2rgq7ro8zk] {
    align-self: flex-end;
    background-color: var(--color-vz-blue-light);
    border-color: var(--color-vz-blue-light);
    color: white;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.search-deliveries-btn:hover[b-2rgq7ro8zk] {
    background-color: #2b6794;
    border-color: #2b6794;
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.logout-btn[b-2rgq7ro8zk] {
    position: sticky;
    bottom: 16px;
    margin-top: 32px;
    background-color: #718096;
    border-color: #718096;
    color: white;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.logout-btn:hover[b-2rgq7ro8zk] {
    background-color: #4a5568;
    border-color: #4a5568;
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.daily-deliveries-section[b-2rgq7ro8zk] {
    margin: 16px 0;
    padding: 16px;
    background-color: #f8f9fa;
    border-radius: 12px;
}

.section-title[b-2rgq7ro8zk] {
    color: #333333;
    margin-bottom: 16px;
    font-size: 1.3rem;
    font-weight: 600;
}

.section-title i[b-2rgq7ro8zk] {
    margin-right: 8px;
    color: var(--color-vz-blue);
}
/* /Pages/DeliveryPage.razor.rz.scp.css */
/* DeliveryPage.razor.css - Bottom Navigation Buttons Only (Design System Compliant) */

/* Bottom Navigation Buttons */
.btn-group-custom[b-ytfke40uss] {
  position: fixed;
  bottom: 16px;                    /*  Changed from 10px */
  left: 0;
  right: 0;
  display: flex;
  gap: 12px;                       /*  Design system gap */
  padding: 0 16px;                 /*  Standard padding */
  justify-content: space-between;
  max-width: 600px;                /* Matches delivery-page-container */
  margin: 0 auto;
  z-index: 10;
}

.back-btn[b-ytfke40uss] {
  flex: 1;
  z-index: 2;
  max-width: 160px;
  height: 48px;                    /* Larger touch target */
  border-radius: 8px;              /* Changed from 25px */
  background: white;         
  color: #5a6268;                  /* Neutral gray text */
  border: 2px solid var(--color-vz-blue, #00348e);;       /* Neutral gray border */
  font-size: 16px;                 /* Standard size */
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.back-btn:hover[b-ytfke40uss] {
  background: rgba(108, 117, 125, 0.1);  /*  Subtle gray tint on hover */
  border-color: var(--color-vz-blue-dark, #00348e);;
}

.back-btn i[b-ytfke40uss] {
  font-size: 16px;
  color:  var(--color-vz-blue, #00348e);;                  /*  Match text color */
}

.back-btn .btn-text[b-ytfke40uss] {
  color: var(--color-vz-blue, #00348e);;                  /*  Neutral gray for outline style */
}

.back-btn .btn-text i[b-ytfke40uss] {
  color: var(--color-vz-blue, #00348e);;                  /*  Icon inherits outline color */
}

.arrived-btn[b-ytfke40uss] {
  flex: 1;
  max-width: 200px;
  height: 48px;
  border-radius: 8px;              /*  Changed from 25px */
  background: #28a745;             /*  Design system green */
  color: white;
  border: none;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.arrived-btn:hover[b-ytfke40uss] {
  filter: brightness(0.9);         /* Consistent with complete-delivery-btn */
}

.arrived-btn i[b-ytfke40uss] {
  font-size: 16px;
}

.complete-delivery-btn[b-ytfke40uss] {
  flex: 1;
  max-width: 200px;
  height: 48px;
  border-radius: 8px;              /*  Changed from 25px */
  color: white;
  border: none;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* Background color set dynamically via inline style based on status */
}

.complete-delivery-btn:hover[b-ytfke40uss] {
  filter: brightness(0.9);         /* Subtle darken - works with any bg color */
}

.complete-delivery-btn i[b-ytfke40uss] {
  font-size: 20px;
}

/* Button Text Styling */
.btn-text[b-ytfke40uss] {
  color: white;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-icon-left[b-ytfke40uss] {
  margin-right: 0;  /* gap handles spacing */
}

.btn-icon-right[b-ytfke40uss] {
  margin-left: 0;   /* gap handles spacing */
}

/* Spacer for navigation buttons */
#navBtnSpacer[b-ytfke40uss] {
  margin-bottom: 80px;
}

/* Icon colors */
.icon-white[b-ytfke40uss] {
  color: white;
}

/* ── Floating Action Buttons (top-right) ── */
.header-btn-group[b-ytfke40uss] {
  position: fixed;
  top: 16px;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 99;
}

.header-btn-group i[b-ytfke40uss] {
  color: white;
}

.terminate-delivery-btn[b-ytfke40uss] {
  height: 50px;
  width: 50px;
  border-radius: 15px;
  background-color: rgba(192, 14, 14, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.terminate-delivery-btn:active[b-ytfke40uss] {
  transform: scale(0.93);
}

.btn-attachment[b-ytfke40uss] {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 15px;
  background-color: rgb(0, 53, 239);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.btn-attachment:active[b-ytfke40uss] {
  transform: scale(0.93);
}

.btn-complete-all[b-ytfke40uss] {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 15px;
  background-color: rgb(0 128 0 / 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.btn-complete-all:active[b-ytfke40uss] {
  transform: scale(0.93);
}

/* Mobile Responsive */
@media (max-width: 480px) {
  .btn-group-custom[b-ytfke40uss] {
    padding: 0 12px;
    bottom: 12px;
    gap: 8px;
  }

  .back-btn[b-ytfke40uss] {
    max-width: 140px;
    font-size: 14px;
    height: 44px;
    padding: 0 12px;
  }

  .arrived-btn[b-ytfke40uss] {
    font-size: 14px;
    height: 44px;
    padding: 0 12px;
  }

  .complete-delivery-btn[b-ytfke40uss] {
    font-size: 14px;
    height: 44px;
    padding: 0 12px;
  }

  .btn-text[b-ytfke40uss] {
    font-size: 14px;
  }
}

/* ── Review Mode Button (previously processed delivery) ── */
.arrived-btn-review[b-ytfke40uss] {
    background: var(--color-vz-blue, #00348e);
}

/* ── Modify Button (read-only mode) ── */
.modify-btn[b-ytfke40uss] {
    flex: 1;
    max-width: 200px;
    height: 48px;
    border-radius: 8px;
    background: #ffc107;
    color: #333;
    border: none;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.modify-btn:hover[b-ytfke40uss] {
    filter: brightness(0.9);
}

.modify-btn .btn-text[b-ytfke40uss] {
    color: #333;
}

.modify-btn .btn-text i[b-ytfke40uss] {
    color: #333;
}

@media (max-width: 480px) {
    .modify-btn[b-ytfke40uss] {
        font-size: 14px;
        height: 44px;
        padding: 0 12px;
    }
}

/* Tablet Responsive */
@media (min-width: 768px) and (max-width: 1024px) {
  .btn-group-custom[b-ytfke40uss] {
    max-width: 700px;
  }
}

/* Desktop: align floating buttons to content column edge */
@media (min-width: 1281px) {
  .header-btn-group[b-ytfke40uss] {
    right: calc(32.5vw + 8px);
  }
}
/* /Pages/FindDelivery.razor.rz.scp.css */
.action-section[b-n4ez6aadoc] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.btn-action[b-n4ez6aadoc] {
    width: 100%;
    padding: 14px 24px;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
}

.scan-button[b-n4ez6aadoc] {
    background-color: var(--secondary-color);
    color: white;
}

.scan-button:hover[b-n4ez6aadoc] {
    background-color: var(--secondary-color-hover);
    box-shadow: 0 4px 8px rgba(0, 52, 142, 0.1);
}

.scan-button.scanning[b-n4ez6aadoc] {
    background-color: #dc3545;
}

.scan-button.scanning:hover[b-n4ez6aadoc] {
    background-color: #c82333;
}

.error-message[b-n4ez6aadoc] {
    color: red;
}

.error-container[b-n4ez6aadoc] {
    color: red;
    overflow: auto;
    word-break: break-all;
}

/* Error Alert */
.error-alert[b-n4ez6aadoc] {
    background-color: #fef5f6;
    border: 1px solid var(--color-vz-danger);
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    animation: slideDown-b-n4ez6aadoc 0.2s ease;
}

.error-alert.dismissing[b-n4ez6aadoc] {
    animation: slideUp-b-n4ez6aadoc 0.2s ease forwards;
}

.error-alert-icon[b-n4ez6aadoc] {
    flex-shrink: 0;
    font-size: 1.2rem;
    color: var(--color-vz-danger);
    margin-top: 2px;
}

.error-alert-content[b-n4ez6aadoc] {
    flex: 1;
}

.error-alert-title[b-n4ez6aadoc] {
    color: var(--color-vz-danger);
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.error-alert-message[b-n4ez6aadoc] {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.4;
}

.error-alert-close[b-n4ez6aadoc] {
    background: none;
    border: none;
    color: var(--color-vz-danger);
    cursor: pointer;
    font-size: 1.2rem;
    padding: 0;
    margin: -4px -8px -4px 0;
    transition: opacity 0.2s;
}

.error-alert-close:hover[b-n4ez6aadoc] {
    opacity: 0.7;
}

/* Animations */
@keyframes slideDown-b-n4ez6aadoc {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp-b-n4ez6aadoc {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

/* Button spinner */
.button-spinner[b-n4ez6aadoc] {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
}

.button-spinner[b-n4ez6aadoc]::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: rgba(255, 255, 255, 1);
    animation: spin-b-n4ez6aadoc 0.8s linear infinite;
}

@keyframes spin-b-n4ez6aadoc {
    to {
        transform: rotate(360deg);
    }
}

/* Button loading state */
.btn-loading[b-n4ez6aadoc] {
    opacity: 0.8;
    pointer-events: none;
}

/* Disabled button */
.btn:disabled[b-n4ez6aadoc] {
    opacity: 0.65;
    cursor: not-allowed;
    box-shadow: none;
}

.btn-primary:disabled[b-n4ez6aadoc] {
    background-color: var(--color-vz-blue);
    border-color: var(--color-vz-blue);
}

.btn-primary:disabled:hover[b-n4ez6aadoc] {
    background-color: var(--color-vz-blue);
    border-color: var(--color-vz-blue);
    box-shadow: none;
    transform: none;
}
/* /Pages/ScannedItemInfoPage.razor.rz.scp.css */
.page-container[b-xv9krgtwtk] {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
}

.content-wrapper[b-xv9krgtwtk] {
    flex-grow: 1;
}
/* /Pages/Settings.razor.rz.scp.css */
.settings-page[b-l9zdattuc8] {
    background: #f5f7fa;
    min-height: 100vh;
}

.settings-header[b-l9zdattuc8] {
    display: flex;
    align-items: center;
    padding: 16px;
    background: white;
    border-bottom: 1px solid #e0e0e0;
}

.back-btn[b-l9zdattuc8] {
    background: none;
    border: none;
    font-size: 20px;
    margin-right: 16px;
}

.settings-section[b-l9zdattuc8] {
    background: white;
    margin: 8px 0;
    padding: 16px;
}

.settings-section h3[b-l9zdattuc8] {
    margin: 0 0 16px 0;
    font-size: 16px;
    color: #666;
}

.language-toggle[b-l9zdattuc8] {
    display: flex;
    gap: 8px;
}

.lang-btn[b-l9zdattuc8] {
    flex: 1;
    padding: 12px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 8px;
}

.lang-btn.active[b-l9zdattuc8] {
    background: var(--color-vz-blue);
    color: white;
}

.logout-btn[b-l9zdattuc8] {
    width: 100%;
    padding: 16px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
}

.version-info[b-l9zdattuc8] {
    text-align: center;
    padding: 16px;
    color: #999;
    font-size: 12px;
}
/* /Pages/SignatureModalOriginal.razor.rz.scp.css */
.modal-content-signaturePad[b-5jn1qo8x9a] {
    background-color: lightgray;
}

.modal-body[b-5jn1qo8x9a] {
    padding-top: 0.2rem !important;
    padding-right: 1.2rem !important;
}

.save-button[b-5jn1qo8x9a] {
    float: right;
}
/* /Pages/ThreadSafetyDashboard.razor.rz.scp.css */

.dashboard-container[b-ataofmweic] {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.test-controls[b-ataofmweic] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.stats-grid[b-ataofmweic] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.stat-card[b-ataofmweic] {
    padding: 15px;
    border-radius: 8px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.stat-card.error[b-ataofmweic] {
    background: #fee;
    border-color: #fcc;
}

.stat-card.success[b-ataofmweic] {
    background: #efe;
    border-color: #cfc;
}

.stat-card h3[b-ataofmweic] {
    margin: 0 0 10px 0;
    font-size: 1.1em;
}

.stat-value[b-ataofmweic] {
    font-size: 2em;
    font-weight: bold;
}

.test-result[b-ataofmweic] {
    margin: 10px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: white;
}

.test-result.has-errors[b-ataofmweic] {
    border-color: #f88;
    background: #ffeee8;
}

.test-header[b-ataofmweic] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.error-list[b-ataofmweic] {
    margin-top: 10px;
    padding: 10px;
    background: #f8f8f8;
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.9em;
    max-height: 200px;
    overflow-y: auto;
}

.progress-bar[b-ataofmweic] {
    width: 100%;
    height: 20px;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
}

.progress-fill[b-ataofmweic] {
    height: 100%;
    background: linear-gradient(90deg, #4caf50 0%, #8bc34a 100%);
    transition: width 0.3s ease;
}

.progress-fill-full[b-ataofmweic] {
    width: 100%;
}

.progress-fill.error[b-ataofmweic] {
    background: linear-gradient(90deg, #f44336 0%, #ff5722 100%);
}

.result-status[b-ataofmweic] {
    margin-left: 20px;
}

.result-status-error[b-ataofmweic] {
    color: #f44336;
}

.result-status-success[b-ataofmweic] {
    color: #4caf50;
}

.continuous-indicator[b-ataofmweic] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #999;
    margin-left: 10px;
    animation: pulse-b-ataofmweic 1s infinite;
}

.continuous-indicator.active[b-ataofmweic] {
    background: #4caf50;
}

@keyframes pulse-b-ataofmweic {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.json-view[b-ataofmweic] {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.85em;
    white-space: pre-wrap;
    max-height: 300px;
    overflow-y: auto;
}

button[b-ataofmweic] {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    background: #2196f3;
    color: white;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

button:hover[b-ataofmweic] {
    background: #1976d2;
}

button:disabled[b-ataofmweic] {
    background: #ccc;
    cursor: not-allowed;
}

button.danger[b-ataofmweic] {
    background: #f44336;
}

button.danger:hover[b-ataofmweic] {
    background: #d32f2f;
}

button.success[b-ataofmweic] {
    background: #4caf50;
}

button.success:hover[b-ataofmweic] {
    background: #388e3c;
}
/* /Shared/Components/BottomPanelModal.razor.rz.scp.css */
/* ============ Backdrop ============ */
.bottom-panel-modal-backdrop[b-b4viwoc2o3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100dvh;
    backdrop-filter: blur(1px);
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    animation: bottomPanelModalFadeIn-b-b4viwoc2o3 0.2s ease;
}

@keyframes bottomPanelModalFadeIn-b-b4viwoc2o3 {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ============ Panel Shell ============ */
.bottom-panel-modal-panel[b-b4viwoc2o3] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 90vh;
    height: 90dvh;
    background: white;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    animation: bottomPanelModalSlideUp-b-b4viwoc2o3 0.3s ease;
}

@keyframes bottomPanelModalSlideUp-b-b4viwoc2o3 {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============ Header ============ */
.bottom-panel-modal-header[b-b4viwoc2o3] {
    background-color: var(--color-vz-blue, #00348e);
    color: white;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.bottom-panel-modal-title[b-b4viwoc2o3] {
    color: white;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.bottom-panel-modal-header-actions[b-b4viwoc2o3] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.bottom-panel-modal-header-actions[b-b4viwoc2o3]  button,
.bottom-panel-modal-close-btn[b-b4viwoc2o3] {
    background: none;
    border: none;
    font-size: 18px;
    color: #f0f0f0;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.2s;
}

.bottom-panel-modal-header-actions[b-b4viwoc2o3]  button:hover:not(:disabled),
.bottom-panel-modal-close-btn:hover[b-b4viwoc2o3] {
    background-color: rgba(255, 255, 255, 0.15);
}

.bottom-panel-modal-header-actions[b-b4viwoc2o3]  button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ============ Content ============ */
.bottom-panel-modal-content[b-b4viwoc2o3] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px;
    -webkit-overflow-scrolling: touch;
}

/* ============ Footer ============ */
.bottom-panel-modal-footer[b-b4viwoc2o3] {
    border-top: none;
    padding: 10px 20px;
    background-color: #ffffff;
    flex-shrink: 0;
}

/* ============ Desktop ============ */
@media only screen and (min-width: 1281px) {
    .bottom-panel-modal-backdrop[b-b4viwoc2o3] {
        justify-content: center;
    }

    .bottom-panel-modal-panel[b-b4viwoc2o3] {
        width: 40vw;
        max-width: 40vw;
    }
}

/* ============ Mobile ============ */
@media (max-width: 767px) {
    .bottom-panel-modal-panel[b-b4viwoc2o3] {
        height: 90vh;
        height: 90dvh;
        max-height: 100vh;
        max-height: 100dvh;
        border-radius: 12px 12px 0 0;
    }
}
/* /Shared/Components/FixedHeader.razor.rz.scp.css */
.fixed-header[b-horzrbswkq] {
    position: fixed;
    padding-top: 10px;
    width: 100%;
    z-index: 20;
    height: 110px;
    place-items: center;
    border-bottom: 1px solid #ddd;
    backdrop-filter: blur(8px);
}   

.fixed-header-content[b-horzrbswkq]{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
    align-content: end;
    align-items: center;
}

.logo-vizco-container[b-horzrbswkq]{
    padding-left: 20px;
}

.user-info-wrapper[b-horzrbswkq]{
    display: flex;
    flex-direction: column;
    width: 45%;
}

.info-item[b-horzrbswkq] {
    display: flex;
    align-items: end;
    gap: 10px;
    transition: all 0.2s ease;
}


.info-text[b-horzrbswkq] {
    font-family: var(--font-montserrat);
    font-size: 14px;
    color: #4a5568;
    border-radius: 20px;
    padding: 3px 8px;
    background: #f5f7fa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    font-style: italic;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.settings-btn[b-horzrbswkq] {
    background: none;
    border: none;
    color: #4a5568;
    font-size: 18px;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.2s ease;
    margin-left: auto;
}

.settings-btn:hover[b-horzrbswkq] {
    background: #f0f2f5;
    color: #2d3748;
}

.settings-btn:active[b-horzrbswkq] {
    background: #e2e6ea;
}

.header-user-company[b-horzrbswkq]{
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    margin-left: 20px;
    gap: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--font-montserrat);
    font-size: 12px;
}

.header-user-name[b-horzrbswkq]{
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    margin-left: 20px;
    gap: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--font-montserrat);
    font-size: 12px;
}

/* Mobile - Vertical */
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
    .fixed-header[b-horzrbswkq]{
        width: 100%;
    }
}

/* Mobile - Horizontal */
@media only screen and (min-width: 481px) and (max-width: 1100px) and (orientation: landscape) {

    .fixed-header[b-horzrbswkq]{
        width: 70%;
    }
}

/* Tablet - Vertical */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    .fixed-header[b-horzrbswkq]{
        width: 100%;
    }
}

/* Tablet - Horizontal */
@media only screen and (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {

    .fixed-header[b-horzrbswkq]{
        width: 60%;
    }
}

/* Desktops */
@media only screen and (min-width: 1281px) {

    .fixed-header[b-horzrbswkq]{
        width: 39%;
    }
}
/* /Shared/Components/Loading/NavigationLoadingOverlay.razor.rz.scp.css */
.navigation-loading-overlay[b-7w6wwnad5a] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loading-content[b-7w6wwnad5a] {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.loading-message[b-7w6wwnad5a] {
    margin-top: 1rem;
    font-size: 1.1rem;
    color: #333;
}
/* /Shared/Components/Loading/SkeletonLoader.razor.rz.scp.css */
/* Base Skeleton Animation */
.skeleton[b-v6adwwe7gk] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-v6adwwe7gk 1.5s infinite;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

/* Prevent text selection and cursor on skeletons */
.skeleton[b-v6adwwe7gk]::after {
    content: '\00a0'; /* Non-breaking space */
}

/* Generic Size-based Skeleton Classes */
.skeleton-xs[b-v6adwwe7gk] {
    height: 16px;
    width: 60px;
}

.skeleton-sm[b-v6adwwe7gk] {
    height: 24px;
    width: 100px;
}

.skeleton-md[b-v6adwwe7gk] {
    height: 32px;
    width: 150px;
}

.skeleton-lg[b-v6adwwe7gk] {
    height: 40px;
    width: 200px;
}

.skeleton-xl[b-v6adwwe7gk] {
    height: 48px;
    width: 250px;
}

.skeleton-xxl[b-v6adwwe7gk] {
    height: 64px;
    width: 300px;
}

/* Full Width Variants */
.skeleton-xs.skeleton-full[b-v6adwwe7gk],
.skeleton-sm.skeleton-full[b-v6adwwe7gk],
.skeleton-md.skeleton-full[b-v6adwwe7gk],
.skeleton-lg.skeleton-full[b-v6adwwe7gk],
.skeleton-xl.skeleton-full[b-v6adwwe7gk],
.skeleton-xxl.skeleton-full[b-v6adwwe7gk] {
    width: 100%;
}

/* Specific Element Skeletons */
.skeleton-input[b-v6adwwe7gk] {
    height: 40px;
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-v6adwwe7gk 1.5s infinite;
}

.skeleton-textarea[b-v6adwwe7gk] {
    height: 100px;
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-v6adwwe7gk 1.5s infinite;
}

.skeleton-button[b-v6adwwe7gk] {
    height: 40px;
    width: 120px;
    border-radius: 4px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-v6adwwe7gk 1.5s infinite;
}

.skeleton-button.skeleton-button-sm[b-v6adwwe7gk] {
    height: 32px;
    width: 80px;
}

.skeleton-button.skeleton-button-lg[b-v6adwwe7gk] {
    height: 48px;
    width: 160px;
}

/* Shape Variants */
.skeleton-circle[b-v6adwwe7gk] {
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.skeleton-circle.skeleton-sm[b-v6adwwe7gk] {
    width: 32px;
    height: 32px;
}

.skeleton-circle.skeleton-lg[b-v6adwwe7gk] {
    width: 64px;
    height: 64px;
}

.skeleton-rounded[b-v6adwwe7gk] {
    border-radius: 8px;
}

.skeleton-pill[b-v6adwwe7gk] {
    border-radius: 999px;
}

/* Text Line Skeletons */
.skeleton-text[b-v6adwwe7gk] {
    height: 16px;
    width: 100%;
    margin-bottom: 8px;
    border-radius: 4px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-v6adwwe7gk 1.5s infinite;
}

.skeleton-text:last-child[b-v6adwwe7gk] {
    width: 60%; /* Last line typically shorter */
    margin-bottom: 0;
}

/* Paragraph Skeleton - Multiple Lines */
.skeleton-paragraph[b-v6adwwe7gk] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Header Skeletons */
.skeleton-h1[b-v6adwwe7gk] {
    height: 32px;
    width: 60%;
    margin-bottom: 16px;
    border-radius: 4px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-v6adwwe7gk 1.5s infinite;
}

.skeleton-h2[b-v6adwwe7gk] {
    height: 28px;
    width: 50%;
    margin-bottom: 12px;
    border-radius: 4px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-v6adwwe7gk 1.5s infinite;
}

.skeleton-h3[b-v6adwwe7gk] {
    height: 24px;
    width: 45%;
    margin-bottom: 8px;
    border-radius: 4px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-v6adwwe7gk 1.5s infinite;
}

/* Form Group Skeleton */
.skeleton-form-group[b-v6adwwe7gk] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.skeleton-label[b-v6adwwe7gk] {
    height: 16px;
    width: 80px;
    border-radius: 4px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-v6adwwe7gk 1.5s infinite;
}

/* Card Skeleton Components */
.skeleton-card-header[b-v6adwwe7gk] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
}

.skeleton-card-body[b-v6adwwe7gk] {
    padding: 16px;
}

/* List Item Skeleton */
.skeleton-list-item[b-v6adwwe7gk] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
}

/* Image/Avatar Skeleton */
.skeleton-avatar[b-v6adwwe7gk] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-v6adwwe7gk 1.5s infinite;
    flex-shrink: 0;
}

.skeleton-image[b-v6adwwe7gk] {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-v6adwwe7gk 1.5s infinite;
}

/* Existing Loading Animation */
@keyframes loading-b-v6adwwe7gk {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Utility Classes */
.skeleton-mb-2[b-v6adwwe7gk] { margin-bottom: 8px; }
.skeleton-mb-3[b-v6adwwe7gk] { margin-bottom: 12px; }
.skeleton-mb-4[b-v6adwwe7gk] { margin-bottom: 16px; }

.skeleton-w-25[b-v6adwwe7gk] { width: 25%; }
.skeleton-w-50[b-v6adwwe7gk] { width: 50%; }
.skeleton-w-75[b-v6adwwe7gk] { width: 75%; }
.skeleton-w-100[b-v6adwwe7gk] { width: 100%; }

/* Dark Mode Variant (if needed) */
.dark .skeleton[b-v6adwwe7gk],
.dark .skeleton-input[b-v6adwwe7gk],
.dark .skeleton-textarea[b-v6adwwe7gk],
.dark .skeleton-button[b-v6adwwe7gk],
.dark .skeleton-text[b-v6adwwe7gk],
.dark .skeleton-h1[b-v6adwwe7gk],
.dark .skeleton-h2[b-v6adwwe7gk],
.dark .skeleton-h3[b-v6adwwe7gk],
.dark .skeleton-label[b-v6adwwe7gk],
.dark .skeleton-avatar[b-v6adwwe7gk],
.dark .skeleton-image[b-v6adwwe7gk] {
    background: linear-gradient(90deg, #2a2a2a 25%, #3a3a3a 50%, #2a2a2a 75%);
    background-size: 200% 100%;
}

/* /Shared/Components/Loading/SkeletonTable.razor.rz.scp.css */
.skeleton-table-header[b-sjxbkzkbee] {
    display: flex;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 8px;
}

.skeleton-table-row[b-sjxbkzkbee] {
    display: flex;
    gap: 16px;
    padding: 8px 0;
}
/* /Shared/ConfirmationModal.razor.rz.scp.css */
.confirmation-modal[b-nnjwvphvtk] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    padding: 6px;
    width: var(--modal-dialog-width);
}

/* ── Legacy header layout (backward-compatible) ── */

.modal-header-custom[b-nnjwvphvtk] {
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
}

.header-content[b-nnjwvphvtk] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-icon[b-nnjwvphvtk] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.modal-title[b-nnjwvphvtk] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
}

.modal-body-custom[b-nnjwvphvtk] {
    padding: 20px 16px;
}

.message-text[b-nnjwvphvtk] {
    font-size: 0.95rem;
    color: #333333;
    margin: 0 0 12px 0;
    line-height: 1.5;
}

.question-text[b-nnjwvphvtk] {
    font-size: 1rem;
    color: #333333;
    font-weight: 500;
    margin: 0;
}

/* ── New centered icon layout (SweetAlert-style) ── */

.icon-section[b-nnjwvphvtk] {
    display: flex;
    justify-content: center;
    padding: 24px 16px 0;
}

.icon-circle[b-nnjwvphvtk] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ccc;
}

.icon-circle.question[b-nnjwvphvtk] {
    border-color: var(--color-vz-blue-light);
    color: var(--color-vz-blue-light);
}

.icon-circle.warning[b-nnjwvphvtk] {
    border-color: var(--color-vz-warning);
    color: var(--color-vz-warning);
}

.icon-circle.success[b-nnjwvphvtk] {
    border-color: var(--color-vz-success);
    color: var(--color-vz-success);
}

.icon-circle.error[b-nnjwvphvtk] {
    border-color: var(--color-vz-danger);
    color: var(--color-vz-danger);
}

.icon-circle.info[b-nnjwvphvtk] {
    border-color: var(--color-vz-blue);
    color: var(--color-vz-blue);
}

.modal-body-centered[b-nnjwvphvtk] {
    padding: 16px 24px 8px;
    text-align: center;
}

.centered-title[b-nnjwvphvtk] {
    margin: 0 0 8px 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333333;
}

.centered-message[b-nnjwvphvtk] {
    font-size: 1.10rem;
    color: #4E5359;
    margin: 0 0 4px 0;
    line-height: 1.5;
}

/* ── Footer (shared by both layouts) ── */

.modal-footer-custom[b-nnjwvphvtk] {
    padding: 16px;
    display: flex;
    justify-content: center;
    gap: 8px;
    border-radius: 0 0 12px 12px;
}

.modal-footer-custom .btn[b-nnjwvphvtk] {
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.modal-footer-custom .btn-secondary[b-nnjwvphvtk] {
    background-color: #718096;
    border-color: #718096;
    color: white;
}

.modal-footer-custom .btn-secondary:hover[b-nnjwvphvtk] {
    background-color: #4a5568;
    border-color: #4a5568;
}

.modal-footer-custom .btn-primary[b-nnjwvphvtk] {
    background-color: var(--color-vz-blue);
    border-color: var(--color-vz-blue);
    color: white;
}

.modal-footer-custom .btn-primary:hover[b-nnjwvphvtk] {
    background-color: var(--color-vz-blue-dark);
    border-color: var(--color-vz-blue-dark);
}

.modal-footer-custom .btn-success[b-nnjwvphvtk] {
    background-color: var(--color-vz-success);
    border-color: var(--color-vz-success);
    color: white;
}

.modal-footer-custom .btn-success:hover[b-nnjwvphvtk] {
    background-color: var(--color-vz-success-dark);
    border-color: var(--color-vz-success-dark);
}

.modal-footer-custom .btn-danger[b-nnjwvphvtk] {
    background-color: var(--color-vz-danger);
    border-color: var(--color-vz-danger);
    color: white;
}

.modal-footer-custom .btn-danger:hover[b-nnjwvphvtk] {
    background-color: var(--color-vz-danger-dark);
    border-color: var(--color-vz-danger-dark);
}

.modal-footer-custom .btn-warning[b-nnjwvphvtk] {
    background-color: var(--color-vz-warning);
    border-color: var(--color-vz-warning);
    color: white;
}

.modal-footer-custom .btn-warning:hover[b-nnjwvphvtk] {
    background-color: var(--color-vz-warning-dark);
    border-color: var(--color-vz-warning-dark);
}

/* ── Mobile responsiveness ── */

@media (max-width: 576px) {
    .confirmation-modal[b-nnjwvphvtk] {
        padding: 6px;
        border-radius: 12px;
    }

    .icon-circle[b-nnjwvphvtk] {
        width: 60px;
        height: 60px;
        font-size: 26px;
    }

    .modal-footer-custom[b-nnjwvphvtk] {
        flex-direction: row;
    }

    .modal-footer-custom .btn[b-nnjwvphvtk] {
        width: 100%;
    }
}
/* /Shared/DeliveryTerminationModal.razor.rz.scp.css */
.termination-modal[b-skbqiqv82a] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    width: var(--modal-dialog-width);
    border-top: 4px solid #c00e0e;
}

.modal-header-custom[b-skbqiqv82a] {
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-content[b-skbqiqv82a] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.warning-icon[b-skbqiqv82a] {
    color: #c00e0e;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.modal-title[b-skbqiqv82a] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
}

/* Warning Banner */
.warning-banner[b-skbqiqv82a] {
    background: #fff5f5;
    border-bottom: 1px solid #fecaca;
    padding: 12px 16px;
}

.warning-content[b-skbqiqv82a] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #991b1b;
    font-size: 0.9rem;
}

.warning-content i[b-skbqiqv82a] {
    font-size: 1rem;
    flex-shrink: 0;
}

/* Modal Body */
.modal-body-custom[b-skbqiqv82a] {
    padding: 0px 16px 0px 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Reasons List (reused from UnscannedItemReasonModal) */
.reasons-list[b-skbqiqv82a] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    max-height: 336px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.reason-option[b-skbqiqv82a] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    touch-action: pan-y;
}

/* Only apply hover effects on devices with actual hover capability (not touch) */
@media (hover: hover) and (pointer: fine) {
    .reason-option:hover[b-skbqiqv82a] {
        background-color: var(--color-vz-bg-light, #e6ecf5);
        border-color: var(--color-vz-blue-light, #347cb2);
    }
}

.reason-option.selected[b-skbqiqv82a] {
    background-color: var(--color-vz-bg-light, #e6ecf5);
    border-color: var(--color-vz-blue, #00348e);
    border-width: 2px;
}

.reason-option input[type="radio"][b-skbqiqv82a] {
    margin: 0;
    cursor: pointer;
    accent-color: var(--color-vz-blue, #00348e);
}

.reason-option label[b-skbqiqv82a] {
    margin: 0;
    cursor: pointer;
    font-size: 0.95rem;
    color: #333333;
    flex: 1;
}

/* Note Section */
.note-section[b-skbqiqv82a] {
    margin-top: 16px;
    position: relative;
}

.note-textarea[b-skbqiqv82a] {
    width: 100%;
    padding: 12px;
    padding-bottom: 28px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.95rem;
    font-family: inherit;
    resize: vertical;
    min-height: 80px;
    transition: border-color 0.2s ease;
}

.note-textarea:focus[b-skbqiqv82a] {
    outline: none;
    border-color: var(--color-vz-blue, #00348e);
}

.note-textarea.is-valid[b-skbqiqv82a] {
    border-color: #10b981;
}

.note-textarea.is-invalid[b-skbqiqv82a] {
    border-color: rgba(232, 53, 53, 0.38);
}

.char-counter[b-skbqiqv82a] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: rgb(102, 102, 102);
    display: inline;
    font-weight: bold;
    white-space: nowrap;
}

/* Validation feedback */
.validation-message[b-skbqiqv82a] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--color-vz-danger, #d32f4f);
    font-size: 0.85rem;
    font-weight: 500;
    margin-top: 8px;
    animation: fadeSlideIn-b-skbqiqv82a 0.2s ease;
}

.validation-message i[b-skbqiqv82a] {
    font-size: 0.85rem;
    flex-shrink: 0;
}

.reason-option.highlight-required[b-skbqiqv82a] {
    border-color: var(--color-vz-danger, #d32f4f);
}

@keyframes fadeSlideIn-b-skbqiqv82a {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Confirmation View */
.confirmation-view[b-skbqiqv82a] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.confirmation-warning[b-skbqiqv82a] {
    background: #fff5f5;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #c00e0e;
    text-align: center;
}

.confirmation-warning i[b-skbqiqv82a] {
    font-size: 3rem;
    color: #c00e0e;
    margin-bottom: 12px;
    display: block;
}

.confirmation-text[b-skbqiqv82a] {
    font-size: 1.1rem;
    color: #333333;
    margin-bottom: 8px;
}

.confirmation-subtext[b-skbqiqv82a] {
    font-size: 0.9rem;
    color: #718096;
    margin: 0;
}

.reason-summary[b-skbqiqv82a] {
    background: #f8f9fa;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.summary-header[b-skbqiqv82a] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #718096;
    margin-bottom: 8px;
    margin-top: 12px;
}

.summary-header:first-child[b-skbqiqv82a] {
    margin-top: 0;
}

.summary-header i[b-skbqiqv82a] {
    font-size: 0.9rem;
}

.summary-reason[b-skbqiqv82a] {
    font-size: 1rem;
    color: #333333;
    font-weight: 600;
    padding: 8px 0;
}

.summary-note[b-skbqiqv82a] {
    font-size: 0.95rem;
    color: #333333;
    padding: 8px 0;
    white-space: pre-wrap;
    word-break: break-word;
}

/* Modal Footer */
.modal-footer-custom[b-skbqiqv82a] {
    padding: 16px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.modal-footer-custom .btn[b-skbqiqv82a] {
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.modal-footer-custom .btn i[b-skbqiqv82a] {
    font-size: 0.9rem;
}

.modal-footer-custom .btn-secondary[b-skbqiqv82a] {
    background-color: var(--color-vz-blue, #00348e);
    border-color: var(--color-vz-blue, #00348e);
    color: white;
}

.modal-footer-custom .btn-secondary:hover[b-skbqiqv82a] {
    background-color: var(--color-vz-blue-dark, #00286e);
    border-color: var(--color-vz-blue-dark, #00286e);
}

.modal-footer-custom .btn-warning[b-skbqiqv82a] {
    background-color: #c00e0e;
    border-color: #c00e0e;
    color: white;
}

.modal-footer-custom .btn-warning:hover:not(:disabled)[b-skbqiqv82a] {
    background-color: #b50e1f;
    border-color: #b50e1f;
}

.modal-footer-custom .btn-warning:disabled[b-skbqiqv82a] {
    opacity: 0.65;
    cursor: not-allowed;
}

.modal-footer-custom .btn-danger[b-skbqiqv82a] {
    background-color: #c00e0e;
    border-color: #c00e0e;
    color: white;
}

.btn-terminate[b-skbqiqv82a] {
    font-weight: 700;
    font-size: 1rem;
    padding: 12px 24px;
}

.modal-footer-custom .btn-danger:hover:not(:disabled)[b-skbqiqv82a] {
    background-color: #b50e1f;
    border-color: #b50e1f;
    box-shadow: 0 4px 12px rgba(192, 14, 14, 0.3);
}

.modal-footer-custom .btn-danger:disabled[b-skbqiqv82a] {
    opacity: 0.65;
    cursor: not-allowed;
}

/* Mobile responsiveness */
@media (max-width: 576px) {
    .termination-modal[b-skbqiqv82a] {
        border-radius: 12px 12px 0 0;
    }

    .header-content[b-skbqiqv82a] {
        flex-direction: row;
        align-items: center;
    }

    .reason-option[b-skbqiqv82a] {
        padding: 10px;
    }

    .modal-footer-custom[b-skbqiqv82a] {
        flex-direction: column;
    }

    .modal-footer-custom .btn[b-skbqiqv82a] {
        width: 100%;
        justify-content: center;
    }

    .confirmation-warning i[b-skbqiqv82a] {
        font-size: 2.5rem;
    }

    .confirmation-text[b-skbqiqv82a] {
        font-size: 1rem;
    }
}
/* /Shared/Layout/DeliveryLayout.razor.rz.scp.css */
/* /Shared/LoadingModal.razor.rz.scp.css */
.modal-content[b-spm5hitnb3] {
  z-index: 1000 !important;
  border-radius: 25px;
}

.modal-body[b-spm5hitnb3] {
  border-radius: 25px;
}

.loading-container[b-spm5hitnb3] {
  text-align: center;
}

.lds-roller[b-spm5hitnb3] {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div[b-spm5hitnb3] {
  animation: lds-roller-b-spm5hitnb3 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

  .lds-roller div[b-spm5hitnb3]:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000000;
    margin: -4px 0 0 -4px;
  }

  .lds-roller div:nth-child(1)[b-spm5hitnb3] {
    animation-delay: -0.036s;
  }

    .lds-roller div:nth-child(1)[b-spm5hitnb3]:after {
      top: 63px;
      left: 63px;
    }

  .lds-roller div:nth-child(2)[b-spm5hitnb3] {
    animation-delay: -0.072s;
  }

    .lds-roller div:nth-child(2)[b-spm5hitnb3]:after {
      top: 68px;
      left: 56px;
    }

  .lds-roller div:nth-child(3)[b-spm5hitnb3] {
    animation-delay: -0.108s;
  }

    .lds-roller div:nth-child(3)[b-spm5hitnb3]:after {
      top: 71px;
      left: 48px;
    }

  .lds-roller div:nth-child(4)[b-spm5hitnb3] {
    animation-delay: -0.144s;
  }

    .lds-roller div:nth-child(4)[b-spm5hitnb3]:after {
      top: 72px;
      left: 40px;
    }

  .lds-roller div:nth-child(5)[b-spm5hitnb3] {
    animation-delay: -0.18s;
  }

    .lds-roller div:nth-child(5)[b-spm5hitnb3]:after {
      top: 71px;
      left: 32px;
    }

  .lds-roller div:nth-child(6)[b-spm5hitnb3] {
    animation-delay: -0.216s;
  }

    .lds-roller div:nth-child(6)[b-spm5hitnb3]:after {
      top: 68px;
      left: 24px;
    }

  .lds-roller div:nth-child(7)[b-spm5hitnb3] {
    animation-delay: -0.252s;
  }

    .lds-roller div:nth-child(7)[b-spm5hitnb3]:after {
      top: 63px;
      left: 17px;
    }

  .lds-roller div:nth-child(8)[b-spm5hitnb3] {
    animation-delay: -0.288s;
  }

    .lds-roller div:nth-child(8)[b-spm5hitnb3]:after {
      top: 56px;
      left: 12px;
    }

@keyframes lds-roller-b-spm5hitnb3 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* ── Mobile-first: main fills the viewport ── */
.page[b-2edjzkad2l] {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
  min-width: 70vw;
  justify-content: center;
}

main[b-2edjzkad2l] {
  flex: 1;
  width: 100%;
}

/* ── Desktop: main sizes to content, centered by justify-content ── */
@media (min-width: 1281px) {
  main[b-2edjzkad2l] {
    flex: initial;
    width: auto;
  }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-r6qepdol1o] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-r6qepdol1o] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-r6qepdol1o] {
    font-size: 1.1rem;
}

.oi[b-r6qepdol1o] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-r6qepdol1o] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-r6qepdol1o] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-r6qepdol1o] {
        padding-bottom: 1rem;
    }

    .nav-item[b-r6qepdol1o]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-r6qepdol1o]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-r6qepdol1o]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-r6qepdol1o] {
        display: none;
    }

    .collapse[b-r6qepdol1o] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-r6qepdol1o] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/UnscannedItemReasonModal.razor.rz.scp.css */
.unscanned-item-modal[b-725lwa9dcu] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    width: var(--modal-dialog-width);
}

.modal-header-custom[b-725lwa9dcu] {
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title[b-725lwa9dcu] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
}

.progress-indicator[b-725lwa9dcu] {
    font-size: 0.85rem;
    color: #718096;
    background-color: #f8f9fa;
    padding: 4px 8px;
    border-radius: 8px;
}

.modal-body-custom[b-725lwa9dcu] {
    padding: 16px;
}

.item-info[b-725lwa9dcu] {
    background-color: #f8f9fa;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.item-info i[b-725lwa9dcu] {
    color: var(--color-vz-blue);
    font-size: 1.1rem;
}

.item-info strong[b-725lwa9dcu] {
    color: #333333;
    font-size: 1rem;
}

.reasons-list[b-725lwa9dcu] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    max-height: 336px; /* ~6 items at 48px each + gaps */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.reason-option[b-725lwa9dcu] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    touch-action: pan-y;
}

.reason-option:hover[b-725lwa9dcu] {
    background-color: #f8f9fa;
    border-color: var(--color-vz-blue);
}

.reason-option.selected[b-725lwa9dcu] {
    background-color: #e8f0fe;
    border-color: var(--color-vz-blue);
}

.reason-option input[type="radio"][b-725lwa9dcu] {
    margin: 0;
    cursor: pointer;
    accent-color: var(--color-vz-blue);
}

.reason-option label[b-725lwa9dcu] {
    margin: 0;
    cursor: pointer;
    font-size: 0.95rem;
    color: #333333;
    flex: 1;
}

.note-section[b-725lwa9dcu] {
    margin-top: 16px;
    position: relative;
}

.note-textarea[b-725lwa9dcu] {
    width: 100%;
    padding: 12px;
    padding-bottom: 28px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.95rem;
    font-family: inherit;
    resize: vertical;
    min-height: 80px;
    transition: border-color 0.2s ease;
}

.note-textarea:focus[b-725lwa9dcu] {
    outline: none;
    border-color: var(--color-vz-blue);
}

.note-textarea.is-valid[b-725lwa9dcu] {

}

.note-textarea.is-invalid[b-725lwa9dcu] {
    border-color: rgba(232, 53, 53, 0.38);
}

.char-counter[b-725lwa9dcu] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: rgb(102, 102, 102);
    display: inline;
    font-weight: bold;
    white-space: nowrap;
}

.modal-footer-custom[b-725lwa9dcu] {
    padding: 16px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.modal-footer-custom .btn[b-725lwa9dcu] {
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.modal-footer-custom .btn-secondary[b-725lwa9dcu] {
    background-color: var(--color-vz-blue);
    border-color: var(--color-vz-blue);
    color: white;
}

.modal-footer-custom .btn-secondary:hover[b-725lwa9dcu] {
    background-color: var(--color-vz-blue-dark);
    border-color: var(--color-vz-blue-dark);
}

.modal-footer-custom .btn-danger[b-725lwa9dcu] {
    background-color: var(--color-vz-danger);
    border-color: var(--color-vz-danger);
    color: white;
}

.modal-footer-custom .btn-danger:hover:not(:disabled)[b-725lwa9dcu] {
    background-color: var(--color-vz-danger-dark);
    border-color: var(--color-vz-danger-dark);
}

/* Validation feedback */
.validation-message[b-725lwa9dcu] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--color-vz-danger, #d32f4f);
    font-size: 0.85rem;
    font-weight: 500;
    margin-top: 8px;
    animation: fadeSlideIn-b-725lwa9dcu 0.2s ease;
}

.validation-message i[b-725lwa9dcu] {
    font-size: 0.85rem;
    flex-shrink: 0;
}

.reason-option.highlight-required[b-725lwa9dcu] {
    border-color: var(--color-vz-danger, #d32f4f);
}

@keyframes fadeSlideIn-b-725lwa9dcu {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile responsiveness */
@media (max-width: 576px) {
    
    
    .unscanned-item-modal[b-725lwa9dcu] {
        border-radius: 12px;
    }

    .modal-header-custom[b-725lwa9dcu] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .reason-option[b-725lwa9dcu] {
        padding: 10px;
    }

    .modal-footer-custom[b-725lwa9dcu] {
        flex-direction: column;
    }

    .modal-footer-custom .btn[b-725lwa9dcu] {
        width: 100%;
    }
}
