/* Boxicons - نسخة محلية باستخدام Emoji */

.bx {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  display: inline-block !important;
  vertical-align: middle !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* الأيقونات الأساسية - حجم مناسب */
.bx-home-circle::before,
.bx-home::before { 
  content: "🏠"; 
  font-size: 0.95em;
}

.bx-mobile-alt::before,
.bx-mobile::before { 
  content: "📱"; 
  font-size: 0.95em;
}

.bx-music::before { 
  content: "🎵"; 
  font-size: 0.95em;
}

.bx-category::before { 
  content: "📂"; 
  font-size: 0.95em;
}

.bx-map::before { 
  content: "🗺️"; 
  font-size: 0.95em;
}

.bx-images::before,
.bx-image::before { 
  content: "🖼️"; 
  font-size: 0.95em;
}

.bx-file::before { 
  content: "📄"; 
  font-size: 0.95em;
}

.bx-microphone::before { 
  content: "🎤"; 
  font-size: 0.95em;
}

.bx-album::before { 
  content: "💿"; 
  font-size: 0.95em;
}

.bx-buildings::before,
.bx-building::before { 
  content: "🏢"; 
  font-size: 0.95em;
}

.bx-bell::before { 
  content: "🔔"; 
  font-size: 0.95em;
}

.bx-group::before,
.bx-users::before { 
  content: "👥"; 
  font-size: 0.95em;
}

.bx-cog::before,
.bx-cogs::before { 
  content: "⚙️"; 
  font-size: 0.95em;
}

.bx-history::before { 
  content: "📜"; 
  font-size: 0.95em;
}

.bx-power-off::before,
.bx-log-out::before { 
  content: "🔌"; 
  font-size: 0.95em;
}

.bx-chevron-left::before { 
  content: "‹"; 
  font-size: 1.2em;
  font-weight: bold;
}

.bx-chevron-right::before { 
  content: "›"; 
  font-size: 1.2em;
  font-weight: bold;
}

.bx-menu::before { 
  content: "☰"; 
  font-size: 1.1em;
}

.bx-list-ul::before { 
  content: "📋"; 
  font-size: 0.95em;
}

.bx-plus-circle::before,
.bx-plus::before { 
  content: "➕"; 
  font-size: 0.95em;
}

.bx-edit::before { 
  content: "✏️"; 
  font-size: 0.95em;
}

.bx-trash::before { 
  content: "🗑️"; 
  font-size: 0.95em;
}

.bx-search::before { 
  content: "🔍"; 
  font-size: 0.95em;
}

.bx-user::before { 
  content: "👤"; 
  font-size: 0.95em;
}

.bx-check::before { 
  content: "✓"; 
  font-size: 1em;
  font-weight: bold;
  color: #28a745;
}

.bx-x::before { 
  content: "✕"; 
  font-size: 1em;
  font-weight: bold;
  color: #dc3545;
}

.bx-time-five::before,
.bx-time::before { 
  content: "🕐"; 
  font-size: 0.95em;
}

/* حجم الأيقونات */
.bx-sm { 
  font-size: 0.9rem !important; 
}

.bx-md { 
  font-size: 1.3rem !important; 
}

.bx-lg { 
  font-size: 1.8rem !important; 
}

/* تأكد من ظهور الأيقونات */
i.bx::before {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
}
