body {
  background-color: #f8f9fa;
  padding-top: 20px;
  padding-bottom: 50px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

.container {
  max-width: 1000px;
}

.card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.card-header {
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  padding: 0.75rem 1rem;
}

.card-title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 0.9rem;
}

.card-body {
  padding: 1rem;
}

/* Yeni action kartları için stiller */
.action-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  flex: 1;
  min-width: 200px;
  max-width: 300px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.action-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.action-header {
  padding: 12px 15px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 0.9rem;
}

.action-header i {
  font-size: 1rem;
}

.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
}

.action-buttons .btn {
  text-align: left;
  font-size: 0.8rem;
  padding: 6px 10px;
  border-radius: 4px;
}

.btn {
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.8rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
}

.result-area {
  padding: 1rem;
  border-radius: 8px;
  background-color: white;
  display: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

#resultArea .alert {
  margin-bottom: 0;
  border-radius: 4px;
}

#logTable th {
  font-weight: 500;
  background-color: #f8f9fa;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#logTable td,
#logTable th {
  font-size: 0.8rem;
  vertical-align: middle;
  padding: 0.5rem;
}

.loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}

.loading-indicator {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.8rem;
  color: #6c757d;
}

.loading-indicator[style*="display: none"] {
  margin-bottom: 0;
}

/* Log tablosu için özel stil */
.table-responsive {
  border-radius: 4px;
  overflow: hidden;
}

.table {
  margin-bottom: 0;
}

.table caption {
  caption-side: top;
  font-size: 0.75rem;
  color: #6c757d;
  padding: 0.5rem 0.75rem;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

/* Badge stilleri */
.badge {
  font-weight: 500;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
}

/* Alert stillerini iyileştir */
.alert {
  border: none;
  border-radius: 4px;
}

/* İstatistik kartları */
.stat-item {
  background-color: #f8f9fa;
  border-radius: 6px;
  padding: 8px 10px;
  height: 100%;
}

.stat-label {
  font-size: 0.75rem;
  color: #6c757d;
  margin-bottom: 2px;
}

.stat-value {
  font-size: 0.95rem;
  font-weight: 500;
}

.alert-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
