
body {
  font-family: 'Cairo', sans-serif;
  background-color: #f9f9f9;
  direction: rtl;
  text-align: right;
}

.card {
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.table th, .table td {
  vertical-align: middle !important;
  text-align: center;
}

.btn, input, select, textarea {
  border-radius: 0.5rem !important;
}

.page-header {
  background-color: #2376d1;
  padding: 20px;
  color: white;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 0 0 10px 10px;
}

.btn-success {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}

.alert {
  border-radius: 0.5rem;
  padding: 12px 16px;
  font-size: 15px;
}
