@import '_content/Blazicons/Blazicons.ugzwxlf6d1.bundle.scp.css';

/* /Components/BookingFallbackBar.razor.rz.scp.css */
.booking-fallback-bar[b-4mv12o3uze] {
  margin: 1rem 0 0 0;
  padding: 0.85rem 1rem;
  background: linear-gradient(135deg, #fff8eb 0%, #fffaf0 100%);
  border: 1px solid #f6e05e;
  border-radius: 10px;
}

.booking-fallback-content[b-4mv12o3uze] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.booking-fallback-text[b-4mv12o3uze] {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: #744210;
  flex: 1 1 240px;
}

.booking-fallback-text strong[b-4mv12o3uze] {
  display: block;
  margin-bottom: 0.15rem;
  color: #5f3700;
}

.booking-fallback-hint[b-4mv12o3uze] {
  display: block;
  font-size: 0.85rem;
  color: #744210;
  line-height: 1.4;
}

.booking-fallback-actions[b-4mv12o3uze] {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.booking-fallback-btn-primary[b-4mv12o3uze],
.booking-fallback-btn-secondary[b-4mv12o3uze] {
  border: none;
  border-radius: 8px;
  padding: 0.5rem 0.95rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.booking-fallback-btn-primary[b-4mv12o3uze] {
  background: #d69e2e;
  color: white;
}

.booking-fallback-btn-primary:hover:not(:disabled)[b-4mv12o3uze] {
  background: #b7791f;
}

.booking-fallback-btn-primary:disabled[b-4mv12o3uze] {
  opacity: 0.55;
  cursor: not-allowed;
}

.booking-fallback-btn-secondary[b-4mv12o3uze] {
  background: white;
  color: #744210;
  border: 1px solid #f6ad55;
}

.booking-fallback-btn-secondary:hover[b-4mv12o3uze] {
  background: #fffaf0;
}
/* /Components/ConsentForm.razor.rz.scp.css */
/* ==========================================================================
   DSGVO Consent Form Styles
   ========================================================================== */

.consent-form[b-6txd36ysqp] {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  margin: 1.5rem 0;
  border: 1px solid #e0e0e0;
}

.consent-form.consent-incomplete[b-6txd36ysqp] {
  border-color: #ff9800;
  background: #fff8e1;
}

.consent-header[b-6txd36ysqp] {
  margin-bottom: 1.5rem;
}

.consent-header h3[b-6txd36ysqp] {
  font-size: 1.25rem;
  color: #1e3a5f;
  margin: 0 0 0.75rem 0;
}

.consent-intro[b-6txd36ysqp] {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.5;
}

/* ==========================================================================
   Consent Sections
   ========================================================================== */

.consent-section[b-6txd36ysqp] {
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #eee;
}

.consent-section:last-of-type[b-6txd36ysqp] {
  border-bottom: none;
}

.consent-section-title[b-6txd36ysqp] {
  font-size: 1rem;
  font-weight: 600;
  color: #1e3a5f;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.section-icon[b-6txd36ysqp] {
  font-size: 1.1rem;
}

/* ==========================================================================
   Consent Items
   ========================================================================== */

.consent-item[b-6txd36ysqp] {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 0.75rem;
}

.consent-item.required[b-6txd36ysqp] {
  background: #f0f7ff;
  border-left: 3px solid #1976d2;
}

.consent-item:last-child[b-6txd36ysqp] {
  margin-bottom: 0;
}

/* Custom Checkbox */
.consent-checkbox[b-6txd36ysqp] {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  min-height: 24px;
}

.consent-checkbox input[type="checkbox"][b-6txd36ysqp] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.consent-checkbox .checkmark[b-6txd36ysqp] {
  position: absolute;
  left: 0;
  top: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.consent-checkbox:hover .checkmark[b-6txd36ysqp] {
  border-color: #1976d2;
}

.consent-checkbox input:checked ~ .checkmark[b-6txd36ysqp] {
  background-color: #1976d2;
  border-color: #1976d2;
}

.consent-checkbox .checkmark[b-6txd36ysqp]:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.consent-checkbox input:checked ~ .checkmark[b-6txd36ysqp]:after {
  display: block;
}

.consent-label[b-6txd36ysqp] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-weight: 500;
  color: #333;
}

/* Badges */
.required-badge[b-6txd36ysqp] {
  background: #d32f2f;
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  text-transform: uppercase;
}

.optional-badge[b-6txd36ysqp] {
  background: #9e9e9e;
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  text-transform: uppercase;
}

/* Consent Details */
.consent-details[b-6txd36ysqp] {
  color: #555;
  font-size: 0.875rem;
  margin: 0.75rem 0 0.5rem 0;
  line-height: 1.5;
  padding-left: 32px;
}

.consent-legal[b-6txd36ysqp] {
  color: #888;
  font-size: 0.75rem;
  margin: 0.25rem 0 0 0;
  font-style: italic;
  padding-left: 32px;
}

.consent-hint[b-6txd36ysqp] {
  color: #666;
  font-size: 0.8rem;
  margin: 0.5rem 0 0 0;
  padding-left: 32px;
  background: #fff8e1;
  border-left: 3px solid #ff9800;
  padding: 0.5rem 0.75rem 0.5rem 32px;
  margin-left: 0;
  border-radius: 0 4px 4px 0;
}

/* ==========================================================================
   Revocation & Contact Info
   ========================================================================== */

.consent-revocation-info[b-6txd36ysqp],
.consent-contact-info[b-6txd36ysqp] {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1.25rem;
}

.consent-revocation-info h4[b-6txd36ysqp],
.consent-contact-info h4[b-6txd36ysqp] {
  font-size: 0.9rem;
  color: #1e3a5f;
  margin: 0 0 0.5rem 0;
}

.consent-revocation-info p[b-6txd36ysqp],
.consent-contact-info p[b-6txd36ysqp] {
  font-size: 0.85rem;
  color: #555;
  margin: 0 0 0.5rem 0;
  line-height: 1.5;
}

.consent-revocation-info p:last-child[b-6txd36ysqp],
.consent-contact-info p:last-child[b-6txd36ysqp] {
  margin-bottom: 0;
}

.consent-revocation-info a[b-6txd36ysqp],
.consent-contact-info a[b-6txd36ysqp] {
  color: #1976d2;
  text-decoration: none;
}

.consent-revocation-info a:hover[b-6txd36ysqp],
.consent-contact-info a:hover[b-6txd36ysqp] {
  text-decoration: underline;
}

/* ==========================================================================
   Warning Message
   ========================================================================== */

.consent-warning[b-6txd36ysqp] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff3e0;
  border: 1px solid #ff9800;
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1rem;
  color: #e65100;
  font-weight: 500;
}

.warning-icon[b-6txd36ysqp] {
  font-size: 1.25rem;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 600px) {
  .consent-form[b-6txd36ysqp] {
    padding: 1rem;
    margin: 1rem 0;
  }

  .consent-header h3[b-6txd36ysqp] {
    font-size: 1.1rem;
  }

  .consent-item[b-6txd36ysqp] {
    padding: 0.875rem;
  }

  .consent-label[b-6txd36ysqp] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .consent-details[b-6txd36ysqp],
  .consent-legal[b-6txd36ysqp] {
    padding-left: 0;
  }
}

/* ==========================================================================
   Missing Consent Validation Highlight
   ========================================================================== */

.consent-item.consent-missing[b-6txd36ysqp] {
  background: #ffebee !important;
  border-left: 3px solid #d32f2f !important;
  animation: highlight-pulse-b-6txd36ysqp 1s ease-in-out;
}

.consent-item.consent-missing .checkmark[b-6txd36ysqp] {
  border-color: #d32f2f !important;
}

.consent-item.consent-missing .consent-label strong[b-6txd36ysqp] {
  color: #b71c1c;
}

@keyframes highlight-pulse-b-6txd36ysqp {
  0% {
    box-shadow: 0 0 0 0 rgba(211, 47, 47, 0.4);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(211, 47, 47, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(211, 47, 47, 0);
  }
}
/* /Components/DepartmentAvailabilityPanel.razor.rz.scp.css */
/* ===================================
   Department Availability Panel (Overlay)
   Gleiche Grundstruktur wie TherapistAvailabilityPanel,
   eigener Scope damit keine Konflikte entstehen.
   =================================== */

.dept-availability-overlay[b-1u2qv95x0l] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: deptFadeIn-b-1u2qv95x0l 0.2s ease-out;
}

.dept-availability-panel[b-1u2qv95x0l] {
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 960px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: deptSlideUp-b-1u2qv95x0l 0.3s ease-out;
}

.dept-close-btn[b-1u2qv95x0l] {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.3rem;
  color: #999;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  z-index: 10;
}

.dept-close-btn:hover[b-1u2qv95x0l] {
  background: #f0f0f0;
  color: #333;
}

/* Layout */
.dept-layout[b-1u2qv95x0l] {
  display: flex;
  gap: 0;
  min-height: 400px;
}

/* Linke Seite: Abteilungs-Info */
.dept-info[b-1u2qv95x0l] {
  width: 280px;
  min-width: 280px;
  padding: 36px 28px;
  background: #f8f6f2;
  border-radius: 16px 0 0 16px;
  border-right: 1px solid #eeeae5;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dept-profile[b-1u2qv95x0l] {
  text-align: center;
}

.dept-icon-circle[b-1u2qv95x0l] {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 14px;
  background: linear-gradient(135deg, #f6a623, #e8941c);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.dept-profile-name[b-1u2qv95x0l] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a365d;
  margin: 0 0 4px;
}

.dept-profile-sub[b-1u2qv95x0l] {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

.dept-details[b-1u2qv95x0l] {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dept-detail-row[b-1u2qv95x0l] {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dept-detail-icon[b-1u2qv95x0l] {
  font-size: 1rem;
  min-width: 22px;
  text-align: center;
  color: #888;
}

.dept-detail-text[b-1u2qv95x0l] {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.4;
}

.dept-auto-assign-hint[b-1u2qv95x0l] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px;
  background: #f0ede8;
  border-radius: 10px;
  margin-top: auto;
}

.dept-auto-assign-hint .hint-icon[b-1u2qv95x0l] {
  font-size: 0.9rem;
  flex-shrink: 0;
}

.dept-auto-assign-hint .hint-text[b-1u2qv95x0l] {
  font-size: 0.82rem;
  color: #666;
  line-height: 1.4;
}

/* Rechte Seite: Kalender */
.dept-calendar[b-1u2qv95x0l] {
  flex: 1;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
}

/* Lade-Zustand */
.dept-loading[b-1u2qv95x0l] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #666;
}

.dept-loading .spinner[b-1u2qv95x0l] {
  width: 40px;
  height: 40px;
  border: 3px solid #e0dcd5;
  border-top-color: #f6a623;
  border-radius: 50%;
  animation: deptSpin-b-1u2qv95x0l 0.8s linear infinite;
}

.dept-error[b-1u2qv95x0l] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #c53030;
}

.dept-error .btn-retry[b-1u2qv95x0l] {
  padding: 8px 18px;
  border: 1px solid #c53030;
  color: #c53030;
  background: white;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.85rem;
}

.dept-error .btn-retry:hover[b-1u2qv95x0l] {
  background: #fff5f5;
}

/* Wochen-Navigation */
.dept-week-nav[b-1u2qv95x0l] {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-bottom: 20px;
}

.dept-nav-btn[b-1u2qv95x0l] {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #e8941c;
  cursor: pointer;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border-radius: 8px;
  transition: all 0.2s;
}

.dept-nav-btn:hover:not(:disabled)[b-1u2qv95x0l] {
  background: #fef6e6;
}

.dept-nav-btn:disabled[b-1u2qv95x0l] {
  color: #ccc;
  cursor: default;
}

.dept-days-header[b-1u2qv95x0l] {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
  text-align: center;
}

.dept-day-header[b-1u2qv95x0l] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 4px;
}

.dept-day-name[b-1u2qv95x0l] {
  font-size: 0.85rem;
  font-weight: 600;
  color: #333;
}

.dept-day-date[b-1u2qv95x0l] {
  font-size: 0.78rem;
  color: #888;
}

/* Slots Grid */
.dept-slots-grid[b-1u2qv95x0l] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dept-slot-row[b-1u2qv95x0l] {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
}

.dept-slot-cell[b-1u2qv95x0l] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
}

.dept-time-slot-btn[b-1u2qv95x0l] {
  width: 100%;
  max-width: 90px;
  padding: 10px 6px;
  background: #fff8ed;
  border: 1px solid #f0dfc0;
  border-radius: 10px;
  color: #5a4510;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  min-height: 44px;
}

.dept-time-slot-btn:hover[b-1u2qv95x0l] {
  background: #f6ebd5;
  border-color: #e0c888;
  transform: translateY(-1px);
}

.dept-time-slot-btn.selected[b-1u2qv95x0l] {
  background: #e8941c;
  color: white;
  border-color: #e8941c;
  box-shadow: 0 2px 8px rgba(232, 148, 28, 0.3);
}

/* Slot has an appointment from another episode series */
.dept-time-slot-btn.has-other-series-appointment[b-1u2qv95x0l] {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  border: 2px solid #ff9800;
  color: #e65100;
  position: relative;
}

.dept-time-slot-btn.has-other-series-appointment:hover[b-1u2qv95x0l] {
  background: linear-gradient(135deg, #ffe0b2 0%, #ffcc80 100%);
  border-color: #f57c00;
}

.dept-time-slot-btn.has-other-series-appointment.selected[b-1u2qv95x0l] {
  background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
  color: white;
  border-color: #e65100;
}

.other-series-indicator[b-1u2qv95x0l] {
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 0.5rem;
  color: #ff5722;
  animation: pulse-b-1u2qv95x0l 2s infinite;
}

.dept-time-slot-btn.selected .other-series-indicator[b-1u2qv95x0l] {
  color: white;
}

@keyframes pulse-b-1u2qv95x0l {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* Mobile: Other series appointment styling */
.dept-mobile-slot-btn.has-other-series-appointment[b-1u2qv95x0l] {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  border: 2px solid #ff9800;
  color: #e65100;
  position: relative;
}

.dept-mobile-slot-btn.has-other-series-appointment:hover[b-1u2qv95x0l] {
  background: linear-gradient(135deg, #ffe0b2 0%, #ffcc80 100%);
}

.dept-mobile-slot-btn.has-other-series-appointment.selected[b-1u2qv95x0l] {
  background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
  color: white;
}

.dept-no-slot[b-1u2qv95x0l] {
  color: #ccc;
  font-size: 1rem;
}

/* Desktop/Mobile View Toggle */
.dept-week-view-mobile[b-1u2qv95x0l] {
  display: none;
}

/* Mehr anzeigen */
.dept-show-more[b-1u2qv95x0l] {
  text-align: center;
  padding-top: 14px;
}

.btn-dept-show-more[b-1u2qv95x0l] {
  background: none;
  border: none;
  color: #e8941c;
  font-size: 0.88rem;
  cursor: pointer;
  padding: 6px 12px;
  transition: color 0.2s;
}

.btn-dept-show-more:hover[b-1u2qv95x0l] {
  color: #c07a12;
  text-decoration: underline;
}

/* Nächster verfügbarer Termin */
.dept-next-available[b-1u2qv95x0l] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  margin-top: 16px;
  background: linear-gradient(135deg, #fff9e6, #fff3cc);
  border: 1px solid #f0d860;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  animation: deptFadeIn-b-1u2qv95x0l 0.3s ease-out;
}

.dept-next-available:hover[b-1u2qv95x0l] {
  background: linear-gradient(135deg, #fff3cc, #ffebb3);
  border-color: #e6c530;
  box-shadow: 0 2px 8px rgba(230, 197, 48, 0.25);
  transform: translateY(-1px);
}

.dept-next-icon[b-1u2qv95x0l] {
  font-size: 1.2rem;
  flex-shrink: 0;
}

.dept-next-text[b-1u2qv95x0l] {
  flex: 1;
  font-size: 0.92rem;
  color: #5a4e1e;
  line-height: 1.4;
}

.dept-next-text strong[b-1u2qv95x0l] {
  color: #3d3410;
}

.dept-next-arrow[b-1u2qv95x0l] {
  font-size: 1.4rem;
  font-weight: 600;
  color: #8b7355;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.dept-next-available:hover .dept-next-arrow[b-1u2qv95x0l] {
  transform: translateX(3px);
}

.dept-no-availability[b-1u2qv95x0l] {
  text-align: center;
  padding: 20px 16px;
  margin-top: 16px;
  background: #fafaf8;
  border-radius: 10px;
  color: #888;
  font-size: 0.88rem;
}

.dept-no-availability p[b-1u2qv95x0l] {
  margin: 0;
}

.dept-no-slots-message[b-1u2qv95x0l] {
  text-align: center;
  padding: 32px 20px;
  margin: 16px 0;
  background: #fef6e6;
  border-radius: 12px;
  border: 1px solid #f0d860;
}

.dept-no-slots-message p[b-1u2qv95x0l] {
  margin: 0 0 16px 0;
  font-size: 0.95rem;
  color: #6b5c3e;
}

.btn-dept-next-week[b-1u2qv95x0l] {
  background: rgba(137, 116, 73, 1);
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-dept-next-week:hover[b-1u2qv95x0l] {
  background: rgba(117, 96, 53, 1);
}

.dept-no-slots-sub[b-1u2qv95x0l] {
  margin: 0;
  font-size: 0.88rem;
  color: #888;
}

/* Slot-Bestätigung - Farben (Layout in app.css) */
.dept-confirmation[b-1u2qv95x0l] {
  background: #fef6e6;
  border-top: 1px solid #f0d860;
  animation: deptFadeIn-b-1u2qv95x0l 0.2s ease-out;
}

.dept-confirmation-icon[b-1u2qv95x0l] {
  background: #e8941c;
}

.dept-assigned-therapist[b-1u2qv95x0l] {
  font-size: 0.82rem;
  color: #888;
}

.btn-dept-confirm[b-1u2qv95x0l] {
  background: #e8941c;
}

.btn-dept-confirm:hover[b-1u2qv95x0l] {
  background: #c07a12;
}

/* Animations */
@keyframes deptFadeIn-b-1u2qv95x0l {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes deptSlideUp-b-1u2qv95x0l {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes deptSpin-b-1u2qv95x0l {
  to {
    transform: rotate(360deg);
  }
}

/* ===================================
   Responsive: Mobile
   =================================== */
@media (max-width: 768px) {
  .dept-availability-overlay[b-1u2qv95x0l] {
    padding: 0;
    background: #fff;
    overflow-x: hidden;
  }

  .dept-availability-panel[b-1u2qv95x0l] {
    max-height: 100vh;
    max-height: 100dvh;
    height: 100%;
    border-radius: 0;
    animation: none;
    box-shadow: none;
    overflow-x: hidden;
  }

  .dept-layout[b-1u2qv95x0l] {
    flex-direction: column;
  }

  .dept-info[b-1u2qv95x0l] {
    width: 100%;
    min-width: unset;
    border-radius: 0;
    border-right: none;
    border-bottom: 1px solid #eeeae5;
    padding: 14px 16px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    overflow: hidden;
  }

  .dept-profile[b-1u2qv95x0l] {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .dept-icon-circle[b-1u2qv95x0l] {
    width: 40px;
    height: 40px;
    margin: 0;
    flex-shrink: 0;
    font-size: 1.2rem;
  }

  .dept-profile-name[b-1u2qv95x0l] {
    font-size: 1rem;
    margin: 0;
  }

  .dept-profile-sub[b-1u2qv95x0l] {
    font-size: 0.8rem;
    margin: 0;
  }

  .dept-details[b-1u2qv95x0l] {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px 10px;
    overflow: hidden;
    max-width: 100%;
  }

  .dept-detail-row[b-1u2qv95x0l] {
    font-size: 0.78rem;
    align-items: center;
    max-width: 100%;
  }

  .dept-detail-icon[b-1u2qv95x0l] {
    font-size: 0.85rem;
    min-width: 18px;
    line-height: 1;
  }

  .dept-detail-text[b-1u2qv95x0l] {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .dept-auto-assign-hint[b-1u2qv95x0l] {
    width: 100%;
    margin-top: 0;
    padding: 8px 10px;
  }

  .dept-calendar[b-1u2qv95x0l] {
    padding: 16px;
    flex: 1;
    overflow-y: auto;
  }

  /* Desktop-Grid verstecken, Mobile-Ansicht zeigen */
  .dept-week-view-desktop[b-1u2qv95x0l] {
    display: none;
  }

  .dept-week-view-desktop-hint[b-1u2qv95x0l] {
    display: none;
  }

  .dept-week-view-mobile[b-1u2qv95x0l] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
  }

  .dept-mobile-week-nav[b-1u2qv95x0l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 4px;
  }

  .dept-mobile-week-label[b-1u2qv95x0l] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
  }

  .dept-mobile-day[b-1u2qv95x0l] {
    padding: 12px;
    background: #fdf9f2;
    border-radius: 10px;
  }

  .dept-mobile-day-empty[b-1u2qv95x0l] {
    opacity: 0.5;
    padding: 10px 12px;
  }

  .dept-mobile-day-header[b-1u2qv95x0l] {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 8px;
  }

  .dept-mobile-day-name[b-1u2qv95x0l] {
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
  }

  .dept-mobile-day-date[b-1u2qv95x0l] {
    font-size: 0.82rem;
    color: #888;
  }

  .dept-mobile-day-slots[b-1u2qv95x0l] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .dept-mobile-slot-btn[b-1u2qv95x0l] {
    padding: 10px 16px;
    background: #fff8ed;
    border: 1px solid #f0dfc0;
    border-radius: 10px;
    color: #5a4510;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    min-height: 44px;
    min-width: 72px;
    text-align: center;
  }

  .dept-mobile-slot-btn:hover[b-1u2qv95x0l] {
    background: #f6ebd5;
  }

  .dept-mobile-slot-btn.selected[b-1u2qv95x0l] {
    background: #e8941c;
    color: white;
    border-color: #e8941c;
    box-shadow: 0 2px 8px rgba(232, 148, 28, 0.3);
  }

  .dept-mobile-no-slots[b-1u2qv95x0l] {
    font-size: 0.85rem;
    color: #aaa;
    font-style: italic;
  }

  /* .dept-confirmation und .btn-dept-confirm Mobile-Styles sind in app.css */

  .dept-close-btn[b-1u2qv95x0l] {
    top: 8px;
    right: 8px;
  }
}

@media (max-width: 480px) {
  .dept-info[b-1u2qv95x0l] {
    flex-direction: column;
    text-align: center;
  }

  .dept-profile[b-1u2qv95x0l] {
    flex-direction: column;
    text-align: center;
  }

  .dept-nav-btn[b-1u2qv95x0l] {
    padding: 0 4px;
    min-width: 44px;
    font-size: 1.3rem;
  }

  .dept-time-slot-btn[b-1u2qv95x0l] {
    font-size: 0.78rem;
    padding: 8px 2px;
    min-height: 44px;
    border-radius: 8px;
  }

  .dept-days-header[b-1u2qv95x0l] {
    gap: 2px;
  }

  .dept-slot-row[b-1u2qv95x0l] {
    gap: 2px;
  }

  .dept-day-name[b-1u2qv95x0l] {
    font-size: 0.7rem;
  }

  .dept-day-date[b-1u2qv95x0l] {
    font-size: 0.65rem;
  }
}
/* /Components/FeedbackDialog.razor.rz.scp.css */
.feedback-overlay[b-i6n2wdc17y] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
}

.feedback-dialog[b-i6n2wdc17y] {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  animation: slideIn-b-i6n2wdc17y 0.2s ease-out;
}

@keyframes slideIn-b-i6n2wdc17y {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.feedback-header[b-i6n2wdc17y] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e7eb;
}

.feedback-header h3[b-i6n2wdc17y] {
  margin: 0;
  font-size: 1.25rem;
  color: #1f2937;
}

.close-button[b-i6n2wdc17y] {
  background: none;
  border: none;
  font-size: 1.75rem;
  color: #6b7280;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: color 0.2s;
}

.close-button:hover[b-i6n2wdc17y] {
  color: #1f2937;
}

.feedback-content[b-i6n2wdc17y] {
  padding: 24px;
}

.success-content[b-i6n2wdc17y] {
  text-align: center;
  padding: 40px 24px;
}

.success-icon[b-i6n2wdc17y] {
  font-size: 48px;
  margin-bottom: 16px;
}

.success-content h4[b-i6n2wdc17y] {
  color: #059669;
  margin: 0 0 12px 0;
}

.success-content p[b-i6n2wdc17y] {
  color: #6b7280;
  margin-bottom: 24px;
}

.form-group[b-i6n2wdc17y] {
  margin-bottom: 20px;
}

.form-group label[b-i6n2wdc17y] {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #374151;
  font-size: 0.9rem;
}

.form-control[b-i6n2wdc17y] {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  box-sizing: border-box;
}

.form-control:focus[b-i6n2wdc17y] {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.form-control.error[b-i6n2wdc17y] {
  border-color: #dc2626;
}

.form-control.error:focus[b-i6n2wdc17y] {
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.2);
}

select.form-control[b-i6n2wdc17y] {
  background-color: white;
  cursor: pointer;
}

textarea.form-control[b-i6n2wdc17y] {
  resize: vertical;
  min-height: 100px;
}

.error-text[b-i6n2wdc17y] {
  display: block;
  color: #dc2626;
  font-size: 0.85rem;
  margin-top: 6px;
}

.error-banner[b-i6n2wdc17y] {
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 12px;
  color: #991b1b;
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.feedback-actions[b-i6n2wdc17y] {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
}

.btn-primary[b-i6n2wdc17y],
.btn-secondary[b-i6n2wdc17y] {
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-primary[b-i6n2wdc17y] {
  background-color: #3b82f6;
  color: white;
  border: none;
}

.btn-primary:hover:not(:disabled)[b-i6n2wdc17y] {
  background-color: #2563eb;
}

.btn-primary:disabled[b-i6n2wdc17y] {
  background-color: #93c5fd;
  cursor: not-allowed;
}

.btn-secondary[b-i6n2wdc17y] {
  background-color: white;
  color: #374151;
  border: 1px solid #d1d5db;
}

.btn-secondary:hover:not(:disabled)[b-i6n2wdc17y] {
  background-color: #f9fafb;
  border-color: #9ca3af;
}

.btn-secondary:disabled[b-i6n2wdc17y] {
  color: #9ca3af;
  cursor: not-allowed;
}

.spinner[b-i6n2wdc17y] {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin-b-i6n2wdc17y 0.8s linear infinite;
}

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

/* Mobile responsive */
@media (max-width: 480px) {
  .feedback-dialog[b-i6n2wdc17y] {
    max-height: 100vh;
    border-radius: 0;
  }

  .feedback-overlay[b-i6n2wdc17y] {
    padding: 0;
  }

  .feedback-actions[b-i6n2wdc17y] {
    flex-direction: column;
  }

  .btn-primary[b-i6n2wdc17y],
  .btn-secondary[b-i6n2wdc17y] {
    width: 100%;
  }
}
/* /Components/JoinWaitingListDialog.razor.rz.scp.css */
/* Join WaitingList Dialog — Lindebergs Portal Design */

.join-waitlist-overlay[b-4pm92fibki] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1500;
  padding: 1rem;
}

.join-waitlist-dialog[b-4pm92fibki] {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: slideIn-b-4pm92fibki 0.2s ease-out;
}

@keyframes slideIn-b-4pm92fibki {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.join-waitlist-header[b-4pm92fibki] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.4rem;
  border-bottom: 1px solid #e8e0d0;
  background: linear-gradient(
    135deg,
    rgba(137, 116, 73, 0.08) 0%,
    #ffffff 100%
  );
}

.join-waitlist-header h3[b-4pm92fibki] {
  margin: 0;
  font-size: 1.15rem;
  color: rgba(137, 116, 73, 1);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.join-waitlist-header .close-button[b-4pm92fibki] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  color: rgba(137, 116, 73, 0.7);
  border-radius: 6px;
  transition: all 0.2s;
}

.join-waitlist-header .close-button:hover[b-4pm92fibki] {
  background: rgba(137, 116, 73, 0.1);
  color: rgba(137, 116, 73, 1);
}

.join-waitlist-content[b-4pm92fibki] {
  padding: 1.25rem 1.4rem 1.4rem 1.4rem;
  overflow-y: auto;
}

.join-waitlist-intro[b-4pm92fibki] {
  margin: 0 0 1rem 0;
  color: #555;
  font-size: 0.92rem;
  line-height: 1.5;
}

.join-waitlist-content .form-group[b-4pm92fibki] {
  margin-bottom: 0.9rem;
}

.join-waitlist-content label[b-4pm92fibki] {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: rgba(137, 116, 73, 1);
  font-size: 0.92rem;
}

.join-waitlist-content .form-control[b-4pm92fibki] {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 0.55rem 0.7rem;
  font-size: 0.95rem;
  font-family: inherit;
  box-sizing: border-box;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

.join-waitlist-content .form-control:focus[b-4pm92fibki] {
  outline: none;
  border-color: rgba(137, 116, 73, 1);
  box-shadow: 0 0 0 3px rgba(137, 116, 73, 0.15);
}

.join-waitlist-checkbox-row[b-4pm92fibki] {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.join-waitlist-checkbox-label[b-4pm92fibki] {
  display: flex !important;
  align-items: center;
  gap: 0.55rem;
  font-weight: 500 !important;
  color: #333;
  cursor: pointer;
  margin-bottom: 0 !important;
}

.join-waitlist-checkbox-label input[type="checkbox"][b-4pm92fibki] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: rgba(137, 116, 73, 1);
}

.join-waitlist-hint[b-4pm92fibki] {
  color: #666;
  font-size: 0.82rem;
  margin-left: 1.7rem;
}

.join-waitlist-actions[b-4pm92fibki] {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
  margin-top: 0.4rem;
}

.join-waitlist-actions .btn-primary[b-4pm92fibki],
.join-waitlist-actions .btn-secondary[b-4pm92fibki] {
  border: none;
  border-radius: 8px;
  padding: 0.6rem 1.1rem;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  transition: all 0.2s;
}

.join-waitlist-actions .btn-primary[b-4pm92fibki] {
  background: linear-gradient(
    135deg,
    rgba(137, 116, 73, 1) 0%,
    rgba(117, 96, 53, 1) 100%
  );
  color: white;
}

.success-content .btn-primary[b-4pm92fibki] {
  border: none;
  border-radius: 8px;
  padding: 0.6rem 1.1rem;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  background: linear-gradient(
    135deg,
    rgba(137, 116, 73, 1) 0%,
    rgba(117, 96, 53, 1) 100%
  );
  color: white;
}

.success-content .btn-primary:hover:not(:disabled)[b-4pm92fibki] {
  background: linear-gradient(
    135deg,
    rgba(117, 96, 53, 1) 0%,
    rgba(97, 76, 33, 1) 100%
  );
  transform: scale(1.02);
}

.join-waitlist-actions .btn-primary:hover:not(:disabled)[b-4pm92fibki] {
  background: linear-gradient(
    135deg,
    rgba(117, 96, 53, 1) 0%,
    rgba(97, 76, 33, 1) 100%
  );
  transform: scale(1.02);
}

.join-waitlist-actions .btn-primary:disabled[b-4pm92fibki] {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.join-waitlist-actions .btn-secondary[b-4pm92fibki] {
  background: white;
  color: rgba(137, 116, 73, 1);
  border: 2px solid rgba(137, 116, 73, 1);
}

.join-waitlist-actions .btn-secondary:hover:not(:disabled)[b-4pm92fibki] {
  background: rgba(137, 116, 73, 0.05);
  transform: scale(1.02);
}

.join-waitlist-actions .btn-secondary:disabled[b-4pm92fibki] {
  opacity: 0.6;
  cursor: not-allowed;
}

.join-waitlist-content .error-banner[b-4pm92fibki] {
  background: #fff3e0;
  color: #e65100;
  border: 1px solid #ff9800;
  border-radius: 8px;
  padding: 0.75rem;
  margin-bottom: 0.7rem;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.success-content[b-4pm92fibki] {
  text-align: center;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
}

.success-content h4[b-4pm92fibki] {
  margin: 0.75rem 0 0.5rem 0;
  color: rgba(137, 116, 73, 1);
  font-size: 1.1rem;
}

.success-content p[b-4pm92fibki] {
  color: #555;
  margin: 0 0 1.1rem 0;
  line-height: 1.5;
}

.success-icon[b-4pm92fibki] {
  display: flex;
  justify-content: center;
}

.spinner[b-4pm92fibki] {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid white;
  border-top-color: transparent;
  border-radius: 50%;
  animation: jwl-spin-b-4pm92fibki 0.7s linear infinite;
}

@keyframes jwl-spin-b-4pm92fibki {
  to {
    transform: rotate(360deg);
  }
}

/* Mobile responsive */
@media (max-width: 480px) {
  .join-waitlist-dialog[b-4pm92fibki] {
    max-width: 100%;
    border-radius: 8px 8px 0 0;
    max-height: 100vh;
  }

  .join-waitlist-header[b-4pm92fibki] {
    padding: 1rem 1.2rem;
  }

  .join-waitlist-header h3[b-4pm92fibki] {
    font-size: 1rem;
  }

  .join-waitlist-content[b-4pm92fibki] {
    padding: 1rem 1.2rem 1.2rem 1.2rem;
  }

  .join-waitlist-actions[b-4pm92fibki] {
    flex-direction: column;
  }

  .join-waitlist-actions .btn-primary[b-4pm92fibki],
  .join-waitlist-actions .btn-secondary[b-4pm92fibki] {
    width: 100%;
    justify-content: center;
  }
}
/* /Components/TherapistAvailabilityPanel.razor.rz.scp.css */
/* ===================================
   Therapist Availability Panel (Overlay)
   =================================== */

.availability-overlay[b-u5wvte4k2c] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: fadeIn-b-u5wvte4k2c 0.2s ease-out;
}

.availability-panel[b-u5wvte4k2c] {
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 960px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: slideUp-b-u5wvte4k2c 0.3s ease-out;
}

.availability-close-btn[b-u5wvte4k2c] {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.3rem;
  color: #999;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  z-index: 10;
}

.availability-close-btn:hover[b-u5wvte4k2c] {
  background: #f0f0f0;
  color: #333;
}

/* Layout: Links Info, Rechts Kalender */
.availability-layout[b-u5wvte4k2c] {
  display: flex;
  gap: 0;
  min-height: 400px;
}

/* Linke Seite: Therapeuten-Info */
.availability-info[b-u5wvte4k2c] {
  width: 280px;
  min-width: 280px;
  padding: 36px 28px;
  background: #fafaf8;
  border-radius: 16px 0 0 16px;
  border-right: 1px solid #eeeae5;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.therapist-profile[b-u5wvte4k2c] {
  text-align: center;
}

.therapist-profile-avatar[b-u5wvte4k2c] {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 14px;
  background: linear-gradient(
    135deg,
    var(--lindebergs-gold, #8b7355),
    var(--lindebergs-gold-dark, #6b5a45)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.therapist-profile-avatar img[b-u5wvte4k2c] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-initials[b-u5wvte4k2c] {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
}

.therapist-profile-name[b-u5wvte4k2c] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a365d;
  margin: 0 0 4px;
}

.therapist-profile-role[b-u5wvte4k2c] {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

.info-details[b-u5wvte4k2c] {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.info-row[b-u5wvte4k2c] {
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-icon[b-u5wvte4k2c] {
  font-size: 1rem;
  min-width: 22px;
  text-align: center;
  color: #888;
}

.info-text[b-u5wvte4k2c] {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.4;
}

/* Rechte Seite: Kalender */
.availability-calendar[b-u5wvte4k2c] {
  flex: 1;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
}

/* Lade-Zustand */
.calendar-loading[b-u5wvte4k2c] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #666;
}

.calendar-loading .spinner[b-u5wvte4k2c] {
  width: 40px;
  height: 40px;
  border: 3px solid #e0dcd5;
  border-top-color: var(--lindebergs-gold, #8b7355);
  border-radius: 50%;
  animation: spin-b-u5wvte4k2c 0.8s linear infinite;
}

.calendar-error[b-u5wvte4k2c] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #c53030;
}

.btn-retry-slots[b-u5wvte4k2c] {
  padding: 8px 18px;
  border: 1px solid #c53030;
  color: #c53030;
  background: white;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.85rem;
}

.btn-retry-slots:hover[b-u5wvte4k2c] {
  background: #fff5f5;
}

/* Wochen-Navigation */
.week-navigation[b-u5wvte4k2c] {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-bottom: 20px;
}

.week-nav-btn[b-u5wvte4k2c] {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #1a6fc4;
  cursor: pointer;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border-radius: 8px;
  transition: all 0.2s;
}

.week-nav-btn:hover:not(:disabled)[b-u5wvte4k2c] {
  background: #f0f4f8;
}

.week-nav-btn:disabled[b-u5wvte4k2c] {
  color: #ccc;
  cursor: default;
}

.week-days-header[b-u5wvte4k2c] {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
  text-align: center;
}

.week-day-header[b-u5wvte4k2c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 4px;
}

.day-name[b-u5wvte4k2c] {
  font-size: 0.85rem;
  font-weight: 600;
  color: #333;
}

.day-date[b-u5wvte4k2c] {
  font-size: 0.78rem;
  color: #888;
}

/* Slots Grid */
.week-slots-grid[b-u5wvte4k2c] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.slot-row[b-u5wvte4k2c] {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
}

.slot-cell[b-u5wvte4k2c] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
}

.time-slot-btn[b-u5wvte4k2c] {
  width: 100%;
  max-width: 90px;
  padding: 10px 6px;
  background: #edf5ff;
  border: 1px solid #d6e8fa;
  border-radius: 10px;
  color: #1a365d;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  min-height: 44px;
}

.time-slot-btn:hover[b-u5wvte4k2c] {
  background: #d6e8fa;
  border-color: #a3c9f0;
  transform: translateY(-1px);
}

.time-slot-btn.selected[b-u5wvte4k2c] {
  background: #1a6fc4;
  color: white;
  border-color: #1a6fc4;
  box-shadow: 0 2px 8px rgba(26, 111, 196, 0.3);
}

/* Slot has an appointment from another episode series */
.time-slot-btn.has-other-series-appointment[b-u5wvte4k2c] {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  border: 2px solid #ff9800;
  color: #e65100;
  position: relative;
}

.time-slot-btn.has-other-series-appointment:hover[b-u5wvte4k2c] {
  background: linear-gradient(135deg, #ffe0b2 0%, #ffcc80 100%);
  border-color: #f57c00;
}

.time-slot-btn.has-other-series-appointment.selected[b-u5wvte4k2c] {
  background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
  color: white;
  border-color: #e65100;
}

.other-series-indicator[b-u5wvte4k2c] {
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 0.5rem;
  color: #ff5722;
  animation: pulse-b-u5wvte4k2c 2s infinite;
}

.time-slot-btn.selected .other-series-indicator[b-u5wvte4k2c],
.mobile-slot-btn.selected .other-series-indicator[b-u5wvte4k2c] {
  color: white;
}

@keyframes pulse-b-u5wvte4k2c {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* Mobile: Other series appointment styling */
.mobile-slot-btn.has-other-series-appointment[b-u5wvte4k2c] {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  border: 2px solid #ff9800;
  color: #e65100;
  position: relative;
}

.mobile-slot-btn.has-other-series-appointment:hover[b-u5wvte4k2c] {
  background: linear-gradient(135deg, #ffe0b2 0%, #ffcc80 100%);
}

.mobile-slot-btn.has-other-series-appointment.selected[b-u5wvte4k2c] {
  background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
  color: white;
}

.no-slot[b-u5wvte4k2c] {
  color: #ccc;
  font-size: 1rem;
}

/* Desktop/Mobile View Toggle */
.week-view-mobile[b-u5wvte4k2c] {
  display: none;
}

/* Mehr anzeigen */
.show-more-slots[b-u5wvte4k2c] {
  text-align: center;
  padding-top: 14px;
}

.btn-show-more[b-u5wvte4k2c] {
  background: none;
  border: none;
  color: #1a6fc4;
  font-size: 0.88rem;
  cursor: pointer;
  padding: 6px 12px;
  transition: color 0.2s;
}

.btn-show-more:hover[b-u5wvte4k2c] {
  color: #134e8a;
  text-decoration: underline;
}

/* Slot-Bestätigung - Farben (Layout in app.css) */
.slot-confirmation[b-u5wvte4k2c] {
  background: #f0faf0;
  border-top: 1px solid #c6f6c6;
  animation: fadeIn-b-u5wvte4k2c 0.2s ease-out;
}

.confirmation-icon[b-u5wvte4k2c] {
  background: #38a169;
}

.btn-confirm-slot[b-u5wvte4k2c] {
  background: #38a169;
}

.btn-confirm-slot:hover[b-u5wvte4k2c] {
  background: #2f855a;
}

/* Hinweis unter Therapeuten-Grid */
.therapist-hint[b-u5wvte4k2c] {
  font-size: 0.88rem;
  color: #888;
  margin-top: -4px;
}

/* Booking Confirmation Card (Step 4) */
.booking-confirmation-card[b-u5wvte4k2c] {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.confirmation-header[b-u5wvte4k2c] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  background: linear-gradient(135deg, #f0faf0, #e6f6e6);
  border-bottom: 1px solid #d4edda;
}

.confirmation-check[b-u5wvte4k2c] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #38a169;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.confirmation-header h3[b-u5wvte4k2c] {
  margin: 0;
  font-size: 1.15rem;
  color: #22543d;
}

.confirmation-details[b-u5wvte4k2c] {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.detail-row[b-u5wvte4k2c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.detail-row:last-child[b-u5wvte4k2c] {
  border-bottom: none;
  padding-bottom: 0;
}

.detail-label[b-u5wvte4k2c] {
  font-size: 0.88rem;
  color: #888;
}

.detail-value[b-u5wvte4k2c] {
  font-size: 0.92rem;
  font-weight: 600;
  color: #333;
}

.confirmation-note[b-u5wvte4k2c] {
  padding: 20px 24px;
  background: #fffbeb;
  border-top: 1px solid #f6e05e;
  text-align: center;
}

.confirmation-note p[b-u5wvte4k2c] {
  margin: 4px 0;
  font-size: 0.88rem;
  color: #555;
}

.phone-number[b-u5wvte4k2c] {
  font-size: 1.25rem !important;
  color: var(--lindebergs-gold, #8b7355) !important;
  margin: 8px 0 !important;
}

.note-hint[b-u5wvte4k2c] {
  font-size: 0.82rem !important;
  color: #888 !important;
}

/* Animations */
@keyframes fadeIn-b-u5wvte4k2c {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp-b-u5wvte4k2c {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

/* ===================================
   Nächster verfügbarer Termin Hinweis
   =================================== */

.next-available-hint[b-u5wvte4k2c] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  margin-top: 16px;
  background: linear-gradient(135deg, #fff9e6, #fff3cc);
  border: 1px solid #f0d860;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  animation: fadeIn-b-u5wvte4k2c 0.3s ease-out;
}

.next-available-hint:hover[b-u5wvte4k2c] {
  background: linear-gradient(135deg, #fff3cc, #ffebb3);
  border-color: #e6c530;
  box-shadow: 0 2px 8px rgba(230, 197, 48, 0.25);
  transform: translateY(-1px);
}

.next-available-icon[b-u5wvte4k2c] {
  font-size: 1.2rem;
  flex-shrink: 0;
}

.next-available-text[b-u5wvte4k2c] {
  flex: 1;
  font-size: 0.92rem;
  color: #5a4e1e;
  line-height: 1.4;
}

.next-available-text strong[b-u5wvte4k2c] {
  color: #3d3410;
}

.next-available-arrow[b-u5wvte4k2c] {
  font-size: 1.4rem;
  font-weight: 600;
  color: #8b7355;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.next-available-hint:hover .next-available-arrow[b-u5wvte4k2c] {
  transform: translateX(3px);
}

.no-availability-message[b-u5wvte4k2c] {
  text-align: center;
  padding: 20px 16px;
  margin-top: 16px;
  background: #fafaf8;
  border-radius: 10px;
  color: #888;
  font-size: 0.88rem;
}

.no-availability-message p[b-u5wvte4k2c] {
  margin: 0;
}

.no-slots-message[b-u5wvte4k2c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  padding: 32px 20px;
  margin: 16px 0;
  background: #fef6e6;
  border-radius: 12px;
  border: 1px solid #f0d860;
}

.no-slots-message p[b-u5wvte4k2c] {
  margin: 0 0 16px 0;
  font-size: 0.95rem;
  color: #6b5c3e;
}

.btn-next-week[b-u5wvte4k2c] {
  background: rgba(137, 116, 73, 1);
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-next-week:hover[b-u5wvte4k2c] {
  background: rgba(117, 96, 53, 1);
}

.no-slots-sub[b-u5wvte4k2c] {
  margin: 0;
  font-size: 0.88rem;
  color: #888;
}

/* ===================================
   Responsive: Mobile
   =================================== */
@media (max-width: 768px) {
  .availability-overlay[b-u5wvte4k2c] {
    padding: 0;
    background: #fff;
    overflow-x: hidden;
  }

  .availability-panel[b-u5wvte4k2c] {
    max-height: 100vh;
    max-height: 100dvh;
    height: 100%;
    border-radius: 0;
    animation: none;
    box-shadow: none;
    overflow-x: hidden;
  }

  .availability-layout[b-u5wvte4k2c] {
    flex-direction: column;
  }

  .availability-info[b-u5wvte4k2c] {
    width: 100%;
    min-width: unset;
    border-radius: 0;
    border-right: none;
    border-bottom: 1px solid #eeeae5;
    padding: 14px 16px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    overflow: hidden;
  }

  .therapist-profile[b-u5wvte4k2c] {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .therapist-profile-avatar[b-u5wvte4k2c] {
    width: 40px;
    height: 40px;
    margin: 0;
    flex-shrink: 0;
  }

  .profile-initials[b-u5wvte4k2c] {
    font-size: 0.9rem;
  }

  .therapist-profile-name[b-u5wvte4k2c] {
    font-size: 1rem;
    margin: 0;
  }

  .therapist-profile-role[b-u5wvte4k2c] {
    font-size: 0.8rem;
    margin: 0;
  }

  .info-details[b-u5wvte4k2c] {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px 10px;
    overflow: hidden;
    max-width: 100%;
  }

  .info-row[b-u5wvte4k2c] {
    font-size: 0.78rem;
    align-items: center;
    max-width: 100%;
  }

  .info-icon[b-u5wvte4k2c] {
    font-size: 0.85rem;
    min-width: 18px;
    line-height: 1;
  }

  .info-text[b-u5wvte4k2c] {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .availability-calendar[b-u5wvte4k2c] {
    padding: 16px;
    flex: 1;
    overflow-y: auto;
  }

  /* Desktop-Grid verstecken, Mobile-Ansicht zeigen */
  .week-view-desktop[b-u5wvte4k2c] {
    display: none;
  }

  .week-view-desktop-hint[b-u5wvte4k2c] {
    display: none;
  }

  .week-view-mobile[b-u5wvte4k2c] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
  }

  .mobile-week-nav[b-u5wvte4k2c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 4px;
  }

  .mobile-week-label[b-u5wvte4k2c] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
  }

  .mobile-day[b-u5wvte4k2c] {
    padding: 12px;
    background: #fafaf8;
    border-radius: 10px;
  }

  .mobile-day-empty[b-u5wvte4k2c] {
    opacity: 0.5;
    padding: 10px 12px;
  }

  .mobile-day-header[b-u5wvte4k2c] {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 8px;
  }

  .mobile-day-name[b-u5wvte4k2c] {
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
  }

  .mobile-day-date[b-u5wvte4k2c] {
    font-size: 0.82rem;
    color: #888;
  }

  .mobile-day-slots[b-u5wvte4k2c] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .mobile-slot-btn[b-u5wvte4k2c] {
    padding: 10px 16px;
    background: #edf5ff;
    border: 1px solid #d6e8fa;
    border-radius: 10px;
    color: #1a365d;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    min-height: 44px;
    min-width: 72px;
    text-align: center;
  }

  .mobile-slot-btn:hover[b-u5wvte4k2c] {
    background: #d6e8fa;
  }

  .mobile-slot-btn.selected[b-u5wvte4k2c] {
    background: #1a6fc4;
    color: white;
    border-color: #1a6fc4;
    box-shadow: 0 2px 8px rgba(26, 111, 196, 0.3);
  }

  .mobile-no-slots[b-u5wvte4k2c] {
    font-size: 0.85rem;
    color: #aaa;
    font-style: italic;
  }

  /* .slot-confirmation und .btn-confirm-slot Mobile-Styles sind in app.css */

  .availability-close-btn[b-u5wvte4k2c] {
    top: 8px;
    right: 8px;
  }
}

@media (max-width: 480px) {
  .availability-info[b-u5wvte4k2c] {
    flex-direction: column;
    text-align: center;
    padding: 16px 12px;
  }

  .therapist-profile[b-u5wvte4k2c] {
    flex-direction: column;
    text-align: center;
  }

  .week-nav-btn[b-u5wvte4k2c] {
    padding: 0 4px;
    min-width: 44px;
    font-size: 1.3rem;
  }

  .time-slot-btn[b-u5wvte4k2c] {
    font-size: 0.78rem;
    padding: 8px 2px;
    min-height: 44px;
    border-radius: 8px;
  }

  .week-days-header[b-u5wvte4k2c] {
    gap: 2px;
  }

  .slot-row[b-u5wvte4k2c] {
    gap: 2px;
  }

  .day-name[b-u5wvte4k2c] {
    font-size: 0.7rem;
  }

  .day-date[b-u5wvte4k2c] {
    font-size: 0.65rem;
  }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-qcnyl4v2gv] {
  position: relative;
  display: flex;
  flex-direction: column;
}

main[b-qcnyl4v2gv] {
  flex: 1;
}

.sidebar[b-qcnyl4v2gv] {
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qcnyl4v2gv] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

.top-row[b-qcnyl4v2gv]  a,
.top-row[b-qcnyl4v2gv]  .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
  text-decoration: none;
}

.top-row[b-qcnyl4v2gv]  a:hover,
.top-row[b-qcnyl4v2gv]  .btn-link:hover {
  text-decoration: underline;
}

.top-row[b-qcnyl4v2gv]  a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
  .top-row[b-qcnyl4v2gv] {
    justify-content: space-between;
  }

  .top-row[b-qcnyl4v2gv]  a,
  .top-row[b-qcnyl4v2gv]  .btn-link {
    margin-left: 0;
  }
}

@media (min-width: 641px) {
  .page[b-qcnyl4v2gv] {
    flex-direction: row;
  }

  .sidebar[b-qcnyl4v2gv] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .top-row[b-qcnyl4v2gv] {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .top-row.auth[b-qcnyl4v2gv]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
  }

  .top-row[b-qcnyl4v2gv],
  article[b-qcnyl4v2gv] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}

/* Feedback Tab - vertikaler Tab am rechten Rand */
.feedback-tab[b-qcnyl4v2gv] {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #10b981, #059669);
  color: white;
  border: none;
  border-radius: 8px 0 0 8px;
  padding: 16px 10px;
  cursor: pointer;
  box-shadow: -4px 0 12px rgba(16, 185, 129, 0.3);
  transition: all 0.3s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.feedback-tab-text[b-qcnyl4v2gv] {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.feedback-tab-icon[b-qcnyl4v2gv] {
  writing-mode: horizontal-tb;
  font-size: 18px;
  display: none;
}

.feedback-tab:hover[b-qcnyl4v2gv] {
  padding-right: 16px;
  box-shadow: -6px 0 20px rgba(16, 185, 129, 0.4);
}

.feedback-tab:active[b-qcnyl4v2gv] {
  transform: translateY(-50%) scale(0.98);
}

/* Mobile: dezenter als kleines Icon */
@media (max-width: 768px) {
  .feedback-tab[b-qcnyl4v2gv] {
    top: auto;
    bottom: 80px;
    transform: none;
    padding: 12px 8px;
    border-radius: 8px 0 0 8px;
  }

  .feedback-tab-text[b-qcnyl4v2gv] {
    display: none;
  }

  .feedback-tab-icon[b-qcnyl4v2gv] {
    display: block;
    font-size: 20px;
  }

  .feedback-tab:hover[b-qcnyl4v2gv] {
    padding-right: 12px;
  }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xdpxnwqyw3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-xdpxnwqyw3] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xdpxnwqyw3] {
    font-size: 1.1rem;
}

.bi[b-xdpxnwqyw3] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-xdpxnwqyw3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-xdpxnwqyw3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-xdpxnwqyw3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-xdpxnwqyw3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xdpxnwqyw3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xdpxnwqyw3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xdpxnwqyw3]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-xdpxnwqyw3]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-xdpxnwqyw3]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xdpxnwqyw3] {
        display: none;
    }

    .collapse[b-xdpxnwqyw3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-xdpxnwqyw3] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Booking/NewPatientWizard.razor.rz.scp.css */
/* ==========================================================================
   NewPatientWizard Styles
   ========================================================================== */

/* DSGVO-Einwilligungs-Block */
.consent-notice[b-ohhrd237qk] {
  background: #f0f4ff;
  border: 1px solid #c7d7f5;
  border-radius: 8px;
  padding: 0.9rem 1rem;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  color: #444;
}

.consent-notice.consent-notice-missing[b-ohhrd237qk] {
  border-color: #ef5350;
  background: #fff5f5;
}

.consent-notice-label[b-ohhrd237qk] {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  cursor: pointer;
  line-height: 1.5;
}

.consent-notice-label input[type="checkbox"][b-ohhrd237qk] {
  flex-shrink: 0;
  margin-top: 3px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.required-star[b-ohhrd237qk] {
  color: #c62828;
  margin-left: 2px;
}

.consent-notice-details[b-ohhrd237qk] {
  margin-top: 0.65rem;
  font-size: 0.82rem;
  color: #555;
}

.consent-notice-details summary[b-ohhrd237qk] {
  cursor: pointer;
  color: #4a6cf7;
  font-weight: 500;
  user-select: none;
}

.consent-notice-details-body[b-ohhrd237qk] {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #d8e3f8;
}

.consent-notice-details-body p[b-ohhrd237qk] {
  margin: 0 0 0.5rem;
  line-height: 1.5;
}

.consent-notice-authority[b-ohhrd237qk] {
  font-size: 0.8rem;
  color: #777;
}

/* Validation Summary */
.validation-summary[b-ohhrd237qk] {
  background: #ffebee;
  border: 1px solid #ef5350;
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem 0;
  animation: shake-b-ohhrd237qk 0.5s ease-in-out;
}

.validation-summary-header[b-ohhrd237qk] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #c62828;
  margin-bottom: 0.75rem;
}

.validation-icon[b-ohhrd237qk] {
  font-size: 1.25rem;
}

.validation-list[b-ohhrd237qk] {
  margin: 0;
  padding-left: 1.5rem;
  color: #b71c1c;
  font-size: 0.9rem;
}

.validation-list li[b-ohhrd237qk] {
  margin-bottom: 0.25rem;
}

.validation-list li:last-child[b-ohhrd237qk] {
  margin-bottom: 0;
}

/* Button Wrapper for disabled button click detection */
.btn-next-wrapper[b-ohhrd237qk] {
  display: inline-block;
}

/* Highlight missing form fields */
.form-input.input-missing[b-ohhrd237qk],
.form-group.field-missing .form-input[b-ohhrd237qk] {
  border-color: #d32f2f !important;
  background-color: #ffebee !important;
}

.form-group.field-missing label[b-ohhrd237qk] {
  color: #c62828;
}

/* Missing selection buttons */
.option-btn.option-missing:not(.selected)[b-ohhrd237qk] {
  border-color: #d32f2f !important;
  background: #ffebee !important;
}
/* Missing section label */
.field-missing-label[b-ohhrd237qk] {
  color: #c62828 !important;
}
/* Shake animation for validation */
@keyframes shake-b-ohhrd237qk {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-4px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(4px);
  }
}

/* ==========================================================================
   Existing Validation Error Styles (enhanced)
   ========================================================================== */

.validation-error[b-ohhrd237qk] {
  background: #ffebee;
  border: 1px solid #ef5350;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin: 1rem 0;
  color: #c62828;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.field-error[b-ohhrd237qk] {
  color: #c62828;
  font-size: 0.8rem;
  margin-top: 0.25rem;
  display: block;
}

.form-input.input-error[b-ohhrd237qk] {
  border-color: #d32f2f;
  background-color: #fff5f5;
}
