html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* تبسيط كامل - إزالة جميع التنسيقات المعقدة */
.table {
  margin-bottom: 0;
}

.table th,
.table td {
  padding: 8px;
  vertical-align: middle;
}

/* تبسيط الأزرار */
.btn {
  margin: 2px;
}

/* تحسين تباعد أزرار الإجراءات */
.btn-group {
  gap: 2px !important;
}

.btn-group .btn {
  margin: 0 !important;
  border-radius: 0.375rem !important;
}

.btn-group .btn-group {
  margin: 0 !important;
}

/* تبسيط البادجات */
.badge {
    font-size: 12px;
    padding: 6px 10px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.badge i {
    font-size: 11px;
}

/* تبسيط النصوص */
.table td {
  max-width: 200px;
  word-wrap: break-word;
}

/* تبسيط الروابط */
.table a {
  text-decoration: none;
}

/* تبسيط الأيقونات */
.table .fas,
.table .fab {
  margin: 0 2px;
}