.elementor-881 .elementor-element.elementor-element-035106b{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-f4cdbba */@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@600;700&family=Cairo:wght@400;600;700&display=swap');

/* الخط العام */
.tutor-dashboard *:not(i):not([class*="tutor-icon"]) {
  font-family: 'Cairo', sans-serif !important;
  box-sizing: border-box;
  direction: rtl;
}

/* خطوط labels والأزرار */
.tutor-dashboard-title,
.tutor-btn,
.popular-courses-heading-dashboard span,
.tutor-dashboard-menu-item-link {
  font-family: 'Alexandria', sans-serif !important;
}

/* زر العودة إلى الرئيسية */
a[href="https://sciencaa.com/"] {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #4424E2, #5C37DE);
  color: #ffffff !important;
  padding: 16px 36px;
  border-radius: 32px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Alexandria', sans-serif;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2), 0 14px 40px rgba(68, 36, 226, 0.35);
  z-index: 99999;
  transition: all 0.3s ease;
}

a[href="https://sciencaa.com/"]:hover {
  transform: translateX(-50%) scale(1.05);
  filter: brightness(1.1);
  color: #ffffff !important;
}

/* لوحة التحكم */
.tutor-dashboard {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 24px 20px;
  margin: 100px auto 24px auto; /* هام لإبعاد المحتوى عن الزر */
  max-width: 96%;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.2),
    inset 0 0 40px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px) saturate(160%) contrast(120%);
  -webkit-backdrop-filter: blur(20px) saturate(160%) contrast(120%);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* القائمة الجانبية */
.tutor-dashboard-left-menu {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 16px 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.tutor-dashboard-menu-item {
  margin-bottom: 8px;
}

.tutor-dashboard-menu-item-link {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 12px;
  transition: all 0.3s ease;
  font-weight: 600;
  color: #2c2c2c !important;
  background: #ffffff;
}

.tutor-dashboard-menu-item-link:hover {
  background: rgba(119, 84, 246, 0.08);
  color: #2c2c2c !important;
}

/* البطاقات */
.tutor-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.tutor-card:hover {
  transform: scale(1.01);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

/* زر عام */
.tutor-btn {
  background: linear-gradient(135deg, #4424E2, #5C37DE);
  color: #fff !important;
  padding: 12px 20px;
  border-radius: 18px;
  font-weight: 700;
  border: none;
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.15),
    0 8px 24px rgba(68, 36, 226, 0.3);
  transition: all 0.3s ease;
}

.tutor-btn:hover {
  background: linear-gradient(135deg, rgba(68, 36, 226, 0.85), rgba(92, 55, 222, 0.75));
  transform: scale(1.02);
  filter: brightness(1.1);
}

/* عنوان */
.tutor-dashboard-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #2c2c2c;
}

.tutor-color-secondary {
  color: #666 !important;
}

/* جدول */
.tutor-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.tutor-table th,
.tutor-table td {
  padding: 12px 14px;
  text-align: right;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  color: #2c2c2c;
}

.tutor-table th {
  background: #f9f9f9;
  font-weight: 700;
}

/* عنوان قسم دوراتي */
.popular-courses-heading-dashboard {
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 14px;
  border-radius: 12px;
  color: #2c2c2c;
}

/* روابط */
a,
a:visited {
  color: #2c2c2c !important;
  text-decoration: none !important;
}

a:hover {
  color: #111 !important;
}

/* فوتر الموبايل */
#tutor-dashboard-footer-mobile a {
  background: #ffffff;
  padding: 8px 6px;
  font-size: 13px;
  color: #2c2c2c;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Alexandria', sans-serif;
}

#tutor-dashboard-footer-mobile a:hover {
  background: rgba(119, 84, 246, 0.08);
  color: #111 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .tutor-dashboard {
    padding: 16px 12px;
    margin-top: 120px !important; /* مساحة إضافية للهاتف تحت الزر */
  }

  .tutor-dashboard-left-menu {
    padding: 10px;
  }

  .tutor-card {
    margin-bottom: 16px;
  }

  .tutor-dashboard-menu-item-link {
    font-size: 14px;
    padding: 8px 12px;
  }

  .tutor-table th,
  .tutor-table td {
    font-size: 13px;
    padding: 10px;
  }

  a[href="https://sciencaa.com/"] {
    font-size: 16px;
    padding: 12px 24px;
    top: 12px;
  }
}

/* زر "عرض الكل" في قسم دوراتي */
.tutor-btn-ghost {
  font-size: 13px !important;
  padding: 6px 12px !important;
  font-weight: 500 !important;
}
a[href="https://sciencaa.com/"] {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;

  background: linear-gradient(135deg, #4424E2, #5C37DE);
  color: #fff !important;
  padding: 16px 36px;
  border-radius: 32px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Alexandria', sans-serif;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2), 0 10px 30px rgba(68, 36, 226, 0.3);
  text-align: center;
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

a[href="https://sciencaa.com/"]:hover {
  transform: translateX(-50%) scale(1.05);
  filter: brightness(1.1);
}
@media (max-width: 768px) {
  a[href="https://sciencaa.com/"] {
    top: -130px !important;
    padding: 14px 28px !important;
    font-size: 18px !important;
  }
}/* End custom CSS */