/* Custom styling for ŻycieBezChemii Mailer Panel */
:root {
  --sidebar-width: 250px;
  --primary-color: #198754;
  --primary-hover: #146c43;
  --dark-bg: #1e293b;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #f8fafc;
  color: #334155;
  min-height: 100vh;
}

#wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#sidebar {
  min-width: var(--sidebar-width);
  max-width: var(--sidebar-width);
  background-color: var(--dark-bg);
  color: #fff;
  transition: all 0.3s;
  min-height: 100vh;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #0f172a;
}

#sidebar ul.components {
  padding: 10px 0;
}

#sidebar ul li a {
  padding: 12px 20px;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cbd5e1;
  text-decoration: none;
  transition: 0.2s;
}

#sidebar ul li a:hover, #sidebar ul li.active > a {
  color: #fff;
  background: #334155;
  border-left: 4px solid var(--primary-color);
}

#content {
  width: 100%;
  padding: 25px;
  min-height: 100vh;
  transition: all 0.3s;
}

.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  margin-bottom: 20px;
}

.card-header {
  background-color: #fff;
  border-bottom: 1px solid #e2e8f0;
  font-weight: 600;
}

.table-responsive {
  max-height: 70vh;
  overflow-y: auto;
}

.table sticky-top {
  position: sticky;
  top: 0;
  z-index: 10;
}

.table th {
  background-color: #f1f5f9;
  color: #475569;
  font-weight: 600;
  border-top: none;
}

.badge-status {
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.8rem;
}

.stat-card {
  border-left: 4px solid var(--primary-color);
}
