/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard-header h2[b-afsnbo4oh9] {
  color: var(--color-primary);
  font-weight: 600;
}

.feature-card[b-afsnbo4oh9] {
  border-radius: var(--border-radius-md);
  box-shadow: var(--shadow-sm);
  height: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  background-color: white;
}

.feature-card:hover[b-afsnbo4oh9] {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.feature-icon[b-afsnbo4oh9] {
  color: var(--color-primary);
}

.landing-section[b-afsnbo4oh9] {
  max-width: 1200px;
  margin: 0 auto;
}

.landing-section h1 .text-accent[b-afsnbo4oh9] {
  color: var(--color-accent);
}

.vital-chart-placeholder[b-afsnbo4oh9] {
  border: 1px dashed #ccc;
}

.record-icon i[b-afsnbo4oh9],
.share-icon i[b-afsnbo4oh9] {
  font-size: 1.5rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Add animation for the floating action button */
@keyframes pulse-b-afsnbo4oh9 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 215, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 215, 0, 0);
  }
}

.fab[b-afsnbo4oh9] {
  animation: pulse-b-afsnbo4oh9 2s infinite;
}

/* Avatar styles */
.avatar[b-afsnbo4oh9] {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--color-light);
  color: var(--color-primary);
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.not-found-container[b-ol4wdmkb67] {
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  padding-top: 60px; /* Account for fixed header */
}

.not-found-content[b-ol4wdmkb67] {
  max-width: 600px;
  margin: 0 auto;
}

.error-icon[b-ol4wdmkb67] {
  animation: pulse-b-ol4wdmkb67 2s infinite;
}

@keyframes pulse-b-ol4wdmkb67 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.text-navy[b-ol4wdmkb67] {
  color: #1a237e !important;
}

.not-found-content .card[b-ol4wdmkb67] {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.not-found-content .card:hover[b-ol4wdmkb67] {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 35, 126, 0.15);
}

.not-found-content .btn[b-ol4wdmkb67] {
  min-width: 160px;
}

.not-found-content .btn-primary[b-ol4wdmkb67] {
  background-color: #1a237e;
  border-color: #1a237e;
}

.not-found-content .btn-primary:hover[b-ol4wdmkb67] {
  background-color: #151f6b;
  border-color: #151f6b;
}

/* Mobile-first responsive design */
@media (max-width: 576px) {
  .not-found-container[b-ol4wdmkb67] {
    min-height: calc(100vh - 60px); /* Adjust for mobile header */
    padding: 1rem 0;
  }

  .not-found-content[b-ol4wdmkb67] {
    padding: 1rem;
  }

  .error-icon[b-ol4wdmkb67] {
    margin-bottom: 1.5rem !important;
  }

  .error-icon i[b-ol4wdmkb67] {
    font-size: 3rem !important;
  }

  .not-found-content .display-4[b-ol4wdmkb67] {
    font-size: 2.5rem;
    margin-bottom: 1rem !important;
  }

  .not-found-content .h3[b-ol4wdmkb67] {
    font-size: 1.5rem;
    margin-bottom: 1rem !important;
  }

  .not-found-content .lead[b-ol4wdmkb67] {
    font-size: 1rem;
    margin-bottom: 2rem !important;
  }

  .not-found-content .btn[b-ol4wdmkb67] {
    min-width: 140px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
  }

  .not-found-content .btn-lg[b-ol4wdmkb67] {
    padding: 0.75rem 1.25rem;
  }

  /* Compact help section for mobile */
  .not-found-content .border-top[b-ol4wdmkb67] {
    margin-top: 2rem !important;
    padding-top: 1.5rem !important;
  }

  .not-found-content .card-body[b-ol4wdmkb67] {
    padding: 0.75rem !important;
  }

  .not-found-content .card-body .fs-4[b-ol4wdmkb67] {
    font-size: 1.25rem !important;
  }

  .not-found-content .card-body .small[b-ol4wdmkb67] {
    font-size: 0.8rem;
  }

  /* Stack buttons vertically on very small screens */
  .d-flex.flex-column.flex-sm-row[b-ol4wdmkb67] {
    gap: 0.75rem !important;
  }
}

/* Tablet adjustments */
@media (min-width: 577px) and (max-width: 768px) {
  .not-found-content .btn[b-ol4wdmkb67] {
    min-width: 150px;
  }

  .error-icon i[b-ol4wdmkb67] {
    font-size: 3.5rem !important;
  }
}
/* /Components/Pages/Records.razor.rz.scp.css */
.records-page[b-469ffzg8sw] {
  min-height: 100vh;
  padding: 1rem;
}

.record-card[b-469ffzg8sw] {
  transition:
    transform 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  cursor: pointer;
  border: 1px solid #dee2e6;
}

.record-card:hover[b-469ffzg8sw] {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-color: #007bff;
}

.record-row[b-469ffzg8sw] {
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.record-row:hover[b-469ffzg8sw] {
  background-color: #f8f9fa;
}

.icon-with-text[b-469ffzg8sw] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Statistics cards */
.card.bg-primary[b-469ffzg8sw],
.card.bg-success[b-469ffzg8sw],
.card.bg-info[b-469ffzg8sw],
.card.bg-warning[b-469ffzg8sw] {
  color: white;
}

.card.bg-primary .card-body[b-469ffzg8sw],
.card.bg-success .card-body[b-469ffzg8sw],
.card.bg-info .card-body[b-469ffzg8sw],
.card.bg-warning .card-body[b-469ffzg8sw] {
  padding: 1.5rem;
}

/* Filter section */
.filter-section[b-469ffzg8sw] {
  background-color: #f8f9fa;
  border-radius: 0.375rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

/* Record type badges */
.badge.bg-primary[b-469ffzg8sw] {
  background-color: #007bff !important;
}

.badge.bg-info[b-469ffzg8sw] {
  background-color: #17a2b8 !important;
}

.badge.bg-success[b-469ffzg8sw] {
  background-color: #28a745 !important;
}

.badge.bg-warning[b-469ffzg8sw] {
  background-color: #ffc107 !important;
  color: #212529 !important;
}

.badge.bg-secondary[b-469ffzg8sw] {
  background-color: #6c757d !important;
}

.badge.bg-light[b-469ffzg8sw] {
  background-color: #f8f9fa !important;
  color: #495057 !important;
}

/* Pagination */
.pagination .page-link[b-469ffzg8sw] {
  border-color: #dee2e6;
  color: #007bff;
}

.pagination .page-item.active .page-link[b-469ffzg8sw] {
  background-color: #007bff;
  border-color: #007bff;
}

.pagination .page-item.disabled .page-link[b-469ffzg8sw] {
  color: #6c757d;
}

/* Modal adjustments */
.modal.show[b-469ffzg8sw] {
  display: block !important;
}

.modal-backdrop[b-469ffzg8sw] {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .records-page[b-469ffzg8sw] {
    padding: 0.5rem;
  }

  .d-flex.justify-content-between[b-469ffzg8sw] {
    flex-direction: column;
    gap: 1rem;
  }

  .btn-group[b-469ffzg8sw] {
    flex-direction: column;
  }

  .btn-group .btn[b-469ffzg8sw] {
    border-radius: 0.375rem !important;
    margin-bottom: 0.25rem;
  }

  .table-responsive[b-469ffzg8sw] {
    font-size: 0.875rem;
  }

  .card-columns[b-469ffzg8sw] {
    column-count: 1;
  }
}

@media (max-width: 576px) {
  .col-md-3.col-sm-6[b-469ffzg8sw] {
    margin-bottom: 1rem;
  }

  .pagination[b-469ffzg8sw] {
    font-size: 0.875rem;
  }

  .btn-group .btn[b-469ffzg8sw] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
}

/* Loading and empty states */
.loading-spinner[b-469ffzg8sw] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

.empty-state[b-469ffzg8sw] {
  text-align: center;
  padding: 3rem 1rem;
}

.empty-state i[b-469ffzg8sw] {
  opacity: 0.5;
}

/* File size and status indicators */
.file-size[b-469ffzg8sw] {
  font-size: 0.875rem;
  color: #6c757d;
}

.sync-status[b-469ffzg8sw] {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.sync-status.synced[b-469ffzg8sw] {
  color: #28a745;
}

.sync-status.local[b-469ffzg8sw] {
  color: #ffc107;
}

/* Action buttons */
.btn-group .btn[b-469ffzg8sw] {
  transition: all 0.2s ease-in-out;
}

.btn-group .btn:hover[b-469ffzg8sw] {
  transform: translateY(-1px);
}

/* Search and filter styling */
.input-group .input-group-text[b-469ffzg8sw] {
  background-color: #f8f9fa;
  border-color: #ced4da;
}

.form-select:focus[b-469ffzg8sw],
.form-control:focus[b-469ffzg8sw] {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Card hover effects */
.card[b-469ffzg8sw] {
  transition: all 0.3s ease;
}

.card:hover[b-469ffzg8sw] {
  border-color: #007bff;
}

/* Statistics cards hover effect */
.statistics-card[b-469ffzg8sw] {
  transition: transform 0.2s ease-in-out;
}

.statistics-card:hover[b-469ffzg8sw] {
  transform: translateY(-2px);
}
/* /Components/UI/Actions/QuickActionMenu.razor.rz.scp.css */
.quick-action-menu[b-r7h3i2772r] {
  position: fixed;
  bottom: calc(var(--bottom-nav-height) + var(--spacing-md));
  right: var(--spacing-md);
  z-index: 1000;
}

.quick-action-backdrop[b-r7h3i2772r] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.quick-action-backdrop.visible[b-r7h3i2772r] {
  opacity: 1;
  visibility: visible;
}

.quick-action-toggle[b-r7h3i2772r] {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: var(--color-accent);
  color: var(--color-dark);
  border: none;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
}

.quick-action-toggle i[b-r7h3i2772r] {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.quick-action-toggle.active[b-r7h3i2772r] {
  background-color: var(--color-primary);
  color: white;
}

.quick-actions[b-r7h3i2772r] {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: all 0.3s ease;
}

.quick-action-menu.open .quick-actions[b-r7h3i2772r] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.quick-action-item[b-r7h3i2772r] {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  background-color: white;
  border-radius: var(--border-radius-pill);
  box-shadow: var(--shadow-sm);
  color: var(--color-primary);
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.quick-action-item:hover[b-r7h3i2772r] {
  background-color: var(--color-light);
  transform: translateX(-5px);
}

.quick-action-icon[b-r7h3i2772r] {
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .quick-action-menu[b-r7h3i2772r] {
    bottom: var(--spacing-xl);
  }
}
/* /Components/UI/Layout/HeaderBar.razor.rz.scp.css */
header.header[b-nqg5rfkn8m] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  color: #1a237e;
  z-index: 1000; /* Reduced from 1040 to allow dropdowns to appear above */
  height: 60px;
  box-shadow: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 0;
  margin: 0;
}

.container[b-nqg5rfkn8m] {
  height: 100%;
  margin: 0 auto;
}

.row[b-nqg5rfkn8m] {
  height: 100%;
  margin: 0; /* Remove row margin */
}

.col[b-nqg5rfkn8m],
.col-auto[b-nqg5rfkn8m] {
  padding: 15px 0 10px; /* Remove column padding */
  display: flex;
  align-items: center; /* Ensure columns are vertically centered */
  height: 100%; /* Full height for proper alignment */
}

.d-flex[b-nqg5rfkn8m] {
  padding: 0; /* Remove padding to let flexbox handle alignment */
  height: 100%;
  display: flex;
  align-items: center; /* Center align all flex items */
  gap: 0.375rem; /* Reduced gap from 0.75rem to 0.375rem (6px) */
}

.logo-container[b-nqg5rfkn8m] {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.2s ease;
  padding: 0;
  border-radius: 4px;
  margin: 0; /* Remove margin-top adjustment */
  height: 32px; /* Explicit height for consistent alignment */
}

.logo-container:hover[b-nqg5rfkn8m] {
  opacity: 0.8;
  text-decoration: none;
  color: inherit;
  background-color: rgba(26, 35, 126, 0.1);
}

.logo-container:focus[b-nqg5rfkn8m] {
  outline: 2px solid #ffd700;
  outline-offset: 2px;
}

.logo[b-nqg5rfkn8m] {
  height: 32px; /* Reduced from 40px to 20px */
  width: auto;
  margin: 0; /* Remove all margins for cleaner alignment */
}

.app-title[b-nqg5rfkn8m] {
  font-size: 1.725rem; /* Reduced from 2.2rem to 1.125rem (18px) */
  margin: 0;
  color: #1a237e;
  line-height: 1; /* Consistent line height to prevent extra spacing */
  display: flex;
  align-items: center; /* Ensure text baseline aligns properly */
  height: 32px; /* Match logo container height */
}

.text-accent[b-nqg5rfkn8m] {
  color: #ffd700;
}

/* Development alignment helpers (can be removed in production) */
.header.debug-alignment .logo-container[b-nqg5rfkn8m],
.header.debug-alignment .app-title[b-nqg5rfkn8m],
.header.debug-alignment .user-info[b-nqg5rfkn8m],
.header.debug-alignment .btn-outline-primary[b-nqg5rfkn8m] {
  outline: 1px dotted rgba(255, 0, 0, 0.3);
  background-color: rgba(0, 255, 0, 0.05);
}

.header.debug-alignment .d-flex[b-nqg5rfkn8m] {
  outline: 1px dashed rgba(0, 0, 255, 0.3);
}

/* Zoom-level consistency improvements */
.logo[b-nqg5rfkn8m],
.app-title[b-nqg5rfkn8m],
.logo-container[b-nqg5rfkn8m] {
  transform-origin: center;
  backface-visibility: hidden; /* Improve rendering consistency */
  -webkit-font-smoothing: antialiased; /* Better text rendering */
  -moz-osx-font-smoothing: grayscale;
}

/* Ensure consistent spacing regardless of zoom */
.d-flex[b-nqg5rfkn8m] {
  box-sizing: border-box;
}

.logo-container[b-nqg5rfkn8m],
.app-title[b-nqg5rfkn8m] {
  box-sizing: border-box;
  min-height: 32px; /* Ensure minimum height is maintained */
}

/* Additional zoom and alignment stability */
@media screen and (min-resolution: 96dpi) {
  .logo-container[b-nqg5rfkn8m],
  .app-title[b-nqg5rfkn8m],
  .btn-outline-primary[b-nqg5rfkn8m],
  .user-info .nav-link[b-nqg5rfkn8m] {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* Ensure consistent baseline alignment regardless of content */
.d-flex > *[b-nqg5rfkn8m] {
  vertical-align: middle;
  display: flex;
  align-items: center;
}

/* Fine-tune alignment for different display scales */
@media screen and (min-resolution: 120dpi) {
  .logo-container[b-nqg5rfkn8m],
  .app-title[b-nqg5rfkn8m] {
    transform: translateZ(
      0
    ); /* Force hardware acceleration for crisp rendering */
  }
}

/* Responsive design for mobile devices */
@media (max-width: 576px) {
  .app-title[b-nqg5rfkn8m] {
    display: none; /* Hide the Health Passport text on small screens */
  }

  .logo[b-nqg5rfkn8m] {
    height: 28px; /* Slightly smaller logo on mobile */
  }

  .logo-container[b-nqg5rfkn8m] {
    height: 28px; /* Match mobile logo height */
    min-height: 28px; /* Ensure consistency across zoom levels */
  }

  .d-flex[b-nqg5rfkn8m] {
    gap: 0; /* Remove gap when title is hidden */
  }
}
/* /Components/UI/Layout/MainLayout.razor.rz.scp.css */
.page[b-ivg4e8utkm] {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 60px; /* Account for fixed header */
  padding-bottom: 60px; /* Account for bottom nav on mobile */
  margin: 0;
  padding-left: 0; /* Remove side padding */
  padding-right: 0; /* Remove side padding */
}

/* Z-index hierarchy for proper layering */
.page[b-ivg4e8utkm] {
  /* Header: 1040, Navigation: 1050, Dropdowns: 1060+ */
  position: relative;
}

.main-content[b-ivg4e8utkm] {
  flex: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Adjust for top navigation on larger screens */
@media (min-width: 768px) {
  .page[b-ivg4e8utkm] {
    padding-top: 110px; /* Header (60px) + Top nav (50px) */
    padding-bottom: 0; /* No bottom nav on desktop */
  }
}

/* Content spacing - only add padding to content, not containers */
.content[b-ivg4e8utkm] {
  padding: 1rem; /* Only the content area has padding */
  min-height: calc(100vh - 180px); /* Ensure content fills available space */
}

@media (min-width: 768px) {
  .content[b-ivg4e8utkm] {
    min-height: calc(100vh - 130px);
  }
}
/* /Components/UI/Navigation/ResponsiveNavBar.razor.rz.scp.css */
.header[b-xuhsswhk7u] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #1a237e; /* Navy blue */
  color: white;
  z-index: 1040; /* Below navigation but above content */
  height: 60px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.container-fluid[b-xuhsswhk7u] {
  height: 100%;
}

.logo-container[b-xuhsswhk7u] {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.2s ease;
  padding: 0.5rem;
  border-radius: 4px;
}

.logo-container:hover[b-xuhsswhk7u] {
  opacity: 0.8;
  text-decoration: none;
  color: inherit;
  background-color: rgba(255, 215, 0, 0.1); /* Subtle gold highlight */
}

.logo-container:focus[b-xuhsswhk7u] {
  outline: 2px solid #ffd700;
  outline-offset: 2px;
}

.logo[b-xuhsswhk7u] {
  height: 32px;
  width: auto;
}

.app-title[b-xuhsswhk7u] {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  color: white;
}

.text-accent[b-xuhsswhk7u] {
  color: #ffd700; /* Gold accent */
}

/* Ensure main content starts below header */
.main-content[b-xuhsswhk7u] {
  margin-top: 60px;
}

.top-nav[b-xuhsswhk7u] {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  background-color: #1a237e;
  border-bottom: 1px solid #e5e5e5;
  z-index: 1050;
  height: 50px;
  display: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.bottom-nav[b-xuhsswhk7u] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1a237e;
  border-top: 1px solid #e5e5e5;
  z-index: 1050;
  height: 60px;
  display: block;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.container[b-xuhsswhk7u] {
  height: 100%;
  max-width: 1320px;
  margin: 0 auto;
  /* Keep Bootstrap's default container padding for proper alignment */
}

.row[b-xuhsswhk7u] {
  height: 100%;
  margin: 0; /* Remove row margin */
}

.col[b-xuhsswhk7u] {
  padding: 0; /* Remove column padding */
}

.nav-tabs[b-xuhsswhk7u] {
  height: 100%;
  /*align-items: center;
  justify-content: space-around;*/
  margin: 0;
  padding: 0; /* Remove nav-tabs padding */
}

.nav-tab[b-xuhsswhk7u] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem; /* Keep internal padding for clickable area */
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  font-weight: 500;
  transition: all 0.2s ease;
  border-radius: 0; /* Remove border radius for edge-to-edge */
  min-height: 100%;
  text-align: center;
}

.nav-tab i[b-xuhsswhk7u] {
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.nav-tab:hover[b-xuhsswhk7u] {
  color: white;
  background-color: rgba(255, 215, 0, 0.2);
  text-decoration: none;
}

.nav-tab.active[b-xuhsswhk7u] {
  color: #ffd700;
  background-color: rgba(255, 215, 0, 0.2);
  border-bottom: 2px solid #ffd700;
}

/* Align Dashboard icon with HeaderBar logo */
.nav-tab:first-child[b-xuhsswhk7u] {
  margin-left: 0; /* Remove extra margin since container now has proper padding */
}

.nav-tab:first-child i[b-xuhsswhk7u] {
  margin-left: 0; /* Remove any extra margin from first icon */
}

/* Top navigation for larger screens */
@media (min-width: 768px) {
  .top-nav[b-xuhsswhk7u] {
    display: block;
  }

  .bottom-nav[b-xuhsswhk7u] {
    display: none;
  }
  .nav-tab[b-xuhsswhk7u] {
    flex-direction: row;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    border-radius: 0;
  }
  .nav-tab:first-child[b-xuhsswhk7u] {
    margin-left: 0; /* Align Dashboard with container padding on desktop */
  }

  .nav-tab i[b-xuhsswhk7u] {
    margin-bottom: 0;
    font-size: 1rem;
  }
}

/* Bottom navigation for mobile */
@media (max-width: 767.98px) {
  .top-nav[b-xuhsswhk7u] {
    display: none;
  }

  .bottom-nav[b-xuhsswhk7u] {
    display: block;
  }

  .nav-tab span[b-xuhsswhk7u] {
    font-size: 0.625rem;
  }

  .nav-tab[b-xuhsswhk7u] {
    min-width: 0;
    flex: 1;
    border-radius: 0;
  }

  .nav-tab:first-child[b-xuhsswhk7u] {
    margin-left: 0; /* Reset alignment for mobile bottom nav */
  }

  .flex-grow-1[b-xuhsswhk7u] {
    padding: 0.5rem 0.25rem; /* Reduce horizontal padding on mobile */
  }
}
/* /Features/Authentication/Components/LoginDisplay.razor.rz.scp.css */
.user-info[b-lc32rv6pnm] {
  position: relative; /* Create stacking context for dropdown */
  z-index: 1050; /* Higher than header's 1040 */
}

.user-info .nav-link[b-lc32rv6pnm] {
  color: var(--color-primary);
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem; /* Match login button padding */
  text-decoration: none;
  transition: all 0.2s ease;
  height: 32px; /* Match logo and login button height */
  font-size: 0.875rem; /* Match login button font size */
  line-height: 1;
}

.user-info .nav-link:hover[b-lc32rv6pnm] {
  color: var(--color-accent);
}

.dropdown[b-lc32rv6pnm] {
  position: relative;
  z-index: 1050 !important;
}

.dropdown-menu[b-lc32rv6pnm] {
  border-radius: var(--border-radius-md);
  box-shadow: var(--shadow-md);
  border: none;
  margin-top: 0.5rem;
  z-index: 1060 !important; /* Even higher to ensure it's above everything */
  position: absolute; /* Ensure proper positioning */
}

.dropdown-menu.show[b-lc32rv6pnm] {
  z-index: 1070; /* Bootstrap's modal backdrop is usually 1050, tooltips 1070 */
  position: absolute;
  display: block;
}

.dropdown-item[b-lc32rv6pnm] {
  padding: 0.5rem 1rem;
  transition: all 0.2s ease;
}

.dropdown-item:hover[b-lc32rv6pnm] {
  background-color: rgba(26, 35, 126, 0.1);
}

.dropdown-item i[b-lc32rv6pnm] {
  width: 1.5rem;
  text-align: center;
  color: var(--color-primary);
}

.icon-with-text[b-lc32rv6pnm] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.icon-with-text i[b-lc32rv6pnm] {
  font-size: 1rem; /* Reduced from 1.5rem to match smaller UI */
}

/* Style for the login button */
.btn-outline-primary[b-lc32rv6pnm] {
  color: var(--color-primary);
  border-color: var(--color-primary);
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.5rem; /* Reduced padding to match logo height */
  height: 32px; /* Match logo height */
  font-size: 0.875rem; /* Smaller font size */
  line-height: 1;
}

.btn-outline-primary:hover[b-lc32rv6pnm] {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: white;
}

.btn-outline-primary i[b-lc32rv6pnm] {
  font-size: 1rem; /* Reduced from 1.5rem to match smaller button */
}

/* Mobile responsive adjustments */
@media (max-width: 576px) {
  .btn-outline-primary[b-lc32rv6pnm] {
    height: 28px; /* Match mobile logo height */
    min-height: 28px; /* Ensure consistency across zoom levels */
    padding: 0.2rem 0.4rem; /* Even more compact on mobile */
    font-size: 0.8125rem; /* Slightly smaller text */
    gap: 0.25rem; /* Tighter gap */
  }

  .btn-outline-primary i[b-lc32rv6pnm] {
    font-size: 0.875rem; /* Smaller icon on mobile */
  }

  .user-info .nav-link[b-lc32rv6pnm] {
    height: 28px; /* Match mobile logo height */
    min-height: 28px; /* Ensure consistency across zoom levels */
    padding: 0.2rem 0.4rem; /* Match mobile login button */
    font-size: 0.8125rem; /* Match mobile login button */
    gap: 0.25rem;
  }

  .icon-with-text i[b-lc32rv6pnm] {
    font-size: 0.875rem; /* Smaller icon on mobile */
  }
}

/* Ensure all dropdown menus appear above navigation */
.dropdown[b-lc32rv6pnm],
.dropdown-toggle[b-lc32rv6pnm],
.user-info[b-lc32rv6pnm] {
  position: relative;
  z-index: 10610 !important; /* Ensure dropdowns are above other elements */
}

/* Force dropdown menu to appear above everything */
.dropdown-menu[b-lc32rv6pnm] {
  position: absolute !important;
  z-index: 10620 !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  transform: none !important;
  will-change: auto !important;
}

/* Ensure dropdown is shown when active */
.dropdown-menu.show[b-lc32rv6pnm] {
  position: absolute !important;
  z-index: 10620 !important;
  display: block !important;
}

.dropdown-toggle[b-lc32rv6pnm]::after {
  vertical-align: middle;
}

/* Specific fix for dropdown in header context */
header .dropdown-menu[b-lc32rv6pnm],
.header .dropdown-menu[b-lc32rv6pnm] {
  position: fixed !important;
  z-index: 10620 !important;
  top: 60px !important; /* Position below header height */
  right: 1rem !important;
  left: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}

/* Alternative: Use portal-like behavior */
.dropdown-menu[data-bs-popper][b-lc32rv6pnm] {
  position: fixed !important;
  z-index: 10620 !important;
  inset: auto 1rem auto auto !important;
  top: 60px !important;
  transform: none !important;
}

/* Zoom-level consistency for authentication components */
.user-info .nav-link[b-lc32rv6pnm],
.btn-outline-primary[b-lc32rv6pnm],
.icon-with-text[b-lc32rv6pnm] {
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform-origin: center;
  box-sizing: border-box;
}

.btn-outline-primary[b-lc32rv6pnm],
.user-info .nav-link[b-lc32rv6pnm] {
  min-height: 32px; /* Ensure consistent height across zoom levels */
}

/* Visual alignment helpers for development */
.debug-alignment .user-info[b-lc32rv6pnm],
.debug-alignment .btn-outline-primary[b-lc32rv6pnm],
.debug-alignment .nav-link[b-lc32rv6pnm] {
  outline: 1px dotted rgba(255, 165, 0, 0.5);
  background-color: rgba(255, 165, 0, 0.05);
}
/* /Features/Authentication/Pages/Authentication.razor.rz.scp.css */
/* Applying Rule: Scoped CSS instead of inline styles */

.auth-section[b-d0f5enzg26],
.logged-out-section[b-d0f5enzg26] {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f8f9fa;
    padding: 2rem 0;
}

/* Logo styling */
.logo-icon[b-d0f5enzg26] {
    font-size: 4rem;
    color: var(--bs-primary);
    margin-bottom: 1.5rem;
}

/* Typography */
h1[b-d0f5enzg26] {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--bs-dark);
}

.lead[b-d0f5enzg26] {
    font-size: 1.25rem;
    color: var(--bs-secondary);
    margin-bottom: 2rem;
}

/* Button styling */
.btn[b-d0f5enzg26] {
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn:hover[b-d0f5enzg26] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-primary[b-d0f5enzg26] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-outline-primary[b-d0f5enzg26] {
    color: #0d6efd;
    border-color: #0d6efd;
}

/* Icon styling */
.bi[b-d0f5enzg26] {
    opacity: 0.9;
}

/* Card styling to match screenshot */
.auth-card[b-d0f5enzg26] {
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    padding: 3rem 2rem;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

/* Rotation animation for loading icons */
.spin[b-d0f5enzg26] {
    animation: spin-b-d0f5enzg26 1.5s infinite linear;
}

@keyframes spin-b-d0f5enzg26 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Responsive adjustments */
@media (min-width: 768px) {
    .auth-card[b-d0f5enzg26] {
        padding: 4rem 3rem;
        max-width: 480px;
    }
}
/* /Features/More/Pages/MorePage.razor.rz.scp.css */
/* HealthPassport More Page Styles */

.more-page[b-lqmg6xt72i] {
  padding: 1.5rem 0;
  min-height: calc(100vh - 160px);
}

.page-title[b-lqmg6xt72i] {
  color: #1a237e;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.page-title i[b-lqmg6xt72i] {
  color: #ffd700;
}

.section-title[b-lqmg6xt72i] {
  color: #1a237e;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.options-grid[b-lqmg6xt72i] {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

.option-card[b-lqmg6xt72i] {
  background: white;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.option-card:hover[b-lqmg6xt72i] {
  border-color: #1a237e;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(26, 35, 126, 0.15);
}

.option-card:active[b-lqmg6xt72i] {
  transform: translateY(0);
}

.option-icon[b-lqmg6xt72i] {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
  flex-shrink: 0;
}

.option-icon.sharing[b-lqmg6xt72i] {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.option-icon.safekeeping[b-lqmg6xt72i] {
  background: linear-gradient(135deg, #1a237e 0%, #303f9f 100%);
}

.option-icon.settings[b-lqmg6xt72i] {
  background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
}

.option-icon.admin[b-lqmg6xt72i] {
  background: linear-gradient(135deg, #dc3545 0%, #e74c3c 100%);
}

.option-card h5[b-lqmg6xt72i] {
  margin: 0 0 0.25rem 0;
  color: #212529;
  font-weight: 600;
  font-size: 1.1rem;
}

.option-card p[b-lqmg6xt72i] {
  margin: 0;
  color: #6c757d;
  font-size: 0.9rem;
  flex-grow: 1;
}

.option-card > .bi-chevron-right[b-lqmg6xt72i] {
  color: #6c757d;
  font-size: 1.25rem;
  margin-left: auto;
  flex-shrink: 0;
}

.btn-quick-action[b-lqmg6xt72i] {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 2px solid #dee2e6;
  color: #1a237e;
  font-weight: 600;
  padding: 1rem;
  border-radius: 12px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.btn-quick-action:hover[b-lqmg6xt72i] {
  background: linear-gradient(135deg, #1a237e 0%, #303f9f 100%);
  border-color: #1a237e;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 35, 126, 0.3);
}

.btn-quick-action i[b-lqmg6xt72i] {
  font-size: 1.5rem;
}

.help-options[b-lqmg6xt72i] {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
}

.help-item[b-lqmg6xt72i] {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e9ecef;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.help-item:last-child[b-lqmg6xt72i] {
  border-bottom: none;
}

.help-item:hover[b-lqmg6xt72i] {
  background-color: #f8f9fa;
}

.help-item i:first-child[b-lqmg6xt72i] {
  color: #1a237e;
  font-size: 1.25rem;
  width: 24px;
  text-align: center;
}

.help-item span[b-lqmg6xt72i] {
  flex-grow: 1;
  color: #212529;
  font-weight: 500;
}

.help-item .bi-chevron-right[b-lqmg6xt72i] {
  color: #6c757d;
  font-size: 1rem;
}

/* Responsive Design */
@media (min-width: 768px) {
  .options-grid[b-lqmg6xt72i] {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .more-page[b-lqmg6xt72i] {
    padding: 1rem 0;
  }

  .option-card[b-lqmg6xt72i] {
    padding: 1rem;
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }

  .option-card p[b-lqmg6xt72i] {
    text-align: center;
  }

  .option-card > .bi-chevron-right[b-lqmg6xt72i] {
    display: none;
  }

  .help-item[b-lqmg6xt72i] {
    padding: 0.75rem 1rem;
  }

  .btn-quick-action[b-lqmg6xt72i] {
    padding: 0.75rem;
  }
}
/* /Features/Safekeeping/Pages/SafekeepingPage.razor.rz.scp.css */
/* HealthPassport Safekeeping Page Styles */

.safekeeping-page[b-tgkhs007th] {
  padding: 1.5rem 0;
}

.status-card[b-tgkhs007th] {
  border: none;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(26, 35, 126, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.status-card:hover[b-tgkhs007th] {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(26, 35, 126, 0.15);
}

.status-card .card-body[b-tgkhs007th] {
  padding: 1.5rem;
}

.status-card h6[b-tgkhs007th] {
  color: #6c757d;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
}

.status-value[b-tgkhs007th] {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a237e;
  margin-bottom: 0.25rem;
}

.status-label[b-tgkhs007th] {
  font-size: 0.9rem;
  color: #6c757d;
}

.action-card[b-tgkhs007th] {
  border: none;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(26, 35, 126, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
}

.action-card:hover[b-tgkhs007th] {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(26, 35, 126, 0.15);
}

.action-card .card-header[b-tgkhs007th] {
  background: linear-gradient(135deg, #1a237e 0%, #303f9f 100%);
  border: none;
  padding: 1.25rem 1.5rem;
}

.action-card .card-header h5[b-tgkhs007th] {
  color: white;
  margin: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.action-card .card-header i[b-tgkhs007th] {
  font-size: 1.25rem;
  color: #ffd700;
}

.action-card .card-body[b-tgkhs007th] {
  padding: 1.5rem;
  background: white;
}

.btn-safekeeping[b-tgkhs007th] {
  background: linear-gradient(135deg, #1a237e 0%, #303f9f 100%);
  border: none;
  color: white;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-safekeeping:hover[b-tgkhs007th] {
  background: linear-gradient(135deg, #0d47a1 0%, #1565c0 100%);
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(26, 35, 126, 0.3);
}

.btn-safekeeping:disabled[b-tgkhs007th] {
  background: #e9ecef;
  color: #6c757d;
  transform: none;
  box-shadow: none;
}

.btn-outline-safekeeping[b-tgkhs007th] {
  border: 2px solid #1a237e;
  color: #1a237e;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-outline-safekeeping:hover[b-tgkhs007th] {
  background: #1a237e;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(26, 35, 126, 0.3);
}

.provider-card[b-tgkhs007th] {
  border: 2px solid #e9ecef;
  border-radius: 12px;
  transition: all 0.3s ease;
  overflow: hidden;
  background: white;
}

.provider-card:hover[b-tgkhs007th] {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.provider-card.connected[b-tgkhs007th] {
  border-color: #28a745;
  background: linear-gradient(135deg, #f8fff9 0%, #e8f5e8 100%);
}

.provider-card .card-body[b-tgkhs007th] {
  padding: 1.5rem;
  text-align: center;
}

.provider-icon[b-tgkhs007th] {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
}

.provider-icon.google[b-tgkhs007th] {
  background: linear-gradient(135deg, #db4437 0%, #ea4335 100%);
}

.provider-icon.microsoft[b-tgkhs007th] {
  background: linear-gradient(135deg, #0078d4 0%, #106ebe 100%);
}

.provider-icon.dropbox[b-tgkhs007th] {
  background: linear-gradient(135deg, #0061ff 0%, #0051d5 100%);
}

.provider-name[b-tgkhs007th] {
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.5rem;
}

.connection-status[b-tgkhs007th] {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.connection-status.connected[b-tgkhs007th] {
  color: #28a745;
  font-weight: 600;
}

.connection-status.disconnected[b-tgkhs007th] {
  color: #6c757d;
}

.btn-provider[b-tgkhs007th] {
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-connect[b-tgkhs007th] {
  background: #28a745;
  border: none;
  color: white;
}

.btn-connect:hover[b-tgkhs007th] {
  background: #218838;
  color: white;
  transform: translateY(-1px);
}

.btn-disconnect[b-tgkhs007th] {
  background: #dc3545;
  border: none;
  color: white;
}

.btn-disconnect:hover[b-tgkhs007th] {
  background: #c82333;
  color: white;
  transform: translateY(-1px);
}

.security-info[b-tgkhs007th] {
  background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
  border: 1px solid #bbdefb;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.security-info h6[b-tgkhs007th] {
  color: #1a237e;
  font-weight: 700;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.security-info i[b-tgkhs007th] {
  color: #ffd700;
}

.security-info ul[b-tgkhs007th] {
  margin: 0;
  padding-left: 1.5rem;
}

.security-info li[b-tgkhs007th] {
  color: #424242;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.activity-item[b-tgkhs007th] {
  border-bottom: 1px solid #e9ecef;
  padding: 1rem 0;
  transition: background-color 0.3s ease;
}

.activity-item:last-child[b-tgkhs007th] {
  border-bottom: none;
}

.activity-item:hover[b-tgkhs007th] {
  background-color: #f8f9fa;
  margin: 0 -1rem;
  padding: 1rem;
  border-radius: 8px;
}

.activity-icon[b-tgkhs007th] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 1.1rem;
}

.activity-content h6[b-tgkhs007th] {
  margin: 0 0 0.25rem 0;
  font-size: 0.9rem;
  font-weight: 600;
}

.activity-content p[b-tgkhs007th] {
  margin: 0;
  font-size: 0.8rem;
  color: #6c757d;
}

.activity-meta[b-tgkhs007th] {
  font-size: 0.75rem;
  color: #6c757d;
  text-align: right;
}

.progress-container[b-tgkhs007th] {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem 0;
  border-left: 4px solid #1a237e;
}

.operation-text[b-tgkhs007th] {
  font-size: 0.9rem;
  color: #1a237e;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.progress[b-tgkhs007th] {
  height: 8px;
  border-radius: 4px;
  background: #e9ecef;
}

.progress-bar[b-tgkhs007th] {
  background: linear-gradient(90deg, #1a237e 0%, #303f9f 100%);
  border-radius: 4px;
  transition: width 0.3s ease;
}

@media (max-width: 768px) {
  .safekeeping-page[b-tgkhs007th] {
    padding: 1rem 0;
  }

  .status-card .card-body[b-tgkhs007th],
  .action-card .card-body[b-tgkhs007th],
  .provider-card .card-body[b-tgkhs007th] {
    padding: 1rem;
  }

  .action-card .card-header[b-tgkhs007th] {
    padding: 1rem;
  }

  .status-value[b-tgkhs007th] {
    font-size: 1.5rem;
  }

  .btn-safekeeping[b-tgkhs007th],
  .btn-outline-safekeeping[b-tgkhs007th] {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .security-info[b-tgkhs007th] {
    padding: 1rem;
  }
}
/* /Features/VitalSigns/Components/BloodPressureEntry.razor.rz.scp.css */
.blood-pressure-entry[b-wtrz0livtm] {
  width: 100%;
}

.datetime-input-group[b-wtrz0livtm] {
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  padding: 0.75rem;
  background-color: var(--bs-light);
}

.datetime-input-group .form-control[b-wtrz0livtm],
.datetime-input-group .form-select[b-wtrz0livtm] {
  border: 1px solid var(--bs-border-color-translucent);
}

.datetime-input-group .form-label.small[b-wtrz0livtm] {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}

.bp-display[b-wtrz0livtm] {
  font-family: "Courier New", monospace;
  font-size: 1.5rem;
  font-weight: bold;
}

.systolic[b-wtrz0livtm] {
  color: var(--bs-danger);
}

.diastolic[b-wtrz0livtm] {
  color: var(--bs-info);
}

.separator[b-wtrz0livtm] {
  color: var(--bs-secondary);
  margin: 0 0.25rem;
}

.unit[b-wtrz0livtm] {
  font-size: 0.875rem;
  color: var(--bs-muted);
  margin-left: 0.5rem;
}

.advanced-options[b-wtrz0livtm] {
  border-top: 1px solid var(--bs-border-color);
  padding-top: 1rem;
  margin-top: 1rem;
}

.category-badge .badge[b-wtrz0livtm] {
  font-size: 0.75rem;
  padding: 0.5rem 0.75rem;
}

.timestamp-indicator[b-wtrz0livtm] {
  font-size: 0.875rem;
  color: var(--bs-muted);
  text-align: center;
  margin-top: 0.5rem;
}

/* Mobile optimizations */
@media (max-width: 576px) {
  .blood-pressure-entry .card-body[b-wtrz0livtm] {
    padding: 1.5rem;
  }

  .blood-pressure-entry .form-control-lg[b-wtrz0livtm] {
    font-size: 1.1rem;
    padding: 0.75rem 0.5rem;
  }

  .bp-display[b-wtrz0livtm] {
    font-size: 1.25rem;
  }

  .datetime-input-group[b-wtrz0livtm] {
    padding: 0.5rem;
  }

  .btn-sm[b-wtrz0livtm] {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
  }

  /* Ensure consistent card padding with other widgets */
  .blood-pressure-entry .card[b-wtrz0livtm] {
    margin-bottom: 1rem;
  }

  .blood-pressure-entry .card .card-body[b-wtrz0livtm] {
    padding: 1.5rem 1.25rem;
  }
}
/* /Features/VitalSigns/Pages/BloodPressure.razor.rz.scp.css */
/* Blood Pressure Page Styles */
.blood-pressure-page[b-iru6j6hksq] {
  min-height: 100vh;
}

.recent-readings .reading-item[b-iru6j6hksq] {
  transition: background-color 0.2s ease;
}

.recent-readings .reading-item:hover[b-iru6j6hksq] {
  background-color: var(--bs-light);
}

.bp-guidelines .guideline-item[b-iru6j6hksq] {
  padding: 0.25rem 0;
}

.bp-guidelines .badge[b-iru6j6hksq] {
  min-width: 70px;
  text-align: center;
}

/* Custom badge color for Stage 1 Hypertension */
.badge.bg-orange[b-iru6j6hksq] {
  background-color: #fd7e14 !important;
}

/* Mobile optimizations */
@media (max-width: 576px) {
  .blood-pressure-page .card-body[b-iru6j6hksq] {
    padding: 1.5rem 1.25rem;
  }

  .blood-pressure-page .card[b-iru6j6hksq] {
    margin-bottom: 1rem;
  }

  /* Responsive button layout */
  .d-flex.gap-2[b-iru6j6hksq] {
    flex-direction: column;
    gap: 0.5rem !important;
  }

  .d-flex.gap-2 .btn[b-iru6j6hksq] {
    width: 100%;
    justify-content: center;
  }

  /* Recent readings mobile optimization */
  .recent-readings .reading-item[b-iru6j6hksq] {
    padding: 0.75rem !important;
    margin-bottom: 0.5rem !important;
  }

  .recent-readings .reading-item .fw-bold[b-iru6j6hksq] {
    font-size: 1rem;
  }

  /* BP Guidelines mobile optimization */
  .bp-guidelines .guideline-item[b-iru6j6hksq] {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--bs-border-color-translucent);
  }

  .bp-guidelines .guideline-item:last-child[b-iru6j6hksq] {
    border-bottom: none;
  }

  .bp-guidelines .badge[b-iru6j6hksq] {
    min-width: 60px;
    font-size: 0.7rem;
  }

  /* Page title mobile optimization */
  .blood-pressure-page h1.h3[b-iru6j6hksq] {
    font-size: 1.5rem;
  }

  .blood-pressure-page .text-muted[b-iru6j6hksq] {
    font-size: 0.9rem;
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  .blood-pressure-page .container-fluid[b-iru6j6hksq] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .blood-pressure-page .card-body[b-iru6j6hksq] {
    padding: 1.25rem 1rem;
  }

  .d-flex.gap-2 .btn[b-iru6j6hksq] {
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
  }
}
