@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6Hkvalrub76M7dd8aGZk.ttf) format('TrueType');
}
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6HkvalqKbL6M7dd8aGZk.ttf) format('TrueType');
}
@font-face {
  font-family: "Cairo";
  font-style: regular;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cairo/v6/SLXGc1nY6HkvamImRJqExst1.ttf) format('TrueType');
}
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6Hkvalr-ar6M7dd8aGZk.ttf) format('TrueType');
}
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6Hkvalqaa76M7dd8aGZk.ttf) format('TrueType');
}
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6Hkvalqiab6M7dd8aGZk.ttf) format('TrueType');
}

/* ===== نظام الألوان الجديد مع التوهج الدائم ===== */
:root {
  --bg-primary: #0A0814;
  --bg-secondary: #080612;
  --electric-purple: #9B5EFF;
  --luxury-gold: #FFD700;
  --text-primary: #EAEAEA;
  --text-secondary: #A8A8A8;
  --rgb-blue: #00C3FF;
  --rgb-pink: #FF4DFF;
  --success-green: #26A25E;
  --danger-pink: #FF6EC7;
  --dark-layer: rgba(10, 8, 20, 0.9);
  --purple-transparent: rgba(155, 94, 255, 0.6);
  --gold-transparent: rgba(255, 215, 0, 0.6);
}

/* ===== تأثيرات التوهج الدائمة ===== */
.body {
  background: radial-gradient(circle at 30% 30%, #120d24 0%, #080612 100%) !important;
  color: var(--text-primary);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* تأثير التوهج الدائم */
.constant-glow {
  box-shadow: 0 0 15px rgba(155, 94, 255, 0.8) !important;
}

.title-glow {
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.8) !important;
}

.body textarea {
  resize: none;
}

.body .form-control {
  background-color: rgba(15, 10, 30, 0.85) !important;
  border-color: rgba(155, 94, 255, 0.3) !important;
  color: var(--text-primary) !important;
  font-size: 16px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid rgba(155, 94, 255, 0.3);
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: 0 0 10px rgba(155, 94, 255, 0.8) !important;
  outline: none;
}

.body .form-group input:read-only {
  opacity: 0.5;
}

.body .form-group input:-moz-read-only {
  opacity: 0.5;
}

.body .form-group input:disabled {
  opacity: 0.5;
}

.body .form-control:focus {
  background-color: rgba(20, 15, 40, 0.9) !important;
  border-color: var(--electric-purple) !important;
  color: var(--text-primary) !important;
  box-shadow: 0 0 20px rgba(155, 94, 255, 0.8) !important;
  outline: none;
}

.body textarea.form-control {
  height: 160px;
}

.body .form-group label {
  font-weight: 700;
  font-style: normal;
  color: var(--text-primary) !important;
  font-size: 16px;
  margin-bottom: 4px;
  text-shadow: 0 0 10px rgba(155, 94, 255, 0.8) !important;
}

.body .form-group small {
  display: block;
  color: var(--text-secondary) !important;
  font-size: 12px;
  margin-top: 4px;
}

.body select.form-control:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right .3em top 50%, 0 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%239B5EFF' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
}

.body .input-group .form-control {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.body .input-group-prepend .btn {
  z-index: inherit;
}

.body .input-group-append .btn {
  z-index: inherit;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.body .input-group-btn .btn {
  z-index: inherit;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.body .form-group-rtl select.form-control:not([multiple]) {
  background-position: left 1em top 50%, 0 0;
}

.body .form-group-rtl .form-group {
  text-align: right;
}

.body .form-group-rtl .form-group label {
  text-align: right;
}

.body .form-group-rtl .form-group small {
  text-align: right;
}

.body .form-group-rtl .input-group .form-control {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.body .form-group-rtl .input-group-append .btn {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 8px !important;
  border-top-left-radius: 8px !important;
}

.body .form-group-rtl .input-group-btn .btn {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 8px !important;
  border-top-left-radius: 8px !important;
}

.body .panel-description {
  padding: 12px 16px 16px 12px;
  border-color: rgba(155, 94, 255, 0.3);
  background: rgba(15, 10, 30, 0.85);
  border-radius: 8px;
  border: 1px solid rgba(155, 94, 255, 0.3);
  box-shadow: 0 0 15px rgba(155, 94, 255, 0.8) !important;
}

.body .form-group__checkbox {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: -ms-user-select;
  user-select: none;
}

.body .form-group__checkbox label {
  margin-bottom: 0px;
  font-weight: 600;
  font-style: normal;
}

.body .form-group__checkbox-label {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: relative;
  vertical-align: middle;
}

.body .form-group__label-title {
  position: relative;
  vertical-align: middle;
}

.body .form-group__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.body .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(155, 94, 255, 0.8) !important;
  width: 16px;
  height: 16px;
  background: rgba(15, 10, 30, 0.85);
  border-radius: 4px;
}

.body .form-group__checkbox:hover input ~ .checkmark {
  background: rgba(155, 94, 255, 0.2);
}

.body .form-group__checkbox input:checked ~ .checkmark {
  background: var(--electric-purple);
  box-shadow: 0 0 15px rgba(155, 94, 255, 0.8) !important;
}

.body .form-group__checkbox:after {
  content: ' ';
  position: absolute;
  display: none;
}

.body .form-group__checkbox input:checked ~ .checkmark:after {
  content: "\f00c";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  width: 16px;
  height: 16px;
  font-size: 0.7em;
}

.body .form-group__checkbox .checkmark:after {
  color: #ffffff;
}

.body .radiomark {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: rgba(15, 10, 30, 0.85);
  border-radius: 45px;
  box-shadow: 0 0 10px rgba(155, 94, 255, 0.8) !important;
}

.body .form-group__checkbox:hover input ~ .radiomark {
  background: rgba(155, 94, 255, 0.2);
}

.body .form-group__checkbox input:checked ~ .radiomark {
  background: var(--electric-purple);
  box-shadow: 0 0 15px rgba(155, 94, 255, 0.8) !important;
}

.body .form-group__checkbox input:checked ~ .radiomark:after {
  content: " ";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-color: var(--electric-purple);
  border-style: solid;
  background: #ffffff;
}

.body .form-group__checkbox .radiomark:after {
  border-radius: 45px;
  color: #ffffff;
}

.body .form-group__checkbox-rtl .form-group__checkbox-label {
  margin-right: 0px;
  margin-left: 8px;
}

@media (max-width: 768px) {
  .body .form-group__label-title {
    display: inline;
    vertical-align: inherit;
  }
}

/* ===== العناوين مع التوهج الدائم ===== */
.body h1 {
  font-size: 36px;
  line-height: 56px;
  letter-spacing: 0px;
  font-weight: 700;
  font-style: normal;
  color: var(--text-primary);
  font-family: Cairo;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.8) !important;
}

.body h2 {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0px;
  font-weight: 700;
  font-style: normal;
  color: var(--text-primary);
  font-family: Cairo;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.8) !important;
}

.body h3 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 700;
  font-style: normal;
  color: var(--text-primary);
  font-family: Cairo;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.8) !important;
}

.body h4 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: 700;
  font-style: normal;
  color: var(--text-primary);
  font-family: Cairo;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.8) !important;
}

.body h5 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 700;
  font-style: normal;
  color: var(--text-primary);
  font-family: Cairo;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.8) !important;
}

.body h6 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: 700;
  font-style: normal;
  color: var(--text-primary);
  font-family: Cairo;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.8) !important;
}

.body {
  color: var(--text-primary);
  font-family: Cairo;
  font-size: 13px !important;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
}

.body a {
  color: #ffffff;
  text-shadow: 0 0 5px rgba(155, 94, 255, 0.8) !important;
}

.body a:hover {
  color: var(--luxury-gold);
}

.body a:focus {
  color: var(--luxury-gold);
}

.body-rtl h1,
.body-rtl h2,
.body-rtl h3,
.body-rtl h4,
.body-rtl h5,
.body-rtl h6 {
  text-align: right;
}

@media (max-width: 480px) {
  .body h1 {
    font-size: 10vmin;
    line-height: 1.1666666666;
  }
}

/* ===== الأزرار مع التوهج الدائم ===== */
.body .btn-big-secondary {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0px;
  padding: 11px 16px;
  color: var(--text-primary);
  background: rgba(155, 94, 255, 0.2);
  border-color: var(--electric-purple);
  border-radius: 8px;
  border: 1px solid rgba(155, 94, 255, 0.3);
  box-shadow: 0 0 15px rgba(155, 94, 255, 0.8) !important;
}

.body .btn-big-secondary:hover {
  color: var(--text-primary);
  background: rgba(155, 94, 255, 0.3);
  border-color: var(--electric-purple);
}

.body .btn-actions {
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0px;
  padding: 4px 12px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--electric-purple), #7B3EFF);
  border-color: var(--electric-purple);
  border-radius: 8px;
  border: none;
  box-shadow: 0 0 15px rgba(155, 94, 255, 0.8) !important;
}

.body .btn-actions:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #8B4EFF, #6B2EFF);
  border-color: var(--electric-purple);
}

.body .btn-big-primary {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0px;
  padding: 11px 16px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--electric-purple), #7B3EFF);
  border-color: var(--electric-purple);
  border-radius: 8px;
  border: none;
  box-shadow: 0 0 15px rgba(155, 94, 255, 0.8) !important;
}

.body .btn-big-primary:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #8B4EFF, #6B2EFF);
  border-color: var(--electric-purple);
}

/* ===== التنبيهات مع التوهج ===== */
.body .alert {
  margin-bottom: 0px;
  text-align: left;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0px;
  padding: 12px 24px 12px 12px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 0 15px rgba(155, 94, 255, 0.8) !important;
}

.body .alert-info {
  color: var(--electric-purple);
  background: rgba(155, 94, 255, 0.2);
  border: 1px solid var(--electric-purple);
}

.body .alert-success {
  color: var(--success-green);
  background: rgba(38, 162, 94, 0.2);
  border: 1px solid var(--success-green);
}

.body .alert-danger {
  color: var(--danger-pink);
  background: rgba(255, 110, 199, 0.2);
  border: 1px solid var(--danger-pink);
}

.body .alert .close {
  height: 100%;
  padding: 0px 12px;
  font-size: 16px;
  outline: none;
}

.body .alert-danger .close:hover {
  color: var(--danger-pink);
}

.body .alert-success .close:hover {
  color: var(--success-green);
}

.body .alert-info .close:hover {
  color: var(--electric-purple);
}

.body .alert-rtl .alert {
  text-align: right;
}

/* ===== البادجات مع التوهج ===== */
.body .badge {
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0px;
  padding: 4px 6px;
  box-shadow: 0 0 10px rgba(155, 94, 255, 0.8) !important;
}

.body .badge-primary {
  color: #ffffff;
  background: var(--electric-purple);
  border-radius: 6px;
}

.body .badge-danger {
  color: #ffffff;
  background: var(--danger-pink);
  border-radius: 6px;
}

.body .badge-warning {
  color: #0A0814;
  background: var(--luxury-gold);
  border-radius: 6px;
}

/* ===== البطاقات مع التوهج الدائم ===== */
.body .card {
  padding: 24px;
  background: rgb(94 87 131 / 0%);
  border-radius: 8px;
  border: 1px solid rgba(155, 94, 255, 0.3);
  box-shadow: 0 0 15px rgba(155, 94, 255, 0.8) !important;
}

.body .card:hover {
  border-color: var(--electric-purple);
}

.body .tab {
  padding: 0px;
}

.body .tab .nav-item {
  margin-right: 4px;
}

.body .tab .nav-item .nav-link {
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  padding: 6px 12px;
  color: var(--text-secondary);
  background: transparent;
  border-color: transparent;
  border-radius: 8px;
  border-style: solid;
  border-width: 0 0 2px 0;
  box-shadow: none;
}

.body .tab .nav-item .active {
  font-size: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  background: var(--electric-purple);
  border-color: var(--electric-purple);
  box-shadow: 0 0 15px rgba(155, 94, 255, 0.8) !important;
}

.body .tab .nav-item .nav-link:not(.active):hover {
  color: var(--electric-purple);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

@media (max-width: 768px) {
  .body .tab .nav-item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 4px;
  }

  .body .tab-rtl .tab .nav-item {
    text-align: right;
  }
}

/* ===== الجداول مع التوهج ===== */
.body .table-wr {
  box-shadow: 0 0 15px rgba(155, 94, 255, 0.8) !important;
  border-radius: 8px;
}

.body .table {
  margin-bottom: 0px;
  border-radius: 8px;
}

.body .table .nowrap {
  white-space: nowrap;
}

.body .table thead {}

.body .table thead tr th {
  letter-spacing: 0px;
  padding: 8px 7px;
  border-top: none;
  border-left: none;
  border-right: none;
  vertical-align: middle;
  height: 40px;
  border-bottom: 1px solid var(--electric-purple);
  color: var(--text-primary);
  background: rgba(155, 94, 255, 0.2);
  text-shadow: 0 0 5px rgba(155, 94, 255, 0.8) !important;
}

.body .table tbody tr td {
  letter-spacing: 0px;
  padding: 8px 7px;
  vertical-align: middle;
  height: 40px;
  color: var(--text-primary);
  background: var(--dark-layer);
  border-color: rgba(155, 94, 255, 0.2);
  border-bottom: 1px solid rgba(155, 94, 255, 0.2);
}

.body .table tbody tr td:first-child {
  padding-left: 16px;
}

.body .table tbody tr td:last-child {
  padding-right: 16px;
}

.body .table thead tr th:first-child {
  padding-left: 16px;
  border-top-left-radius: 8px;
}

.body .table thead tr th:last-child {
  padding-right: 16px;
  border-top-right-radius: 8px;
}

.body .table tbody tr:last-child td {
  border-bottom: none;
}

.body .table tbody tr:first-child td {
  border-top: 0px;
}

.body .table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

.body .table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.body .table tbody tr:nth-child(even) td {
  background: var(--dark-layer);
}

.body .table tbody tr:nth-child(odd) td {
  background: var(--dark-layer);
}

.body .table-rtl .table thead tr th:first-child {
  padding-left: 7px;
  padding-right: 16px;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 8px;
}

.body .table-rtl .table thead tr th:last-child {
  padding-right: 7px;
  padding-left: 16px;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 8px;
}

.body .table-rtl .table tbody tr td:first-child {
  padding-left: 7px;
  padding-right: 16px;
}

.body .table-rtl .table tbody tr td:last-child {
  padding-left: 16px;
  padding-right: 7px;
}

.body .table-rtl .table tbody tr td {
  text-align: right;
}

.body .table-rtl .table thead tr th {
  text-align: right;
}

.body .table-rtl .table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 8px;
}

.body .table-rtl .table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 8px;
}

.body .table-responsive .table-service {
  min-width: 120px;
  word-break: break-all;
}

.body .table-responsive .table-link {
  min-width: 120px;
  word-break: break-all;
}

@media (max-width: 991px) {
  .body .table-responsive thead tr th {
    white-space: nowrap;
  }

  .body .table-responsive .table-service {
    white-space: nowrap;
  }

  .body .table-responsive .table-link {
    white-space: nowrap;
  }

  .body .table-responsive-classic {
    border: 0;
    box-shadow: none;
  }

  .body .table-responsive-classic thead {
    border: none;
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    display: none;
  }

  .body .table-responsive-classic tbody tr {
    display: block;
    margin-bottom: 16px;
  }

  .body .table-responsive-classic tbody tr:last-child {
    margin-bottom: 0px;
  }

  .body .table-responsive-classic tbody td {
    display: block;
    text-align: right;
  }

  .body .table-responsive-classic tbody tr td {
    min-height: 40px;
    height: auto;
    border-bottom-width: 0px !important;
    word-break: break-all;
  }

  .body .table-rtl .table-responsive-classic tbody tr td {
    text-align: right;
    display: flex;
  }

  .body .table-responsive-classic tbody tr:first-child td {
    border-top: 1px solid rgba(155, 94, 255, 0.2);
  }

  .body .table-responsive-classic td::before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    padding-right: 8px;
  }

  .body .table-rtl .table-responsive-classic td::before {
    float: right;
    padding-left: 8px;
    white-space: nowrap;
  }

  .body .table-responsive-classic td:last-child {
    border-bottom: 0px;
  }

  .body .table-responsive-classic tbody tr td:first-child {
    padding-left: 7px;
  }

  .body .table-rtl .table-responsive-classic tbody tr td:first-child {
    padding-right: 7px;
  }

  .body .table-responsive-classic tbody tr td:last-child {
    padding-right: 7px;
  }

  .body .table-rtl .table-responsive-classic tbody tr td:last-child {
    padding-left: 7px;
  }

  .body .table-responsive-classic tbody tr:nth-child(even) td {
    background: var(--dark-layer);
  }

  .body .table-responsive-classic tbody tr:nth-child(odd) td {
    background: var(--dark-layer);
  }

  .body .table-responsive-classic tbody tr:last-child td:first-child {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .body .table-responsive-classic tbody tr:last-child td:last-child {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
}

.body .pagination {
  margin-bottom: 0px;
  padding: 0px;
}

.body .pagination .pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.4em;
  min-width: 36px;
  height: 36px;
  background: transparent;
  margin-right: 6px;
  border-color: transparent;
  border-style: solid;
  color: var(--electric-purple);
  box-shadow: none;
  border-radius: 8px;
  border-width: 0 0 2px 0;
}

.body .pagination .pagination-item__active .pagination-link {
  font-weight: 600;
  font-style: normal;
  background: var(--electric-purple);
  border-color: var(--electric-purple);
  color: #ffffff;
  box-shadow: 0 0 15px rgba(155, 94, 255, 0.8) !important;
}

.body .pagination .pagination-item {
  font-size: 36px;
}

.body .pagination .pagination-item:not(.pagination-item__active):hover .pagination-link {
  background: transparent;
  border-color: transparent;
  color: rgba(155, 94, 255, 0.9);
}

.body .pagination-rtl .pagination .pagination-link {
  margin-right: 0px;
  margin-left: 6px;
}

.wrapper-sidebar-navbar .wrapper-content {
  padding-top: 64px;
}

.wrapper-navbar .component_navbar_sub {
  height: 64px;
}

.body+.component_navbar_sub {
  height: 64px;
}

.body+.wrapper-content {
  padding-top: 64px;
}

.body .component-sidebar__menu-logo {
  height: 64px;
}

.body .sidebar-block__left-menu {
  padding-bottom: 64px !important;
}

.body .component-navbar-public__wrapper {
  height: 64px;
}

.body .component-navbar-private__wrapper {
  height: 64px;
}

.body .component-navbar-private__wrapper .sidebar-block__top-brand {
  display: none;
}

.body .component-navbar-logo {
  display: flex;
}

.body .component-navbar-nav-item {
  position: relative;
}

.body .component-navbar-public-nav-item {
  height: 64px;
}

.body .component-navbar-private-nav-item {
  height: 64px;
}

.body .component-navbar-nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 100%;
  font-size: 16px;
  font-family: Cairo;
  font-weight: 600;
  font-style: normal;
}

.body .component-navbar-nav-link .badge {
  margin-left: 6px;
  margin-right: 6px;
}

.body .component-navbar-nav-link .component-navbar-nav-link-icon {
  display: flex;
  min-width: 26px;
  padding: 0px 3px;
}

.body .component-navbar-nav-link__navbar-private {
  color: var(--text-secondary);
  background: transparent;
  padding: 4px 12px;
}

.body .component-navbar-nav-link__navbar-private:hover {
  color: var(--electric-purple);
  background: transparent;
}

.body .component-navbar-nav-link-active__navbar-private {
  color: var(--electric-purple);
  background: transparent;
}

.body .component-navbar-nav-link__navbar-public {
  color: #fff !important;
  background: transparent;
  padding: 4px 16px;
}

.body .component-navbar-nav-link__navbar-public:hover {
  color: var(--electric-purple);
  background: transparent;
}

.body .component-navbar-nav-link-active__navbar-public {
  color: var(--electric-purple);
  background: transparent;
}

/* ===== إزالة التوهج من النافبار والسايدبار ===== */
.body .component-navbar-public {
  height: 64px;
  box-shadow: none !important;
}

.body .component-navbar-private {
  height: 64px;
  box-shadow: none !important;
}

.body .component-navbar__navbar-private {
  background: var(--dark-layer) !important;
  box-shadow: none !important;
  backdrop-filter: blur(15px);
}

.body .component-navbar__navbar-public {
  background: var(--dark-layer) !important;
  box-shadow: none !important;
  backdrop-filter: blur(15px);
}

.body .component-navbar-balance-wrap__navbar-private {
  padding-top: 0px;
  padding-bottom: 0px;
}

.body .component-navbar-balance-item__navbar-private {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  font-family: Cairo;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  background: linear-gradient(135deg, #26A25E, #1E8C4E);
  padding: 0 16px;
  border-radius: 0px;
  box-shadow: none !important;
}

.body .component-navbar-balance-item__navbar-private:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #2BB369, #219955);
}

.body .component-navbar-private-brand {
  color: var(--text-secondary);
  font-size: 0px;
}

.body .component-navbar-public-brand {
  color: var(--text-secondary);
}

.body .component-navbar__navbar-private .navbar {
  height: 64px;
}

.body .component-navbar__navbar-public .navbar {
  height: 64px;
}

.body .navbar-burger {
  position: relative;
}

.body .navbar-light .navbar-toggler {
  border: none;
  outline: none;
  position: relative;
}

.body .navbar-burger-line {
  display: block;
  height: 2px;
  width: 24px;
  position: relative;
  background: var(--text-secondary);
  box-shadow: none !important;
}

.body .navbar-burger-line:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: -7px;
  height: 2px;
  width: 24px;
  background: var(--text-secondary);
  box-shadow: none !important;
}

.body .navbar-burger-line:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  height: 2px;
  width: 24px;
  background: var(--text-secondary);
  box-shadow: none !important;
}

.body .navbar-nav {
  padding-right: 0px;
}

.body .component-navbar-collapse-divider {
  height: 1px;
  width: 100%;
  display: none;
  opacity: 0.2;
}

.body .component-navbar__navbar-private .component-navbar-collapse-divider {
  background: var(--text-secondary);
}

.body .component-navbar__navbar-public .component-navbar-collapse-divider {
  background: var(--text-secondary);
}

.body .navbar-dropdown {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}

.body .navbar-dropdown:hover .navbar-dropdown__container {
  list-style: none;
  visibility: visible;
}

.body .navbar-dropdown__name {
  white-space: nowrap;
  color: var(--electric-purple);
  background: rgba(155, 94, 255, 0.1);
  border-color: transparent;
  box-shadow: none !important;
  border-style: solid;
  border-width: 1px;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 16px;
  font-family: Cairo;
  font-weight: 600;
  font-style: normal;
}

.body .navbar-dropdown__toggle:after {
  display: inline-block;
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  margin-left: 4px;
}

.body .navbar-dropdown__name:hover {
  color: var(--electric-purple);
  background: rgba(155, 94, 255, 0.2);
  border-color: transparent;
}

.body .navbar-dropdown__container {
  position: absolute;
  padding: 0px;
  margin: 0px;
  top: 100%;
  background: var(--dark-layer);
  min-width: 100%;
  visibility: hidden;
  border-radius: 4px;
  border-color: transparent;
  box-shadow: none !important;
  border-style: solid;
  border-width: 0px;
}

.body .navbar-dropdown__item {
  list-style: none;
}

.body .navbar-dropdown__link {
  display: block;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
  color: var(--text-secondary);
  background: transparent;
  padding: 4px 12px;
}

.body .navbar-dropdown__link:hover {
  color: var(--electric-purple);
  background: transparent;
}

@media (max-width: 991px) {
  .body .component-navbar__navbar-public .navbar-collapse {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    background: var(--dark-layer);
  }

  .body .component-navbar__navbar-private .navbar-collapse {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    background: var(--dark-layer);
  }

  .body .component-navbar__navbar-private .component-navbar-collapse {
    flex-wrap: wrap;
  }

  .body .component-navbar__navbar-private .component-navbar-private-nav-item {
    height: auto;
  }

  .body .component-navbar__navbar-private .component-navbar-balance-wrap__navbar-private {
    padding-left: 12px;
    padding-right: 12px;
  }

  .body .component-navbar-collapse {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .body .component-navbar-collapse-divider {
    display: flex;
  }

  .body .component-navbar-nav-link {
    width: 100%;
    justify-content: flex-start;
  }

  .body .navbar-nav {
    width: 100%;
  }

  .body .component-navbar-private__wrapper .sidebar-block__top-brand {
    display: block;
  }

  .body .component-navbar-private-brand {
    font-size: unset;
  }

  .body .navbar {
    flex-flow: row;
  }
}

/* ===== إزالة التوهج من السايدبار ===== */
.body .component-sidebar_wrapper {
  flex-basis: 250px;
  width: 250px;
}

.body .component-sidebar {
  background: var(--dark-layer) !important;
  width: 250px;
  box-shadow: none !important;
  backdrop-filter: blur(15px);
}

.body .component-sidebar__menu {
  padding: 32px 0;
  max-height: calc(100vh);
  overflow-y: auto;
}

.body .component-sidebar__menu-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent !important;
  color: var(--text-primary);
}

.body .component-sidebar__menu-brand {
  color: var(--text-primary);
  text-shadow: none !important;
}

.body .component-sidebar__menu-item {
  list-style: none;
}

.body .component-sidebar__menu-item-link {
  display: flex;
  align-items: center;
  word-break: break-all;
  font-size: 13px !important;
  font-family: Cairo;
  font-weight: 600;
  font-style: normal;
  color: var(--text-primary);
  background: transparent;
  padding: 8px 16px;
  margin: 8px 20px;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  box-shadow: none !important;
}

.body .component-sidebar__menu-item-link .badge {
  margin-left: auto;
}

.body .sidebar-rtl .component-sidebar__menu-item-link .badge {
  margin-left: 0px !important;
  margin-right: auto;
}

.body .component-sidebar__menu-item-link:hover {
  color: var(--luxury-gold);
  background: rgba(156, 16, 207, 0.22);
  border-color: transparent;
}

.body .component-sidebar__menu-item-active .component-sidebar__menu-item-link {
  color: var(--electric-purple);
  background: rgb(253 248 255 / 10%);
  border-color: transparent;
  font-weight: bold;
}

@media (max-width: 991px) {
  .body .component-sidebar_wrapper {
    display: none;
  }
}

.body .ticket-dialog__row {
  margin-bottom: 16px;
}

.body .ticket-dialog__row-message {
  font-size: 16px;
  padding: 12px;
  border-color: #000000;
  background: var(--dark-layer);
  border-radius: 8px;
  border: none;
  box-shadow: 0 0 15px rgba(155, 94, 255, 0.8) !important;
}

.body .ticket-dialog__row-bottom {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.body .ticket-dialog__row-bottom-name {
  font-weight: bold;
}

.body .ticket-dialog__row-bottom-date {}

.body .ticket-dialog__row-admin {
  padding-right: 50px;
}

.body .ticket-dialog__row-user {
  padding-left: 50px;
}

.body .ticket-dialog__row-admin .ticket-dialog__row-message {
  color: var(--text-primary);
  background: rgba(155, 94, 255, 0.2);
  border-color: transparent;
  box-shadow: 0 0 15px rgba(155, 94, 255, 0.8) !important;
}

.body .ticket-dialog__row-admin .ticket-dialog__row-bottom {
  color: var(--text-secondary);
}

.body .ticket-dialog__row-admin .ticket-dialog__row-bottom .ticket-dialog__row-bottom-name {
  padding-right: 7px;
}

.body .ticket-dialog__row-user .ticket-dialog__row-message {
  text-align: left;
  color: var(--text-primary);
  background: rgba(210, 229, 250, 0.2);
  border-color: transparent;
  box-shadow: 0 0 15px rgba(155, 94, 255, 0.8) !important;
}

.body .ticket-dialog__row-user .ticket-dialog__row-bottom {
  justify-content: flex-end;
  text-align: right;
  color: var(--text-secondary);
}

.body .ticket-dialog__row-user .ticket-dialog__row-bottom .ticket-dialog__row-bottom-name {
  padding-right: 7px;
}

.body .ticket-dialog-rtl .ticket-dialog__row-admin {
  padding-left: 50px;
  padding-right: 0px;
}

.body .ticket-dialog-rtl .ticket-dialog__row-user {
  padding-right: 50px;
  padding-left: 0px;
}

.body .ticket-dialog-rtl .ticket-dialog__row-admin .ticket-dialog__row-message {
  text-align: right;
}

.body .ticket-dialog-rtl .ticket-dialog__row-user .ticket-dialog__row-message {
  text-align: right;
}

.body .ticket-dialog-rtl .ticket-dialog__row-admin .ticket-dialog__row-bottom .ticket-dialog__row-bottom-name {
  padding-right: 0px;
  padding-left: 7px;
}

.body .ticket-dialog-rtl .ticket-dialog__row-user .ticket-dialog__row-bottom .ticket-dialog__row-bottom-name {
  padding-right: 0px;
  padding-left: 7px;
}

.body .component-footer {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
}

.body .component-footer__public {
  color: var(--text-secondary);
  min-height: 64px;
  padding: 20px 0;
  box-shadow: none;
  background: var(--dark-layer);
  box-shadow: 0 0 15px rgba(155, 94, 255, 0.8) !important;
}

.body .component-footer__public-copyright {}



.body .style-bg-primary-alpha-10 {
  background: rgba(155, 94, 255, 0.1);
}

.body .style-bg-primary-alpha-20 {
  background: rgba(155, 94, 255, 0.2);
}

.body .style-bg-primary-alpha-30 {
  background: rgba(155, 94, 255, 0.3);
}

.body .style-bg-primary-alpha-40 {
  background: rgba(155, 94, 255, 0.4);
}

.body .style-bg-primary-alpha-50 {
  background: "";
}

.body .style-bg-primary {
  background: var(--electric-purple);
}

.body .style-bg-light {
  background: var(--dark-layer);
}

.body .style-bg-color-light {
  background: var(--dark-layer);
}

.body .style-svg-primary svg {
  fill: var(--electric-purple);
}

.body .style-svg-g-primary svg g {
  fill: var(--electric-purple);
}

.body .style-box-shadow-default {
  box-shadow: 0 0 15px rgba(155, 94, 255, 0.8) !important;
}

.body .style-border-style-default {
  border-style: none;
}

.body .style-border-width-default {
  border-width: 0px;
}

.body .style-text-default {
  color: var(--text-primary);
}

.body .style-text-white {
  color: var(--text-primary);
}

.body .style-text-dark {
  color: var(--electric-purple);
}

.body .style-border-radius-default {
  border-radius: 8px;
}

.body .style-border-radius-0 {
  border-radius: 0px;
}

.body .style-border-radius-50 {
  border-radius: 50px;
}

.slick-prev:before,
.slick-next:before {
  color: #000000;
}

.slick-dots li button {
  background: #000000;
}

.body .modal {}

.body .modal .modal-content {
  border: none;
  background: var(--dark-layer);
  box-shadow: 0 0 15px rgba(155, 94, 255, 0.8) !important;
}

.body .modal-rtl .modal-content {
  text-align: right;
}

.body pre {
  direction: ltr;
  unicode-bidi: bidi-override;
  padding: 24px;
  font-weight: 300;
  background: rgba(15, 10, 30, 0.85);
  color: var(--text-primary);
  border-color: #000000;
  box-shadow: 0 0 15px rgba(155, 94, 255, 0.8) !important;
  border-style: solid;
  border-radius: 8px;
  border-width: 0px;
}

/* ===== العناصر الخاصة مع التوهج ===== */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--electric-purple);
  color: #fff;
  box-shadow: 0 0 10px rgba(155, 94, 255, 0.8) !important;
}

.select2-container--default .select2-results__option:hover {
  background-color: rgba(155, 94, 255, 0.3);
}

.select2-container--default .select2-results__option>a:hover {
  color: #fff;
}

.badge.badge-secondary {
  background-color: var(--electric-purple);
  color: #fff;
  box-shadow: 0 0 10px rgba(155, 94, 255, 0.8) !important;
}

.totals-block__icon-preview {
  border: 1px solid var(--electric-purple);
  box-shadow: 0 0 10px rgba(155, 94, 255, 0.8) !important;
}

.body .balance-dropdown__name {
  color: var(--electric-purple);
  background: rgba(155, 94, 255, 0.1);
  box-shadow: 0 0 10px rgba(155, 94, 255, 0.8) !important;
}

.body .balance-dropdown__item:hover {
  background-color: rgba(155, 94, 255, 0.09);
}

.body .balance-dropdown__link:hover {
  color: var(--electric-purple);
}

.ChildPanelNote {
  background-color: rgba(155, 94, 255, 0.1);
  border: 1px solid var(--electric-purple);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 15px rgba(155, 94, 255, 0.8) !important;
}

/* ===== دعم RTL ===== */
.body-rtl .component-sidebar_wrapper,
.body-rtl .component-sidebar {
  right: 0 !important;
  left: auto !important;
}

.body-rtl .table thead tr th {
  text-align: right;
}

.body-rtl .table tbody tr td {
  text-align: right;
}

.body-rtl .table thead tr th:first-child {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 8px !important;
  padding-right: 16px;
  padding-left: 7px;
}

.body-rtl .table thead tr th:last-child {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 8px !important;
  padding-left: 16px;
  padding-right: 7px;
}

.body-rtl .table tbody tr td:first-child {
  padding-right: 16px;
  padding-left: 7px;
}

.body-rtl .table tbody tr td:last-child {
  padding-left: 16px;
  padding-right: 7px;
}

.body-rtl .table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 8px !important;
}

.body-rtl .table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 8px !important;
}

.body-rtl .modal-content {
  direction: rtl;
  text-align: right;
}

.body-rtl .modal-body,
.body-rtl .modal-content .description {
  direction: rtl;
  text-align: right;
}

.body-rtl .modal-content,
.body-rtl .modal-body,
.body-rtl .modal-content * {
  direction: rtl !important;
  text-align: right !important;
}

.body-rtl .select2-container--default .select2-results__options {
  direction: rtl !important;
  text-align: right !important;
}

.body-rtl .navbar {
  direction: rtl;
  flex-direction: row-reverse;
}

.body-rtl .navbar .navbar-public__header,
.body-rtl .navbar .navbar-private__header {
  flex-direction: row-reverse;
}

.body-rtl .navbar-toggler {
  margin-left: auto;
  margin-right: 0;
}

.body-rtl .sidebar-block__top-brand {
  margin-right: auto;
  margin-left: 0;
}

.body-rtl .navbar .navbar-nav {
  text-align: right;
  padding-right: 0;
  margin-right: 0;
  margin-left: auto;
}

.body-rtl .component-navbar-nav-link {
  text-align: right;
  direction: rtl;
}

.body-rtl .navbar {
  direction: rtl;
}

.body-rtl .navbar .d-flex {
  flex-direction: row-reverse !important;
  justify-content: space-between;
  align-items: center;
}

.body-rtl .navbar .dropdown {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.body-rtl .navbar .d-flex {
  justify-content: flex-end !important;
  flex-direction: row !important;
}

.body-rtl .navbar .dropdown {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.body-rtl .navbar .ms-auto {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.body-rtl .navbar .me-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}

.body-rtl .navbar>.container,
.body-rtl .navbar>.d-flex,
.body-rtl .navbar>.container-fluid {
  margin-left: 0 !important;
  margin-right: auto !important;
  justify-content: flex-end !important;
}

.body-rtl .component-navbar-collapse {
  margin-left: 0 !important;
  margin-right: auto !important;
  justify-content: flex-end !important;
  direction: rtl;
}

.body-rtl .component-navbar-collapse.d-flex {
  flex-direction: row !important;
}

.navbar-rtl .component-navbar-collapse {
  margin-left: inherit;
  margin-right: auto;
}

.navbar-rtl .navbar-icon {
  margin-right: 0px;
  margin-left: 8px;
}

.navbar-rtl .navbar-languages {
  margin-left: 0px;
  margin-right: 12px;
}

.navbar-rtl .navbar-languages {
  margin-left: 12px;
  margin-right: 0px;
}

/* ===== تحسينات التصميم مع التوهج الدائم ===== */
.body .balance-dropdown__name.balance-dropdown__toggle {
  background: var(--gold) !important;
  color: #000 !important;
  border: none !important;
  box-shadow: 0 0 15px rgba(255, 181, 0, 0.8) !important;
}

.body .balance-dropdown__name.balance-dropdown__toggle:hover {
  box-shadow: 0 0 20px rgba(155, 94, 255, 0.9) !important;
}

.body:not(.body-rtl) .balance-dropdown__name.balance-dropdown__toggle {
  padding-right: 35px !important;
  background-position: right 10px center !important;
}

.body-rtl .balance-dropdown__name.balance-dropdown__toggle {
  padding-left: 35px !important;
  background-position: left 10px center !important;
}

.body:not(.body-rtl) .balance-dropdown__name i,
.body:not(.body-rtl) .balance-dropdown__name svg,
.body:not(.body-rtl) .balance-dropdown__name span {
  margin-right: 10px !important;
}

.body-rtl .balance-dropdown__name i,
.body-rtl .balance-dropdown__name svg,
.body-rtl .balance-dropdown__name span {
  margin-left: 10px !important;
}

.balance-dropdown__name {
  direction: ltr !important;
  text-align: right;
}

.body-rtl .balance-dropdown__name {
  unicode-bidi: plaintext;
}

/* ===== تحسينات الاستجابة ===== */
.hideextra {
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
  max-width: 300px !important;
}

body {
  overflow-x: hidden !important;
}

.table-wrapper-content,
.table-responsive,
.table {
  overflow-x: auto !important;
  display: block !important;
}

.table-container-mobile {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-container-mobile .table {
  min-width: 700px;
  width: max-content;
}

/* ===== إصلاحات إضافية ===== */

.body .component_table th,
.body .component_table td {
  padding: 6px 8px !important;
}

#service-table th,
#service-table td {
  padding: 8px 12px !important;
}

.services-list-category table th,
.services-list-category table td {
  color: var(--text-primary) !important;
  font-weight: bold !important;
  padding: 4px 6px !important;
}

body .table th,
body .table td {
  color: var(--text-primary) !important;
  font-weight: bold !important;
  padding: 4px 6px !important;
}

/* إزالة الأسهم من SVG */
svg path[d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z"],
svg path[d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z"] {
  display: none !important;
}

.card .text-primary,
.card .username,
.card .balance,
.card strong,
.card .font-weight-bold {
  color: var(--text-primary) !important;
}

.totals-block__count-value,
.totals-block__card-name p {
  color: var(--text-primary) !important;
}

.body select.form-control {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%239B5EFF' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  padding-right: 25px;
  cursor: pointer;
}

table,
.table,
.services-list-category table,
#service-table {
  width: 100% !important;
}

.body .table {
  width: 100% !important;
  table-layout: auto !important;
}

.body .table-responsive {
  overflow-x: auto;
}

.body .table-responsive .table-service,
.body .table-responsive .table-link {
  min-width: unset !important;
  word-break: normal !important;
}

.affiliate-block__table-payments table {
  width: 100% !important;
  table-layout: auto !important;
}

.table-wrapper-content,
.table-responsive,
.table {
  overflow-x: unset !important;
  display: table !important;
}

.body-rtl select.form-control {
  direction: rtl !important;
  text-align: right !important;
  padding-right: 10px !important;
  padding-left: 40px !important;
  background-position: 10px center !important;
  background-repeat: no-repeat;
}

.body-rtl .input-group-append .btn {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 8px !important;
  border-top-left-radius: 8px !important;
}

.body-rtl .input-group .form-control {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}