@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Noto+Kufi+Arabic:wght@100..900&display=swap');

* {
  font-family: 'Cairo', system-ui, -apple-system, BlinkMacSystemFont;
  direction: rtl;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}

/* Reset بسيط */
body {
  margin: 0;
  font-family: 'Cairo', sans-serif;
  direction: rtl;
  font-weight: 800;
  background: #0b0f1a;
  overflow-x: hidden;
}

/* طبقة خفيفة جدًا */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;

  background:
    radial-gradient(circle at 20% 30%, rgba(0, 123, 255, 0.15), transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(0, 180, 255, 0.12), transparent 50%),
    radial-gradient(circle at 60% 80%, rgba(0, 140, 255, 0.10), transparent 50%);

  animation: moveLayer1 20s ease-in-out infinite alternate;
}

/* Glow خفيف */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;

  background:
    radial-gradient(circle at 30% 40%, rgba(0, 123, 255, 0.18), transparent 60%),
    radial-gradient(circle at 70% 60%, rgba(0, 200, 255, 0.15), transparent 60%);

  filter: blur(100px);
  animation: moveLayer2 30s ease-in-out infinite alternate;
}

/* الحركة */
@keyframes moveLayer1 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(20px, -15px);
  }
}

@keyframes moveLayer2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-20px, 15px);
  }
}

/* =========================
   الحاوية 🔥
========================= */

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;

  min-height: 100vh;
  padding: 20px;
}

/* =========================
   الكرت
========================= */

.login-container .card {
  width: 100%;
  max-width: 400px;

  padding: 30px;

  border-radius: 20px;

  background: rgba(20, 30, 60, 0.9);
  backdrop-filter: blur(15px);

  border: 1px solid rgba(255, 255, 255, 0.08);

  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.6);
}

/* =========================
   العنوان
========================= */

.tetle-longe {
  text-align: center;
}

.img-tetle-longe {
  width: 65px;
  margin-bottom: 10px;
}

.tetle-longe h6 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.login-container h2 {
  color: #ffffff;
  font-weight: bold;
}



/* =========================
   الحقول 🔥
========================= */

.form-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.form-control {
  border-radius: 12px;

  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);

  color: #ffffff !important;
  caret-color: #ffffff;

  font-size: 14px;
  padding: 12px;

  transition: 0.25s;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.form-control:focus {
  border-color: #4da3ff;
  box-shadow: 0 0 8px rgba(77, 163, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

/* =========================
   الرابط
========================= */

.form-check a {
  color: #4da3ff;
  font-size: 13px;
  text-decoration: none;
}

.form-check a:hover {
  text-decoration: underline;
}

/* =========================
   زر تسجيل الدخول 🔥
========================= */

#login-submit {
  border-radius: 12px;
  border: none;

  background: linear-gradient(135deg, #1d6bff, #4da3ff);

  font-weight: bold;
  font-size: 15px;

  padding: 12px;

  transition: 0.3s;
}

#login-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(29, 107, 255, 0.4);
}

/* =========================
   أزرار Google + Telegram 🔥
========================= */

.div-login-google-tetegram {
  margin-top: 10px;

  display: flex;
  flex-direction: column;
  gap: 12px;

  text-align: center;
  color: #ffffff;
}

/* صف الأزرار */
.div-login-google-tetegram-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* الأزرار */
.google-login,
.tetegram {
  width: 100%;
  padding: 11px;

  border-radius: 12px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  background: rgba(255, 255, 255, 0.05);

  color: #ffffff;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;

  cursor: pointer;

  transition: 0.25s;
}

/* Hover */
.google-login:hover,
.tetegram:hover {
  background: rgba(77, 163, 255, 0.15);
  transform: translateY(-2px);
}

/* =========================
   النص الأخير 🔥
========================= */

.div-login-google-tetegram span {
  color: #ffffff;
}

.div-login-google-tetegram a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.div-login-google-tetegram a:hover {
  text-decoration: underline;
}

/* =========================
   الخلفية (Overlay) 🔥
========================= */

.popup {
  position: fixed;
  inset: 0;

  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);

  display: none;

  justify-content: center;
  align-items: center;

  z-index: 9999;
}

/* =========================
   محتوى البوب اب
========================= */

.popup-content {
  width: 90%;
  max-width: 380px;

  padding: 25px;

  border-radius: 18px;

  text-align: center;

  /* تصميم نظيف */
  background: rgba(20, 30, 60, 0.95);
  backdrop-filter: blur(15px);

  border: 1px solid rgba(255, 255, 255, 0.08);

  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.6);

  animation: popupShow 0.3s ease;
}

/* =========================
   العنوان
========================= */

.popup-content h2 {
  color: #ffffff;
  margin-bottom: 10px;
}

/* النص */
.popup-content p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  margin-bottom: 15px;
}

/* =========================
   زر الإغلاق 🔥
========================= */

.close {
  position: absolute;
  top: 12px;
  left: 12px;

  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);

  cursor: pointer;

  transition: 0.2s;
}

.close:hover {
  color: #ffffff;
  transform: scale(1.2);
}

/* =========================
   Animation 🔥
========================= */

@keyframes popupShow {
  from {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* =============
الرصيد
==========*/
/* الشريط */
/* الشريط */
/* =========================
   الهيدر 🔥
========================= */
/* =========================
   الهيدر 🔥 (احترافي + انميشن)
========================= */

.title-cotent {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);

  width: calc(100% - 20px);
  max-width: 600px;

  height: 60px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 15px;

  border-radius: 18px;

  z-index: 2000;

  /* Glass + Glow */
  background: linear-gradient(145deg, rgba(0, 123, 255, 0.25), rgba(0, 198, 255, 0.1));
  backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.15);

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(0, 123, 255, 0.3);

  animation: headerFade 0.6s ease;
}

/* Glow متحرك */
.title-cotent::before {
  content: "";
  position: absolute;
  inset: 0;

  border-radius: 18px;

  background: linear-gradient(120deg, transparent, rgba(0, 123, 255, 0.4), transparent);
  opacity: 0.3;

  animation: glowMove 3s linear infinite;
}

/* =========================
   Notification Cards 🔥
========================= */

.notification {
  width: calc(100% - 30px);
  max-width: 500px;

  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: 9999;

  padding: 16px 18px; 
  
  border-radius: 18px;

  background: linear-gradient(145deg, rgba(20, 30, 60, 0.95), rgba(15, 23, 42, 0.95));
  backdrop-filter: blur(15px);

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.4),
    0 0 15px rgba(0, 123, 255, 0.15);

  animation: popupShow 0.3s ease;
}

/* خلفية داكنة وراء الإشعار */
.notification::before {
  content: "";
  position: fixed;
  inset: 0;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: -1;
}

/* النص */
.notification .notification-text { 
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.205);
  border-radius: 12px;
  margin-bottom: 14px;
  line-height: 1.6;
}

/* الأزرار */
.notification .notification-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}

/* زر موافق */
.notification .btn-ok {
  padding: 9px 20px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(135deg, #1d6bff, #4da3ff);
  transition: 0.3s;
}

.notification .btn-ok:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(29, 107, 255, 0.4);
}

.notification .btn-ok:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

/* زر رفض */
.notification .btn-no {
  padding: 9px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.05);
  transition: 0.3s;
}

.notification .btn-no:hover {
  background: rgba(239, 68, 68, 0.15);
  border-color: rgba(239, 68, 68, 0.4);
  color: #ff6b6b;
  transform: translateY(-2px);
}

.notification .btn-no:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

/* زر الرابط */
.notification .btn-link {
  padding: 9px 20px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: bold;
  color: #4da3ff;
  background: rgba(77, 163, 255, 0.1);
  border: 1px solid rgba(77, 163, 255, 0.3);
  text-decoration: none;
  transition: 0.3s;
}

.notification .btn-link:hover {
  background: rgba(77, 163, 255, 0.2);
  transform: translateY(-2px);
}

.notifications-box {
  position: relative;
}
/* زر الاشعارات */
.notifications-btn {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 14px;
  background: rgba(81, 192, 243, 0.315);
  color: #4dafff;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

/* العدد */
.notifications-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #22cffa;
  color: white;
  min-width: 20px;
  height: 20px;
  border-radius: 50px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}

.notifications-menu {
  position: absolute;
  top: 60px;
  left: -330px;

  width: 380px;
  color: #fff;

  background: rgba(24, 93, 133, 0.89);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.12);

  border-radius: 22px;

  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.25);

  overflow: hidden;
  display: none;
  z-index: 9999;
}

/* عند الفتح */
.notifications-box.active .notifications-menu {
  display: block;
}

/* الهيدر */
.notifications-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  color: #fff;
  border-bottom: 1px solid #eee;
}

.notifications-title {
  font-size: 28px;
  font-weight: bold;

}

.notifications-icons {
  display: flex;
  gap: 15px;
  font-size: 18px;
}

/* التبويبات */
.notifications-tabs {
  display: flex;
  gap: 10px;
  padding: 15px;
}

.tab {
  flex: 1;
  border: none;
  background: #20426e;
  height: 42px;
  color: #fff;
  border-radius: 12px;
  cursor: pointer;
  font-weight: bold;
}

.tab.active {
  background: rgb(43, 98, 170);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

/* القائمة */
.notifications-list {
  max-height: 400px;
  overflow-y: auto;
}

/* البطاقة */
.notification-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 18px;
  background: #1e5d86;
  border-radius: 10px;
  margin-bottom: 5px;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 1px solid #f0e0e0;
}

/* النقطة */
.notification-dot {
  width: 9px;
  height: 9px;
  background: #ff6b6b;
  border-radius: 50%;
  margin-top: 10px;
}

/* المحتوى */
.notification-content {
  flex: 1;
}

.notification-content h4 {
  margin: 0;
  font-size: 16px;
}

.notification-content p {
  margin: 7px 0;

  font-size: 14px;
}

.notification-content span {
  font-size: 12px;
  color: #999;
}

/* زر المعلومات */
.notification-info {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: #e3fcff;
  color: #0f89da;
  cursor: pointer;
}

/* زر عرض الكل */
.show-all-btn {
  width: calc(100% - 20px);
  margin: 10px;
  height: 48px;
  border-radius: 14px;
  border: 2px dashed #ddd;
  background: white;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
}

/* =========================
   الصورة
========================= */

.img-money {
  width: 42px;
  height: 42px;

  border-radius: 50%;

  border: 2px solid rgba(255, 255, 255, 0.3);

  object-fit: cover;

  transition: 0.3s;
}

/* Hover */
.img-money:hover {
  transform: scale(1.1) rotate(5deg);
}

/* =========================
   الرصيد 🔥
========================= */

.Money {
  padding: 6px 14px;

  border-radius: 20px;

  font-size: 14px;
  font-weight: bold;

  color: #ffffff;

  display: flex;
  align-items: center;
  gap: 6px;

  background: rgba(0, 0, 0, 0.3);

  border: 1px solid rgba(255, 255, 255, 0.2);

  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.1);

  transition: 0.3s;
}

/* Hover */
.Money:hover {
  transform: scale(1.05);
  background: rgba(0, 123, 255, 0.3);
}

/* =========================
   Animation 🔥
========================= */

@keyframes headerFade {
  from {
    opacity: 0;
    transform: translate(-50%, -10px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes glowMove {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

/* =========================
   المسافة تحت الهيدر
========================= */

body {
  padding-top: 90px;
}

/* 💻 كمبيوتر */
@media (min-width: 768px) {
  .title-cotent {
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 900px;
  }
}

a {
  text-decoration: none;
}

/* =========================
   الكاروسيل كامل 🔥
========================= */

.hero-carousel {
  margin: 15px;

  border-radius: 16px;
  overflow: hidden;

  background: #111827;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* الصور */
.carousel-inner img {
  height: 180px;
  object-fit: cover;

  transition: 0.4s ease;
}

/* حركة خفيفة */
.carousel-item.active img {
  transform: scale(1.03);
}

/* =========================
   Indicators 🔥
========================= */

.carousel-indicators {
  bottom: 10px;
}

.carousel-indicators button {
  width: 6px;
  height: 6px;

  border-radius: 50%;
  border: none;

  background: rgba(255, 255, 255, 0.5);

  transition: 0.2s;
}

.carousel-indicators .active {
  width: 18px;
  border-radius: 10px;

  background: #ffffff;
}

/* =========================
   أزرار التنقل 🔥
========================= */

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;

  top: 50%;
  transform: translateY(-50%);

  border-radius: 50%;

  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);

  border: 1px solid rgba(255, 255, 255, 0.1);

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0.8;

  transition: 0.25s;
}

/* Hover */
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.08);
  opacity: 1;
}

/* الأيقونات */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 14px;
  height: 14px;

  filter: invert(1);
}

/* توزيع مناسب RTL */
.carousel-control-prev {
  right: 10px;
  left: auto;
}

.carousel-control-next {
  left: 10px;
  right: auto;
}

/* المحتوى العام */
.content {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.category-list {
  display: flex;
  gap: 15px;
  padding: 10px;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.animation-container {
  display: flex;
  gap: 15px;
  padding: 10px;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.animation-item {
  display: inline-block;
  text-align: center;
  width: 130px;
  height: 150px;

  background: linear-gradient(135deg, #6395f1, #337ee0);
  border-radius: 20px;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.1;
  }

  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

/* =======================
   Grid + مربعات احترافية
======================= */

/* الحاوية */
.category-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 15px;
}

/* 💻 كمبيوتر */
@media (min-width: 768px) {
  .category-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* الكرت */
.category-item {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);

  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;

  border: 1px solid rgba(255, 255, 255, 0.1);

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);

  transition: 0.35s;
  position: relative;

  /* أنميشن */
  opacity: 0;
  transform: translateY(40px) scale(0.9);
  animation: cardShow 0.6s ease forwards;
}

/* أنميشن */
@keyframes cardShow {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* delay */
.category-item:nth-child(1) {
  animation-delay: 0.1s;
}

.category-item:nth-child(2) {
  animation-delay: 0.2s;
}

.category-item:nth-child(3) {
  animation-delay: 0.3s;
}

.category-item:nth-child(4) {
  animation-delay: 0.4s;
}

.category-item:nth-child(5) {
  animation-delay: 0.5s;
}

.category-item:nth-child(6) {
  animation-delay: 0.6s;
}

/* الصورة */
.category-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;

  transition: 0.4s;
}

/* النص */
.category-name {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  color: #ffffff;
}

/* Hover */
.category-item:hover {
  transform: translateY(-8px) scale(1.03);

  box-shadow:
    0 15px 40px rgba(0, 123, 255, 0.3),
    inset 0 0 10px rgba(255, 255, 255, 0.05);
}

.category-item:hover img {
  transform: scale(1.08);
}

/* Glow */
.category-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(0, 123, 255, 0.2), transparent);
  opacity: 0;
  transition: 0.4s;
}

.category-item:hover::before {
  opacity: 1;
}

/* span حالة  */
.stopped-section {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #4d8bff;
  color: white;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 12px;
  z-index: 700;
}

.img-tetle-longe {
  width: 250px;
  height: 90px;
  margin-bottom: -1px;
}

.d-block {
  width: 100%;
  height: auto;
}

/* الحاوية */
.div-ui-index {
  width: 100%;
  padding: 0 15px;
  margin: 20px 0;
}

/* القائمة */
.div-ui-index ul {
  display: flex;
  width: 100%;
  gap: 10px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 14px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* العناصر */
.div-ui-index ol {
  flex: 1;
  /* يخليهم ياخذوا عرض كامل */
  text-align: center;
  list-style: none;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  color: #cfe9ff;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

/* Hover */
.div-ui-index ol:hover {
  color: #fff;
  transform: translateY(-2px);
}

/* تأثير الضوء */
.div-ui-index ol::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(0, 123, 255, 0.3), transparent);
  opacity: 0;
  transition: 0.4s;
}

.div-ui-index ol:hover::before {
  opacity: 1;
}

/* النشط */
.div-ui-index .click-ol {
  background: linear-gradient(135deg, #007bff, #00c6ff);
  color: #fff !important;
  box-shadow: 0 5px 20px rgba(0, 123, 255, 0.4);
}

/* غير النشط */
.div-ui-index .click-no {
  background: transparent;
}

/* 💻 تحسين للكمبيوتر */
@media (min-width: 768px) {
  .div-ui-index {
    display: flex;
    justify-content: center;
  }

  .div-ui-index ul {
    width: auto;
    padding: 8px;
    gap: 15px;
  }

  .div-ui-index ol {
    flex: unset;
    padding: 10px 25px;
    min-width: 160px;
  }
}

.category-name {
  padding: 5px;
  font-weight: bold;
  direction: rtl;
  font-size: 20px;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}



.button-null-login {
  background-color: #0d6efd;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
}

/* ==================*/
/* صفحة الشراء  */
/* =========================
   buying-div احترافي 🔥
========================= */

.buying-div {
  width: calc(100% - 40px);
  max-width: 700px;
  margin: 30px auto;

  padding: 20px;

  border-radius: 22px;

  /* Glass Effect */
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.15);

  /* Shadow + Glow */
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 25px rgba(0, 123, 255, 0.2);

  position: relative;
  overflow: hidden;

  transition: 0.4s;
}

/* Glow خفيف */
.buying-div::before {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(circle at top, rgba(0, 123, 255, 0.25), transparent 60%);
  opacity: 0.4;
}

/* Hover */
.buying-div:hover {
  transform: translateY(-6px) scale(1.01);

  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.7),
    0 0 35px rgba(0, 123, 255, 0.4);
}

/* =========================
   الصورة داخل buying
========================= */

.buying-img {
  width: 100%;
  height: 220px;

  object-fit: cover;

  border-radius: 18px;

  margin-bottom: 15px;

  transition: 0.4s;
}

.buying-div:hover .buying-img {
  transform: scale(1.05);
}

/* =========================
   النصوص
========================= */

.buying-info h3 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 8px;
}

.buying-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
}

/* ديف خاص بشراء */
/* =========================
   نافذة اكمال الشراء
========================= */

/* =========================
   Overlay (خلفية) 🔥
========================= */

#overlay {
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.55);
}

/* ديف عرض بيانات للاعب */
.player-info {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 20px;
  color: #ffffff;
  display: none;
}

.player-info h4 {
  text-align: center;
}

/* =========================
   alert-primary2 🔥
========================= */

.alert-primary2 {
  position: fixed;

  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);

  width: 92%;
  max-width: 380px;

  padding: 20px;

  border-radius: 20px;

  background: #0f172a;

  border: 1px solid rgba(255, 255, 255, 0.08);

  box-shadow:
    0 25px 70px rgba(0, 0, 0, 0.7);

  z-index: 3001;

  display: none;

  animation: modalSmooth 0.3s ease;
}

/* =========================
   العنوان 🔥
========================= */

.alert-primary2 h2 {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 15px;
}

/* =========================
   الحقول
========================= */

.alert-primary2 .form-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

/* input */
.alert-primary2 .form-control,
.alert-primary2 .Manually {
  width: 100%;
  padding: 11px;

  border-radius: 12px;

  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);

  color: #ffffff;

  outline: none;

  transition: 0.25s;
}

/* focus */
.alert-primary2 input:focus {
  border-color: #4da3ff;
  box-shadow: 0 0 8px rgba(77, 163, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
}

/* النص الصغير */
.alert-primary2 .form-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

/* =========================
   السعر 🔥
========================= */

#price {
  font-weight: bold;
  color: #4da3ff;
}

/* =========================
   زر الشراء 🔥
========================= */

.alert-primary2 .btn-primary {
  border-radius: 12px;
  border: none;

  padding: 12px;

  font-size: 14px;
  font-weight: bold;

  background: linear-gradient(135deg, #1d6bff, #4da3ff);

  transition: 0.3s;
}

.alert-primary2 .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(29, 107, 255, 0.4);
}

/* =========================
   Animation 🔥
========================= */

@keyframes modalSmooth {
  from {
    opacity: 0;
    transform: translate(-50%, -40%) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

/* حاويه عناصر عناصر شراء */
/* =========================
   الصندوق الرئيسي (اختار المنتج)
========================= */

.alert-primary {
  width: calc(100% - 40px);
  max-width: 650px;

  margin: 60px auto;
  /* مسافة من فوق وتحت */

  padding: 25px;

  border-radius: 25px;

  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(20px);

  border: 1px solid rgba(255, 255, 255, 0.15);

  box-shadow:
    0 25px 70px rgba(0, 0, 0, 0.45),
    inset 0 0 20px rgba(255, 255, 255, 0.05);

  position: relative;
  overflow: hidden;

  animation: floatBox 0.7s cubic-bezier(.22, 1.2, .36, 1);
}

/* Glow خفيف */
.alert-primary::before {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(circle at top, rgba(0, 123, 255, 0.2), transparent 60%);
  opacity: 0.5;
}

/* العنوان */
.alert-primary h2 {
  text-align: center;
  color: #fff;
  font-size: 20px;

  margin-bottom: 25px;
}

/* =========================
   المنتجات Grid
========================= */

.package-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;

  padding: 10px;
  /* مسافة داخلية */
}

/* كمبيوتر */
@media (min-width: 768px) {
  .package-card {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* =========================
   container
========================= */

.package-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

/* =========================
   الكرت 🔥
========================= */

.buying-div-alert {
  width: 130px;

  padding: 12px;

  border-radius: 16px;
  background: linear-gradient(145deg, #1e293b8e, #0f172a5e);

  border: 1px solid #112442;

  text-align: center;

  cursor: pointer;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;

  transition: 0.25s;

  /* animation دخول */
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  animation: fadeUp 0.4s ease forwards;
}

/* الصورة */
.buying-div-alert img {
  width: 55px;
  height: 55px;

  object-fit: cover;
  border-radius: 10px;

  transition: 0.3s;
}

/* الاسم */
.buying-div-alert {
  font-size: 6px;
  font-weight: 600;
  margin: 0;
}

.name-buying {
  font-size: 15px;
  color: #fff;
}

/* السعر */
.monay-buying,
.monay-buying-price {
  font-weight: bold;
  font-size: 10px;
  color: #205cdb;
}

.old-price {
  text-decoration: line-through;
  color: #e21313;
  font-size: 13px;
  margin-right: 5px;
}

.monay-buying-price {
  font-size: 16px;
}

/* 
.monay-buying{
    color: red;
} */
/* =========================
   الصورة 🔥
========================= */

.buying-div-alert img {
  width: 100%;
  height: 90px;

  object-fit: cover;

  border-radius: 12px;

  margin-bottom: 5px;
}

/* =========================
   Hover 🔥
========================= */

.buying-div-alert:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* تكبير الصورة عند hover */
.buying-div-alert:hover img {
  transform: scale(1.08);
}

/* =========================
   العنصر خصم 🔥
========================= */
.discount_container {
  position: absolute;
  top: -10px;
  right: -10px;

  background: #234af8;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 12px;

  /* transform: rotate(17deg); */

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


/* =========================
   Animations 🔥
========================= */

/* دخول */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* اختيار */
@keyframes selectedPulse {
  0% {
    transform: scale(0.95);
  }

  60% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

/* الطلبات */
#demand {
  margin-bottom: 10px;
  font-weight: 600;
}

/* جدول */
.table-div {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
  overflow: auto;
}


/* حالات الطلب (تستعملها من JS لو حبيت) */
.status-pending {
  color: #f59e0b;
  font-weight: bold;
}

.status-success {
  color: #22c55e;
  font-weight: bold;
}

.status-failed {
  color: #ef4444;
  font-weight: bold;

}


.centent {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 10px;
  padding: 0px;
  text-align: center;
  transition: 0.5s;

}

.boxs {
  background: linear-gradient(135deg, #6395f1, #165bb6);
  color: #fff;
  transition: 0.5s;
}

.custom-card {
  width: 10rem;
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.img-box {
  position: relative;
  overflow: hidden;
}

.img-box img {
  transition: transform 0.4s ease;
}

.view-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 22px;
  border: none;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 8px;
  opacity: 0;
  cursor: pointer;
  transition: 0.4s ease;
  backdrop-filter: blur(4px);
}

.img-box:hover img {
  transform: scale(1.1);
}

.img-box:hover .view-btn {
  opacity: 1;
}

.view-btn:hover {
  background: #0d6efd;
  transform: translate(-50%, -50%) scale(1.05);
}

.bottom-nav1 {
  display: none;
}

.bottom-nav {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);

  width: 95%;
  max-width: 500px;
  height: 75px;

  display: flex;
  justify-content: space-around;
  align-items: center;

  /* خلفية أقوى */
  background: linear-gradient(135deg, rgba(20, 40, 80, 0.9), rgba(0, 123, 255, 0.7));
  backdrop-filter: blur(15px);

  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.15);

  box-shadow:
    0 10px 30px rgba(0, 123, 255, 0.3),
    inset 0 0 15px rgba(255, 255, 255, 0.1);

  z-index: 1000;
  animation: navSlideUp 0.7s cubic-bezier(.22, 1.2, .36, 1) forwards;
}

@keyframes navSlideUp {
  0% {
    opacity: 0;
    transform: translate(-50%, 80px) scale(0.85);
    filter: blur(10px);
  }

  60% {
    opacity: 1;
    transform: translate(-50%, -5px) scale(1.03);
    filter: blur(2px);
  }

  80% {
    transform: translate(-50%, 3px) scale(0.98);
  }

  100% {
    transform: translate(-50%, 0) scale(1);
    filter: blur(0);
  }
}

/* العناصر */
.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;

  transition: all 0.3s ease;
}

/* الايقونات */
.nav-item i {
  font-size: 20px;
  margin-bottom: 4px;
  transition: 0.3s;
}

/* Hover */
.nav-item:hover {
  color: #ffffff;
  transform: translateY(-4px);
}

/* Active */
.nav-item.active {
  color: #fff;
  font-weight: bold;
}

.nav-item.active i {
  transform: translateY(-6px) scale(1.2);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

/* الزر الأوسط */
.cart-btn {
  width: 60px;
  height: 60px;

  background: linear-gradient(135deg, #007bff, #00c6ff);
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  font-size: 24px;

  box-shadow:
    0 8px 20px rgba(0, 123, 255, 0.5),
    0 0 15px rgba(0, 198, 255, 0.6);

  transform: translateY(-20px);
  transition: 0.3s;
}

/* Hover زر الوسط */
.cart-btn:hover {
  transform: translateY(-25px) scale(1.1);
  box-shadow:
    0 12px 30px rgba(0, 123, 255, 0.7),
    0 0 25px rgba(0, 198, 255, 0.9);
}

/* ==============
= صفحة الطلبات 
=================
*/
/*  احصيات طلبات  */
/* =========================
   احصائيات الطلبات كامل 🔥
========================= */

.total-requests-container {
  width: calc(100% - 40px);
  max-width: 700px;

  margin: 30px auto;
  padding: 20px;

  border-radius: 20px;

  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(20px);

  border: 1px solid rgba(255, 255, 255, 0.15);

  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 25px rgba(0, 123, 255, 0.2);

  text-align: center;
}

/* العنوان */
.total-requests-container h2 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 15px;
}

/* الحاوية الداخلية */
.total-requests-content {
  display: flex;
  justify-content: space-between;
  align-items: center;

  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;

  padding: 10px;
}

/* العناصر */
.total-requests,
.requests-cocomplete,
.requests-canceled {
  flex: 1;
  text-align: center;

  padding: 10px;

  border-radius: 10px;

  transition: 0.3s;
}

/* الفواصل */
.total-requests:not(:last-child),
.requests-cocomplete:not(:last-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

/* النصوص */
.total-requests h5,
.requests-cocomplete h5,
.requests-canceled h5 {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 5px;
}

/* الأرقام */
.total-requests span {
  color: #ffd54f;
  font-size: 18px;
  font-weight: bold;
}

.requests-cocomplete span {
  color: #00ff88;
  font-size: 18px;
  font-weight: bold;
}

.requests-canceled span {
  color: #ff6b6b;
  font-size: 18px;
  font-weight: bold;
}

/* Hover */
.total-requests:hover,
.requests-cocomplete:hover,
.requests-canceled:hover {
  background: rgba(0, 123, 255, 0.1);
  transform: scale(1.05);
}



.requests-content {
  margin: 10px;
  text-align: center;
}

.requests-content h1 {
  color: #ffffff;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(15px);

  border: 1px solid rgba(255, 255, 255, 0.15);

  /* ظل */
  box-shadow:
    0 15px 40px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(0, 123, 255, 0.15);
  border-radius: 10px;
  padding: 10px;
  margin-right: 15px;
  margin-left: 15px;
}

.head-requests {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* =========================
   كروت الطلبات 🔥
========================= */

.coentent-Request {
  width: calc(100% - 30px);
  max-width: 700px;

  margin: 15px auto;
  padding: 15px;

  border-radius: 20px;

  /* Glass */
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(15px);

  border: 1px solid rgba(255, 255, 255, 0.15);

  /* ظل */
  box-shadow:
    0 15px 40px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(0, 123, 255, 0.15);

  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "title status"
    "name name"
    "message message";

  gap: 10px;

  transition: 0.3s;
}

/* Hover */
.coentent-Request:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.7),
    0 0 25px rgba(0, 123, 255, 0.3);
}

/* =========================
   رقم الطلب
========================= */

.Requestid {
  grid-area: title;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  /* يخليه يمين */
  justify-self: start;
  /* مهم مع grid */
}

/* =========================
   حالة الطلب
========================= */

.status,
.statuscomplete,
.statuscanceled {
  grid-area: status;

  padding: 5px 10px;
  border-radius: 10px;

  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

/* قيد التنفيذ */
.status {
  background: rgba(255, 193, 7, 0.2);
  color: #ffd54f;
  border: 1px solid rgba(255, 193, 7, 0.4);
}

/* مكتمل */
.statuscomplete {
  background: rgba(34, 197, 94, 0.2);
  color: #00ff88;
  border: 1px solid rgba(34, 197, 94, 0.4);
}

/* ملغي */
.statuscanceled {
  background: rgba(239, 68, 68, 0.2);
  color: #ff6b6b;
  border: 1px solid rgba(239, 68, 68, 0.4);
}

/* =========================
   اسم الخدمة + اللاعب
========================= */

.name-request {
  grid-area: name;

  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;

  padding: 10px;

  color: #ffffff;
  font-size: 14px;
}

/* =========================
   رسالة الإدارة
========================= */

.message-request {
  grid-area: message;

  background: rgba(0, 123, 255, 0.08);
  border-radius: 12px;

  padding: 10px;

  border: 1px solid rgba(0, 123, 255, 0.2);
}

.message {
  color: #cfe9ff;
  font-size: 13px;
}

/* =========================
   الحاوية العامة
========================= */

.head-requests {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* صفحة مستخدم */

/* الكرت */
.account-card,
.Devices-card {
  background: white;
  padding: 20px;
  display: none;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* =========================
   Overlay 🔥
========================= */

#request-modal-overlay {
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
}

/* =========================
   المودال الرئيسي
========================= */
.request-modal {
  position: fixed;

  bottom: 80px;
  left: 50%;

  transform: translateX(-50%);

  width: calc(100% - 30px);
  max-width: 420px;

  padding: 25px;
  border-radius: 20px;

  background: linear-gradient(145deg,
      rgba(20, 40, 80, 0.95),
      rgba(0, 123, 255, 0.15));

  backdrop-filter: blur(20px);

  border: 1px solid rgba(255, 255, 255, 0.1);

  box-shadow:
    0 25px 80px rgba(0, 0, 0, 0.7),
    0 0 30px rgba(0, 123, 255, 0.4);

  z-index: 3000;
}

/* =========================
   العنوان
========================= */

.request-modal h2 {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
}


/* =========================
   الحالة
========================= */

.request-status {
  display: flex;
  justify-content: space-between;
  align-items: center;

  background: rgba(255, 255, 255, 0.05);
  padding: 10px;

  border-radius: 12px;
  margin-bottom: 15px;
}

.request-status h5 {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

/* نفس ألوان الكروت */
#request-status {
  font-weight: bold;
  font-size: 13px;
}

/* =========================
   البيانات
========================= */

.request-data {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* العناوين */
.request-data h6 {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

/* الكود و الايدي */
#request-code,
#request-id {
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;

  border-radius: 10px;

  color: #ffffff;
  font-size: 13px;

  overflow-x: auto;
}

/* زر النسخ */
#copy-btn {
  background: linear-gradient(135deg, #007bff, #00c6ff);
  border: none;

  border-radius: 10px;
  padding: 8px;

  color: #fff;
  cursor: pointer;

  transition: 0.3s;
}

#copy-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.5);
}

/* رسالة الإدارة */
#request-message {
  background: rgba(0, 123, 255, 0.1);
  padding: 10px;

  border-radius: 10px;

  border: 1px solid rgba(0, 123, 255, 0.3);

  color: #cfe9ff;
  font-size: 13px;
}

/* =========================
   Animation
========================= */

@keyframes modalShow {
  from {
    opacity: 0;
    transform: translate(-50%, -40%) scale(0.8);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

/* =========================
   Pagination نظيف 🔥
========================= */

.pagination-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 25px 0;
}

/* الأزرار */
.pagination-btn {
  min-width: 110px;
  padding: 10px 0;

  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);

  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;

  font-size: 14px;
  font-weight: 600;

  cursor: pointer;
  transition: 0.25s;

  backdrop-filter: blur(8px);
}

/* Hover */
.pagination-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

/* Active */
.pagination-btn:active {
  transform: scale(0.96);
}

/* زر التالي (أهم زر) */
.pagination-btn.next {
  background: #007bff;
  border: none;
  color: #fff;
}

.pagination-btn.next:hover {
  background: #0b5ed7;
}

/* زر الرجوع */
.pagination-btn.prev {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

.pagination-btn.prev:hover {
  color: #fff;
  border-color: #007bff;
}

/* ================= */
/* صفحة البروفايل */
/* =================== */
.container-profile {
  padding: 16px;
}

/* =========================
   Profile Card 🔥
========================= */

.profile-card {
  width: calc(100% - 30px);
  max-width: 500px;

  margin: 20px auto;
  padding: 20px;

  border-radius: 22px;

  /* Glass */
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(20px);

  border: 1px solid rgba(255, 255, 255, 0.15);

  /* ظل */
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 25px rgba(0, 123, 255, 0.2);

  text-align: center;

  position: relative;
  overflow: hidden;

  animation: fadeBox 0.6s ease;
}

/* Glow */
.profile-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(0, 123, 255, 0.25), transparent 60%);
  opacity: 0.5;
  z-index: 0;
  /* أضف هذا */
  pointer-events: none;
  /* أو هذا يكفي وحده */
}

/* =========================
   الصورة
========================= */

.img-profile img {
  width: 90px;
  height: 90px;

  object-fit: cover;
  border-radius: 50%;

  border: 3px solid rgba(255, 255, 255, 0.3);

  box-shadow:
    0 0 15px rgba(0, 123, 255, 0.5);

  margin-bottom: 10px;

  transition: 0.3s;
}

.img-profile img:hover {
  transform: scale(1.05);
}

/* =========================
   الاسم + الايميل
========================= */

.profile-info h2 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 5px;
}

.profile-info p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

/* =========================
   الرصيد + المنفق
========================= */

.container-information {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

#profile-balance,
#profile-spent {
  flex: 1;

  padding: 10px;

  border-radius: 12px;

  background: rgba(255, 255, 255, 0.05);

  border: 1px solid rgba(255, 255, 255, 0.1);

  color: #ffffff;
  font-size: 13px;
}

/* =========================
   المستوى
========================= */

#profile-level {
  margin-top: 10px;

  padding: 8px;

  border-radius: 12px;

  background: linear-gradient(135deg, rgba(0, 123, 255, 0.2), rgba(0, 198, 255, 0.1));

  border: 1px solid rgba(0, 123, 255, 0.3);

  color: #cfe9ff;
  font-size: 13px;

  display: inline-block;
}

/* =========================
   زر النسخ
========================= */

.profile-actions-top {
  margin-top: 15px;
}

.profile-actions-top hr {
  border-color: rgba(255, 255, 255, 0.1);
}

#copy-user-btn {
  width: 100%;
  padding: 10px;

  border-radius: 12px;
  border: none;

  background: linear-gradient(135deg, #007bff, #00c6ff);
  color: #fff;

  font-size: 14px;
  font-weight: bold;

  cursor: pointer;
  transition: 0.3s;
}

#copy-user-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.5);
}


.level {
  padding: 10px 20px;
  border-radius: 10px;
}



.level-default {
  color: #8a4914;
  background-color: #be74201a;
  border: 1px solid #a7702880;
  padding: 5px 5px;
  border-radius: 10px;
}

.level-bronze {
  color: #7a4a1c;
  background-color: #a0522d1a;
  border: 1px solid #a0522d80;
  padding: 10px 20px;
  border-radius: 10px;
}

.level-silver {
  color: #6b6b6b;
  background-color: #c0c0c01a;
  border: 1px solid #c0c0c080;
  padding: 10px 20px;
  border-radius: 10px;
}

.level-gold {
  color: #b8860b;
  background-color: #ffd7001a;
  border: 1px solid #ffd70080;
  padding: 10px 20px;
  border-radius: 10px;
}

.level-platinum {
  color: #3a7bd5;
  background-color: #3a7bd51a;
  border: 1px solid #3a7bd580;
  padding: 10px 20px;
  border-radius: 10px;
}

.level-vip {
  color: #7c3aed;
  background-color: #7c3aed1a;
  border: 1px solid #7c3aed80;
  padding: 10px 20px;
  border-radius: 10px;
}

.level-legend {
  color: #ff3b3b;
  background-color: #ff3b3b1a;
  border: 1px solid #ff3b3b80;
  padding: 10px 20px;
  border-radius: 10px;
}

@keyframes shine {
  0% {
    left: -150%;
  }

  100% {
    left: 150%;
  }
}

#profile-level {
  position: relative;
  overflow: hidden;
}

/* طبقة الضوء */
#profile-level::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.6),
      transparent);
  transform: skewX(-20deg);
  animation: shine 1.2s ease-in-out infinite;
}

/* =========================
   Overlay مع مسافة من فوق 🔥
========================= */

.leaderboard-overlay {
  position: fixed;
  inset: 0;

  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);

  display: none;

  justify-content: center;
  align-items: flex-start;
  /* بدل center */

  padding-top: 80px;
  /* المسافة من فوق */

  z-index: 3000;
}

/* عند الفتح */
.leaderboard-overlay.active {
  display: flex;
}

/* =========================
   المودال
========================= */

.leaderboard-container {
  width: 90%;
  max-width: 420px;
  margin: auto;
  /* احتياط */

  border-radius: 18px;
  padding: 18px;

  background: #111827;

  transform: translateY(0);
}

/* العنوان */
.leaderboard-container h3 {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 12px;
}

/* =========================
   الجدول 🔥
========================= */

.table-striped {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

/* الهيدر */
.table-striped thead {
  background: rgba(255, 255, 255, 0.05);
}

.table-striped th {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 8px;
}

/* الصفوف */
.table-striped tbody tr {
  background: transparent;
  transition: 0.2s;
}

/* Hover */
.table-striped tbody tr:hover {
  background: rgba(255, 255, 255, 0.05);
}

/* الخلايا */
.table-striped td {
  padding: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
}

/* =========================
   أول 3 🔥
========================= */

.table-striped tbody tr:nth-child(1) td {
  color: #ffd700;
  font-weight: bold;
}

.table-striped tbody tr:nth-child(2) td {
  color: #c0c0c0;
}

.table-striped tbody tr:nth-child(3) td {
  color: #cd7f32;
}

/* =========================
   Animation 🔥
========================= */

@keyframes modalShow {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(15px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes fadeOverlay {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



/* =========================
   الحاوية العامة 🔥
========================= */

.account-container {
  width: calc(100% - 30px);
  max-width: 500px;

  margin: 20px auto;
  padding: 15px;

  border-radius: 20px;

  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);

  border: 1px solid rgba(255, 255, 255, 0.1);

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

/* =========================
   القائمة (الصندوق)
========================= */

.div-profile-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* =========================
   كل عنصر
========================= */

.div-profile {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 14px 16px;

  border-radius: 14px;

  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);

  cursor: pointer;

  transition: 0.3s;

  position: relative;
  overflow: hidden;
}

/* أيقونة */
.div-profile i {
  font-size: 18px;
  color: #cfe9ff;
  min-width: 25px;
}

/* النص */
.div-profile span {
  flex: 1;
  color: #ffffff;
  font-size: 14px;
}

/* سهم (اختياري تأثير) */
.div-profile::after {
  content: "‹";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
  transform: rotate(180deg);
  transition: 0.3s;
}

/* Hover */
.div-profile:hover {
  background: rgba(0, 123, 255, 0.15);
  transform: translateX(-5px);
  border-color: rgba(0, 123, 255, 0.3);
}

/* حركة السهم */
.div-profile:hover::after {
  transform: translateX(-5px) rotate(180deg);
  color: #fff;
}

/* =========================
   عنصر تسجيل الخروج 🔥
========================= */

#logout-btn {
  background: rgba(255, 0, 0, 0.08);
  border: 1px solid rgba(255, 0, 0, 0.2);
}

#logout-btn span {
  color: #ff6b6b;
}

#logout-btn i {
  color: #ff6b6b !important;
}

#logout-btn:hover {
  background: rgba(255, 0, 0, 0.2);
  transform: translateX(-5px);
}

/* =========================
   account-card 🔥
========================= */

.account-card {
  width: calc(100% - 30px);
  max-width: 500px;

  margin: 20px auto;
  padding: 20px;

  border-radius: 20px;

  /* Glass */
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.12);

  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(0, 123, 255, 0.2);

  animation: fadeBox 0.5s ease;
}

/* =========================
   الحقول
========================= */

.input-group {
  margin-bottom: 14px;
}

.input-group label {
  display: block;
  margin-bottom: 5px;

  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

/* input + select */
.input-group input,
.input-group select {
  width: 100%;
  padding: 12px;

  border-radius: 12px;

  border: 1px solid rgba(255, 255, 255, 0.15);

  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;

  outline: none;
  transition: 0.25s;
}

/* Focus */
.input-group input:focus,
.input-group select:focus {
  border-color: #00c6ff;
  box-shadow: 0 0 10px rgba(0, 198, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

/* Placeholder */
.input-group input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

/* disabled */
.input-group input:disabled {
  opacity: 0.6;
}

/* النص الصغير */
.input-group small {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

/* =========================
   الأزرار
========================= */

.profile-form-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

/* حفظ */
.save-btn {
  flex: 1;

  padding: 12px;

  border-radius: 12px;
  border: none;

  background: linear-gradient(135deg, #007bff, #00c6ff);
  color: #fff;

  font-weight: bold;
  cursor: pointer;

  transition: 0.3s;
}

.save-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.5);
}

/* رجوع */
.delete-btn {
  flex: 1;

  padding: 12px;

  border-radius: 12px;

  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);

  color: #ffffff;

  cursor: pointer;

  transition: 0.3s;
}

.delete-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* =========================
   رسالة الخطأ
========================= */

#error {
  text-align: center;
  color: #ff6b6b;
  font-size: 13px;
  margin-bottom: 10px;
}

/* =========================
   Affiliate Card 🔥
========================= */

#affiliate-card {
  width: calc(100% - 30px);
  max-width: 500px;

  margin: 20px auto;
  padding: 20px;

  border-radius: 22px;

  /* Glass */
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.12);

  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(0, 123, 255, 0.2);

  text-align: center;
}

/* العنوان */
#affiliate-card h4 {
  color: #ffffff;
  margin-bottom: 10px;
}

/* الوصف */
#affiliate-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  margin-bottom: 15px;
}

/* =========================
   نافذة تحويل الرصيد
========================= */

#transfer-card h4 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: 0 0 6px;
}

#transfer-card hr {
  border-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 20px;
}

/* أيقونة الهيدر */
.transfer-header-icon {
  width: 55px;
  height: 55px;
  background: rgba(0, 123, 255, 0.15);
  border: 1px solid rgba(0, 123, 255, 0.3);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  font-size: 24px;
}

.transfer-header {
  text-align: center;
  margin-bottom: 20px;
}

.transfer-header p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  margin: 0;
}

/* =========================
   حقل UUID
========================= */

.transfer-uuid-wrapper {
  position: relative;
  width: 100%;
}

.transfer-uuid-wrapper input {
  width: 100%;
  padding: 12px 16px 12px 50px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 13px;
  font-family: monospace;
  box-sizing: border-box;
  outline: none;
  transition: 0.25s;
}

.transfer-uuid-wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.transfer-uuid-wrapper input:focus {
  border-color: #4da3ff;
  box-shadow: 0 0 8px rgba(77, 163, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
}

/* زر التحقق */
#verify-uuid-btn {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 123, 255, 0.2);
  border: 1px solid rgba(0, 123, 255, 0.4);
  border-radius: 8px;
  color: #4da3ff;
  font-size: 18px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

#verify-uuid-btn:hover {
  background: rgba(0, 123, 255, 0.35);
  transform: translateY(-50%) scale(1.05);
}

/* =========================
   بطاقة المستلم
========================= */

#receiver-preview {
  display: none;
  margin: 10px 0;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(0, 200, 100, 0.08);
  border: 1px solid rgba(0, 200, 100, 0.25);
  align-items: center;
  gap: 12px;
  animation: popupShow 0.3s ease;
}

.receiver-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 200, 100, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.receiver-info span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  margin-bottom: 2px;
}

#receiver-name-display {
  color: #4dff91;
  font-size: 15px;
  font-weight: bold;
}

/* =========================
   حقل المبلغ
========================= */

.transfer-amount-wrapper {
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition: 0.25s;
  width: 100%;
}

.transfer-amount-wrapper:focus-within {
  border-color: #4da3ff;
  box-shadow: 0 0 8px rgba(77, 163, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
}

.transfer-amount-wrapper input {
  flex: 1;
  padding: 12px 16px;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;

  font-family: 'Cairo', sans-serif;
}

.transfer-amount-wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.transfer-currency {
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap;
}

/* =========================
   رسائل الخطأ والنجاح
========================= */

#transfer-error {
  color: #ff4d4d;
  font-size: 13px;
  min-height: 20px;
  margin: 10px 0 0;
}

#transfer-success {
  color: #4dff91;
  font-size: 13px;
  min-height: 20px;
  margin: 4px 0 0;
}

/* =========================
   أزرار التحويل والرجوع
========================= */

#transfer-card .profile-form-actions {
  margin-top: 18px;
  display: flex;
  gap: 10px;
}

#transfer-card .profile-form-actions .save-btn,
#transfer-card .profile-form-actions .delete-btn {
  flex: 1;
}

/* =========================
   رابط الإحالة
========================= */

.referral-link-container {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;

  padding: 15px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  margin-bottom: 15px;
}

/* الرابط */
#referral-link {
  display: block;

  background: rgba(0, 123, 255, 0.1);
  padding: 10px;

  border-radius: 10px;

  color: #cfe9ff;
  font-size: 12px;

  word-break: break-all;

  margin-bottom: 10px;
}

/* زر النسخ */
#copy-referral-btn {
  width: 100%;

  padding: 10px;

  border-radius: 12px;
  border: none;

  background: linear-gradient(135deg, #007bff, #00c6ff);
  color: #fff;

  font-weight: bold;
  cursor: pointer;

  transition: 0.3s;
}

#copy-referral-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.5);
}

/* =========================
   الإحصائيات
========================= */

.referral-stats {
  display: flex;
  flex-direction: column;
  gap: 10px;

  margin-top: 10px;
}

/* كل عنصر */
.referral-stats p {
  margin: 0;

  padding: 10px;

  border-radius: 12px;

  background: rgba(255, 255, 255, 0.05);

  border: 1px solid rgba(255, 255, 255, 0.1);

  font-size: 13px;
}

/* الأرقام */
#referral-count {
  color: #00ff88;
  font-weight: bold;
}

#referral-commission {
  color: #ffd54f;
  font-weight: bold;
}

/* =========================
   زر الرجوع
========================= */

#back-affiliate-btn {
  width: 100%;
  margin-top: 15px;
}

/*==============
 صفحة الدفع  
 ===============*/
/* =========================
   Payment Section (موحد) 🔥
========================= */

.payment-container-body {
  width: calc(100% - 30px);
  max-width: 500px;

  margin: 25px auto;
  padding: 0;
  /* مهم */

  border-radius: 22px;

  overflow: hidden;
  /* يخليهم جزء واحد */

  /* Glass */
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(20px);

  border: 1px solid rgba(255, 255, 255, 0.12);

  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(0, 123, 255, 0.2);
}

/* =========================
   الجزء الأول (الرصيد)
========================= */

.packages-wrapper>div:first-child {
  padding: 20px;
  text-align: center;
}

/* النص */
.packages-wrapper h6 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  margin-bottom: 5px;
}

#available-balance {
  color: #00ff88;
  font-size: 24px;
  font-weight: bold;
}

/* =========================
   الفاصل
========================= */

.packages-wrapper hr {
  margin: 0;
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

/* =========================
   الجزء الثاني (طرق الدفع)
========================= */

.package {
  display: flex;
  gap: 10px;
  padding: 15px;
}

/* الخيارات */
.package-cred {
  flex: 1;

  padding: 12px;

  border-radius: 14px;

  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);

  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  cursor: pointer;

  transition: 0.3s;
}

/* Hover */
.package-cred:hover {
  background: rgba(0, 123, 255, 0.15);
  border-color: rgba(0, 123, 255, 0.3);

  transform: translateY(-3px);
}

/* النشط */
.package-cred.active {
  background: linear-gradient(135deg, #007bff, #00c6ff);
  border: none;

  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.5);
}

/* النص */
.package-cred p {
  margin: 0;
  font-size: 14px;
}

/* =========================
   الحاوية الرئيسية 🔥
========================= */

.payment-container-Baninca {
  display: none;

  justify-content: center;
  align-items: center;

  min-height: 80vh;

  padding: 20px;
}

/* =========================
   كرت الدفع
========================= */

.payment-card {
  width: 100%;
  max-width: 420px;

  padding: 25px;

  border-radius: 22px;

  /* Glass */
  background: linear-gradient(145deg, rgba(20, 40, 80, 0.95), rgba(0, 123, 255, 0.15));
  backdrop-filter: blur(20px);

  border: 1px solid rgba(255, 255, 255, 0.1);

  box-shadow:
    0 25px 80px rgba(0, 0, 0, 0.7),
    0 0 30px rgba(0, 123, 255, 0.4);

  animation: modalShow 0.4s ease;
}

/* العنوان */
.payment-card h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

/* الوصف */
.subtitle {
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}

/* =========================
   الشبكة (العنوان + الرقم)
========================= */

.network-wrapper {
  margin: 15px 0;
}

/* الكرت */
.network {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 14px;

  padding: 15px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  cursor: pointer;
  transition: 0.3s;
}

/* Hover */
.network:hover {
  background: rgba(0, 123, 255, 0.15);
  border-color: rgba(0, 123, 255, 0.3);
}

/* النشط */
.network.active {
  background: linear-gradient(135deg, rgba(0, 123, 255, 0.3), rgba(0, 198, 255, 0.2));
  border-color: #00c6ff;
}

/* اسم الشبكة */
.network-header {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 8px;
}

/* رقم التحويل */
.transfer-number {
  background: rgba(0, 0, 0, 0.3);

  padding: 10px;
  border-radius: 10px;

  color: #cfe9ff;
  font-size: 12px;

  word-break: break-all;
}

/* =========================
   input
========================= */

.input-box {
  position: relative;
  margin-top: 15px;
}

.input-box input {
  width: 100%;
  padding: 12px;

  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);

  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;

  outline: none;
  transition: 0.25s;
}

/* focus */
.input-box input:focus {
  border-color: #00c6ff;
  box-shadow: 0 0 10px rgba(0, 198, 255, 0.5);
}

/* label */
.input-box label {
  position: absolute;
  right: 12px;
  top: 12px;

  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);

  transition: 0.3s;
}

/* حركة label */
.input-box input:focus+label,
.input-box input:not(:placeholder-shown)+label {
  top: -8px;
  font-size: 10px;
  background: #0b0f1a;
  padding: 0 5px;
  border-radius: 5px;
}

/* =========================
   زر التأكيد
========================= */

.confirm-btn {
  width: 100%;
  margin-top: 20px;

  padding: 12px;

  border-radius: 12px;
  border: none;

  background: linear-gradient(135deg, #007bff, #00c6ff);
  color: #fff;

  font-size: 15px;
  font-weight: bold;

  cursor: pointer;
  transition: 0.3s;
}

/* hover */
.confirm-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.5);
}

/* =========================
   الرسالة
========================= */

#binancemessage {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
}

/* =========================
   الحاوية 🔥
========================= */

.payment-container {
  display: none;

  justify-content: center;
  align-items: center;

  min-height: 80vh;
  padding: 20px;
}

/* =========================
   كرت الدفع
========================= */

.payment-card {
  width: 100%;
  max-width: 420px;

  padding: 25px;

  border-radius: 22px;

  /* Glass */
  background: linear-gradient(145deg, rgba(20, 40, 80, 0.95), rgba(0, 123, 255, 0.15));
  backdrop-filter: blur(20px);

  border: 1px solid rgba(255, 255, 255, 0.1);

  box-shadow:
    0 25px 80px rgba(0, 0, 0, 0.7),
    0 0 30px rgba(0, 123, 255, 0.4);

  animation: modalShow 0.4s ease;
}

/* =========================
   الشبكات 🔥
========================= */

.network-wrapper {
  display: flex;
  gap: 10px;
  margin: 15px 0;
}

/* كل شبكة */
.network {
  flex: 1;

  background: rgba(255, 255, 255, 0.05);
  border-radius: 14px;

  padding: 12px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  text-align: center;

  cursor: pointer;
  transition: 0.3s;
}

/* Hover */
.network:hover {
  background: rgba(0, 123, 255, 0.15);
  border-color: rgba(0, 123, 255, 0.3);
  transform: translateY(-2px);
}

/* النشط */
.network.active {
  background: linear-gradient(135deg, rgba(0, 123, 255, 0.3), rgba(0, 198, 255, 0.2));
  border-color: #00c6ff;

  box-shadow: 0 5px 20px rgba(0, 123, 255, 0.4);
}

/* اسم الشبكة */
.network-header {
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 6px;
}

/* الرقم */
.transfer-number {
  background: rgba(0, 0, 0, 0.25);

  padding: 8px;
  border-radius: 8px;

  color: #cfe9ff;
  font-size: 12px;
}

/* =========================
   Inputs 🔥
========================= */

.input-box {
  position: relative;
  margin-top: 15px;
}

.input-box input {
  width: 100%;
  padding: 12px;

  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);

  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;

  outline: none;
  transition: 0.25s;
}

/* focus */
.input-box input:focus {
  border-color: #00c6ff;
  box-shadow: 0 0 10px rgba(0, 198, 255, 0.5);
}

/* label */
.input-box label {
  position: absolute;
  right: 12px;
  top: 12px;

  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);

  transition: 0.3s;
}

/* float label */
.input-box input:focus+label,
.input-box input:not(:placeholder-shown)+label {
  top: -8px;
  font-size: 10px;
  background: #0b0f1a;
  padding: 0 5px;
  border-radius: 5px;
}

/* =========================
   زر التأكيد 🔥
========================= */

.confirm-btn {
  width: 100%;
  margin-top: 20px;

  padding: 12px;

  border-radius: 12px;
  border: none;

  background: linear-gradient(135deg, #007bff, #00c6ff);
  color: #fff;

  font-size: 15px;
  font-weight: bold;

  cursor: pointer;
  transition: 0.3s;
}

/* hover */
.confirm-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.5);
}

.network-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.network {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border: 2px solid #0668e9;
  border-radius: 16px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
  transition: .3s;
}

.network:hover {
  transform: translateY(-2px);
}

.network.active {
  border-color: #1e88ff;
}

.network img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 5px;
}

.gateway-info h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.payment-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.payment-modal-content {
  width: 90%;
  color: #ffffff;
  max-width: 400px;
  background: #0f172a;
  padding: 20px;
  border-radius: 15px;
}

.payment-modal-content input:focus {
  border-color: #4da3ff;
  box-shadow: 0 0 8px rgba(77, 163, 255, 0.4);

}

.payment-modal-content input {
  width: 100%;
  padding: 12px;
  margin: 15px 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  outline: none;
}

.modal-buttons {
  display: flex;
  gap: 10px;
}

.modal-buttons button {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  border-radius: 12px;
  border: none;

  padding: 12px;

  font-size: 14px;
  font-weight: bold;

  background: linear-gradient(135deg, #1d6bff, #4da3ff);
  color: #fff;
  transition: 0.3s;
}

/* =========================
   الرسالة
========================= */

.message {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
}

/* =========================
   الحاوية الرئيسية 🔥
========================= */

.payment-container-history {
  width: calc(100% - 30px);
  max-width: 600px;

  margin: 25px auto;
  padding: 20px;

  border-radius: 22px;

  background: linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.04));
  backdrop-filter: blur(20px);

  border: 1px solid rgba(255, 255, 255, 0.1);

  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(0, 123, 255, 0.2);
}

/* =========================
   العنوان 🔥
========================= */

.payment-container-history h2 {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 5px;
}

.payment-container-history .subtitle {
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}

/* =========================
   القائمة
========================= */

#payment-history-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* =========================
   الكرت 🔥
========================= */

.payment-history-info {
  padding: 15px;

  border-radius: 16px;

  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);

  transition: 0.3s;
}

/* Hover */
.payment-history-info:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.08);
}

/* =========================
   الصف الأول (مهم)
========================= */

.payment-history-info .top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-bottom: 10px;
}

/* المبلغ */
.amount {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

/* الحالة */
.status {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: bold;
}

/* =========================
   التفاصيل
========================= */

.details {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.detail {
  flex: 1;
  font-size: 12px;
  color: #ffffff;
}

/* العنوان */
.detail span {
  display: block;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
}

/* =========================
   الحالات 🔥
========================= */

.payment-history-info.success .status {
  background: rgba(34, 197, 94, 0.2);
  color: #00ff88;
}

.payment-history-info.pending .status {
  background: rgba(255, 193, 7, 0.2);
  color: #ffd54f;
}

.payment-history-info.failed .status {
  background: rgba(239, 68, 68, 0.2);
  color: #ff6b6b;
}

/* =========================
   empty
========================= */

#payment-history-item:empty::after {
  content: "لا يوجد سجل دفع";
  text-align: center;
  display: block;
  padding: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.loading-center {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 200px;
  /* تقدر تغيرها حسب المكان */
}

/* ==================== */
/* صفحة الدعم  */
/* ================== */

/* =========================
   صفحة الدعم كامل 🔥
========================= */

/* الحاوية */
.contener-comments {
  width: calc(100% - 30px);
  max-width: 500px;

  margin: 20px auto;
  padding: 20px;

  border-radius: 22px;

  background: linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.04));
  backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.1);

  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(0, 123, 255, 0.2);

  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* =========================
   الهيدر
========================= */

.heade-comments {
  text-align: center;
}

.heade-comments i {
  font-size: 90px !important;
  color: #007bff;
  margin-bottom: 10px;
  text-shadow: 0 0 25px rgba(0, 123, 255, 0.5);
}

.heade-comments span {
  display: block;
  font-size: 24px !important;
  color: #ffffff;
  margin-bottom: 5px;
}

.heade-comments p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

/* =========================
   الكروت
========================= */

.box-comments {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 15px;

  border-radius: 16px;

  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);

  color: #fff;

  transition: 0.3s;
  cursor: pointer;
}

/* الأيقونة */
.box-comments i:first-child {
  font-size: 22px;
}

/* النص */
.box-comments span {
  flex: 1;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

/* السهم */
.arrow {
  transition: 0.3s;
  opacity: 0.7;
}

/* Hover */
.box-comments:hover {
  transform: translateY(-4px);
  background: rgba(0, 123, 255, 0.2);
  border-color: rgba(0, 123, 255, 0.4);
}

/* حركة السهم */
.box-comments:hover .arrow {
  transform: translateX(-6px);
  opacity: 1;
}

/* =========================
   ألوان المنصات
========================= */

/* Telegram */
.telegram .box-comments {
  background: rgba(0, 136, 204, 0.15);
  border: 1px solid rgba(0, 136, 204, 0.3);
}

/* WhatsApp */
.whatsapp .box-comments {
  background: rgba(37, 211, 102, 0.15);
  border: 1px solid rgba(37, 211،102, 0.3);
}

/* =========================
   Notification 🔥
========================= */

.Notifcations,
.NotifcationsNOT {
  position: fixed;
  bottom: 20px;
  right: 20px;

  width: 340px;
  padding: 16px;

  border-radius: 20px;

  background: linear-gradient(135deg,
      #1e293b,
      #0f172a);

  color: #fff;


  display: flex;
  align-items: center;
  gap: 14px;

  border: 1px solid rgba(255, 255, 255, .08);

  box-shadow:
    4px 4px 0 #38bdf8;
  backdrop-filter: blur(20px);
  z-index: 4000;
  overflow: hidden;
}

/* الشريط الجانبي */
.Notifcations::before,
.NotifcationsNOT::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  /* background: #38bdf8; */
}

/* أيقونة */
.notification-icon {
  width: 42px;
  height: 42px;

  border-radius: 50%;

  background: rgba(56, 189, 248, .15);

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 20px;
}

/* عنوان */
.notification-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
}

/* نص */
.notification-text {
  font-size: 13px;
  opacity: .8;
}

/* ظهور */
.Notifcations {
  animation: show .4s cubic-bezier(.22, 1, .36, 1);
}

/* اختفاء */
.NotifcationsNOT {
  animation: hide .35s ease forwards;
}

@keyframes show {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes hide {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(100px);
  }
}