/* /Views/Admin/Bookings.cshtml.rz.scp.css */
.page-header[b-nt8bdgqd5p] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 32px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e2e2;
  margin-bottom: 24px;
}

.page-header-content[b-nt8bdgqd5p] {
  display: flex;
  align-items: center;
  gap: 16px;
}

.page-icon[b-nt8bdgqd5p] {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #1d1d1d 0%, #2d2d2d 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #65ff65;
  flex-shrink: 0;
}

.page-title-group h1[b-nt8bdgqd5p] {
  font-size: 1.375rem;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0 0 2px 0;
}

.page-title-group p[b-nt8bdgqd5p] {
  font-size: 0.875rem;
  color: #475467;
  margin: 0;
}

.filter-card[b-nt8bdgqd5p] {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e2e2;
  padding: 20px 24px;
  margin-bottom: 24px;
}

.filter-form[b-nt8bdgqd5p] {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.filter-group[b-nt8bdgqd5p] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 280px;
}

.filter-label[b-nt8bdgqd5p] {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #475467;
}

.filter-select[b-nt8bdgqd5p] {
  padding: 10px 14px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.9375rem;
  color: #1d1d1d;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.filter-select:focus[b-nt8bdgqd5p] {
  outline: none;
  border-color: #356c37;
  box-shadow: 0 0 0 3px rgba(53, 108, 55, 0.15);
}

.table-card[b-nt8bdgqd5p] {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e2e2;
  overflow: hidden;
}

.modern-table[b-nt8bdgqd5p] {
  width: 100%;
  border-collapse: collapse;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.modern-table thead[b-nt8bdgqd5p] {
  background: #f8f9fa;
}

.modern-table th[b-nt8bdgqd5p] {
  padding: 14px 20px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #475467;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
}

.modern-table td[b-nt8bdgqd5p] {
  padding: 16px 20px;
  font-size: 0.9375rem;
  color: #1d1d1d;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

.modern-table tbody tr:last-child td[b-nt8bdgqd5p] {
  border-bottom: none;
}

.modern-table tbody tr[b-nt8bdgqd5p] {
  transition: background 0.15s ease;
}

.modern-table tbody tr:hover[b-nt8bdgqd5p] {
  background: #f8f9fa;
}

.row-cancelled[b-nt8bdgqd5p] {
  background: rgba(239, 68, 68, 0.03);
}

.row-cancelled:hover[b-nt8bdgqd5p] {
  background: rgba(239, 68, 68, 0.06) !important;
}

.row-completed[b-nt8bdgqd5p] {
  background: rgba(107, 114, 128, 0.03);
}

.row-completed:hover[b-nt8bdgqd5p] {
  background: rgba(107, 114, 128, 0.06) !important;
}

.id-badge[b-nt8bdgqd5p] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  padding: 4px 10px;
  background: #f0f0f0;
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #475467;
}

.user-cell[b-nt8bdgqd5p] {
  display: flex;
  align-items: center;
  gap: 12px;
}

.user-cell > i[b-nt8bdgqd5p] {
  font-size: 1.25rem;
  color: #0088cc;
}

.user-info[b-nt8bdgqd5p] {
  display: flex;
  flex-direction: column;
}

.user-name[b-nt8bdgqd5p] {
  font-weight: 600;
  color: #1d1d1d;
}

.user-handle[b-nt8bdgqd5p] {
  font-size: 0.8125rem;
  color: #475467;
}

.service-name-cell[b-nt8bdgqd5p] {
  font-weight: 500;
}

.date-cell[b-nt8bdgqd5p] {
  font-size: 0.875rem;
  color: #475467;
}

.status-badge[b-nt8bdgqd5p] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.status-progress[b-nt8bdgqd5p] {
  background: rgba(245, 158, 11, 0.1);
  color: #b45309;
}

.status-completed[b-nt8bdgqd5p] {
  background: rgba(53, 108, 55, 0.1);
  color: #356c37;
}

.status-cancelled[b-nt8bdgqd5p] {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
}

.status-badge i[b-nt8bdgqd5p] {
  font-size: 0.75rem;
}

.notification-sent[b-nt8bdgqd5p] {
  color: #0088cc;
  margin-left: 6px;
  font-size: 0.875rem;
}

.btn-complete[b-nt8bdgqd5p] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #356c37;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-complete:hover[b-nt8bdgqd5p] {
  background: #2d5a2f;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(53, 108, 55, 0.3);
}

.empty-state-card[b-nt8bdgqd5p] {
  text-align: center;
  padding: 64px 32px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e2e2;
}

.empty-state-card .empty-icon[b-nt8bdgqd5p] {
  width: 72px;
  height: 72px;
  background: #f8f9fa;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: #d2d2d2;
}

.empty-state-card h3[b-nt8bdgqd5p] {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1d1d1d;
  margin-bottom: 8px;
}

.empty-state-card p[b-nt8bdgqd5p] {
  font-size: 0.9375rem;
  color: #475467;
  margin: 0;
}

.page-back[b-nt8bdgqd5p] {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .page-header[b-nt8bdgqd5p] {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .filter-form[b-nt8bdgqd5p] {
    flex-direction: column;
    width: 100%;
  }

  .filter-group[b-nt8bdgqd5p] {
    width: 100%;
    min-width: auto;
  }

  .modern-table th[b-nt8bdgqd5p],
  .modern-table td[b-nt8bdgqd5p] {
    padding: 12px 14px;
  }
}
/* /Views/Admin/CreateService.cshtml.rz.scp.css */
.form-page-container[b-679r6qcbwy] {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.form-card[b-679r6qcbwy] {
  background: #1d1d1d;
  border-radius: 24px;
  width: 100%;
  max-width: 520px;
  position: relative;
  overflow: hidden;
}

.form-card-glow[b-679r6qcbwy] {
  position: absolute;
  top: -100%;
  left: -50%;
  width: 200%;
  height: 300%;
  background: radial-gradient(
    ellipse at 50% 20%,
    rgba(101, 255, 101, 0.1) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.form-content[b-679r6qcbwy] {
  position: relative;
  z-index: 1;
  padding: 40px;
}

.form-header[b-679r6qcbwy] {
  text-align: center;
  margin-bottom: 32px;
}

.form-icon[b-679r6qcbwy] {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #356c37 0%, #2d5a2f 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.5rem;
  color: #ffffff;
}

.form-header h1[b-679r6qcbwy] {
  font-size: 1.375rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.form-header p[b-679r6qcbwy] {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.modern-form[b-679r6qcbwy] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group[b-679r6qcbwy] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group[b-679r6qcbwy]  .form-label-dark {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.form-group[b-679r6qcbwy]  .form-label-dark i {
  color: #65ff65;
  font-size: 1rem;
}

.input-wrapper[b-679r6qcbwy]  .form-control-dark,
.form-group[b-679r6qcbwy]  .form-control-dark {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 14px 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.2s ease;
  resize: vertical;
  width: 100%;
}

.input-wrapper[b-679r6qcbwy]  .form-control-dark::placeholder,
.form-group[b-679r6qcbwy]  .form-control-dark::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.input-wrapper[b-679r6qcbwy]  .form-control-dark:focus,
.form-group[b-679r6qcbwy]  .form-control-dark:focus {
  outline: none;
  border-color: #65ff65;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(101, 255, 101, 0.15);
}

.validation-wrapper[b-679r6qcbwy]  .validation-error,
.form-group[b-679r6qcbwy]  .validation-error {
  font-size: 0.8125rem;
  color: #f87171;
}

.switch-label[b-679r6qcbwy] {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
  padding: 16px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.2s ease;
}

.switch-label:hover[b-679r6qcbwy] {
  background: rgba(255, 255, 255, 0.05);
}

.switch-wrapper[b-679r6qcbwy] {
  position: relative;
  width: 48px;
  height: 26px;
  flex-shrink: 0;
}

.switch-wrapper[b-679r6qcbwy]  .switch-input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
}

.switch-slider[b-679r6qcbwy] {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.15);
  transition: 0.3s;
  border-radius: 26px;
  z-index: 1;
}

.switch-slider[b-679r6qcbwy]::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background: #ffffff;
  transition: 0.3s;
  border-radius: 50%;
}

.switch-wrapper[b-679r6qcbwy]  .switch-input:checked + .switch-slider {
  background: #356c37;
}

.switch-wrapper[b-679r6qcbwy]  .switch-input:checked + .switch-slider::before {
  transform: translateX(22px);
}

.switch-text[b-679r6qcbwy] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.switch-text strong[b-679r6qcbwy] {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #ffffff;
}

.switch-text small[b-679r6qcbwy] {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
}

.form-actions[b-679r6qcbwy] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.btn-submit[b-679r6qcbwy] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  background: linear-gradient(135deg, #356c37 0%, #2d5a2f 100%);
  color: #ffffff;
  border: none;
  border-radius: 38px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-submit:hover[b-679r6qcbwy] {
  background: linear-gradient(135deg, #3d7d3f 0%, #356c37 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(53, 108, 55, 0.4);
}

@media (max-width: 480px) {
  .form-content[b-679r6qcbwy] {
    padding: 28px 24px;
  }
}
/* /Views/Admin/Dashboard.cshtml.rz.scp.css */
.dashboard-header[b-qamkvq8t6h] {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 32px;
  background: linear-gradient(135deg, #1d1d1d 0%, #2a2a2a 100%);
  border-radius: 20px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.dashboard-header[b-qamkvq8t6h]::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(
    ellipse,
    rgba(101, 255, 101, 0.08) 0%,
    transparent 60%
  );
  pointer-events: none;
}

.header-icon[b-qamkvq8t6h] {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #356c37 0%, #2d5a2f 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: #ffffff;
  flex-shrink: 0;
}

.header-text[b-qamkvq8t6h] {
  position: relative;
  z-index: 1;
}

.header-text h1[b-qamkvq8t6h] {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 4px 0;
}

.header-text p[b-qamkvq8t6h] {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.stats-grid[b-qamkvq8t6h] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-bottom: 32px;
}

.stat-card[b-qamkvq8t6h] {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #e2e2e2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.stat-card[b-qamkvq8t6h]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #1d1d1d;
}

.stat-card:hover[b-qamkvq8t6h] {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.stat-card-warning[b-qamkvq8t6h]::before {
  background: #f59e0b;
}
.stat-card-success[b-qamkvq8t6h]::before {
  background: #356c37;
}
.stat-card-info[b-qamkvq8t6h]::before {
  background: #3b82f6;
}

.stat-icon[b-qamkvq8t6h] {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.stat-icon-primary[b-qamkvq8t6h] {
  background: rgba(29, 29, 29, 0.1);
  color: #1d1d1d;
}

.stat-icon-warning[b-qamkvq8t6h] {
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
}

.stat-icon-success[b-qamkvq8t6h] {
  background: rgba(53, 108, 55, 0.1);
  color: #356c37;
}

.stat-icon-info[b-qamkvq8t6h] {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}

.stat-content[b-qamkvq8t6h] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-label[b-qamkvq8t6h] {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #475467;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stat-value[b-qamkvq8t6h] {
  font-size: 1.75rem;
  font-weight: 800;
  color: #1d1d1d;
}

.stat-link[b-qamkvq8t6h] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #356c37;
  text-decoration: none;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #e2e2e2;
}

.link-wrapper[b-qamkvq8t6h]  .stat-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #356c37;
  text-decoration: none;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #e2e2e2;
}

.stat-link:hover[b-qamkvq8t6h],
.link-wrapper[b-qamkvq8t6h]  .stat-link:hover {
  color: #2d5a2f;
}

.stat-link i[b-qamkvq8t6h],
.link-wrapper[b-qamkvq8t6h]  .stat-link i {
  transition: transform 0.2s ease;
}

.stat-link:hover i[b-qamkvq8t6h],
.link-wrapper[b-qamkvq8t6h]  .stat-link:hover i {
  transform: translateX(4px);
}

.dashboard-panels[b-qamkvq8t6h] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
}

.panel-card[b-qamkvq8t6h] {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e2e2;
  overflow: hidden;
}

.panel-header[b-qamkvq8t6h] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  border-bottom: 1px solid #e2e2e2;
}

.panel-header i[b-qamkvq8t6h] {
  font-size: 1.25rem;
  color: #356c37;
}

.panel-header h2[b-qamkvq8t6h] {
  font-size: 1rem;
  font-weight: 600;
  color: #1d1d1d;
  margin: 0;
}

.panel-body[b-qamkvq8t6h] {
  padding: 20px 24px;
}

.action-btn[b-qamkvq8t6h] {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 18px;
  background: #f8f9fa;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #1d1d1d;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-bottom: 12px;
}

.link-wrapper[b-qamkvq8t6h]  .action-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 18px;
  background: #f8f9fa;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #1d1d1d;
  text-decoration: none;
  transition: all 0.2s ease;
}

.link-wrapper[b-qamkvq8t6h] {
  margin-bottom: 12px;
}

.link-wrapper:last-child[b-qamkvq8t6h] {
  margin-bottom: 0;
}

.action-btn:last-child[b-qamkvq8t6h] {
  margin-bottom: 0;
}

.action-btn:hover[b-qamkvq8t6h],
.link-wrapper[b-qamkvq8t6h]  .action-btn:hover {
  background: #1d1d1d;
  border-color: #1d1d1d;
  color: #ffffff;
}

.action-btn i[b-qamkvq8t6h],
.link-wrapper[b-qamkvq8t6h]  .action-btn i {
  font-size: 1.125rem;
  color: #356c37;
  transition: color 0.2s ease;
}

.action-btn:hover i[b-qamkvq8t6h],
.link-wrapper[b-qamkvq8t6h]  .action-btn:hover i {
  color: #65ff65;
}

.summary-list[b-qamkvq8t6h] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.summary-item[b-qamkvq8t6h] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.9375rem;
  color: #475467;
}

.summary-item:last-child[b-qamkvq8t6h] {
  border-bottom: none;
  padding-bottom: 0;
}

.summary-badge[b-qamkvq8t6h] {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.badge-primary[b-qamkvq8t6h] {
  background: rgba(29, 29, 29, 0.1);
  color: #1d1d1d;
}

.badge-warning[b-qamkvq8t6h] {
  background: rgba(245, 158, 11, 0.1);
  color: #b45309;
}

.badge-success[b-qamkvq8t6h] {
  background: rgba(53, 108, 55, 0.1);
  color: #356c37;
}

.badge-info[b-qamkvq8t6h] {
  background: rgba(59, 130, 246, 0.1);
  color: #1d4ed8;
}

@media (max-width: 768px) {
  .dashboard-header[b-qamkvq8t6h] {
    flex-direction: column;
    text-align: center;
    padding: 24px;
  }

  .stats-grid[b-qamkvq8t6h] {
    grid-template-columns: repeat(2, 1fr);
  }

  .dashboard-panels[b-qamkvq8t6h] {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .stats-grid[b-qamkvq8t6h] {
    grid-template-columns: 1fr;
  }
}
/* /Views/Admin/EditService.cshtml.rz.scp.css */
.form-page-container[b-j9w0w9cqdy] {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: calc(100vh - 200px);
  padding: 2rem 1rem;
}

.form-card[b-j9w0w9cqdy] {
  position: relative;
  background: #1d1d1d;
  border-radius: 20px;
  width: 100%;
  max-width: 560px;
  overflow: hidden;
}

.form-card-glow[b-j9w0w9cqdy] {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    ellipse at center,
    rgba(101, 255, 101, 0.08) 0%,
    transparent 50%
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.form-card:hover .form-card-glow[b-j9w0w9cqdy] {
  opacity: 1;
}

.form-content[b-j9w0w9cqdy] {
  position: relative;
  padding: 2.5rem;
  z-index: 1;
}

.form-header[b-j9w0w9cqdy] {
  text-align: center;
  margin-bottom: 2.5rem;
}

.form-icon[b-j9w0w9cqdy] {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #356c37, #65ff65);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}

.form-icon i[b-j9w0w9cqdy] {
  font-size: 1.75rem;
  color: white;
}

.form-header h1[b-j9w0w9cqdy] {
  color: white;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.form-header p[b-j9w0w9cqdy] {
  color: #9a9a9a;
  font-size: 0.95rem;
  margin: 0;
}

.modern-form[b-j9w0w9cqdy] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group[b-j9w0w9cqdy] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group[b-j9w0w9cqdy]  .form-label-dark {
  color: #e2e2e2;
  font-weight: 600;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.form-group[b-j9w0w9cqdy]  .form-label-dark i {
  color: #65ff65;
  font-size: 1rem;
}

.input-wrapper[b-j9w0w9cqdy]  .form-control-dark,
.form-group[b-j9w0w9cqdy]  .form-control-dark {
  background: #2d2d2d;
  border: 1px solid #3d3d3d;
  border-radius: 12px;
  padding: 0.875rem 1rem;
  color: white;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 100%;
}

.input-wrapper[b-j9w0w9cqdy]  .form-control-dark:focus,
.form-group[b-j9w0w9cqdy]  .form-control-dark:focus {
  outline: none;
  background: #333;
  border-color: #65ff65;
  box-shadow: 0 0 0 3px rgba(101, 255, 101, 0.15);
}

.input-wrapper[b-j9w0w9cqdy]  .form-control-dark::placeholder,
.form-group[b-j9w0w9cqdy]  .form-control-dark::placeholder {
  color: #666;
}

.input-wrapper[b-j9w0w9cqdy]  textarea.form-control-dark,
.form-group[b-j9w0w9cqdy]  textarea.form-control-dark {
  resize: vertical;
  min-height: 100px;
}

.validation-wrapper[b-j9w0w9cqdy]  .validation-error,
.form-group[b-j9w0w9cqdy]  .validation-error {
  color: #ff6b6b;
  font-size: 0.8rem;
  margin-top: 0.25rem;
}

.switch-label[b-j9w0w9cqdy] {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  cursor: pointer;
  padding: 1rem;
  background: #2d2d2d;
  border-radius: 12px;
  border: 1px solid #3d3d3d;
  transition: all 0.3s ease;
}

.switch-label:hover[b-j9w0w9cqdy] {
  border-color: #4d4d4d;
  background: #333;
}

.switch-wrapper[b-j9w0w9cqdy] {
  position: relative;
  flex-shrink: 0;
  width: 52px;
  height: 28px;
}

.switch-wrapper[b-j9w0w9cqdy]  .switch-input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
}

.switch-slider[b-j9w0w9cqdy] {
  display: block;
  width: 100%;
  height: 100%;
  background: #444;
  border-radius: 14px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 1;
}

.switch-slider[b-j9w0w9cqdy]::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: white;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.switch-wrapper[b-j9w0w9cqdy]  .switch-input:checked + .switch-slider {
  background: linear-gradient(135deg, #356c37, #65ff65);
}

.switch-wrapper[b-j9w0w9cqdy]  .switch-input:checked + .switch-slider::before {
  transform: translateX(24px);
}

.switch-wrapper[b-j9w0w9cqdy]  .switch-input:focus + .switch-slider {
  box-shadow: 0 0 0 3px rgba(101, 255, 101, 0.2);
}

.switch-text[b-j9w0w9cqdy] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.switch-text strong[b-j9w0w9cqdy] {
  color: white;
  font-size: 0.95rem;
}

.switch-text small[b-j9w0w9cqdy] {
  color: #888;
  font-size: 0.8rem;
}

.form-actions[b-j9w0w9cqdy] {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.btn-submit[b-j9w0w9cqdy] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  border-radius: 38px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn-submit[b-j9w0w9cqdy] {
  background: linear-gradient(135deg, #356c37, #4a8b4d);
  color: white;
}

.btn-submit:hover[b-j9w0w9cqdy] {
  background: linear-gradient(135deg, #4a8b4d, #65ff65);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(53, 108, 55, 0.4);
}

.form-actions[b-j9w0w9cqdy]  .btn-cancel {
  flex: 1;
}

@media (max-width: 576px) {
  .form-content[b-j9w0w9cqdy] {
    padding: 1.5rem;
  }

  .form-actions[b-j9w0w9cqdy] {
    flex-direction: column;
  }

  .form-header h1[b-j9w0w9cqdy] {
    font-size: 1.5rem;
  }
}
/* /Views/Admin/SendNotification.cshtml.rz.scp.css */
.form-page-container[b-12yrsd251m] {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: calc(100vh - 200px);
  padding: 2rem 1rem;
}

.form-card[b-12yrsd251m] {
  position: relative;
  background: #1d1d1d;
  border-radius: 20px;
  width: 100%;
  max-width: 560px;
  overflow: hidden;
}

.form-card-glow[b-12yrsd251m] {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    ellipse at center,
    rgba(59, 130, 246, 0.08) 0%,
    transparent 50%
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.form-card:hover .form-card-glow[b-12yrsd251m] {
  opacity: 1;
}

.form-content[b-12yrsd251m] {
  position: relative;
  padding: 2.5rem;
  z-index: 1;
}

.form-header[b-12yrsd251m] {
  text-align: center;
  margin-bottom: 2.5rem;
}

.form-icon[b-12yrsd251m] {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}

.notification-icon[b-12yrsd251m] {
  background: linear-gradient(135deg, #3b82f6, #60a5fa);
}

.form-icon i[b-12yrsd251m] {
  font-size: 1.75rem;
  color: white;
}

.form-header h1[b-12yrsd251m] {
  color: white;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.form-header p[b-12yrsd251m] {
  color: #9a9a9a;
  font-size: 0.95rem;
  margin: 0;
}

.modern-form[b-12yrsd251m] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group[b-12yrsd251m] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group[b-12yrsd251m]  .form-label-dark {
  color: #e2e2e2;
  font-weight: 600;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.form-group[b-12yrsd251m]  .form-label-dark i {
  color: #60a5fa;
  font-size: 1rem;
}

.input-wrapper[b-12yrsd251m]  .form-control-dark,
.form-group[b-12yrsd251m]  .form-control-dark {
  background: #2d2d2d;
  border: 1px solid #3d3d3d;
  border-radius: 12px;
  padding: 0.875rem 1rem;
  color: white;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 100%;
}

.input-wrapper[b-12yrsd251m]  .form-control-dark:focus,
.form-group[b-12yrsd251m]  .form-control-dark:focus {
  outline: none;
  background: #333;
  border-color: #60a5fa;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.input-wrapper[b-12yrsd251m]  .form-control-dark::placeholder,
.form-group[b-12yrsd251m]  .form-control-dark::placeholder {
  color: #666;
}

.input-wrapper[b-12yrsd251m]  textarea.form-control-dark,
.form-group[b-12yrsd251m]  textarea.form-control-dark {
  resize: vertical;
  min-height: 120px;
}

.input-wrapper[b-12yrsd251m]  .form-select-dark,
.form-group[b-12yrsd251m]  .form-select-dark {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  padding-right: 3rem;
}

.input-wrapper[b-12yrsd251m]  .form-select-dark option,
.form-group[b-12yrsd251m]  .form-select-dark option {
  background: #2d2d2d;
  color: white;
}

.form-hint[b-12yrsd251m] {
  color: #777;
  font-size: 0.8rem;
  margin-top: 0.25rem;
}

.validation-wrapper[b-12yrsd251m]  .validation-error,
.form-group[b-12yrsd251m]  .validation-error {
  color: #ff6b6b;
  font-size: 0.8rem;
  margin-top: 0.25rem;
}

.switch-label[b-12yrsd251m] {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  cursor: pointer;
  padding: 1rem;
  background: #2d2d2d;
  border-radius: 12px;
  border: 1px solid #3d3d3d;
  transition: all 0.3s ease;
}

.switch-label:hover[b-12yrsd251m] {
  border-color: #4d4d4d;
  background: #333;
}

.switch-wrapper[b-12yrsd251m] {
  position: relative;
  flex-shrink: 0;
  width: 52px;
  height: 28px;
}

.switch-wrapper[b-12yrsd251m]  .switch-input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
}

.switch-slider[b-12yrsd251m] {
  display: block;
  width: 100%;
  height: 100%;
  background: #444;
  border-radius: 14px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 1;
}

.switch-slider[b-12yrsd251m]::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: white;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.switch-wrapper[b-12yrsd251m]  .switch-input:checked + .switch-slider {
  background: linear-gradient(135deg, #3b82f6, #60a5fa);
}

.switch-wrapper[b-12yrsd251m]  .switch-input:checked + .switch-slider::before {
  transform: translateX(24px);
}

.switch-wrapper[b-12yrsd251m]  .switch-input:focus + .switch-slider {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.switch-text[b-12yrsd251m] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.switch-text strong[b-12yrsd251m] {
  color: white;
  font-size: 0.95rem;
}

.switch-text small[b-12yrsd251m] {
  color: #888;
  font-size: 0.8rem;
}

.warning-box[b-12yrsd251m] {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-radius: 12px;
}

.warning-box i[b-12yrsd251m] {
  color: #fbbf24;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.warning-box div[b-12yrsd251m] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.warning-box strong[b-12yrsd251m] {
  color: #fbbf24;
  font-size: 0.9rem;
}

.warning-box span[b-12yrsd251m] {
  color: #b89a3e;
  font-size: 0.85rem;
}

.form-actions[b-12yrsd251m] {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.btn-submit[b-12yrsd251m] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  border-radius: 38px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.form-actions[b-12yrsd251m]  .btn-cancel {
  flex: 1;
}

.btn-notification[b-12yrsd251m] {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
}

.btn-notification:hover[b-12yrsd251m] {
  background: linear-gradient(135deg, #60a5fa, #3b82f6);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

@media (max-width: 576px) {
  .form-content[b-12yrsd251m] {
    padding: 1.5rem;
  }

  .form-actions[b-12yrsd251m] {
    flex-direction: column;
  }

  .form-header h1[b-12yrsd251m] {
    font-size: 1.5rem;
  }
}
/* /Views/Admin/Services.cshtml.rz.scp.css */
.page-header[b-21ea1yqrcs] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 32px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e2e2;
  margin-bottom: 24px;
}

.page-header-content[b-21ea1yqrcs] {
  display: flex;
  align-items: center;
  gap: 16px;
}

.page-icon[b-21ea1yqrcs] {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #1d1d1d 0%, #2d2d2d 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #65ff65;
  flex-shrink: 0;
}

.page-title-group h1[b-21ea1yqrcs] {
  font-size: 1.375rem;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0 0 2px 0;
}

.page-title-group p[b-21ea1yqrcs] {
  font-size: 0.875rem;
  color: #475467;
  margin: 0;
}

.btn-add[b-21ea1yqrcs] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #1d1d1d;
  color: #ffffff;
  border: none;
  border-radius: 38px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.link-wrapper[b-21ea1yqrcs]  .btn-add {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #1d1d1d;
  color: #ffffff;
  border: none;
  border-radius: 38px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-add:hover[b-21ea1yqrcs],
.link-wrapper[b-21ea1yqrcs]  .btn-add:hover {
  background: #356c37;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(53, 108, 55, 0.3);
}

.btn-add i[b-21ea1yqrcs],
.link-wrapper[b-21ea1yqrcs]  .btn-add i {
  font-size: 1rem;
}

.table-card[b-21ea1yqrcs] {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e2e2;
  overflow: hidden;
}

.modern-table[b-21ea1yqrcs] {
  width: 100%;
  border-collapse: collapse;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.modern-table thead[b-21ea1yqrcs] {
  background: #f8f9fa;
}

.modern-table th[b-21ea1yqrcs] {
  padding: 14px 20px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #475467;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
}

.modern-table td[b-21ea1yqrcs] {
  padding: 16px 20px;
  font-size: 0.9375rem;
  color: #1d1d1d;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

.modern-table tbody tr:last-child td[b-21ea1yqrcs] {
  border-bottom: none;
}

.modern-table tbody tr[b-21ea1yqrcs] {
  transition: background 0.15s ease;
}

.modern-table tbody tr:hover[b-21ea1yqrcs] {
  background: #f8f9fa;
}

.id-badge[b-21ea1yqrcs] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  padding: 4px 10px;
  background: #f0f0f0;
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #475467;
}

.service-name-cell[b-21ea1yqrcs] {
  font-weight: 600;
  color: #1d1d1d;
}

.desc-cell[b-21ea1yqrcs] {
  color: #475467;
  font-size: 0.875rem;
}

.date-cell[b-21ea1yqrcs] {
  color: #475467;
  font-size: 0.875rem;
}

.status-badge[b-21ea1yqrcs] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.status-active[b-21ea1yqrcs] {
  background: rgba(53, 108, 55, 0.1);
  color: #356c37;
}

.status-inactive[b-21ea1yqrcs] {
  background: rgba(71, 84, 103, 0.1);
  color: #475467;
}

.status-badge i[b-21ea1yqrcs] {
  font-size: 0.75rem;
}

.action-buttons[b-21ea1yqrcs] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.link-wrapper-inline[b-21ea1yqrcs] {
  display: inline-block;
}

.action-btn-sm[b-21ea1yqrcs] {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background: #ffffff;
  color: #475467;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: all 0.15s ease;
  text-decoration: none;
}

.link-wrapper-inline[b-21ea1yqrcs]  .action-btn-sm {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background: #ffffff;
  color: #475467;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: all 0.15s ease;
  text-decoration: none;
}

.action-btn-sm:hover[b-21ea1yqrcs],
.link-wrapper-inline[b-21ea1yqrcs]  .action-btn-sm:hover {
  border-color: #1d1d1d;
  color: #1d1d1d;
}

.action-edit:hover[b-21ea1yqrcs],
.link-wrapper-inline[b-21ea1yqrcs]  .action-edit:hover {
  background: rgba(59, 130, 246, 0.1);
  border-color: #3b82f6;
  color: #3b82f6;
}

.action-delete:hover[b-21ea1yqrcs] {
  background: rgba(239, 68, 68, 0.1);
  border-color: #ef4444;
  color: #ef4444;
}

.empty-state-card[b-21ea1yqrcs] {
  text-align: center;
  padding: 64px 32px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e2e2;
}

.empty-state-card .empty-icon[b-21ea1yqrcs] {
  width: 72px;
  height: 72px;
  background: #f8f9fa;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: #d2d2d2;
}

.empty-state-card h3[b-21ea1yqrcs] {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1d1d1d;
  margin-bottom: 8px;
}

.empty-state-card p[b-21ea1yqrcs] {
  font-size: 0.9375rem;
  color: #475467;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .page-header[b-21ea1yqrcs] {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .page-header-content[b-21ea1yqrcs] {
    width: 100%;
  }

  .btn-add[b-21ea1yqrcs] {
    width: 100%;
    justify-content: center;
  }

  .modern-table th[b-21ea1yqrcs],
  .modern-table td[b-21ea1yqrcs] {
    padding: 12px 14px;
  }

  .action-buttons[b-21ea1yqrcs] {
    flex-wrap: wrap;
  }
}
/* /Views/Admin/Users.cshtml.rz.scp.css */
.page-header[b-f97jmsg1zx] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 32px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e2e2;
  margin-bottom: 24px;
}

.page-header-content[b-f97jmsg1zx] {
  display: flex;
  align-items: center;
  gap: 16px;
}

.page-icon[b-f97jmsg1zx] {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #1d1d1d 0%, #2d2d2d 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #65ff65;
  flex-shrink: 0;
}

.page-title-group h1[b-f97jmsg1zx] {
  font-size: 1.375rem;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0 0 2px 0;
}

.page-title-group p[b-f97jmsg1zx] {
  font-size: 0.875rem;
  color: #475467;
  margin: 0;
}

.page-title-group strong[b-f97jmsg1zx] {
  color: #1d1d1d;
}

.table-card[b-f97jmsg1zx] {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e2e2;
  overflow: hidden;
}

.modern-table[b-f97jmsg1zx] {
  width: 100%;
  border-collapse: collapse;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.modern-table thead[b-f97jmsg1zx] {
  background: #f8f9fa;
}

.modern-table th[b-f97jmsg1zx] {
  padding: 14px 20px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #475467;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
}

.modern-table td[b-f97jmsg1zx] {
  padding: 16px 20px;
  font-size: 0.9375rem;
  color: #1d1d1d;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

.modern-table tbody tr:last-child td[b-f97jmsg1zx] {
  border-bottom: none;
}

.modern-table tbody tr[b-f97jmsg1zx] {
  transition: background 0.15s ease;
}

.modern-table tbody tr:hover[b-f97jmsg1zx] {
  background: #f8f9fa;
}

.user-cell[b-f97jmsg1zx] {
  display: flex;
  align-items: center;
  gap: 12px;
}

.user-avatar[b-f97jmsg1zx] {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  object-fit: cover;
}

.user-avatar-placeholder[b-f97jmsg1zx] {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 1rem;
}

.user-name[b-f97jmsg1zx] {
  font-weight: 600;
  color: #1d1d1d;
}

.telegram-link[b-f97jmsg1zx] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0088cc;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.telegram-link:hover[b-f97jmsg1zx] {
  color: #006699;
}

.telegram-link i[b-f97jmsg1zx] {
  font-size: 1rem;
}

.telegram-id[b-f97jmsg1zx] {
  background: #f8f9fa;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.8125rem;
  color: #475467;
  font-family: "SF Mono", "Monaco", "Consolas", monospace;
}

.bookings-count[b-f97jmsg1zx] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  padding: 4px 10px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1d4ed8;
}

.date-cell[b-f97jmsg1zx] {
  font-size: 0.875rem;
  color: #475467;
}

.text-muted[b-f97jmsg1zx] {
  color: #9ca3af;
}

.empty-state-card[b-f97jmsg1zx] {
  text-align: center;
  padding: 64px 32px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e2e2;
}

.empty-state-card .empty-icon[b-f97jmsg1zx] {
  width: 72px;
  height: 72px;
  background: #f8f9fa;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: #d2d2d2;
}

.empty-state-card h3[b-f97jmsg1zx] {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1d1d1d;
  margin-bottom: 8px;
}

.empty-state-card p[b-f97jmsg1zx] {
  font-size: 0.9375rem;
  color: #475467;
  margin: 0;
}

.page-back[b-f97jmsg1zx] {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .page-header[b-f97jmsg1zx] {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .modern-table th[b-f97jmsg1zx],
  .modern-table td[b-f97jmsg1zx] {
    padding: 12px 14px;
  }
}
/* /Views/Auth/AccessDenied.cshtml.rz.scp.css */
.access-denied-container[b-zk7vqxocio] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 200px);
  padding: 2rem 1rem;
}

.access-denied-card[b-zk7vqxocio] {
  position: relative;
  background: #1d1d1d;
  border-radius: 20px;
  width: 100%;
  max-width: 480px;
  overflow: hidden;
}

.card-glow[b-zk7vqxocio] {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    ellipse at center,
    rgba(239, 68, 68, 0.08) 0%,
    transparent 50%
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.access-denied-card:hover .card-glow[b-zk7vqxocio] {
  opacity: 1;
}

.card-content[b-zk7vqxocio] {
  position: relative;
  padding: 3rem 2.5rem;
  z-index: 1;
  text-align: center;
}

.denied-icon[b-zk7vqxocio] {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #dc2626, #ef4444);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  animation: pulse-error-b-zk7vqxocio 2s ease-in-out infinite;
}

@keyframes pulse-error-b-zk7vqxocio {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(239, 68, 68, 0);
  }
}

.denied-icon i[b-zk7vqxocio] {
  font-size: 2.5rem;
  color: white;
}

.card-content h1[b-zk7vqxocio] {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.denied-message[b-zk7vqxocio] {
  color: #9a9a9a;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 576px) {
  .card-content[b-zk7vqxocio] {
    padding: 2rem 1.5rem;
  }

  .card-content h1[b-zk7vqxocio] {
    font-size: 1.5rem;
  }

  .denied-icon[b-zk7vqxocio] {
    width: 80px;
    height: 80px;
  }

  .denied-icon i[b-zk7vqxocio] {
    font-size: 2rem;
  }
}
/* /Views/Auth/AdminLogin.cshtml.rz.scp.css */
.auth-page-container[b-g77kp8te4w] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 200px);
  padding: 2rem 1rem;
}

.auth-card[b-g77kp8te4w] {
  position: relative;
  background: #1d1d1d;
  border-radius: 20px;
  width: 100%;
  max-width: 420px;
  overflow: hidden;
}

.auth-card-glow[b-g77kp8te4w] {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    ellipse at center,
    rgba(239, 68, 68, 0.1) 0%,
    transparent 50%
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.auth-card:hover .auth-card-glow[b-g77kp8te4w] {
  opacity: 1;
}

.auth-content[b-g77kp8te4w] {
  position: relative;
  padding: 2.5rem;
  z-index: 1;
  text-align: center;
}

.auth-icon[b-g77kp8te4w] {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #dc2626, #ef4444);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.auth-icon i[b-g77kp8te4w] {
  font-size: 2rem;
  color: white;
}

.auth-content h1[b-g77kp8te4w] {
  color: white;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.auth-subtitle[b-g77kp8te4w] {
  color: #9a9a9a;
  font-size: 0.95rem;
  margin-bottom: 2rem;
}

.auth-form[b-g77kp8te4w] {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: left;
}

.form-group[b-g77kp8te4w] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group[b-g77kp8te4w]  .form-label-dark {
  color: #e2e2e2;
  font-weight: 600;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.form-group[b-g77kp8te4w]  .form-label-dark i {
  color: #ef4444;
  font-size: 0.9rem;
}

.input-wrapper[b-g77kp8te4w]  .form-control-dark,
.form-group[b-g77kp8te4w]  .form-control-dark {
  background: #2d2d2d;
  border: 1px solid #3d3d3d;
  border-radius: 12px;
  padding: 0.875rem 1rem;
  color: white;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 100%;
}

.input-wrapper[b-g77kp8te4w]  .form-control-dark:focus,
.form-group[b-g77kp8te4w]  .form-control-dark:focus {
  outline: none;
  background: #333;
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}

.input-wrapper[b-g77kp8te4w]  .form-control-dark::placeholder,
.form-group[b-g77kp8te4w]  .form-control-dark::placeholder {
  color: #666;
}

.input-wrapper .form-control-dark[b-g77kp8te4w] {
  background: #2d2d2d;
  border: 1px solid #3d3d3d;
  border-radius: 12px;
  padding: 0.875rem 1rem;
  color: white;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 100%;
}

.input-wrapper .form-control-dark:focus[b-g77kp8te4w] {
  outline: none;
  background: #333;
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}

.input-wrapper .form-control-dark[b-g77kp8te4w]::placeholder {
  color: #666;
}

.validation-wrapper[b-g77kp8te4w]  .validation-summary,
.auth-form[b-g77kp8te4w]  .validation-summary {
  color: #ff6b6b;
  font-size: 0.85rem;
  background: rgba(239, 68, 68, 0.1);
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.validation-wrapper[b-g77kp8te4w]  .validation-summary:empty,
.auth-form[b-g77kp8te4w]  .validation-summary:empty {
  display: none;
}

.btn-admin-login[b-g77kp8te4w] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, #dc2626, #ef4444);
  border: none;
  border-radius: 38px;
  color: white;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 0.5rem;
}

.btn-admin-login:hover[b-g77kp8te4w] {
  background: linear-gradient(135deg, #ef4444, #f87171);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(239, 68, 68, 0.4);
}

.auth-divider[b-g77kp8te4w] {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}

.auth-divider[b-g77kp8te4w]::before,
.auth-divider[b-g77kp8te4w]::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #3d3d3d;
}

.auth-divider span[b-g77kp8te4w] {
  padding: 0 1rem;
  color: #666;
  font-size: 0.85rem;
}

@media (max-width: 576px) {
  .auth-content[b-g77kp8te4w] {
    padding: 1.5rem;
  }

  .auth-content h1[b-g77kp8te4w] {
    font-size: 1.5rem;
  }
}
/* /Views/Auth/LinkTelegram.cshtml.rz.scp.css */
.auth-container[b-mykukq0lqt] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 200px);
  padding: 40px 20px;
}

.auth-card[b-mykukq0lqt] {
  background: #1d1d1d;
  border-radius: 24px;
  width: 100%;
  max-width: 480px;
  position: relative;
  overflow: hidden;
}

.auth-card-glow[b-mykukq0lqt] {
  position: absolute;
  top: -100%;
  left: -50%;
  width: 200%;
  height: 300%;
  background: radial-gradient(
    ellipse at 50% 20%,
    rgba(0, 136, 204, 0.1) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.auth-content[b-mykukq0lqt] {
  position: relative;
  z-index: 1;
  padding: 48px 40px;
  text-align: center;
}

.auth-icon[b-mykukq0lqt] {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #0088cc 0%, #006699 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 2rem;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 136, 204, 0.3);
}

.auth-icon.connected[b-mykukq0lqt] {
  background: linear-gradient(135deg, #65ff65 0%, #4dcc4d 100%);
  color: #0d0d0d;
  box-shadow: 0 8px 24px rgba(101, 255, 101, 0.3);
}

.auth-title[b-mykukq0lqt] {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.auth-subtitle[b-mykukq0lqt] {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 32px;
  line-height: 1.5;
}

.telegram-info[b-mykukq0lqt] {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(0, 136, 204, 0.1);
  border: 1px solid rgba(0, 136, 204, 0.3);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 24px;
}

.telegram-avatar[b-mykukq0lqt] {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #0088cc 0%, #006699 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #ffffff;
}

.telegram-details[b-mykukq0lqt] {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.telegram-username[b-mykukq0lqt] {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
}

.telegram-status[b-mykukq0lqt] {
  font-size: 0.875rem;
  color: #65ff65;
}

.info-box[b-mykukq0lqt] {
  display: flex;
  gap: 16px;
  text-align: left;
  background: rgba(0, 136, 204, 0.1);
  border: 1px solid rgba(0, 136, 204, 0.3);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}

.info-box.success[b-mykukq0lqt] {
  background: rgba(101, 255, 101, 0.1);
  border: 1px solid rgba(101, 255, 101, 0.3);
}

.info-box.success > i[b-mykukq0lqt] {
  color: #65ff65;
}

.info-box > i[b-mykukq0lqt] {
  color: #0088cc;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.info-box p[b-mykukq0lqt] {
  margin: 0 0 8px 0;
  color: rgba(255, 255, 255, 0.9);
}

.info-box ul[b-mykukq0lqt] {
  margin: 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}

.info-box li[b-mykukq0lqt] {
  margin-bottom: 4px;
}

.warning-box[b-mykukq0lqt] {
  display: flex;
  gap: 16px;
  text-align: left;
  background: rgba(255, 149, 0, 0.1);
  border: 1px solid rgba(255, 149, 0, 0.3);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}

.warning-box > i[b-mykukq0lqt] {
  color: #ff9500;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.warning-box p[b-mykukq0lqt] {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}

.warning-box p:first-child[b-mykukq0lqt] {
  margin-bottom: 4px;
}

.auth-actions[b-mykukq0lqt] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.btn-telegram[b-mykukq0lqt] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  background: linear-gradient(135deg, #0088cc 0%, #006699 100%);
  color: #ffffff;
  border: none;
  border-radius: 38px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-telegram:hover[b-mykukq0lqt] {
  background: linear-gradient(135deg, #009ee0 0%, #0077b3 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 136, 204, 0.4);
}

.btn-telegram i[b-mykukq0lqt] {
  font-size: 1.25rem;
}

.loading-status[b-mykukq0lqt] {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
}

.loading-spinner[b-mykukq0lqt] {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: #0088cc;
  border-radius: 50%;
  animation: spin-b-mykukq0lqt 1s linear infinite;
}

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

.error-text[b-mykukq0lqt] {
  color: #ff6b6b;
}

.unlink-form[b-mykukq0lqt] {
  margin-top: 24px;
}

.btn-danger-dark[b-mykukq0lqt] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 24px;
  background: rgba(255, 107, 107, 0.1);
  color: #ff6b6b;
  border: 1px solid rgba(255, 107, 107, 0.3);
  border-radius: 38px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-danger-dark:hover[b-mykukq0lqt] {
  background: rgba(255, 107, 107, 0.2);
  border-color: rgba(255, 107, 107, 0.5);
}

.auth-divider[b-mykukq0lqt] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.875rem;
}

.auth-divider[b-mykukq0lqt]::before,
.auth-divider[b-mykukq0lqt]::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 480px) {
  .auth-content[b-mykukq0lqt] {
    padding: 32px 24px;
  }

  .auth-title[b-mykukq0lqt] {
    font-size: 1.5rem;
  }

  .telegram-info[b-mykukq0lqt] {
    flex-direction: column;
    text-align: center;
  }

  .telegram-details[b-mykukq0lqt] {
    text-align: center;
  }

  .info-box[b-mykukq0lqt],
  .warning-box[b-mykukq0lqt] {
    flex-direction: column;
    gap: 12px;
  }
}
/* /Views/Auth/Login.cshtml.rz.scp.css */
.auth-container[b-i7f140hppx] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 200px);
  padding: 40px 20px;
}

.auth-card[b-i7f140hppx] {
  background: #1d1d1d;
  border-radius: 24px;
  width: 100%;
  max-width: 480px;
  position: relative;
  overflow: hidden;
}

.auth-card-glow[b-i7f140hppx] {
  position: absolute;
  top: -100%;
  left: -50%;
  width: 200%;
  height: 300%;
  background: radial-gradient(
    ellipse at 50% 20%,
    rgba(101, 255, 101, 0.1) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.auth-content[b-i7f140hppx] {
  position: relative;
  z-index: 1;
  padding: 48px 40px;
  text-align: center;
}

.auth-icon[b-i7f140hppx] {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #65ff65 0%, #4dcc4d 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 2rem;
  color: #0d0d0d;
  box-shadow: 0 8px 24px rgba(101, 255, 101, 0.3);
}

.auth-title[b-i7f140hppx] {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.auth-subtitle[b-i7f140hppx] {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 32px;
  line-height: 1.5;
}

.auth-options[b-i7f140hppx] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.option-btn-wrapper[b-i7f140hppx]  > a.auth-option-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.option-btn-wrapper[b-i7f140hppx]  > a.auth-option-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(101, 255, 101, 0.4);
  transform: translateY(-2px);
}

.auth-option-btn[b-i7f140hppx] {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.auth-option-btn:hover[b-i7f140hppx] {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.auth-option-btn.telegram:hover[b-i7f140hppx] {
  border-color: rgba(0, 136, 204, 0.4);
}

.option-icon[b-i7f140hppx] {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #65ff65 0%, #4dcc4d 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #0d0d0d;
  flex-shrink: 0;
}

.option-btn-wrapper[b-i7f140hppx]  .option-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #65ff65 0%, #4dcc4d 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #0d0d0d;
  flex-shrink: 0;
}

.option-icon.telegram-icon[b-i7f140hppx] {
  background: linear-gradient(135deg, #0088cc 0%, #006699 100%);
  color: #ffffff;
}

.option-text[b-i7f140hppx] {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex: 1;
}

.option-btn-wrapper[b-i7f140hppx]  .option-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex: 1;
}

.option-title[b-i7f140hppx] {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}

.option-btn-wrapper[b-i7f140hppx]  .option-title {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}

.option-desc[b-i7f140hppx] {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2px;
}

.option-btn-wrapper[b-i7f140hppx]  .option-desc {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2px;
}

.auth-option-btn > .bi-chevron-right[b-i7f140hppx] {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.25rem;
}

.option-btn-wrapper[b-i7f140hppx]  .bi-chevron-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.25rem;
}

.telegram-login-section[b-i7f140hppx] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.loading-status[b-i7f140hppx] {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
}

.loading-spinner[b-i7f140hppx] {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: #0088cc;
  border-radius: 50%;
  animation: spin-b-i7f140hppx 1s linear infinite;
}

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

.error-status[b-i7f140hppx] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  background: rgba(255, 107, 107, 0.1);
  border: 1px solid rgba(255, 107, 107, 0.3);
  border-radius: 12px;
  color: #ff6b6b;
  font-size: 0.875rem;
}

.auth-divider[b-i7f140hppx] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.875rem;
}

.auth-divider[b-i7f140hppx]::before,
.auth-divider[b-i7f140hppx]::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.auth-links[b-i7f140hppx] {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}

.auth-links .link-wrapper[b-i7f140hppx]  > a {
  color: #65ff65;
  text-decoration: none;
  font-weight: 500;
}

.auth-links .link-wrapper[b-i7f140hppx]  > a:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .auth-content[b-i7f140hppx] {
    padding: 32px 24px;
  }

  .auth-title[b-i7f140hppx] {
    font-size: 1.5rem;
  }

  .auth-option-btn[b-i7f140hppx] {
    padding: 14px 16px;
  }

  .option-icon[b-i7f140hppx] {
    width: 44px;
    height: 44px;
  }
}
/* /Views/Booking/Create.cshtml.rz.scp.css */
.booking-container[b-t4novmpkoz] {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

.booking-card[b-t4novmpkoz] {
  background: #1d1d1d;
  border-radius: 24px;
  width: 100%;
  max-width: 500px;
  position: relative;
  overflow: hidden;
}

.booking-card-glow[b-t4novmpkoz] {
  position: absolute;
  top: -100%;
  left: -50%;
  width: 200%;
  height: 300%;
  background: radial-gradient(
    ellipse at 50% 20%,
    rgba(101, 255, 101, 0.1) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.booking-content[b-t4novmpkoz] {
  position: relative;
  z-index: 1;
  padding: 40px;
}

.booking-header[b-t4novmpkoz] {
  text-align: center;
  margin-bottom: 32px;
}

.service-badge[b-t4novmpkoz] {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #356c37 0%, #2d5a2f 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.75rem;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(53, 108, 55, 0.3);
}

.booking-title[b-t4novmpkoz] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.booking-service-name[b-t4novmpkoz] {
  font-size: 1.125rem;
  font-weight: 600;
  color: #65ff65;
  margin-bottom: 4px;
}

.booking-service-desc[b-t4novmpkoz] {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.booking-info[b-t4novmpkoz] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.info-item[b-t4novmpkoz] {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.85);
}

.info-item i[b-t4novmpkoz] {
  font-size: 1.125rem;
  color: #65ff65;
  flex-shrink: 0;
}

.booking-form[b-t4novmpkoz] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-group[b-t4novmpkoz] {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  color: #ffffff;
}

.form-label-dark[b-t4novmpkoz] {
  display: flex;
  align-items: center;
  gap: 0.6em;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #e5e7eb;
}

.form-label-dark i[b-t4novmpkoz] {
  color: #65ff65;
}

.input-wrapper[b-t4novmpkoz]  .form-control-dark,
.input-wrapper[b-t4novmpkoz]  textarea {
  background-color: #2a2a2a;
  border: 1px solid #3d3d3d;
  border-radius: 12px;
  padding: 14px 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.2s ease;
  resize: vertical;
  width: 100%;
}

.input-wrapper[b-t4novmpkoz]  .form-control-dark::placeholder,
.input-wrapper[b-t4novmpkoz]  textarea::placeholder {
  color: #888;
}

.input-wrapper[b-t4novmpkoz]  .form-control-dark:focus,
.input-wrapper[b-t4novmpkoz]  textarea:focus {
  outline: none;
  border-color: #65ff65;
  background-color: #333;
  box-shadow: 0 0 0 3px rgba(101, 255, 101, 0.15);
}

.validation-wrapper[b-t4novmpkoz]  .validation-error,
.validation-wrapper[b-t4novmpkoz]  span {
  font-size: 0.875rem;
  color: #ef4444;
}

.booking-actions[b-t4novmpkoz] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn-confirm[b-t4novmpkoz] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  background: linear-gradient(135deg, #356c37 0%, #2d5a2f 100%);
  color: #ffffff;
  border: none;
  border-radius: 38px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-confirm:hover[b-t4novmpkoz] {
  background: linear-gradient(135deg, #3d7d3f 0%, #356c37 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(53, 108, 55, 0.4);
}

.link-wrapper[b-t4novmpkoz]  .btn-confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  background: linear-gradient(135deg, #356c37 0%, #2d5a2f 100%);
  color: #ffffff;
  border: none;
  border-radius: 38px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.link-wrapper[b-t4novmpkoz]  .btn-confirm:hover {
  background: linear-gradient(135deg, #3d7d3f 0%, #356c37 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(53, 108, 55, 0.4);
}

.booking-error[b-t4novmpkoz] {
  text-align: center;
  padding: 40px 0;
}

.error-icon[b-t4novmpkoz] {
  width: 72px;
  height: 72px;
  background: rgba(239, 68, 68, 0.15);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: #ef4444;
}

.booking-error h2[b-t4novmpkoz] {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 8px;
}

.booking-error p[b-t4novmpkoz] {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
}

@media (max-width: 480px) {
  .booking-content[b-t4novmpkoz] {
    padding: 28px 24px;
  }
}
/* /Views/Booking/CreateStep1.cshtml.rz.scp.css */
.booking-container[b-ieacuxa3jy] {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

.booking-card[b-ieacuxa3jy] {
  background: #1d1d1d;
  border-radius: 24px;
  width: 100%;
  max-width: 700px;
  position: relative;
  overflow: hidden;
}

.booking-card-glow[b-ieacuxa3jy] {
  position: absolute;
  top: -100%;
  left: -50%;
  width: 200%;
  height: 300%;
  background: radial-gradient(
    ellipse at 50% 20%,
    rgba(101, 255, 101, 0.1) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.booking-content[b-ieacuxa3jy] {
  position: relative;
  z-index: 1;
  padding: 40px;
}

.booking-header[b-ieacuxa3jy] {
  text-align: center;
  margin-bottom: 32px;
}

.service-badge[b-ieacuxa3jy] {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #356c37 0%, #2d5a2f 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.75rem;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(53, 108, 55, 0.3);
}

.booking-title[b-ieacuxa3jy] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.booking-service-name[b-ieacuxa3jy] {
  font-size: 1.125rem;
  font-weight: 600;
  color: #65ff65;
  margin-bottom: 4px;
}

.booking-service-price[b-ieacuxa3jy] {
  font-size: 1.125rem;
  color: #65ff65;
  margin-top: 0.5rem;
}

.booking-service-price strong[b-ieacuxa3jy] {
  font-weight: 700;
}

.text-muted[b-ieacuxa3jy] {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.5rem;
}

.step-indicator[b-ieacuxa3jy] {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.step[b-ieacuxa3jy] {
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.step.active[b-ieacuxa3jy] {
  color: #ffffff;
  background: linear-gradient(135deg, #356c37 0%, #2d5a2f 100%);
  box-shadow: 0 4px 12px rgba(53, 108, 55, 0.3);
}

.step.completed[b-ieacuxa3jy] {
  color: #65ff65;
  background: rgba(101, 255, 101, 0.1);
}

.section-title[b-ieacuxa3jy] {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
}

.registration-data-list[b-ieacuxa3jy] {
  margin-bottom: 1.5rem;
}

.registration-data-item[b-ieacuxa3jy] {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  margin-bottom: 0.75rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.registration-data-item:hover[b-ieacuxa3jy] {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(101, 255, 101, 0.3);
}

.registration-data-item input[type="radio"][b-ieacuxa3jy] {
  width: 20px;
  height: 20px;
  accent-color: #65ff65;
  flex-shrink: 0;
}

.registration-data-content[b-ieacuxa3jy] {
  flex: 1;
}

.data-name[b-ieacuxa3jy] {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

.data-details[b-ieacuxa3jy] {
  display: flex;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}

.data-details i[b-ieacuxa3jy] {
  color: #65ff65;
  margin-right: 0.25rem;
}

.booking-actions[b-ieacuxa3jy] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.divider[b-ieacuxa3jy] {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0;
}

.divider[b-ieacuxa3jy]::before,
.divider[b-ieacuxa3jy]::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.divider span[b-ieacuxa3jy] {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  font-weight: 500;
}

.new-data-section[b-ieacuxa3jy] {
  margin-bottom: 1rem;
}

.new-data-section[b-ieacuxa3jy]  a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  padding: 1rem 1.5rem;
  background: rgba(53, 108, 55, 0.1);
  border: 2px dashed rgba(101, 255, 101, 0.4);
  border-radius: 12px;
  color: #65ff65;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.new-data-section[b-ieacuxa3jy]  a:hover {
  background: rgba(53, 108, 55, 0.2);
  border-color: #65ff65;
  color: #ffffff;
  transform: translateY(-2px);
}

.new-data-section[b-ieacuxa3jy]  a i {
  font-size: 1.125rem;
}

.mt-4[b-ieacuxa3jy] {
  margin-top: 1.5rem;
}

@media (max-width: 600px) {
  .step-indicator[b-ieacuxa3jy] {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .step[b-ieacuxa3jy] {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
  }

  .data-details[b-ieacuxa3jy] {
    flex-direction: column;
    gap: 0.25rem;
  }

  .registration-data-item[b-ieacuxa3jy] {
    padding: 0.875rem 1rem;
  }

  .booking-content[b-ieacuxa3jy] {
    padding: 28px 20px;
  }
}
/* /Views/Booking/CreateStep2.cshtml.rz.scp.css */
.booking-container[b-k07jfi88ma] {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

.booking-card[b-k07jfi88ma] {
  background: #1d1d1d;
  border-radius: 24px;
  width: 100%;
  max-width: 700px;
  position: relative;
  overflow: hidden;
}

.booking-card-glow[b-k07jfi88ma] {
  position: absolute;
  top: -100%;
  left: -50%;
  width: 200%;
  height: 300%;
  background: radial-gradient(
    ellipse at 50% 20%,
    rgba(101, 255, 101, 0.1) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.booking-content[b-k07jfi88ma] {
  position: relative;
  z-index: 1;
  padding: 40px;
}

.booking-header[b-k07jfi88ma] {
  text-align: center;
  margin-bottom: 32px;
}

.service-badge[b-k07jfi88ma] {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #356c37 0%, #2d5a2f 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.75rem;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(53, 108, 55, 0.3);
}

.booking-title[b-k07jfi88ma] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.booking-service-name[b-k07jfi88ma] {
  font-size: 1.125rem;
  font-weight: 600;
  color: #65ff65;
  margin-bottom: 4px;
}

.booking-service-price[b-k07jfi88ma] {
  font-size: 1.125rem;
  color: #65ff65;
  margin-top: 0.5rem;
}

.booking-service-price strong[b-k07jfi88ma] {
  font-weight: 700;
}

.step-indicator[b-k07jfi88ma] {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.step[b-k07jfi88ma] {
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.step.active[b-k07jfi88ma] {
  color: #ffffff;
  background: linear-gradient(135deg, #356c37 0%, #2d5a2f 100%);
  box-shadow: 0 4px 12px rgba(53, 108, 55, 0.3);
}

.step.completed[b-k07jfi88ma] {
  color: #65ff65;
  background: rgba(101, 255, 101, 0.1);
}

.registration-form[b-k07jfi88ma] {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.form-row[b-k07jfi88ma] {
  display: flex;
  gap: 1rem;
}

.form-row .form-group[b-k07jfi88ma] {
  flex: 1;
}

.form-group-small[b-k07jfi88ma] {
  flex: 0 0 130px !important;
}

.form-group[b-k07jfi88ma] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-label-dark[b-k07jfi88ma] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #e5e7eb;
}

.form-label-dark i[b-k07jfi88ma] {
  color: #65ff65;
  font-size: 1rem;
}

.input-wrapper[b-k07jfi88ma]  input,
.input-wrapper[b-k07jfi88ma]  select,
.input-wrapper[b-k07jfi88ma]  textarea {
  background-color: #2a2a2a;
  border: 1px solid #3d3d3d;
  border-radius: 12px;
  padding: 14px 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}

.input-wrapper[b-k07jfi88ma]  input::placeholder,
.input-wrapper[b-k07jfi88ma]  textarea::placeholder {
  color: #888;
}

.input-wrapper[b-k07jfi88ma]  input:focus,
.input-wrapper[b-k07jfi88ma]  select:focus,
.input-wrapper[b-k07jfi88ma]  textarea:focus {
  outline: none;
  border-color: #65ff65;
  background-color: #333;
  box-shadow: 0 0 0 3px rgba(101, 255, 101, 0.15);
}

.input-wrapper[b-k07jfi88ma]  select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2365ff65' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px;
  padding-right: 2.5rem;
  cursor: pointer;
}

.input-wrapper[b-k07jfi88ma]  select option {
  background: #2a2a2a;
  color: #ffffff;
}

.input-wrapper[b-k07jfi88ma]  input[type="date"] {
  color-scheme: dark;
}

.validation-wrapper[b-k07jfi88ma]  span {
  font-size: 0.875rem;
  color: #ef4444;
  display: block;
}

.booking-actions[b-k07jfi88ma] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 0.5rem;
}

@media (max-width: 600px) {
  .step-indicator[b-k07jfi88ma] {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .step[b-k07jfi88ma] {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
  }

  .form-row[b-k07jfi88ma] {
    flex-direction: column;
  }

  .form-group-small[b-k07jfi88ma] {
    flex: 1 !important;
  }

  .booking-content[b-k07jfi88ma] {
    padding: 28px 20px;
  }
}
/* /Views/Booking/CreateStep3.cshtml.rz.scp.css */
.booking-container[b-z7ttab06z5] {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

.booking-card[b-z7ttab06z5] {
  background: #1d1d1d;
  border-radius: 24px;
  width: 100%;
  max-width: 700px;
  position: relative;
  overflow: hidden;
}

.booking-card-glow[b-z7ttab06z5] {
  position: absolute;
  top: -100%;
  left: -50%;
  width: 200%;
  height: 300%;
  background: radial-gradient(
    ellipse at 50% 20%,
    rgba(101, 255, 101, 0.1) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.booking-content[b-z7ttab06z5] {
  position: relative;
  z-index: 1;
  padding: 40px;
}

.booking-header[b-z7ttab06z5] {
  text-align: center;
  margin-bottom: 32px;
}

.service-badge[b-z7ttab06z5] {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #356c37 0%, #2d5a2f 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.75rem;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(53, 108, 55, 0.3);
}

.booking-title[b-z7ttab06z5] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.booking-service-name[b-z7ttab06z5] {
  font-size: 1.125rem;
  font-weight: 600;
  color: #65ff65;
  margin-bottom: 4px;
}

.booking-service-price[b-z7ttab06z5] {
  font-size: 1.125rem;
  color: #65ff65;
  margin-top: 0.5rem;
}

.booking-service-price strong[b-z7ttab06z5] {
  font-weight: 700;
}

.step-indicator[b-z7ttab06z5] {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.step[b-z7ttab06z5] {
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.step.active[b-z7ttab06z5] {
  color: #ffffff;
  background: linear-gradient(135deg, #356c37 0%, #2d5a2f 100%);
  box-shadow: 0 4px 12px rgba(53, 108, 55, 0.3);
}

.step.completed[b-z7ttab06z5] {
  color: #65ff65;
  background: rgba(101, 255, 101, 0.1);
}

.section-title[b-z7ttab06z5] {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
}

.confirmation-details[b-z7ttab06z5] {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.detail-item[b-z7ttab06z5] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

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

.detail-item:first-of-type[b-z7ttab06z5] {
  padding-top: 0;
}

.detail-item i[b-z7ttab06z5] {
  color: #65ff65;
  font-size: 1.125rem;
  width: 24px;
  flex-shrink: 0;
}

.detail-label[b-z7ttab06z5] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9375rem;
  min-width: 140px;
}

.detail-value[b-z7ttab06z5] {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9375rem;
}

.booking-info[b-z7ttab06z5] {
  background: rgba(101, 255, 101, 0.05);
  border: 1px solid rgba(101, 255, 101, 0.2);
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
}

.info-item[b-z7ttab06z5] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
}

.info-item i[b-z7ttab06z5] {
  color: #65ff65;
  font-size: 1.125rem;
}

.booking-form[b-z7ttab06z5] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group[b-z7ttab06z5] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-label-dark[b-z7ttab06z5] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #e5e7eb;
}

.form-label-dark i[b-z7ttab06z5] {
  color: #65ff65;
  font-size: 1rem;
}

.input-wrapper[b-z7ttab06z5]  textarea {
  background-color: #2a2a2a;
  border: 1px solid #3d3d3d;
  border-radius: 12px;
  padding: 14px 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.2s ease;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}

.input-wrapper[b-z7ttab06z5]  textarea::placeholder {
  color: #888;
}

.input-wrapper[b-z7ttab06z5]  textarea:focus {
  outline: none;
  border-color: #65ff65;
  background-color: #333;
  box-shadow: 0 0 0 3px rgba(101, 255, 101, 0.15);
}

.input-wrapper[b-z7ttab06z5]  select {
  appearance: none;
  background-color: #2a2a2a;
  border: 1px solid #3d3d3d;
  border-radius: 12px;
  padding: 14px 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.2s ease;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2365ff65' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
}

.input-wrapper[b-z7ttab06z5]  select:focus {
  outline: none;
  border-color: #65ff65;
  background-color: #333;
  box-shadow: 0 0 0 3px rgba(101, 255, 101, 0.15);
}

.validation-wrapper[b-z7ttab06z5]  span {
  font-size: 0.875rem;
  color: #ef4444;
  display: block;
}

.booking-actions[b-z7ttab06z5] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 600px) {
  .step-indicator[b-z7ttab06z5] {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .step[b-z7ttab06z5] {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
  }

  .detail-item[b-z7ttab06z5] {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .detail-label[b-z7ttab06z5] {
    min-width: 100%;
    margin-bottom: 0;
  }

  .detail-value[b-z7ttab06z5] {
    padding-left: calc(24px + 0.75rem);
  }

  .confirmation-details[b-z7ttab06z5] {
    padding: 1.25rem;
  }

  .booking-content[b-z7ttab06z5] {
    padding: 28px 20px;
  }
}
/* /Views/Booking/Details.cshtml.rz.scp.css */
.details-container[b-c6t17xpxoo] {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.details-card[b-c6t17xpxoo] {
  position: relative;
  width: 100%;
  max-width: 640px;
  background: #1d1d1d;
  border-radius: 24px;
  overflow: hidden;
}

.details-card-glow[b-c6t17xpxoo] {
  position: absolute;
  top: -50%;
  right: -30%;
  width: 80%;
  height: 150%;
  background: radial-gradient(
    ellipse,
    rgba(101, 255, 101, 0.06) 0%,
    transparent 60%
  );
  pointer-events: none;
}

.details-content[b-c6t17xpxoo] {
  position: relative;
  padding: 32px;
}

.details-header[b-c6t17xpxoo] {
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-top[b-c6t17xpxoo] {
  margin-bottom: 16px;
}

.booking-status[b-c6t17xpxoo] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 24px;
  font-size: 0.875rem;
  font-weight: 600;
}

.status-progress[b-c6t17xpxoo] {
  background: rgba(245, 158, 11, 0.15);
  color: #fbbf24;
}

.status-completed[b-c6t17xpxoo] {
  background: rgba(107, 114, 128, 0.15);
  color: #9ca3af;
}

.status-cancelled[b-c6t17xpxoo] {
  background: rgba(239, 68, 68, 0.15);
  color: #f87171;
}

.details-title[b-c6t17xpxoo] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.details-price[b-c6t17xpxoo] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #65ff65;
  margin: 0;
}

.details-section[b-c6t17xpxoo] {
  margin-bottom: 24px;
}

.section-title[b-c6t17xpxoo] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 16px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.section-title i[b-c6t17xpxoo] {
  color: #65ff65;
  font-size: 1rem;
}

.details-grid[b-c6t17xpxoo] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.detail-item[b-c6t17xpxoo] {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 14px 16px;
}

.detail-item.detail-full[b-c6t17xpxoo] {
  grid-column: 1 / -1;
}

.detail-label[b-c6t17xpxoo] {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.detail-value[b-c6t17xpxoo] {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #ffffff;
}

.detail-value.detail-highlight[b-c6t17xpxoo] {
  color: #65ff65;
  font-weight: 600;
}

.details-actions[b-c6t17xpxoo] {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.btn-cancel[b-c6t17xpxoo] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  background: transparent;
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 38px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #f87171;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-cancel:hover[b-c6t17xpxoo] {
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.5);
}

.details-actions[b-c6t17xpxoo]  .back-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 38px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.details-actions[b-c6t17xpxoo]  .back-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 640px) {
  .details-content[b-c6t17xpxoo] {
    padding: 24px 20px;
  }

  .details-grid[b-c6t17xpxoo] {
    grid-template-columns: 1fr;
  }

  .details-actions[b-c6t17xpxoo] {
    flex-direction: column;
  }

  .btn-cancel[b-c6t17xpxoo] {
    width: 100%;
    justify-content: center;
  }

  .details-actions[b-c6t17xpxoo]  .back-button {
    width: 100%;
    justify-content: center;
  }
}
/* /Views/Booking/MyBookings.cshtml.rz.scp.css */
.my-bookings-header[b-l09vk4ezwf] {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 32px;
  background: linear-gradient(135deg, #1d1d1d 0%, #2a2a2a 100%);
  border-radius: 20px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.my-bookings-header[b-l09vk4ezwf]::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(
    ellipse,
    rgba(101, 255, 101, 0.08) 0%,
    transparent 60%
  );
  pointer-events: none;
}

.my-bookings-header .header-icon[b-l09vk4ezwf] {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #356c37 0%, #2d5a2f 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #ffffff;
  flex-shrink: 0;
}

.my-bookings-header .header-content[b-l09vk4ezwf] {
  position: relative;
  z-index: 1;
}

.my-bookings-header h1[b-l09vk4ezwf] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 4px 0;
}

.my-bookings-header p[b-l09vk4ezwf] {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.bookings-list[b-l09vk4ezwf] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.booking-row[b-l09vk4ezwf] {
  background: #1d1d1d;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

.booking-row[b-l09vk4ezwf]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: #f59e0b;
}

.booking-row:hover[b-l09vk4ezwf] {
  transform: translateX(4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.booking-row-completed[b-l09vk4ezwf]::before {
  background: #6b7280;
}

.booking-row-cancelled[b-l09vk4ezwf]::before {
  background: #ef4444;
}

.booking-row-active[b-l09vk4ezwf]::before {
  background: #f59e0b;
}

.booking-row-link[b-l09vk4ezwf] {
  display: block;
  text-decoration: none;
  color: inherit;
}

.booking-row-main[b-l09vk4ezwf] {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  gap: 16px;
}

.booking-row-status[b-l09vk4ezwf] {
  flex-shrink: 0;
}

.booking-status-icon[b-l09vk4ezwf] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  font-size: 1.125rem;
}

.booking-status-icon.status-progress[b-l09vk4ezwf] {
  background: rgba(245, 158, 11, 0.15);
  color: #fbbf24;
}

.booking-status-icon.status-completed[b-l09vk4ezwf] {
  background: rgba(107, 114, 128, 0.15);
  color: #9ca3af;
}

.booking-status-icon.status-cancelled[b-l09vk4ezwf] {
  background: rgba(239, 68, 68, 0.15);
  color: #f87171;
}

.booking-row-info[b-l09vk4ezwf] {
  flex: 1;
  min-width: 0;
}

.booking-row-primary[b-l09vk4ezwf] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 6px;
}

.booking-service-name[b-l09vk4ezwf] {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.booking-price[b-l09vk4ezwf] {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #65ff65;
  white-space: nowrap;
}

.booking-row-secondary[b-l09vk4ezwf] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
}

.booking-row-secondary i[b-l09vk4ezwf] {
  font-size: 0.75rem;
  margin-right: 4px;
}

.booking-person[b-l09vk4ezwf],
.booking-date[b-l09vk4ezwf] {
  display: flex;
  align-items: center;
}

.booking-status-text[b-l09vk4ezwf] {
  font-weight: 600;
}

.text-progress[b-l09vk4ezwf] {
  color: #fbbf24;
}

.text-completed[b-l09vk4ezwf] {
  color: #9ca3af;
}

.text-cancelled[b-l09vk4ezwf] {
  color: #f87171;
}

.booking-row-arrow[b-l09vk4ezwf] {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.25rem;
  transition: all 0.2s ease;
}

.booking-row:hover .booking-row-arrow[b-l09vk4ezwf] {
  color: #65ff65;
  transform: translateX(4px);
}

.booking-row-actions[b-l09vk4ezwf] {
  padding: 12px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: flex-end;
}

.btn-cancel-booking[b-l09vk4ezwf] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: transparent;
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #f87171;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-cancel-booking:hover[b-l09vk4ezwf] {
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.5);
}

.empty-bookings[b-l09vk4ezwf] {
  text-align: center;
  padding: 64px 32px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e2e2;
  margin-bottom: 32px;
}

.empty-bookings .empty-icon[b-l09vk4ezwf] {
  width: 80px;
  height: 80px;
  background: #f8f9fa;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 2.5rem;
  color: #d2d2d2;
}

.empty-bookings h3[b-l09vk4ezwf] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1d1d1d;
  margin-bottom: 8px;
}

.empty-bookings p[b-l09vk4ezwf] {
  font-size: 0.9375rem;
  color: #475467;
  margin-bottom: 24px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.btn-browse[b-l09vk4ezwf] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  background: #1d1d1d;
  color: #ffffff;
  border: none;
  border-radius: 38px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.link-wrapper[b-l09vk4ezwf]  .btn-browse {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  background: #1d1d1d;
  color: #ffffff;
  border: none;
  border-radius: 38px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.link-wrapper[b-l09vk4ezwf]  .btn-browse:hover {
  background: #356c37;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(53, 108, 55, 0.3);
}

.page-actions[b-l09vk4ezwf] {
  display: flex;
  justify-content: center;
}

.btn-new-booking[b-l09vk4ezwf] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  color: #1d1d1d;
  border-radius: 38px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.link-wrapper[b-l09vk4ezwf]  .btn-new-booking {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  color: #1d1d1d;
  border-radius: 38px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.link-wrapper[b-l09vk4ezwf]  .btn-new-booking:hover {
  background: #1d1d1d;
  border-color: #1d1d1d;
  color: #ffffff;
  transform: translateY(-2px);
}

.link-wrapper[b-l09vk4ezwf]  .btn-new-booking i {
  color: #356c37;
  transition: color 0.2s ease;
}

.link-wrapper[b-l09vk4ezwf]  .btn-new-booking:hover i {
  color: #65ff65;
}

@media (max-width: 768px) {
  .my-bookings-header[b-l09vk4ezwf] {
    flex-direction: column;
    text-align: center;
    padding: 24px;
  }

  .booking-row-main[b-l09vk4ezwf] {
    flex-wrap: wrap;
  }

  .booking-row-primary[b-l09vk4ezwf] {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .booking-row-secondary[b-l09vk4ezwf] {
    gap: 8px;
  }

  .booking-row-arrow[b-l09vk4ezwf] {
    display: none;
  }
}
/* /Views/Home/Index.cshtml.rz.scp.css */
.hero-section[b-p361a98yve] {
  text-align: center;
  padding: 64px 24px;
  margin-bottom: 64px;
  background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}

.hero-section[b-p361a98yve]::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -30%;
  width: 60%;
  height: 200%;
  background: radial-gradient(
    ellipse,
    rgba(53, 108, 55, 0.08) 0%,
    transparent 70%
  );
  pointer-events: none;
}

[b-p361a98yve] .hero-logo {
  max-height: 250px;
  width: auto;
  display: block;
  margin: 0 auto 32px;
}

.hero-section h1[b-p361a98yve] {
  font-size: 3rem;
  font-weight: 800;
  color: #1d1d1d;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.hero-content-wrapper[b-p361a98yve] {
  max-width: 1000px;
  margin: 48px auto 0;
}

.hero-info-title[b-p361a98yve] {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.hero-info-subtitle[b-p361a98yve] {
  font-size: 1.125rem;
  color: #475467;
  margin-bottom: 56px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.features-grid[b-p361a98yve] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 48px;
  text-align: left;
}

.feature-card[b-p361a98yve] {
  background: #ffffff;
  padding: 24px;
  border-radius: 20px;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);
  border: 1px solid #eaecf0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.feature-card:hover[b-p361a98yve] {
  transform: translateY(-4px);
  box-shadow:
    0 12px 24px -4px rgba(0, 0, 0, 0.1),
    0 4px 8px -4px rgba(0, 0, 0, 0.04);
  border-color: #356c37;
}

.feature-icon[b-p361a98yve] {
  width: 48px;
  height: 48px;
  background: rgba(53, 108, 55, 0.1);
  color: #356c37;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0;
  box-shadow: none;
}

.feature-content h3[b-p361a98yve] {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0 0 4px;
}

.feature-content p[b-p361a98yve] {
  font-size: 0.9375rem;
  color: #475467;
  margin: 0;
  line-height: 1.5;
}

.info-cta-box[b-p361a98yve] {
  background: linear-gradient(135deg, #356c37 0%, #1e4620 100%);
  padding: 32px;
  border-radius: 20px;
  color: white;
  box-shadow: 0 20px 40px -8px rgba(53, 108, 55, 0.4);
  position: relative;
  overflow: hidden;
  margin-top: 24px;
}

.info-cta-box[b-p361a98yve]::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 60%
  );
  pointer-events: none;
}

.info-cta-text[b-p361a98yve] {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.section-title[b-p361a98yve] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #475467;
  text-align: center;
  margin-bottom: 32px;
}

.services-grid[b-p361a98yve] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}

.service-card[b-p361a98yve] {
  background: #1d1d1d;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.service-card:hover[b-p361a98yve] {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

.card-glow[b-p361a98yve] {
  position: absolute;
  top: -100%;
  left: -50%;
  width: 200%;
  height: 300%;
  background: radial-gradient(
    ellipse at 30% 20%,
    rgba(101, 255, 101, 0.12) 0%,
    transparent 50%
  );
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.service-card:hover .card-glow[b-p361a98yve] {
  opacity: 1.5;
}

.card-content[b-p361a98yve] {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-header-section[b-p361a98yve] {
  padding: 20px 32px 24px;
  text-align: center;
}

.service-image[b-p361a98yve] {
  width: min(200px, 80vw);
  height: min(200px, 80vw);
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  background: #ffffff;
  border: 4px solid rgba(101, 255, 101, 0.3);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
  padding: 4px;
  transition:
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.service-card:hover .service-image[b-p361a98yve] {
  transform: scale(1.08) translateY(-5px);
  border-color: rgba(101, 255, 101, 0.6);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

.service-image[b-p361a98yve]  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.service-name[b-p361a98yve] {
  font-size: clamp(1.125rem, 4vw, 1.375rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.service-description[b-p361a98yve] {
  font-size: clamp(0.875rem, 3vw, 0.9375rem);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin: 0;
}

.service-price[b-p361a98yve] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #4ade80;
  margin-top: 12px;
}

.service-spots[b-p361a98yve] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 8px;
}

.service-spots.low[b-p361a98yve] {
  color: #f87171;
}

.service-spots i[b-p361a98yve] {
  font-size: 1rem;
}

.booked-badge.unavailable[b-p361a98yve] {
  background: rgba(248, 113, 113, 0.1);
  color: #f87171;
  border: 1px solid rgba(168, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .card-header-section[b-p361a98yve] {
    padding: 16px 20px 20px;
  }

  .service-image[b-p361a98yve] {
    width: min(160px, 70vw);
    height: min(160px, 70vw);
    margin-bottom: 16px;
    border-width: 3px;
  }
}

@media (max-width: 480px) {
  .service-image[b-p361a98yve] {
    width: min(140px, 60vw);
    height: min(140px, 60vw);
    margin-bottom: 12px;
    border-width: 2px;
  }

  .card-header-section[b-p361a98yve] {
    padding: 12px 16px 16px;
  }
}

.card-footer-section[b-p361a98yve] {
  padding: 24px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.booked-badge[b-p361a98yve] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  background: rgba(101, 255, 101, 0.15);
  border: 1px solid rgba(101, 255, 101, 0.3);
  border-radius: 12px;
  color: #65ff65;
  font-weight: 600;
  font-size: 0.9375rem;
}

.booked-badge i[b-p361a98yve] {
  font-size: 1.125rem;
}

.link-wrapper[b-p361a98yve]  .btn-service {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  background: linear-gradient(135deg, #356c37 0%, #2d5a2f 100%);
  color: #ffffff;
  border: none;
  border-radius: 38px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(53, 108, 55, 0.3);
}

.link-wrapper[b-p361a98yve]  .btn-service:hover {
  background: linear-gradient(135deg, #3d7d3f 0%, #356c37 100%);
  color: #ffffff;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 25px rgba(53, 108, 55, 0.5);
}

.link-wrapper[b-p361a98yve]  .btn-service i {
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}

.link-wrapper[b-p361a98yve]  .btn-service:hover i {
  transform: translateX(4px);
}

.link-wrapper[b-p361a98yve]  .btn-secondary-service {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.link-wrapper[b-p361a98yve]  .btn-secondary-service:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  box-shadow: none;
}

.link-wrapper[b-p361a98yve]  .btn-secondary-service i {
  color: #65ff65;
}

.empty-state[b-p361a98yve] {
  text-align: center;
  padding: 64px 24px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e2e2;
}

.empty-icon[b-p361a98yve] {
  width: 80px;
  height: 80px;
  background: #f8f9fa;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 2.5rem;
  color: #d2d2d2;
}

.empty-state h3[b-p361a98yve] {
  font-size: 1.25rem;
  color: #1d1d1d;
  margin-bottom: 8px;
}

.empty-state p[b-p361a98yve] {
  color: #475467;
  margin: 0;
}

@media (max-width: 768px) {
  .hero-section[b-p361a98yve] {
    padding: 32px 20px;
    margin-bottom: 32px;
  }

  .hero-section h1[b-p361a98yve] {
    font-size: 1.75rem;
  }

  .services-grid[b-p361a98yve] {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .card-header-section[b-p361a98yve],
  .card-footer-section[b-p361a98yve] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
/* /Views/Home/Privacy.cshtml.rz.scp.css */
.privacy-container[b-0gc6hmk6zg] {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: calc(100vh - 200px);
  padding: 2rem 1rem;
}

.privacy-card[b-0gc6hmk6zg] {
  position: relative;
  background: #1d1d1d;
  border-radius: 20px;
  width: 100%;
  max-width: 700px;
  overflow: hidden;
}

.card-glow[b-0gc6hmk6zg] {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    ellipse at center,
    rgba(101, 255, 101, 0.06) 0%,
    transparent 50%
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.privacy-card:hover .card-glow[b-0gc6hmk6zg] {
  opacity: 1;
}

.privacy-content[b-0gc6hmk6zg] {
  position: relative;
  padding: 2.5rem;
  z-index: 1;
}

.privacy-icon[b-0gc6hmk6zg] {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #356c37, #65ff65);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.privacy-icon i[b-0gc6hmk6zg] {
  font-size: 2rem;
  color: white;
}

.privacy-content h1[b-0gc6hmk6zg] {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
}

.privacy-intro[b-0gc6hmk6zg] {
  color: #9a9a9a;
  text-align: center;
  margin-bottom: 2.5rem;
}

.privacy-section[b-0gc6hmk6zg] {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #2d2d2d;
  border-radius: 12px;
  border: 1px solid #3d3d3d;
}

.privacy-section h2[b-0gc6hmk6zg] {
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.privacy-section h2 i[b-0gc6hmk6zg] {
  color: #65ff65;
}

.privacy-section p[b-0gc6hmk6zg] {
  color: #b0b0b0;
  line-height: 1.7;
  margin: 0;
}

.privacy-section ul[b-0gc6hmk6zg] {
  list-style: none;
  padding: 0;
  margin: 0;
}

.privacy-section ul li[b-0gc6hmk6zg] {
  color: #b0b0b0;
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
}

.privacy-section ul li[b-0gc6hmk6zg]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #65ff65;
  border-radius: 50%;
}

@media (max-width: 576px) {
  .privacy-content[b-0gc6hmk6zg] {
    padding: 1.5rem;
  }

  .privacy-content h1[b-0gc6hmk6zg] {
    font-size: 1.5rem;
  }

  .privacy-section[b-0gc6hmk6zg] {
    padding: 1rem;
  }
}
/* /Views/Shared/Error.cshtml.rz.scp.css */
.error-container[b-9avg7peihn] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 200px);
  padding: 2rem 1rem;
}

.error-card[b-9avg7peihn] {
  position: relative;
  background: #1d1d1d;
  border-radius: 20px;
  width: 100%;
  max-width: 480px;
  overflow: hidden;
}

.card-glow[b-9avg7peihn] {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    ellipse at center,
    rgba(251, 191, 36, 0.08) 0%,
    transparent 50%
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.error-card:hover .card-glow[b-9avg7peihn] {
  opacity: 1;
}

.error-content[b-9avg7peihn] {
  position: relative;
  padding: 3rem 2.5rem;
  z-index: 1;
  text-align: center;
}

.error-icon[b-9avg7peihn] {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #d97706, #fbbf24);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  animation: pulse-warning-b-9avg7peihn 2s ease-in-out infinite;
}

@keyframes pulse-warning-b-9avg7peihn {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(251, 191, 36, 0.4);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(251, 191, 36, 0);
  }
}

.error-icon i[b-9avg7peihn] {
  font-size: 2.5rem;
  color: white;
}

.error-content h1[b-9avg7peihn] {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.error-message[b-9avg7peihn] {
  color: #9a9a9a;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.request-id[b-9avg7peihn] {
  background: #2d2d2d;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.request-id .label[b-9avg7peihn] {
  color: #777;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.request-id code[b-9avg7peihn] {
  color: #fbbf24;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.85rem;
  word-break: break-all;
}

@media (max-width: 576px) {
  .error-content[b-9avg7peihn] {
    padding: 2rem 1.5rem;
  }

  .error-content h1[b-9avg7peihn] {
    font-size: 1.5rem;
  }

  .error-icon[b-9avg7peihn] {
    width: 80px;
    height: 80px;
  }

  .error-icon i[b-9avg7peihn] {
    font-size: 2rem;
  }
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
nav.navbar[b-ac73dna99q] {
  background: linear-gradient(
    135deg,
    #1d1d1d 0%,
    #2d2d2d 50%,
    #1d1d1d 100%
  ) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 0;
  position: relative;
  overflow: visible;
  z-index: 1030;
}

nav.navbar[b-ac73dna99q]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    ellipse 800px 400px at 20% 0%,
    rgba(101, 255, 101, 0.08) 0%,
    transparent 100%
  );
  pointer-events: none;
}

a.navbar-brand[b-ac73dna99q] {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

a.navbar-brand:hover[b-ac73dna99q] {
  color: #65ff65 !important;
  transform: translateY(-1px);
}

a.navbar-brand i[b-ac73dna99q] {
  font-size: 1.5rem;
  color: #65ff65;
}

.navbar .nav-link[b-ac73dna99q] {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.85) !important;
  padding: 8px 16px;
  border-radius: 20px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.navbar .nav-link:hover[b-ac73dna99q] {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1);
}

.navbar .nav-link.active[b-ac73dna99q] {
  color: #65ff65 !important;
  background: rgba(101, 255, 101, 0.1);
}

.navbar .nav-link i[b-ac73dna99q] {
  font-size: 1rem;
}

.navbar .dropdown-toggle[b-ac73dna99q]::after {
  margin-left: 6px;
  vertical-align: middle;
}

.navbar .dropdown-menu[b-ac73dna99q] {
  background: #1d1d1d;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 8px;
  margin-top: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  z-index: 1050;
}

.navbar[b-ac73dna99q]  .dropdown-item {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
  padding: 10px 14px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.15s ease;
}

.navbar[b-ac73dna99q]  .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.navbar[b-ac73dna99q]  .dropdown-item i {
  font-size: 1rem;
  opacity: 0.7;
}

.navbar .dropdown-divider[b-ac73dna99q] {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 6px 0;
}

.navbar-toggler[b-ac73dna99q] {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 12px;
}

.navbar-toggler:focus[b-ac73dna99q] {
  box-shadow: 0 0 0 3px rgba(101, 255, 101, 0.25);
}

.navbar-toggler-icon[b-ac73dna99q] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar .nav-link.text-light[b-ac73dna99q] {
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: 500;
}

.navbar .nav-link.text-light i[b-ac73dna99q] {
  color: #65ff65;
}

.navbar .btn-link.nav-link[b-ac73dna99q] {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.85) !important;
  padding: 6px 14px;
  border-radius: 20px;
}

.navbar .btn-link.nav-link:hover[b-ac73dna99q] {
  background: rgba(239, 68, 68, 0.2);
  border-color: rgba(239, 68, 68, 0.4);
  color: #ffffff !important;
}

.site-footer[b-ac73dna99q] {
  background: #1d1d1d;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: auto;
}

.site-footer span[b-ac73dna99q],
.site-footer a[b-ac73dna99q] {
  color: #888;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
}

.alert[b-ac73dna99q] {
  border-radius: 12px;
  border: none;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.alert-success[b-ac73dna99q] {
  background: rgba(53, 108, 55, 0.1);
  color: #356c37;
}

.alert-danger[b-ac73dna99q] {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
}

.container.mt-4[b-ac73dna99q] {
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (max-width: 991px) {
  .navbar-collapse[b-ac73dna99q] {
    background: #1d1d1d;
    margin-top: 16px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar .nav-link[b-ac73dna99q] {
    padding: 12px 16px;
  }

  .navbar .dropdown-menu[b-ac73dna99q] {
    background: rgba(255, 255, 255, 0.05);
    border: none;
    margin-top: 0;
    box-shadow: none;
  }
}

[b-ac73dna99q] .nav-logo-img {
  height: 50px !important;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

[b-ac73dna99q] .footer-container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 576px) {
  [b-ac73dna99q] .footer-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  [b-ac73dna99q] .footer-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  [b-ac73dna99q] .footer-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  [b-ac73dna99q] .footer-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  [b-ac73dna99q] .footer-container {
    max-width: 1320px;
  }
}

[b-ac73dna99q] .footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  text-align: center;
}

[b-ac73dna99q] .footer-divider {
  color: #444;
  margin: 0 8px;
}

[b-ac73dna99q] .footer-logo-img {
  height: 40px !important;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

[b-ac73dna99q] .privacy-link {
  transition: color 0.2s ease;
}

[b-ac73dna99q] .privacy-link:hover {
  color: #65ff65;
}

.layout-body[b-ac73dna99q] {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.layout-main-container[b-ac73dna99q] {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.5rem;
  flex-grow: 1;
}

@media (min-width: 576px) {
  .layout-main-container[b-ac73dna99q] {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .layout-main-container[b-ac73dna99q] {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .layout-main-container[b-ac73dna99q] {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .layout-main-container[b-ac73dna99q] {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .layout-main-container[b-ac73dna99q] {
    max-width: 1320px;
  }
}

.layout-content[b-ac73dna99q] {
  padding-bottom: 1rem;
}
