#camera-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 40;
}

#camera-overlay canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 50;
}

/* Scrollbar styling - always visible */
#customer-info-block .overflow-y-auto {
  scrollbar-width: thin;
  scrollbar-color: #9ca3af #e5e7eb;
}

#customer-info-block .overflow-y-auto::-webkit-scrollbar {
  width: 8px;
}

#customer-info-block .overflow-y-auto::-webkit-scrollbar-track {
  background: #e5e7eb;
  border-radius: 4px;
}

#customer-info-block .overflow-y-auto::-webkit-scrollbar-thumb {
  background: #9ca3af;
  border-radius: 4px;
}

#customer-info-block .overflow-y-auto::-webkit-scrollbar-thumb:hover {
  background: #6b7280;
}
