@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 {
  background: #fcfcfc;
  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;
}

.login-body {
  height: 93vh;
  background: linear-gradient(135deg, #0a58ca, #1c7ed6);
}




/* حاوية تسجيل الدخول */
.login-container {
  width: 100%;
  max-width: 420px;
  margin: 20px auto;

}
.tetle-longe{
  text-align: center;
}

#register-alert {
  text-align: center;
}


/* الكارد */
.card {
  border: none;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  color: white;
}

/* العنوان */
.card h2 {
  font-weight: bold;
  letter-spacing: 1px;
}

/* الحقول */
.form-control {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 10px 15px;
  transition: 0.3s ease;
}

.form-control:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: #4da3ff;
  box-shadow: 0 0 10px rgba(77, 163, 255, 0.6);
  color: white;
}

/* النص داخل الحقول */
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* اللابل */
.form-label {
  font-weight: 500;
  margin-bottom: 5px;
}

/* زر تسجيل الدخول */
#login-submit {
  border-radius: 12px;
  padding: 10px;
  font-weight: bold;
  transition: 0.3s ease;
  background: linear-gradient(45deg, #165bb6, #4da3ff);
  border: none;
}

#login-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(77, 163, 255, 0.6);
}


/* checkbox */
.form-check-input {
  cursor: pointer;
}

.form-check-label {
  cursor: pointer;
}
/* خاص ب تسجيل دخول تيليجرام و قوقل */
.div-login-google-tetegram{
  text-align: center;
}
.google-login , .tetegram{
  border-radius: 10px;
  margin: 1px;
  background-color: #ffffff;
  
}
/* Responsive */
@media (max-width: 500px) {
  .card {
    padding: 25px !important;
  }
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 300px;
  text-align: center;
  position: relative;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

/* =============
الرصيد
==========*/

.title-cotent {
  background: linear-gradient(135deg, #6395f1, #165bb6);
  color: #fff;
  padding: 20px;
  border-radius: 0px 0 16px 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.171);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 10;
  animation: identifier 1s;
  font-family: 'Cairo', system-ui, -apple-system, BlinkMacSystemFont;
  direction: rtl;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: 15px;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;

}

@keyframes identifier {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.Money {
  font-weight: bold;
  background-color: #ffffff;
  padding: 10px 10px;
  color: #165bb6;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  flex: 1;
  max-width: 120px;
  text-align: center;
  align-items: flex-end;
}

.Money:hover {
  transition: 0.1s;
  box-shadow: 0 6px 15px rgba(10, 10, 10, 0.356);

}

a {
  text-decoration: none;
}

.img-money {
  width: 40px;
  height: 40px;
  flex: 2;
  text-align: center;
  font-size: 30px;
  justify-content: center;

}

/* المحتوى العام */
.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;
  }
}

.category-item {
  background: #fff;
  width: 130px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  cursor: pointer;
  transition: 0.3s;
  animation: fadeIn 0.6s ease;

}

.category-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}

img {
  width: 130px;
  height: 150px;
  object-fit: cover;
  border-radius: 20px;

}
.img-tetle-longe{
  width: 250px;
  height: 90px;
  margin-bottom: -1px;
}

.d-block {
  width: 100%;
  height: auto;
}

.div-ui-index {
  text-align: center;
  margin: 20px auto;
  max-width: 300px;
}

ul {
  display: flex;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.096);
  padding: 1px;
  justify-content: center;
  border-radius: 10px;
}

.click-ol {
  background-image: linear-gradient(120deg, #0077ff, rgb(0, 174, 255));
  font-size: 20px;
  border-radius: 10px;
  padding: 10px;
  width: 50%;
  color: #f1f1f1;
  cursor: pointer;
  transition: 0.4s;

}

.click-no {
  font-size: 20px;
  border-radius: 10px;
  padding: 10px;
  width: 50%;
  cursor: pointer;
  transition: 0.4s;

}

.category-name {
  padding: 5px;
  font-weight: bold;
  color: #333;
  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 {
  background: #fff;
  padding: 20px;
  width: 80%;

  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
  margin: 20px auto;
}

.buying-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 15px;
}

/* الحاوية الرئيسية */
.packages-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  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;
}

/* حاويه عناصر عناصر شراء */
.alert-primary {
  width: 100%;
  max-width: 500px;
  margin: 0px 20px auto;
  padding: 15px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* ديف خاص بشراء */
.alert-primary2 {
  width: 80%;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2100;
  padding: 15px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.Manually {
  width: 40%;
  padding: 8px;
  margin-top: 10px;
  border: solid #14181d18 5px;
  border-radius: 10px;
}

.Manually:focus {
  outline: none;
  border: 5px solid #007bff7a;
  transition: 0.3s;
}


.text-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 50px;
  box-shadow: #33333380 0 0 10px;
  border-radius: 10px;
  display: none;
  animation: text-center 0.6s ease;
  z-index: 109000;
}

@keyframes text-center {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 20px));
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.package-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* كل عنصر شراء */
.buying-div-alert {
  background: white;
  width: 133px;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #eee;
}

.buying-div-alert1 {
  background: white;
  width: 133px;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 20px;
  cursor: pointer;
  background-color: #0c66ec1a;
  transition: 0.3s;
  border: 2px solid #0c66ec;
  transition: 0.3s;
}




/* تنسيق النص */
.buying-div-alert h6 {
  margin: 0;
  font-size: 16px;
  padding: 10px 3px;

  font-weight: 600;
}

/* السعر بلون مميز */
.monay-buying {
  color: #28a745;
  font-weight: bold;
  padding: 10px;
}




/* الطلبات */
#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: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-top: 1px solid #ddd;
  border-radius: 15px 15px 0 0;
  z-index: 1000;
  animation: fadeIn 1s;
  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;

}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: #888;
  text-decoration: none;
}

.nav-item i {
  font-size: 18px;
}

.nav-item.active {
  color: #0d6efd;
  padding: 5px;
  background-color: #0d6efd1a;
  border-radius: 10px;
  border: #0063f885 0.5mm solid;
}


.cart-btn {
  width: 60px;
  height: 60px;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  position: relative;
  top: -25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
  cursor: pointer;
}

/* ==============
= صفحة الطلبات 
=================
*/
/*  احصيات طلبات  */
.total-requests-container {
  background-color: #fcfafaf3;
  padding: 20px;
  border-radius: 16px;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
}

.total-requests-content {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;

}

.requests-canceled {
  background-color: #c522221f;
  border: #c52822 0.5mm solid;
  border-radius: 5px;
  color: #c52222;
  text-align: center;
  padding: 10px;
  width: 150px;
}

.requests-cocomplete {
  background-color: #22c55e1f;
  border: #22c55e 0.5mm solid;
  border-radius: 5px;
  color: #22c55e;
  text-align: center;
  padding: 10px;
  width: 150px;
}

.total-requests {
  background-color: #c58c221f;
  padding: 10px;
  border: #c57e22 0.5mm solid;
  border-radius: 5px;
  color: #c59122;
  text-align: center;
  width: 150px;
}

.requests-content {
  margin: 10px;
  text-align: center;
}

.head-requests {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 10px;
}

.coentent-Request {
  display: grid;
  grid-template-areas:
    "Requestid Requestid status"
    "name-request name-request name-request"
    "name-request name-request name-request"
    "message-request message-request message-request";
  background-color: #fcfafaf3;
  box-shadow: 0 0 10px #b4b3b3;
  padding: 10px;
  /* margin: 10px; */
  width: 90%;
  border-radius: 10px;
}

/* حالة طلب */

.status {
  grid-area: status;
  background-color: #c58c221f;
  padding: 3px;
  border: #c57e22 0.5mm solid;
  border-radius: 5px;
  color: #c59122;
  text-align: center;
}

/* في حالة طلب مكتمل */
.statuscomplete {
  background-color: #22c55e1f;
  border: #22c55e 0.5mm solid;
  border-radius: 5px;
  color: #22c55e;
  text-align: center;
  padding: 3px;
}

/* في حالة طلب ملغي */
.statuscanceled {
  background-color: #c522221f;
  border: #c52822 0.5mm solid;
  border-radius: 5px;
  color: #c52222;
  text-align: center;
  padding: 3px;
}

.Requestid {
  grid-area: Requestid;
  text-align: right;
}

.name-request {
  grid-area: name-request;
  background-color: rgba(0, 0, 0, .06);
  padding: 10px;
  border-radius: 10px;
}

/* الحاوية */
.account-container {
  max-width: 500px;
  margin: 30px auto;
  padding: 15px;
  /* display: none; */
}

/* الهيدر */
.account-header {
  background: white;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.menu-btn {
  background: #eee;
  border: none;
  padding: 8px 15px;
  border-radius: 10px;
  cursor: pointer;
}

/*  رسالة الاداره */
.message-request {
  margin-top: 10px;
  padding: 10px;
  background-color: #e2e60d41;
  color: #721c24;
  border-radius: 10px;
  border: 1px solid #f5c6cb;
  grid-area: message-request;
  text-align: right;

}

.page-link {
  background: #0d6efd;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 5px;
}

/* صفحة مستخدم */

/* الكرت */
.account-card,
.Devices-card {
  background: white;
  padding: 20px;
  display: none;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.request-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 30px;
  box-shadow: #33333380 0 0 10px;
  border-radius: 10px;
  animation: text-center 0.6s ease;
  z-index: 109000;
}

#copy-btn,
#request-code {
  background: #ffffff;
  color: #4d9feb;

  border: 1px solid #eee;
  padding: 5px 10px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 1px;
  margin-bottom: 1px;
}

#request-code {
  border: none;
  color: #0d6efd;
}

/* ================= */
/* صفحة البروفايل */
/* =================== */
.container-profile {
  padding: 16px;
}

.profile-card {
  text-align: center;
  background-image: linear-gradient(135deg, #589deb2a 5%, #ffffffe5 40%);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
}

.img-profile img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #eee;
}

.container-information {
  display: flex;
  justify-content: center;
  gap: 5px;

}

.container-information p {
  margin: 6px 0;
  font-size: 15px;
}

#profile-level {
  font-weight: bold;
  cursor: pointer;
  margin-right: 10px;
  width: 150px;
  padding: 10px 10px;
  border-radius: 10px;
}


#profile-balance,
#profile-spent {
  font-weight: bold;
  color: #2878a7;
  margin-right: 10px;
  background-color: #287fa71a;
  padding: 15px 5px;
  border-radius: 10px;
  border: 1px solid #286aa780;
  width: 50%;
}

.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;
}

.leaderboard-container {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  width: 80%;
  overflow: auto;
}

.table-striped {
  width: 100%;
  /* padding: 5px; */
}

.table-striped td {
  padding: 10px;
  border-bottom: 1px solid #f2f2f2;
}

.profile-actions-top button,
.save-btn,
.delete-btn {
  border: none;
  border-radius: 12px;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 14px;
}

.profile-actions-top button,
.save-btn {
  background: #0d6efd;
  color: #fff;
}

.delete-btn {
  background: #f1f1f1;
  color: #222;
}

.div-profile-container,
.account-card,
.Devices-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.div-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
  transition: 0.2s;
}

.div-profile:hover {
  background: #f8f9fa;
}

.account-card {
  padding: 18px;
}

.input-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}

.input-group label {
  margin-bottom: 6px;
  font-weight: 600;
}

.input-group input,
.input-group select {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 12px;
  outline: none;
}

.input-group input:focus,
.input-group select:focus {
  border-color: #0d6efd;
}

.profile-form-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

#error {
  color: #d11a2a;
  margin-bottom: 10px;
  font-size: 14px;
}

/* الاجهزة */
.Devices-card {
  margin: 10px auto;
  max-width: 500px;
}

.DevicesCard {
  border: 1px solid #5e6b7e80;
  border-radius: 10px;
  gap: 10px;
  padding: 10px;
  justify-content: right;
  display: flex;

}

.Devicesactive {
  border: 1px solid #08367cc2;
  color: #0b60dfc2;
}

/* جزء خاص ب رابط الاحاله */
#affiliate-card {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.referral-link-container {
  text-align: center;
}

#referral-link {
  font-weight: bold;
  color: #282c30;

}

#copy-referral-btn {
  background: #0d6efd;
  color: #fff;
  border: none;
  padding: 10px 20px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.referral-stats {
  margin-top: 20px;
  background: #f8f9fa;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

/*==============
 صفحة الدفع  
 ===============*/
.payment-container-body {
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 12px;
  max-width: 400px;
  margin: 20px auto;
  /* margin-left: 10px;
  margin-right: 10px; */
  background-image: linear-gradient(120deg, #87c2fa41 20%, #ffffff98 100%);
  border: 1px solid #2996df4d;
}

.packages-wrapper {
  text-align: right;
}

.package {
  padding: 15px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  gap: 10px;
  transition: 0.3s;
}

.package-cred {
  background-color: #0983e7;
  padding: 10px 20px;
  border: 2px solid #0d6efd;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 50%;
  transition: 0.3s;
}

.package-cred * {
  margin: 0;
}

.package-cred:hover {
  background-color: #0d61fd;
  border-color: #0d6efd;
  transform: translateY(-3px);
  transition: 0.3s;
}

.payment-container-Baninca {
  display: none;
  justify-content: center;
  align-items: center;
  height: 80vh;
  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;
}

.payment-container {
  display: none;
  justify-content: center;
  align-items: center;
  height: 80vh;
  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;
}

.payment-card {
  width: 380px;
  background: rgba(158, 181, 202, 0.05);
  backdrop-filter: blur(15px);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  color: #0063f8;
  animation: fadeIn 0.6s ease;
}

.payment-card h2 {
  text-align: center;
}

.subtitle {
  text-align: center;
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 25px;
}

.network-wrapper {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.network {
  flex: 1;
  background: #0b64da14;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  border: 2px solid transparent;
}

.network:hover {
  transform: translateY(-4px);
}

.network.active {
  border-color: #1261ac;
  background: rgba(7, 72, 133, 0.2);
}

.input-box {
  position: relative;
  margin-bottom: 20px;
}

.input-box input {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 10px;
  background: #0d7fdb1a;
  color: rgb(0, 0, 0);
  outline: none;
}

.input-box label {
  position: absolute;
  left: 15px;
  top: 12px;
  font-size: 14px;
  color: #f1f1f1;
  transition: 0.3s;
  pointer-events: none;
}

.input-box input:focus+label,
.input-box input:not(:placeholder-shown)+label {
  top: -8px;
  font-size: 12px;
  background: #1458a7;
  padding: 0 5px;
  border-radius: 5px;
}

.confirm-btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(45deg, #4c90af, #2e85cc);
  color: #f1f1f1;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.confirm-btn:hover {
  transform: scale(1.05);
}

.message {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
}

.success {
  color: #2ecc71;
}

.error {
  color: #ff4d4d;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.PaymentFAQ {
  width: 380px;
  margin: 20px auto;
  background: rgba(158, 181, 202, 0.05);
  backdrop-filter: blur(15px);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  color: #0063f8;
  animation: fadeIn 0.6s ease;

}

.accordion-button {
  direction: ltr;
}

/* سجل الدفع */
.payment-history-info {
  display: flex;
  gap: 15px;
  border-radius: 10px;
  background-color: #0d7edb0c;
  border: 1px solid #0d7edb80;
  padding: 15px;
  margin-bottom: 10px;
}

/* ==================== */
/* صفحة الدعم  */
/* ================== */
/* .contener-cmments {
  margin: 20px;
  background-color: #c8cdd414;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.089);
  max-width: 500px;
  margin: 20px auto;
  animation: identifier 0.5s ease;
  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;
}

.box-coments {
  border: 0.1mm solid #0d7fdb1a;
  padding: 5px;
  border-radius: 10px;
  display: flex;
  text-align: center;
  cursor: pointer;
  margin: 10px;

}

.fa-flip {

  padding-top: 10px;
}

.span-comments {
  text-align: right;
  justify-content: center;
  margin-right: 10px;
  padding-right: 6px;
  border-right: 0.1mm solid #77808d28;
  font-size: 15px;
  flex: 2;
  align-content: center;
}

.fa-arrow-left {
  flex: 1;
  flex: content;
  font-size: 20px;
  margin-left: 10px;
  text-align: left;
  align-content: center;

} */

.contener-comments {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
}

.comment-link {
  text-decoration: none;
}

.box-comments {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-radius: 15px;
  color: #fff;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.box-comments i:first-child {
  font-size: 24px;
}

.box-comments span {
  flex: 1;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.arrow {
  transition: 0.3s;
}

/* Telegram */
.telegram .box-comments {
  background: #229ED9;
  border-left: 5px solid #113b4e;
}

/* WhatsApp */
.whatsapp .box-comments {
  background: #2dad13;
  border-left: 5px solid #104d08;
}

/* Hover Effects */
.box-comments:hover {
  transform: translateY(-5px) scale(1.02);
  background: #0071f3;
}

.box-comments:hover .arrow {
  transform: translateX(-5px);
}

.heade-comments {
  padding-top: 20px;
  text-align: center;
}

/* ========================== */
/* الاشعارات موقع ضهور*/
.Notifcations {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 400000;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.288);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: fadeIn 0.6s ease;
  z-index: 9099900;
}

/* الاشعارات موقع اختفا اشعار*/
.NotifcationsNOT {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 400000000;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.288);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: fadeOut 0.6s ease forwards;
  z-index: 9099900;

}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(20px);
  }
}

#code {
  font-weight: bold;
  color: #0071f3;
  margin-bottom: 10px;
}