:root {
  --bg-gradient-start: #e8f1ff;
  --bg-gradient-end: #f0f7ff;
  --card-bg: #ffffff;
  --text-secondary: #6c757d;
  --input-bg: #ffffff;
  --white2: white;
  --white2: white;
  --input-border: #dee2e6;
  --section-bg: rgba(255, 255, 255, 0.9);
  --card-border: #0040C1;
  --text-Primary: #0040C1;
  --text-secondary: #94a3b8;
  --border-secondary: rgba(232, 232, 232, 1);
  --titles-color: #09082A;
  --active: #0040C1;
  --filter: none;
  --card3: rgba(72, 72, 72, 0.2);
  --background-circles: rgba(84, 127, 213, 1);
  --background-circles2: rgba(84, 127, 213, 1);
  --label: #0040C1;
  --links2: black;
  --links3: rgba(102, 102, 102, 1);
  --links: black;
  --background: #E8E8E8;
  --normal: white;
  --bordergray:#E8E8E8;
  --background2: #E8E8E8;
  --checkbox-unactive: #E8E8E8;
  --bordergradient: rgba(44, 44, 44, 0.1);
  --item-color: rgba(250, 250, 250, 0.50);
  --item-color2: transparent;
  --before: linear-gradient(90deg, rgba(0, 64, 193, 1), rgba(0, 64, 193, 0.1));
  --card: #E6ECF9;
  --bg2: white;
  --bg3: white;
  --active2: white;
  --backopa: rgba(250, 250, 250, 1);
  --backapply: rgba(250, 250, 250, 1);
  --backapply2: rgba(250, 250, 250, 1);
  --border-button-secondary: rgba(232, 232, 232, 1);
  --borderopa: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, #0040C1, rgba(228, 240, 243, 0)) border-box;
  --text-color-secondray: rgba(102, 102, 102, 1);
    --border-button---Secondray:rgba(250, 250, 250, 0.90);
    --applcnt : white;
    --calendar: #E6ECF9;
  --query: #FAFAFA;
    --bordergrey : #E8E8E8;

  --no: rgba(230, 236, 249, 1);
}[data-theme="dark"] {
  --bg-gradient-start: #09082A;
  --bg-gradient-end: #09082A;
  --query: #09082A;
  --no: rgba(0, 27, 81, 1);
  --white: #09082A;
  --white2: #0040C1;
  --bordergrey : rgba(72, 72, 72, 0.50);
  --card-bg: #1a2332;
  --card3: rgba(72, 72, 72, 0.20);
  --filter: brightness(0) invert(1);
  --card-border: #2563eb;
  --backapply: rgba(0, 0, 0, 0.1);
  --backapply2: rgba(0, 0, 0, 0.2);
  --links: #0040C1;
  --links2: rgba(255, 255, 255, 1);
  --links3: rgba(255, 255, 255, 1);
  --text-primary: #E8E8E8;
  --text-secondary: white;
  --border-button---Secondray:rgba(72, 72, 72, 0.50);
  --label: white;
  --active2: white;
  --input-bg: #09082A;
  --input-border: #1e293b;
  --section-bg: rgba(26, 35, 50, 0.9);
  --background-circles: rgba(0, 64, 193, 1);
  --background-circles2: rgba(0, 27, 81, 1);
  --item-color: transparent;
  --background2: rgba(0, 0, 0, 0.10);
  --checkbox-unactive: rgba(0, 64, 193, 0.4);
  --border-secondary: rgba(72, 72, 72, 0.5);
  --border-button-secondary: rgba(72, 72, 72, 0.50);
  --titles-color: white;
  --active: white;
  --background: #09082A;
  --border-gradient: #0040C1;
  --before: linear-gradient(90deg, rgba(0, 64, 193, 1), rgba(0, 64, 193, 0.1));
  --card: rgba(230, 236, 249, 0.05);
  --bg2: rgba(0, 0, 0, 0.20);
  --bg3: transparent;
  --borderopa: linear-gradient(#09082A, #09082A) padding-box,
    linear-gradient(90deg, #0040C1, transparent) border-box;
  --backopa: rgba(0, 0, 0, 0.10);
  --normal: rgba(0, 0, 0, 0.10);
  --text-color-secondray: rgba(138, 167, 226, 1);
  --applcnt:#002D89;
  --calendar : transparent;
}


#themeToggle {
  outline: 4px solid rgba(0, 64, 193, 0.4);
}

span {
  font-family: "IBM Plex Sans Arabic";

}

.sep {
  background: var(--border-button---Secondray, #E8E8E8);
  width: 100%;
  height: 2px;
}

.active {
  color: var(--active);
  font-weight: 1000;
}

.bg1 {
  width: 100%;
  height: 100%;
  background-color: var(--background);
  position: absolute;
}

/* Header Styles */
.header {
  padding: 1rem 0;
}

.logo {
  height: 50px;
}

.nav-menu {
  display: flex;
  gap: 2rem;
  list-style: none;
  align-items: center;
}

.nav-menu a {
  color: var(--text-primary);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s;
}

.nav-menu a:hover {
  color: #0040C1;
}

.fixed2 {
  position: fixed;
  left: 50px;
}

.date-badge {
  background: #28a745;
  color: var(--bg2);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.theme-toggle span {
  cursor: pointer;
}

.theme-toggle:hover {
 /*background: var(--card-border);*/
}

/* Breadcrumb */
.breadcrumb-custom {
  background: transparent;
  padding: 1.5rem 0;
  font-size: 0.9rem;
  text-align: right;
}

.breadcrumb-custom a {
  color: var(--text-secondary);
  text-decoration: none;
}

.form-control {
  text-align: right;
  height: auto !important;
}

/* Apply Button */
.apply-btn {
  background: #0040C1;
  color: white;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
}

.apply-btn:hover {
  background: #0b5ed7;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(13, 110, 253, 0.4);
}

#job {}

.info-section {
  background: var(--bg2);
  border: 2px solid var(--card-border);
  border-radius: 50px;
  padding: 1rem;
  /* margin-bottom: 1.5rem; */
  transition: all 0.3s;
  margin-top: 20px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  color: var(--card-border);
  font-size: 1.1rem;
  text-align: right;
}

.section-content {
  margin-top: 1rem;
  text-align: right;
  line-height: 2;
  color: var(--label);
}

.section-content span {
  margin-top: 1rem;
  text-align: right;
  line-height: 2;
  font-size: 30px;
  font-weight: bold;
  color: var(--label);
}

.section-content ul {
  list-style: none;
  padding-right: 1rem;
}

.section-content li:before {
  content: "• ";
  color: var(--card-border);
  font-weight: bold;
  margin-left: 0.5rem;
}

/* Registration Form Section */
.registration-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 3rem 0 2rem;
  color: var(--text-primary);
}

/* Progress Stepper */
.stepper-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
  padding: 0 2rem;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
}

.step-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--input-bg);
  border: 3px solid var(--input-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--text-secondary);
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}

#theme-toggle2 {
  height: 50px;

}

.dbody {
  background: var(--white);
}

.navlinks2 {
  font-size: 30px !important;
}

.step.active .step-number {
  border: 2px solid var(--button-color---Primary, #0040C1);
  background: var(--background, #FFF);
  color: #0040C1;
  box-shadow: 0 4px 15px rgba(13, 110, 253, 0.4);
}

.job-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: 50px 0px;
}

.card-header-section {
  display: flex;
  flex-direction: row-reverse;
}

.status-badge {
  border-radius: 30px;
  border: 2px solid rgba(17, 255, 0, 0.50);
  color: var(--label) !important;
  background: rgba(17, 255, 0, 0.21);
  backdrop-filter: blur(8px);
  margin-right: 15px;
  padding: 12px 15px;
}

.apply-button {
  height: 40px !important;
}

* {
  font-family: "IBM Plex Sans Arabic";
}

.job-title {
  color: var(--text-Primary, white);
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.job-description {
  color: var(--text-color-secondray, #666);
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.black {
  color: var(--links2) !important;
  font-family: "IBM Plex Sans Arabic";
}

.department {
  color: var(--text-Primary, white);
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 0px;
}

.date-text {
  padding: 10px;
  color: var(--active);
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 74px;
  border: 2px solid var(--bg-gradient-start, #E8E8E8);
  backdrop-filter: blur(8px);
  background: var(--bg2, rgba(250, 250, 250, 0.90));
  border-radius: 74px;
  border: 2px solid var(--border-button---Secondray, #E8E8E8);
  backdrop-filter: blur(8px);
}

.card-footer-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-direction: row;
  justify-content: space-between;


}

.step-label {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: var(--text-secondary);
  text-align: center;
}

.step.active .step-label {
  color: var(--text-primary);
  font-weight: 600;
}

.step-line {
  position: absolute;
  top: 25px;
  right: 50%;
  width: 100%;
  height: 3px;
  background: var(--input-border);
  z-index: 1;
}

.activestep-line {
  background: #DEE2E6 !important;
  background: linear-gradient(90deg, rgba(222, 226, 230, 1) 56%, #0040C1 100%) !important;
}

.auto {
  margin: 0px auto;
  height: 40px !important;
  width: 300px !important;
}

.step:last-child .step-line {
  display: none;
}

/* Form Card */
.form-card {
  background: var(--section-bg);
  border: 2px solid var(--card-border);
  border-radius: 20px;
  padding: 2rem;
  max-width: 80%;
  margin: 2rem auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.form-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--input-border);
}

.form-title h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-primary);
}

/* Form Groups */
.form-group {
  margin-bottom: 1.5rem;
}

.que {
  color: var(--label, #FFF) !important;
  font-weight: bold;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--text-primary);
  font-weight: 500;
  font-size: 0.95rem;
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid var(--input-border);
  border-radius: 50px;
  background: transparent;
  color: var(--text-primary);
  font-size: 0.95rem;
  transition: all 0.3s;
}

.form-control:focus {
  outline: none;
  background-color: transparent;
}

.form-control::placeholder {
  color: var(--text-secondary);
}

/* Toggle Buttons */
.toggle-group {
  /* display: flex
    ; */
  gap: 1rem;
  margin-top: 0.5rem;
  padding: 30px 0px;
  text-align: right;
}

.toggle-btn {
  flex: 1;
  padding: 0.75rem;
  border: 2px solid var(--input-border);
  border-radius: 50px;
  background: var(--input-bg);
  color: var(--text-primary);
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 600;
}

.toggle-btn:hover {
  border-color: #0040C1;
}

.toggle-btn.active {
  background: #0040C1 !important;
  border-color: #0040C1 !important;
  color: white;
}

/* Select Dropdown */
select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236c757d' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 1rem center;
  padding-left: 2.5rem;
}

.primary,
.primary2,
.primary3 {
  width: 100%;
  padding: 1rem;
  background: #0040C1;
  color: white !important;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  margin: 2rem !important;
  border: transparent;
  transition: all 0.4s ease;
  /* smooth both hover in & out */
}

.primary3 {
  width: 200px;
  height: 56px;
  font-size: 20px;
}

.primary3 a {
  font-size: 20px;
}

.primary2 a,
.primary2 a {
  font-size: 18px !important;
  color: white;
  text-decoration: none;
}

/* Hover effect */
.primary:hover,
.primary2:hover,
.primary3:hover {
  background: #0b5ed7;
  border: 5px solid #0b5ed7;
}

/* This ensures when mouse leaves, it reverses smoothly */
.primary,
.primary2,
.primary3 {
  transform: scale(1);
  box-shadow: none;
}

a:hover {
  color: white;
  text-decoration: none;
}

a {
  color: white;
  text-decoration: none;
}

.primary:active .span {
  font-size: 20px;
}

/* Footer */
.footer {
  background: var(--card-bg);
  padding: 2rem 0;
  margin-top: 4rem;
  color: var(--text-primary);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-icons {
  display: flex;
  gap: 1rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--input-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-primary);
  text-decoration: none;
  transition: all 0.3s;
}

.social-icons a:hover {
  background: #0040C1;
  color: white;
  transform: translateY(-3px);
}

.footer-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.footer-links a {
  color: var(--text-primary);
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: #0040C1;
}

.copyright {
  text-align: center;
  margin-top: 1.5rem;
  color: var(--text-secondary);
  font-size: 0.85rem;
}

@media (max-width: 1300px) {
  .card {
    height: 400px !important;
  }
}
@media (max-width: 500px) {
.card{
    height: 498px !important;
}
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }

  .calendar-container {
    display: none !important;
  }

  .header1 {
    width: 100% !important;
  }

  .tab-btn {
    width: 40px !important;
    height: 40px !important;
  }

  .stepper-container {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .step {
    flex: 0 0 calc(33.333% - 1rem);
  }

  .step-line {
    display: none;
  }

  .form-card {
    padding: 1.5rem;
  }

  .footer-content {
    flex-direction: column;
    gap: 1.5rem;
  }
}

a:hover {
  text-decoration: none;
}

.chk {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  font-family: system-ui, Arial, sans-serif;
  line-height: 1;

}

/* visually hide native checkbox but keep it accessible */
.chk__input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  border-radius: 8px;
  border: 1px solid var(--border-button---Primary, rgba(0, 64, 193, 0.40));
  background: var(--checkbox-unactive, #E6ECF9);
}

.chk__box {
  width: var(--size);
  height: var(--size);
  border-radius: 6px;
  border: 2px solid var(--border);
  display: inline-grid;
  place-items: center;
  transition: background-color .18s ease, border-color .18s ease, transform .12s ease;
  border-radius: 8px;
  border: 1px solid var(--border-button---Primary, rgba(0, 64, 193, 0.40));
  background: var(--checkbox-unactive, #E6ECF9);
  position: relative;
  width: 20px;
  height: 20px;
  color: white;
}

/* the check mark created with pseudo-element */
.chk__box::after {
  content: "";
  width: 8px;
  height: 14px;
  border-style: solid;
  border-color: transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transform-origin: center center;
  transition: transform .14s cubic-bezier(.2, .9, .3, 1);
  color: var(--accent);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -55%;
  border-color: var(--accent);
}

/* label text */
.chk__label {
  font-size: 24px;
  color: white;
}

/* Checked state */
.chk__input:checked+.chk__box {
  background: var(--Primary-Blue-primary-blue-500, #0040C1);
  border-color: var(--primary);
  transform: scale(.98);
}

.chk__input:checked+.chk__box::after {
  transform: rotate(45deg) scale(1);
}

/* focus visible for keyboard accessibility */
.chk__input:focus-visible+.chk__box {
  outline: 3px solid rgba(11, 132, 255, 0.18);
  outline-offset: 3px;
  border-radius: 8px;
}

/* optional hover */
.chk:hover .chk__box {
  transform: translateY(-1px);
  transition: transform .12s;
}

body {
  background-color: #f8f9fa;
}

.form-container {
  max-width: 900px;
  background: #fff;
  margin: 50px auto;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.form-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.form-section-title {
  margin-top: 30px;
  font-weight: 600;
  color: #0040C1;
  border-bottom: 2px solid #0040C1;
  padding-bottom: 5px;
}

.form-control:focus {
  border-color: #0040C1;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, .25);
}

.btn-submit {
  width: 100%;
  margin-top: 20px;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  direction: rtl;
}

.banner {
  height: 200px;
  background-repeat: no-repeat;
  background-size: 100%;
}

h2 {
  color: #0e0b3d;
  padding: 10px;
}

.h1white {
  color: white;
  padding-top: 3%;
}

.cntr {
  margin: 0px auto;
}

.tright {
  text-align: right;
}

.body {
  display: none;

}

.block {
  display: flex !important;
}

.menu {
  padding: 24px;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 71px;
  align-self: stretch;
  border-radius: 44px;
  border: 2px solid var(--border-button---Secondray, #E8E8E8);
  background: var(--item-color, rgba(250, 250, 250, 0.50));
  backdrop-filter: blur(5px);
  flex-direction: column;
  margin: 20px;
  width: 93% !important;
  display: none;
  position: fixed !important;
  right: 3.5% !important;
  top: 120px;
  z-index: 1000 !important;
}

.content {
  height: auto;
  position: relative;
  overflow: hidden;

}

.margintop {
  margin-top: 100px;
}

.padding {
  padding-top: 20px;
}

.content2 {
  padding-bottom: 100px;
}

.loader {
  background: linear-gradient(116deg, var(--Primary-Blue-primary-blue-500, #0040C1) 0%, var(--Primary-Blue-primary-blue-600, #003AB0) 50%, var(--Primary-Blue-primary-blue-300, #547FD5) 100%);
  height: 100vh;
}

.bg {
  position: fixed;
  bottom: 0px;
  right: 0px;
  height: 80%;
}

.logoanimation {
  width: 200px;
  /* adjust size */
  transition: all 0.5s ease;
  animation: blurFade 1s alternate;
}

@keyframes blurFade {
  0% {
    filter: blur(5px);
    opacity: 0.25;
  }

  50% {
    filter: blur(2.5px);
    opacity: 0.5;
  }

  100% {
    filter: blur(0px);
    opacity: 1;
  }
}

.burger {
  display: none;
}

.buttonh {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 80px;
  border: 3px solid var(--border-button-secondary);
  background-color: var(--backopa);
  margin-bottom: 20px;
  color: var(--titles-color, #000)  !important;
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

}

.primary,
.primary2 {
  overflow: hidden;
}

.tagspan2 {
  color: white !important;
}

.brgr {
  filter: var(--filter);
}

@media only screen and (max-width: 1024px) {
  pre {
    font-size: 20px !important;
  }

  .lang {
    gap: 3px !important;
  }

  .burger {
    display: block !important;
  }

  .card {
    height: 400px !important;
  }

  .logo {
    width: 200px !important;
  }

  .hdr {
    width: 95% !important;
  }

  .span {
    font-size: 20px !important;
  }

  .no {
    padding: 0px !important;
  }

  .primary::after {
    font-size: 20px !important;
  }

  .jobbutton2 {
    margin-top: 20px;
  }

  .jobs {
    padding: 10px;
  }

  .filter {
    padding: 50px 40px 20px 20px !important;
    margin: 20px 0px 0px 0px !important;
    display: flex;
    ;
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .fltr {
    width: 100px;
  }

  .primary {
    margin: 10%;
  }

  #theme-toggle {
    display: none;
  }

  .bt2 {
    display: flex !important;
    width: 200px !important;
    height: auto;
    padding: 10px 16px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 74px;
    border: 3px solid var(--border-button---Primary, rgba(0, 64, 193, 0.40));
    background: var(--button-color---Primary, #0040C1);
    backdrop-filter: blur(8px);
  }

  p {
    margin-bottom: 0px;
  }


  .tags-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }

  .query {
    width: 100% !important;
    margin: 20px !important;
    padding: 20px !important;
  }

  .department {
    padding: 20px 0px;
  }

  .card-footer-section {
    flex-direction: column;
    align-items: center;
  }

  .apply-button {
    margin: 20px auto;
  }

  .h1 {
    font-size: 32px !important;
  }

  .banner2 {
    width: 100% !important;
  }

  .margin {
    margin: 0px !important;
  }

  .padding {
    padding: 10px;
  }

  .banner2 {
    padding: 20px !important;
  }

  .center {
    margin: 20px auto !important;
    width: 80%;
    max-width: 100%;
    z-index: 900;
    position: relative;
    height: auto;
    padding: 20px !important;

  }

  .jobs {
    margin: 10px !important;
  }


  .card {
    flex: none !important;
    width: 100% !important;
  }

  .margin {
    margin: 10px;
  }

  .soch4 {
    color: white;
  }

  .soc {
    padding: 10px !important;
  }

  .soch4 {
    color: white;
    text-align: center !important;
    width: auto;
  }



  .ctr {
    align-items: center;
    justify-content: center;
  }

  .footer {
    flex-wrap: nowrap !important;
    flex-direction: column !important;
    align-items: start;
    height: auto;
    justify-content: baseline
  }

  .flx {
    flex-direction: column !important;
    gap: 20px !important;
  }

  .content {
    height: auto;
  }

  .fixed {
    position: unset;
    left: 50px;
  }
}

@media only screen and (max-width: 899px) {
  .filtering {
    padding: 20px !important;

  }

  .card {
    margin: 16px auto !important;
  }

  .hdr {
    width: 90% !important;
  }

  .filterbutton {
    width: 160px !important;
  }

  .no {
    padding: 0px !important;
  }

  .tagspan1,
  .tagspan {
    font-size: 16px !important;
    font-weight: 600;

  }

  .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    flex-wrap: wrap;
  }

  .h4 {
    font-size: 20px !important;
  }

  .h42 {
    font-size: 15px !important;
  }

  .filter {
    padding: 30px !important;
    margin: 20px !important;
    display: flex !important;
    ;
    flex-direction: row !important;
    gap: 5px !important;
    flex-wrap: wrap;
  }

  .filter {
    padding: 30px !important;
    margin: 20px 0px 0px 0px !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 5px !important;
    flex-wrap: wrap;
  }

  .fltr {
    width: 100px;
  }

  .fixed {
    width: 50px !important;
    height: 50px !important;
  }

  .row {
    flex-flow: column;
  }

  .hdr {
    width: 90% !important;
  }

  .content {
    height: auto;
  }

  .h1 {
    font-size: 32px !important;
    padding-top: 30px;
  }



  .banner2 {
    margin: 20px auto !important;
    width: 100% !important;
  }

  .p {
    padding: 20px;
    font-size: 16px !important;
  }

  .burger {
    display: block;
  }

  .filter {
    flex-wrap: wrap;
    padding-top: 120px !important;
    border-radius: 8px;
    border-radius: 8px;
    background: #E6ECF9;
    border-radius: 8px;
    border-radius: 8px;
    justify-content: center;
  }

  .filter:checked {
    background: var(--Primary-Blue-primary-blue-500, #0040C1);
  }

  .fixed {
    position: fixed !important;
    right: 20px;
    top: 30px;
    border-radius: 100%;
    color: var(--active);
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 8px;
    background: var(--borderopa2);
    font-weight: 600;
    cursor: pointer;
    height: 56px
  }

  .bg {
    height: 40%;
  }

  .links,
  .button {
    display: none;
    ;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 2s ease;
  /* smooth move */
}

.none {
  display: none !important;
}

.hide {
  transform: translateX(-100%);
  width: 0%;
  opacity: 0;
}

.hide2 {
  transform: translateX(-100%);
  width: 0%;
  height: 0px;
  opacity: 0;
}

.span {
  color: var(--button-text-color-praimary, #FFF);
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 34px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}

.span2 {
  color: var(--button-text-color-praimary, #FFF);
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}

.primary {
  position: relative;
  max-width: 70%;
  overflow: hidden;
  color: white;
  padding: 12px 30px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s;
}

/* anchor as text container */
.primary a {
  display: block;
  color: white;
  text-decoration: none;
  position: relative;
  transition: transform 0.4s ease;
}

/* new text (appears from bottom) */
.primary::after {
  content: "استكشف فرص العمل";
  /* 👈 the second text (change it freely) */
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  text-align: center;
  color: var(--button-text-color-praimary, #FFF);
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 34px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  transition: bottom 0.4s ease;
}

.primary2::after {
  content: "التالي";
  /* 👈 the second text (change it freely) */
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  text-align: center;
  color: var(--button-text-color-praimary, #FFF);
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  transition: bottom 0.4s ease;
}

.primary3::after {
  content: "التالي";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  text-align: center;
  color: var(--button-text-color-praimary, #FFF);
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  transition: bottom 0.4s ease;
}

.primary:hover a,
.primary2:hover a,
.primary3:hover a {
  transform: translateY(-200%);
}



.primary:hover::after {
  bottom: 20%;
}

.primary2:hover::after {
  bottom: 20%;
}

.primary3:hover::after {
  bottom: 20%;
}

.jobbutton {
  position: relative;
  overflow: hidden;
  color: white;
  font-size: 18px;
  cursor: pointer;
}


/* anchor as text container */
.jobbutton a {
  display: block;
  color: white;
  text-decoration: none;
  position: relative;
}

.tagspan1 {
  color: var(--button-text-color---, #0040C1);
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.filterbutton2.tagspan {
  color: white !important;

}

.tagspan {
  color: var(--active, #0040C1);
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.white {
  color: white;
}

.btn span {
  display: inline-block;
  position: relative;
  color: white;
}

.btnprimary:hover {
  background-color: #0035a3;
}

.p {
  align-self: stretch;
  color: var(--text-color-secondray, #666);
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px;
}

.banner2 {
  display: flex;
  width: 100%;
  margin: 100px;
  padding-top: 133px;
  flex-direction: column;
  align-items: center;
  gap: 71px;
  border-radius: 74px;
  padding: 50px;
  z-index: 9999;
  height: 500px;
  margin-top: 150px !important;
}

.banner4 {
  display: flex;
  width: 100%;
  padding-top: 133px;
  flex-direction: column;
  align-items: center;
  border-radius: 74px;
  padding: 50px;
  z-index: 9999;
}

.banner3 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-radius: 74px;
  z-index: 9999;
}

.primary {
  display: flex;
  width: 372px;
  height: 76px;
  padding: 10px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 74px;
  border: 5px solid var(--border-button---Primary, rgba(0, 64, 193, 0.40));
  background: var(--button-color---Primary, #0040C1);
  color: white;
  border-radius: 74px;
  border: 5px solid var(--border-button---Primary, rgba(0, 64, 193, 0.40));
  background: var(--button-color---Primary, #0040C1);
}

.primary2 {
  display: flex;
  width: 200px;
  height: 56px;
  padding: 10px 26px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 74px;
  border: 5px solid var(--border-button---Primary, rgba(0, 64, 193, 0.40));
  background: var(--button-color---Primary, #0040C1);
  color: white;
  border-radius: 74px;
  border: 5px solid var(--border-button---Primary, rgba(0, 64, 193, 0.40));
  background: var(--button-color---Primary, #0040C1);
  font-size: 18px;
}

.primary3 {
  display: flex;
  width: 200px;
  height: 56px;
  padding: 10px 26px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 74px;
  border: 5px solid var(--border-button---Primary, rgba(0, 64, 193, 0.40));
  background: var(--button-color---Primary, #0040C1);
  color: white;
  border-radius: 74px;
  border: 5px solid var(--border-button---Primary, rgba(0, 64, 193, 0.40));
  background: var(--button-color---Primary, #0040C1);
  font-size: 18px;
}

.fixed {
  position: fixed;
  left: 15px;
  border-radius: 100%;
  backdrop-filter: blur(8px);
  font-size: 18px;
  text-align: center;
  color: var(--active);
  width: 70px;
  height: 70px;
  border: 2px solid transparent;
  background: var(--borderopa);
  font-weight: 600;
  cursor: pointer;
}

.fltr,
.jobbutton {
  position: relative;
  font-size: 18px;
  cursor: pointer;
}

.fltr a,
.jobbutton a {
  display: block;
  text-decoration: none;
  position: relative;
}

/* default text */
.fltr,
.jobbutton {
  display: block;
  color: #0040C1;
}

.filterbutton {
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 50px;
  padding: 8px 24px;
  background: var(--borderopa);
  cursor: pointer;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

/* wrapper */
.animation {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* first text (default visible) */
.tagspan {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.4s ease;
  position: absolute;
}

/* second text (hidden below) */
.tagspan1 {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.4s ease;
  position: absolute;
}

/* 🪄 On hover → first slides up, second slides in */
.fltr:hover .tagspan {
  transform: translateY(-50px);
  opacity: 0;
}

.fltr:hover .tagspan1 {
  transform: translateY(0);
  opacity: 1;
}

.jobbutton:hover .tagspan {
  transform: translateY(-50px);
  opacity: 0;
}

.jobbutton:hover .tagspan1 {
  transform: translateY(0);
  opacity: 1;
}


/* hidden text (appears on hover) */
.fltr .tagspan1 {
  display: block;
  position: absolute;
  animation: none;
  color: var(--active, #0040C1);
}

.jobbutton {
  position: relative;
  font-size: 18px;
  cursor: pointer;
}

.jobbutton a {
  display: block;
  text-decoration: none;
  position: relative;
}







.jobbutton {
  position: relative;
  font-size: 18px;
  cursor: pointer;
}

.jobbutton a {
  display: block;
  text-decoration: none;
  position: relative;
}

/* default text */
.jobbutton .tagspan {
  display: block;
  animation: 1s normal;
  color: 0040C1;
}

/* hidden text (appears on hover) */
.jobbutton .tagspan1 {
  display: block;
  position: absolute;
  animation: none;
}

/* 🔹 Keyframes */
@keyframes slideUp {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}

@keyframes slideIn {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* Optional logo animation inside loader */
.logoanimation {
  width: 150px;
  animation: blurFade 1s;
}

@keyframes blurFade {
  0% {
    filter: blur(7px);
    opacity: 0.4;
  }

  50% {
    filter: blur(3px);
    opacity: 0.7;
  }

  100% {
    filter: blur(0px);
    opacity: 1;
  }
}

/* Initially hide content */
.body {
  opacity: 0;
  width: 0%;
}

.show {
  opacity: 1;
  display: block;
  width: 100%;
}

.center {
  height: 83;
  border-radius: 50px;
  border-width: 2px;
  opacity: 1;
  gap: 3px;
  text-align: right;
  direction: rtl;
  height: auto;
  margin: 20px auto;
}

.h1 {
  align-self: stretch;
  color: var(--text-primary);
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.h2 {
  align-self: stretch;
  color: var(--Primary-Blue-primary-blue-200, #8AA7E2);
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.logo {
  width: 157px;
  height: 51px;
}

.no {
  border-radius: 24px;
  border: 2px solid var(--Primary-Blue-primary-blue-400, #3366CD);
  background: var(--no);
  backdrop-filter: blur(8px);
  text-align: center;
  width: 55px;
  height: 38px;
  margin-right: 20px;
  display: inline-block;
  padding: 0px;
}

.button {
  background-color: #0040C1;
  color: #E8E8E8 !important;
  width: 136;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 1;
  border-radius: 74px;
  gap: 10px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  backdrop-filter: blur(10px);
  border: 0px;
  outline: 4px solid rgba(0, 64, 193, 0.4);
  outline-offset: 0px;

}

.navlinks {
  font-family: IBM Plex Sans Arabic;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: 20px;
  padding: 20px 10px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--links);
  text-decoration: none;
}
.navlinks:hover{
color:var(--links);
}
a:hover {
  color: var(--text-color-secondrary);
  ;
}

.navlinks2 {
  display: block;
  text-align: center;
  width: 100%;
  padding: 20px auto;
}

.navlinks2 .active {
  display: block;
  text-align: center;
  width: 100%;
  padding: 20px auto;
  font-weight: 1000;
}

.active {
  color: var(--active);
  font-weight: 1000;
}

.circle {
  width: 262px;
  height: 162px;
  flex-shrink: 0;
  border-radius: 362px;
  background: var(--background-circles, #0040C1);
  left: 0px;
  top: 0%;
  position: absolute;
  overflow: hidden;
  filter: blur(100px);
  width: 506px;
  height: 200px;
  flex-shrink: 0;
  border-radius: 25%;
  background: var(--background-circles, #0040C1);
  filter: blur(100px);
  overflow: hidden;
  z-index: 1;
}

.circle2 {
  width: 100%;
  height: 200px;
  flex-shrink: 0;
  border-radius: 25%;
  background: var(--background-circles, #0040C1);
  filter: blur(100px);
  top: 50%;
  position: absolute;
  right: 0px;
  overflow: hidden;
  z-index: 1;
}

.circle3 {
  width: 150px;
  height: 300px;
  flex-shrink: 0;
  border-radius: 1062px;
  background: var(--background-circles2, #0040C1);
  filter: blur(100px);
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
}

.circle4 {
  width: 150px;
  height: 500px;
  flex-shrink: 0;
  position: absolute;
  border-radius: 1062px;
  background: var(--background-circles, #0040C1);
  filter: blur(100px);
  overflow: hidden;
  top: -0%;
  right: 45%;
}

.circle1 {
  width: 362px;
  height: 362px;
  flex-shrink: 0;
  border-radius: 362px;
  background: var(--background-circles, #0040C1);
  position: absolute;
  left: -150px;
  top: 60%;
  overflow: hidden;
  filter: blur(100px);
}

.circle21 {
  width: 406px;
  height: 300px;
  flex-shrink: 0;
  border-radius: 25%;
  background: var(--background-circles, #0040C1);
  filter: blur(200px);
  position: absolute;
  top: 0px;
  right: 10%;
  overflow: hidden;
  z-index: 0;
}

.circle31 {
    width: 500px;
    height: 500px;
    flex-shrink: 0;
    border-radius: 1062px;
    background: var(--background-circles2, #0040C1);
    filter: blur(200px);
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 0px;
}

.circle41 {
width: 500px;
    height: 500px;
    flex-shrink: 0;
    border-radius: 1062px;
    background: var(--background-circles, #0040C1);
    filter: blur(200px);
    position: absolute;
    overflow: hidden;
    top: 100%;
    right: 45%;
    z-index: 0 !important;
}

.top {
  position: fixed;
  top: 7.5%;
  width: 100%;
}

.left {
  position: fixed;
  left: 5%;
  height: auto;
}

.right {
  position: fixed;
  right: 5%;
  height: auto;
}

.bottom {
  position: fixed;
  bottom: 7.5%;
  width: 100%;
}

.zindex {
  z-index: 10;
  width: 100%;
}

.jobs {
  padding: 26px 24px;
  gap: 36px;
  border-radius: 54px;
  border: 2px solid var(--border-button-secondary, rgba(72, 72, 72, 0.50));
  background: var(--normal, rgba(0, 0, 0, 0.10));
  backdrop-filter: blur(5px);
  margin: 20px !important;
  overflow: hidden;
}

.filter {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 50px;
  border: 2px solid var(--border-button-secondary, #E8E8E8);
  background: var(--item-color, rgba(250, 250, 250, 0.50));
  backdrop-filter: blur(5px);
  margin: 10px 0px;
  overflow: hidden;
  padding: 15px;
}

.filterbutton {
  display: flex;
  width: 200px;
  height: 56px;
  padding: 10px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 74px;
  background: var(--button-color---Primary, #0040C1);
  backdrop-filter: blur(8px);
  border: 1px solid #0040C1;
  font-family: "IBM Plex Sans Arabic";
  min-width: 100px;
  font-size: 16px;
  font-weight: 600;
}

.filterbutton a {
  color: white !important;
}

.jobbutton {
  width: 200px !important;
  height: 56px;
  padding: 10px;
  display: flex;
  padding: 10px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 74px;
  border: 5px solid var(--border-button---Primary, rgba(0, 64, 193, 0.40));
  background: var(--button-color---Primary, #0040C1);
  backdrop-filter: blur(8px);
  color: white;
  border-radius: 74px;
  border: 5px solid var(--border-button---Primary, rgba(0, 64, 193, 0.40));
  background: var(--button-color---Primary, #0040C1);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

.jobbutton2 {
  width: 173px;
  height: 56px;
  padding: 10px;
  display: flex;
  padding: 10px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 74px;
  border: 5px solid var(--border-button---Primary, rgba(0, 64, 193, 0.40));
  background: var(--button-color---Primary, #0040C1);
  backdrop-filter: blur(8px);
  color: white;
  border-radius: 74px;
  border: 5px solid var(--border-button---Primary, rgba(0, 64, 193, 0.40));
  background: var(--active, #0040C1);
  backdrop-filter: blur(8px);
  overflow: hidden;

}

.query {
  width: 100%;
  height: auto;
  padding: 40px;
  gap: 6px;
  border-radius: 44px;
  border: 1px solid var(--border-button---Secondray, #E8E8E8);
  background: var(--query, rgba(250, 250, 250, 0.90));
  backdrop-filter: blur(6px);
  z-index: 999999999;
  position: static;
  margin: 20px;
  display: none;
  top: 0;
}

.modal-body {
  margin: 0px;
  padding: 0px;
  border-radius: 64px;
}

.modal {
  z-index: 999999999 !important;
}

.modal-content {
  background-color: transparent;
  border: transparent;
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
 /* top: 22%;*/
}

.block2 {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-self: center;
}

.h1q {
  color: var(--button-color---Primary, #0040C1) !important;
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.rightp {
  text-align: right;
  color: var(--links, #000);
  text-align: right;
  font-family: "IBM Plex Sans Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 5px 0px;
}

.bquery {
  margin: 20px;
  width: 100%;
  height: 50px;
}

.input {
  border-radius: 50px;
  border: 1px solid var(--text-color---secondray, #666);
  background: var(--item-color, rgba(250, 250, 250, 0.50));
  width: 100%;
  padding: 10px;
}

.filterbutton2 {
  display: flex;
  background-clip: padding-box, border-box !important;
  padding: 10px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 74px;
  backdrop-filter: blur(8px);
  position: relative;
  padding: 20px 40px;
  border-radius: 74px;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
  width: auto;
  border-radius: 74px;
  font-size: 16px;
  color: var(--active);
  border: 2px solid transparent;
  border-radius: 50px;
  padding: 8px 24px;
  background: var(--borderopa);
  font-weight: 600;
  cursor: pointer;
  height: 56px;
  font-family: "IBM Plex Sans Arabic";

}

.filterbutton2 a {
  color: var(--active) !important;
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.margin {
  margin: 50px;
}

.card {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 44px;
  border: 2px solid var(--border-button-secondary, #E8E8E8);
  margin: 20px;
  border-radius: 44px;
  width: 45%;
  background: var(--item-color, rgba(0, 0, 0, 0.10));
  border: 2px solid var(--border-button-secondary, rgba(72, 72, 72, 0.50));
  height: 400px !important;
}

.card2 {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 35px;
  width: 100%;
  height: auto;
  background: var(--card);
}

.card3 {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 35px;
  width: 100%;
  height: auto;
  background: var(--card3);
}

.card3 h3,
.card3 h4 {
  color: var(--text-secondary) !important;
}

.h3 {
  color: var(--label, #FFF);
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.h4 {
  color: var(--label, #FFF) !important;
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.h44 {
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.tag {
  border-radius: 44px;
  border: 2px solid var(--border-button---Secondray, #E8E8E8);
  font-size: 10px;
  font-family: "IBM Plex Sans Arabic";
  font-size: 16px;
  font-weight: 600;
  margin: 5px;
  padding: 4px 10px;
  color: var(--text-color-secondray, #666);
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  background: var(--bg2, rgba(250, 250, 250, 0.90));
}

.full {
  width: 100% !important;
  height: 50px;
}

.filtering {
  display: flex;
  padding: 30px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 54px;
  border: 2px solid var(--border-button-secondary, rgba(72, 72, 72, 0.50));
  background: var(--item-color, rgba(0, 0, 0, 0.10));
  backdrop-filter: blur(5px);
}

.radio {
  border-radius: 8px;
  accent-color: #007bff;
  border: 3px solid red;
  color: #00091b;
}

.hdr {
  border-radius: 74px;
  border: 3px solid var(--border-secondary, #E8E8E8);
  background: var(--item-color, rgba(250, 250, 250, 0.50));
  backdrop-filter: blur(5px);
  padding: 15px;
  max-width: 900px;
  z-index: 99999;
  position: fixed !important;
}

.footercircle {
  width: 100%;
  height: 105%;
  position: absolute;
  border-radius: 1440px;
  background: var(--background-circles, #8AA7E2);
  filter: blur(200px);
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.fp {
  color: var(--button-text-color-praimary, #FFF);
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.radio-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  /* space between options */
  align-items: center;
}

.radio-group input[type="radio"] {
  vertical-align: middle;
}

.date {
  padding: 5px 10px;
  border-radius: 74px;
  border: 2px solid var(--border-button---Secondray, #E8E8E8);
  background: var(--bg3, rgba(0, 0, 0, 0.20));
  backdrop-filter: blur(8px);
  color: var(--label);
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

}

.footer {
  display: flex;
  width: 100%;
  height: auto;
  padding: 20px;
  gap: 30px;
  border-radius: 54px 54px 0 0;
  background: linear-gradient(90deg, var(--Primary-Blue-primary-blue-500, #0040C1) 0%, var(--Primary-Blue-primary-blue-900, #001B51) 100%);
  flex-direction: row;
  align-items: center;
  align-content: normal;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}

.footerlinks {
  color: var(--button-text-color-praimary, #FFF);
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  padding: 10px;
}

.flx {
  display: flex !important;
  gap: 30px;
  padding: 0px 50px;
  justify-content: space-between;
}

.social {
  justify-content: space-between;
  width: 100%;
}

.soch4 {
  color: white;
  padding: 10px;
  width: 100%;
  text-align: right;
}

label {
  color: var(--label, #0040C1);
  text-align: right;
  font-family: "IBM Plex Sans Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.width {
  width: 250px
}

.soc {
  padding: 24px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-btn.active {
  /* background-color: #0040c1; */
  color: #0040c1;
  border: none;
  background-color: transparent;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tab-btn {
  /* background-color: #0040c1; */
  border: none;
  background-color: transparent;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dropzone {
  min-height: 150px;
  border: 1px solid #0040C1;
  border-radius: 30px;
  padding: 20px 20px;
}

.dropzoneerror {
  min-height: 150px;
  border: 2px dashed var(--error-error-600, #E84F4F) !important;
  border-radius: 50px !important;
  padding: 20px 20px;
}

.center {
  z-index: 15;
  position: relative;
}

.hdr {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 90%;
  /* adjust width as needed (e.g. 70% for narrower header) */
  max-width: 1200px;
}

/* Prevent content from being hidden under header */
.content {
  height: auto;
  /* adjust to your header height */
}

.txtmode {
  margin-bottom: 0px;
  cursor: pointer;
}

#txtmode {
  cursor: pointer;
  font-weight: normal;

}

body,
html {
  height: 100%;
  margin: 0;
}

.cancel {
  width: 200px;
}

.status-badge2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 25px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  transition: transform 0.2s;
}

.status-badge:hover {
  transform: translateX(-3px);
}

.status-badge:last-child {
  margin-bottom: 0;
}

.status-text {
  flex: 1;
  text-align: center;
}

.status-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.under-review {
  background: #d3d3d3;
  color: #666;
  border: 1px solid var(--border-button---Secondray, #E8E8E8);
}

.under-review .status-icon {
  color: #666;
}

.sorry {
  background: #ffb3c1;
  color: #d63447;
  border: 1px solid var(--border-button---Secondray, #E8E8E8);
}

.sorry .status-icon {
  color: #d63447;
}

.accepted {
  background: #90ee90;
  color: #2d7a2d;
  border: 2px solid #174B00;
}

.accepted .status-icon {
  color: #2d7a2d;
}

.no-request {
  background: #ffd966;
  color: #cc8800;
  border: 2px solid var(--warning-warning-700, #B58500);
}

.no-request .status-icon {
  color: #cc8800;
}

.container {
  height: 100%;
}

.fw-bold {
  font-family: "IBM Plex Sans Arabic";
  font-size: 20px !important;
  font-style: normal;
  line-height: normal;
}

.closed {
  margin: 0px auto;
  color: #E84F4F;
}
























/* ==== DARK THEME OVERRIDES ==== */
[data-theme="dark"] {

  /* Dark base */
  body.dark-mode {
    background: #0d1117 !important;
    color: #e6edf3 !important;
  }

  /* Sidebar */
  body.dark-mode .sidebar {
    position: fixed;
    right: 50px;
    top: 0;
    height: 100vh;
    width: var(--sidebar-width);
    background: linear-gradient(180deg, #1e3a8a 0%, #1e40af 100%);
    transition: width 0.3s ease;
    z-index: 1000;
    overflow: hidden;
    border-radius: 50px;
    background: var(--side-bar, #001B51);
    margin: 50px 0px;
    height: 90vh;
    right: 0px !important;
    padding: 0px;
    margin: 20px;
  }

  /* Sidebar icons & text */
  body.dark-mode .sidebar-menu a span,
  body.dark-mode .sidebar-menu a img {
    filter: brightness(80%);
  }

  /* Header */
  body.dark-mode .header {
    background: #161b22 !important;
    box-shadow: 0 0 0 transparent !important;
  }

  /* Cards / Containers */
  body.dark-mode .main-section,
  body.dark-mode .calendar-container,
  body.dark-mode .applicants-table,
  body.dark-mode .card-soft,
  body.dark-mode .card-soft-flat {
    color: #c9d1d9 !important;
    border-color: #30363d !important;
    background: transparent;
  }

  /* Table */
  body.dark-mode .applicants-table thead th {
    color: #8b949e !important;
    border-color: #30363d !important;
  }

  body.dark-mode .applicants-table tbody td {
    border-color: #21262d !important;
  }

  /* Pagination */
  body.dark-mode .page-btn {
    background: #0d1117 !important;
    border-color: #30363d !important;
    color: #c9d1d9 !important;
  }

  body.dark-mode .page-btn.active {
    background: #1e40af !important;
    color: white !important;
  }

  /* Search + Filters */
  body.dark-mode .search-bar,
  body.dark-mode .filter-btn {
    background: #1e2738 !important;
    color: #0040C1 !important;
    border-color: #30363d !important;
    font-weight: bold;
  }

  body.dark-mode .btn-setting,
  body.dark-mode .bi {
    color: white !important;
  }

  body.dark-mode .action-btn {
    background: #0040C1 !important;
  }

  body.dark-mode .filter-btn.active,
  body.dark-mode .action-btn.primary {
    background: #0040C1 !important;
    border-color: #0040C1 !important;
    color: white !important;
  }

  body.dark-mode .info-box,
  body.dark-mode .applicants,
  body.dark-mode .section-card,
  body.dark-mode .rating-card,
  body.dark-mode .desc-card,
  body.dark-mode .prayer-box {
    border-radius: 30px;
    border: 1px solid var(--border-button---Secondray, rgba(72, 72, 72, 0.50));
    background: var(--dash-item, #000A1F);
    color: white;

  }

  body.dark-mode .title-icon {
    background: transparent !important;
  }

  body.dark-mode .applicants {
    border-radius: 50px 0px 0px 50px;
  }

  body.dark-mode .text-muted {
    color: white !important;
    text-align: right;
    font-family: "IBM Plex Sans Arabic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  body.dark-mode .fw-bold,
  body.dark-mode .prayer-time {
    color: var(--text-color---Primary, #FFF);
    font-family: "IBM Plex Sans Arabic";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  body.dark-mode .small span {
    color: var(--text-color---Primary, #FFF);
  }

  body.dark-mode .mb-2 span {
    color: var(--text-color---Primary, #FFF) !important;
  }

  body.dark-mode .chip-light {
    border-radius: 34px;
    border: 1px solid var(--border-button---Secondray, rgba(72, 72, 72, 0.50));
    background: var(--dash-item, #000A1F);
    color: var(--text-color---Primary, #FFF) !important;
  }

  body.dark-mode .bi-chevron-right,
  body.dark-mode .bi-chevron-left {
    color: white !important;
  }

  body.dark-mode .btn-setting {
    border: 1px solid white;
    background: #000A1F;
  }

  body.dark-mode .section-title,
  body.dark-mode .col-md-4,
  body.dark-mode .col-md-8,
  body.dark-mode .text-primary,
  body.dark-mode .text-dark {
    color: var(--text-color---Primary, #FFF) !important;
  }

  body.dark-mode .status-badge {
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    display: inline-block;
    background: transparent !important;
    color: white !important;
  }

  body.dark-mode .btn-success,
  body.dark-mode .btn-danger {
    color: #1e40af !important;
  }

  body.dark-mode .white-card {
    border-radius: 50px;
    background: var(--dash-item, #000A1F);
  }

  /* DARK MODE FOR MODALS */
  .dark-mode .modal-content {
    background-color: #111827 !important;
    /* أسود أزرق */
    color: #ffffff !important;
    border: 1px solid #1f2a44;
  }

  .dark-mode .modal-header {
    border-bottom: 1px solid #1f2a44;
  }

  .dark-mode .modal-title {
    color: #ffffff !important;
  }

  /* INPUTS */
  .dark-mode .modal-content input,
  .dark-mode .modal-content textarea,
  .dark-mode .modal-content select {
    background-color: #1e293b !important;
    color: white !important;
    border: 1px solid #334155 !important;
  }

  .dark-mode .modal-content input::placeholder,
  .dark-mode .modal-content textarea::placeholder {
    color: #d1d5db !important;
  }

  /* BUTTONS INSIDE MODAL */
  .dark-mode .modal-content .btn,
  .dark-mode .fltr.filterbutton.full {
    background: #0040C1 !important;
    color: white !important;
    border: none !important;
  }

  /* CLOSE BUTTON */
  .dark-mode .btn-close {
    filter: brightness(0) invert(1);
  }

  /* 🌙 DARK MODE */
  body.dark-mode .status-card {
    background: #1e293b !important;
    /* داكن */
    border-color: #334155;
  }

  body.dark-mode .status-card h5 {
    color: #f1f5f9;
    /* نص أبيض */
  }

  body.dark-mode .status-card .count {
    color: #93c5fd;
    /* أزرق فاتح */
  }

  /* Active in dark */
  body.dark-mode .status-card.active {
    border-color: #6366f1;
    /* بنفسجي فاتح */
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.25);
    background: #111827;
  }

  /* Hover */
  body.dark-mode .status-card:hover {
    border-color: #818cf8;
  }

  /* Dark base */
  body.dark-mode {
    background: #0d1117 !important;
    color: #e6edf3 !important;
  }

  /* Sidebar (لو موجود) */
  body.dark-mode .sidebar {
    position: fixed;
    right: 50px;
    top: 0;
    height: 100vh;
    width: var(--sidebar-width);
    background: linear-gradient(180deg, #1e3a8a 0%, #1e40af 100%);
    transition: width 0.3s ease;
    z-index: 1000;
    overflow: hidden;
    border-radius: 50px;
    background: var(--side-bar, #001B51);
    margin: 50px 0px;
    height: 90vh;
    right: 0px !important;
    padding: 0px;
    margin: 20px;
  }

  /* Sidebar icons & text */
  body.dark-mode .sidebar-menu a span,
  body.dark-mode .sidebar-menu a img {
    filter: brightness(80%);
  }

  /* Header */
  body.dark-mode .header {
    background: #161b22 !important;
    box-shadow: 0 0 0 transparent !important;
  }

  /* Cards / Containers */
.main-section
 {
    color: #c9d1d9 !important;
    background-color: var(--white);
    border-color: #30363d !important;
  }

  /* Table */
  body.dark-mode .applicants-table thead th {
    color: #8b949e !important;
    border-color: #30363d !important;
  }

  body.dark-mode .applicants-table tbody td {
    border-color: #21262d !important;
  }

  /* Pagination */
  body.dark-mode .page-btn {
    background: #0d1117 !important;
    border-color: #30363d !important;
    color: #c9d1d9 !important;
  }

  body.dark-mode .page-btn.active {
    background: #1e40af !important;
    color: white !important;
  }

  /* Search + Filters */
  body.dark-mode .search-bar,
  body.dark-mode .filter-btn {
    color: #0040C1 !important;
    border-color: #30363d !important;
    font-weight: bold;
  }

  body.dark-mode .btn-setting,
  body.dark-mode .bi {
    color: white !important;
  }

  body.dark-mode .action-btn {
    background: #0040C1 !important;
  }

  body.dark-mode .filter-btn.active,
  body.dark-mode .action-btn.primary {
    background: #0040C1 !important;
    border-color: #0040C1 !important;
    color: white !important;
  }

  /* Cards in Applicant Page */
  body.dark-mode .info-box,
  body.dark-mode .applicants,
  body.dark-mode .section-card,
  body.dark-mode .rating-card,
  body.dark-mode .desc-card,
  body.dark-mode .prayer-box {
    border-radius: 30px;
    border: 1px solid var(--border-button---Secondray, rgba(72, 72, 72, 0.50));
    background: var(--dash-item, #000A1F);
    color: white !important;
  }

  /* Title Icon */
  body.dark-mode .title-icon {
    background: transparent !important;
  }

  /* Applicants panel (desktop) */
  body.dark-mode .applicants {
    border-radius: 50px 0px 0px 50px;
  }

  /* Muted Text */
  body.dark-mode .text-muted {
    color: white !important;
    text-align: right;
    font-family: "IBM Plex Sans Arabic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  /* Bold */
  body.dark-mode .fw-bold,
  body.dark-mode .prayer-time {
    color: var(--text-color---Primary, #FFF) !important;
    font-family: "IBM Plex Sans Arabic";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  /* Small labels */
  body.dark-mode .small span {
    color: var(--text-color---Primary, #FFF) !important;
  }

  body.dark-mode .mb-2 span {
    color: var(--text-color---Primary, #FFF) !important;
  }

  /* Chips */
  body.dark-mode .chip-light {
    border-radius: 34px;
    border: 1px solid var(--border-button---Secondray, rgba(72, 72, 72, 0.50));
    background: var(--dash-item, #000A1F);
    color: var(--text-color---Primary, #FFF) !important;
  }

  /* Icons */
  body.dark-mode .bi-chevron-right,
  body.dark-mode .bi-chevron-left {
    color: white !important;
  }

  /* Text Colors */
  body.dark-mode .section-title,
  body.dark-mode .col-md-4,
  body.dark-mode .col-md-8,
  body.dark-mode .text-primary,
  body.dark-mode .text-dark {
    color: var(--text-color---Primary, #FFF) !important;
  }

  /* Status badge */
  body.dark-mode .status-badge {
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    background: transparent !important;
    color: white !important;
  }

  /* EVERYTHING white */

  /* Accept / Reject Buttons */
  body.dark-mode .btn-success,
  body.dark-mode .btn-danger {
    color: #1e40af !important;
  }

  /* White card (CV, Certificates) */
  body.dark-mode .white-card {
    border-radius: 50px;
    background: var(--dash-item, #000A1F);
  }

  /* ======== DARK MODE FOR MODAL ======== */
  body.dark-mode .modal-content {
    background-color: #111827 !important;
    color: #ffffff !important;
    border: 1px solid #1f2a44;
  }

  body.dark-mode .modal-header {
    border-bottom: 1px solid #1f2a44;
  }

  body.dark-mode .modal-title {
    color: #ffffff !important;
  }

  body.dark-mode .modal-content input,
  body.dark-mode .modal-content textarea,
  body.dark-mode .modal-content select {
    background-color: #1e293b !important;
    color: white !important;
    border: 1px solid #334155 !important;
  }

  body.dark-mode .modal-content input::placeholder,
  body.dark-mode .modal-content textarea::placeholder {
    color: #d1d5db !important;
  }

  body.dark-mode .modal-content .btn,
  body.dark-mode .fltr.filterbutton.full {
    background: #0040C1 !important;
    color: white !important;
    border: none !important;
  }

  body.dark-mode .btn-close {
    filter: brightness(0) invert(1);
  }

  /* Status cards */
  body.dark-mode .status-card {
    background: #1e293b !important;
    border-color: #334155;
  }

  body.dark-mode .status-card h5 {
    color: #f1f5f9 !important;
  }

  body.dark-mode .status-card .count {
    color: #93c5fd !important;
  }

  body.dark-mode .status-card.active {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.25);
    background: #111827;
  }

  body.dark-mode .status-card:hover {
    border-color: #818cf8;
  }

  /* ===========================
   🔥 DARK MODE — Applicants Page
   =========================== */
  body.dark-mode .applicants {
    background: #000A1F !important;
    padding: 0;
    border-radius: 50px 50px 0 0;
    min-height: 100vh;
  }

  /* Status bar container */
  body.dark-mode .mobile-status-bar {
    background: #000A1F !important;
    border-bottom: 1px solid rgba(72, 72, 72, 0.5);
    padding-bottom: 10px;
  }

  /* Status items */
  body.dark-mode .status-item {
    background: #1a2337 !important;
    border: 1px solid rgba(72, 72, 72, 0.5);
    border-radius: 20px;
    text-align: center;
    color: white !important;
  }

  body.dark-mode .status-item.active {
    background: #111827 !important;
    border-color: #6366f1 !important;
    color: white !important;
  }

  /* Status numbers */
  body.dark-mode .status-item span {
    color: #93c5fd !important;
    font-weight: bold;
  }

  /* Scroll background */
  body.dark-mode .status-scroll {
    background: #000A1F !important;
  }

  /* Search input */
  body.dark-mode #searchApplicants {
    background: #1e293b !important;
    border: 1px solid #334155 !important;
    color: white !important;
  }

  body.dark-mode #searchApplicants::placeholder {
    color: rgba(255, 255, 255, 0.3) !important;
  }

  /* Select all */
  body.dark-mode .select-all span {
    color: rgba(255, 255, 255, 0.7) !important;
  }

  body.dark-mode .select-all input {
    accent-color: #22c55e;
    /* أخضر */
  }

  /* Applicant card */
  body.dark-mode .applicant-card {
    background: #000A1F !important;
    border: 1px solid rgba(72, 72, 72, 0.5) !important;
    border-radius: 18px !important;
    color: white !important;
  }

  /* Name text */
  body.dark-mode .applicant-card h5 {
    color: white !important;
    font-weight: 600;
  }

  /* ID number */
  body.dark-mode .applicant-card p {
    color: rgba(255, 255, 255, 0.35) !important;
  }

  /* Card shadow */
  body.dark-mode .card-soft {
    border: 1px solid rgba(72, 72, 72, 0.5) !important;
  }

  /* Checkbox style */
  body.dark-mode input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 2px solid #475569;
    background: #1e293b;
  }

  /* Buttons */
  body.dark-mode .btn-success,
  body.dark-mode .btn-danger {
    border: none !important;
    font-weight: bold;
  }

  body.dark-mode .btn-success {
    background: #22c55e !important;
    color: #000 !important;
  }

  body.dark-mode .btn-danger {
    background: #ef4444 !important;
    color: white !important;
  }

  body.dark-mode .btn-outline-secondary {
    color: #0040C1 !important;
  }

  /* DARK MODE BUTTON STYLE */
  .dark-mode .btn-blue {
    background: linear-gradient(135deg, #0a84ff, #0063d4);
    color: #ffffff !important;
    border: 1px solid rgba(173, 197, 255, 0.28);
    box-shadow: 0 6px 18px rgba(0, 115, 255, 0.35);
    transition: 0.25s ease;
  }

  .dark-mode .btn-blue:hover {
    background: linear-gradient(135deg, #0a6fe0, #004fb3);
    box-shadow: 0 8px 20px rgba(0, 115, 255, 0.45);
    transform: translateY(-2px);
  }

  /* Dark mode modal background */
  .dark-mode .shubra-modal .modal-content {
    background: #0f1735;
    border: 1px solid rgba(91, 112, 255, 0.14);
    color: #ffffff;
  }

  /* Inputs in dark mode */
  .dark-mode .modal-content .form-control {
    background: #1b254b;
    border: 1px solid rgba(91, 112, 255, 0.22);
    color: #fff;
  }

  .dark-mode .modal-content label {
    color: #e5e8ff;
  }

  /* Dark mode styles for actions buttons */
  body.dark-mode .actions-row .btn-success {
    background: #16a34a;
    /* أخضر أنعم */
    border-color: #16a34a;
    color: #e5fbe9;
    box-shadow: 0 0 0 1px rgba(22, 163, 74, 0.4);
  }

  body.dark-mode .actions-row .btn-success:hover {
    background: #15803d;
    border-color: #15803d;
    box-shadow: 0 0 0 2px rgba(21, 128, 61, 0.5);
  }

  body.dark-mode .actions-row .btn-danger {
    background: #7f1d1d;
    /* أحمر غامق */
    border-color: #b91c1c;
    color: #fee2e2;
    box-shadow: 0 0 0 1px rgba(185, 28, 28, 0.5);
  }

  body.dark-mode .actions-row .btn-danger:hover {
    background: #b91c1c;
    border-color: #dc2626;
    box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.6);
  }

  /* لو حابب تخلي الخلفية حوالين الأزرار أغمق شوية في الدارك مود */
  body.dark-mode .actions-row,
  body.dark-mode .applicants-header {
    background: #020617 !important;
    color: #020617 !important;
    border-radius: 16px;
    padding: 10px;
  }

  body.dark-mode .applicants-header {
    background: #020617 !important;

  }

  /* 🔥 DARK MODE BUTTONS */
  body.dark-mode .actions-row .btn-success {
    background-color: #16a34a !important;
    /* أخضر مناسب للدارك */
    border-color: #15803d !important;
    color: white !important;
  }

  body.dark-mode .actions-row .btn-warning {
    background-color: #1e3a8a !important;
    /* أزرق غامق */
    border-color: #1e40af !important;
    color: #ffffff !important;
  }

  body.dark-mode .actions-row .btn-danger {
    background-color: #dc2626 !important;
    /* أحمر داكن */
    border-color: #b91c1c !important;
    color: white !important;
  }

  /* تحسين شكل الأزرار في الدارك */
  body.dark-mode .actions-row .btn {
    border-radius: 12px !important;
    font-weight: 600 !important;
    padding: 10px 0 !important;
  }

  body.dark-mode .flexo {
    background: #020617 !important;

  }

  /* ---------------------------------------------------
   DARK MODE — BODY
--------------------------------------------------- */
  body.dark-mode {
    background: linear-gradient(135deg, #0d1117, #1a2333);
    color: #e6edf3;
  }

  /* العناوين */
  body.dark-mode .title {
    color: #fff;
  }

  body.dark-mode label,
  body.dark-mode .section-title {
    color: #dce3ec;
  }

  /* ---------------------------------------------------
   BOXES
--------------------------------------------------- */
  body.dark-mode .select-box,
  body.dark-mode .search-box {
    background: #1e2738;
    border: 1px solid #2e3a55;
    color: #e6edf3;
  }

  body.dark-mode .search-box input {
    color: #fff;
  }

  body.dark-mode .search-box i {
    color: #9db7ff;
  }

  body.dark-mode .select-box select {
    background: transparent;
    color: #fff;
  }

  body.dark-mode .select-box .icon {
    color: #9db7ff;
  }

  /* ---------------------------------------------------
   TABLE
--------------------------------------------------- */
  body.dark-mode .schedule-table thead tr {
    background: rgba(255, 255, 255, 0.05);
  }

  body.dark-mode .schedule-table {
    color: #e6edf3;
    background: #1e2738;
  }

  body.dark-mode .schedule-table tbody tr {
    background: transparent !important;
    border-bottom: 1px solid #2c3957;
  }

  body.dark-mode .schedule-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.05) !important;
  }

  /* ---------------------------------------------------
   BUTTONS
--------------------------------------------------- */
  body.dark-mode .btn-primary,
  body.dark-mode .btn-sm.btn-primary {
    background: #2563eb !important;
    color: white !important;
    border-color: #2563eb !important;
  }

  body.dark-mode .btn-primary:hover {
    background: #1d4ed8 !important;
  }

  /* ---------------------------------------------------
   SCROLLBAR
--------------------------------------------------- */
  body.dark-mode ::-webkit-scrollbar {
    height: 8px;
  }

  body.dark-mode ::-webkit-scrollbar-track {
    background: #1b2535;
  }

  body.dark-mode ::-webkit-scrollbar-thumb {
    background: #3b4c6e;
    border-radius: 10px;
  }

  /* ================================
   DARK MODE — TABLE
================================ */

  body.dark-mode .schedule-table {
    background: #0d1117 !important;
    /* خلفية كاملة سوداء */
    color: #e6edf3 !important;
    /* النص أبيض */
    border-radius: 18px;
    overflow: hidden;
  }

  /* هيدر الجدول */
  body.dark-mode .schedule-table thead tr {
    background: #161b22 !important;
    /* كحلي غامق */
    color: #fff !important;
    border-bottom: 1px solid #30363d !important;
  }

  /* أسماء الأعمدة */
  body.dark-mode .schedule-table th {
    color: #dce3ec !important;
    border-bottom: 1px solid #30363d !important;
  }

  /* صفوف الجدول */
  body.dark-mode .schedule-table tbody tr {
    background: #0d1117 !important;
    border-bottom: 1px solid #222c3a !important;
  }

  /* Hover */
  body.dark-mode .schedule-table tbody tr:hover {
    background: #1a2332 !important;
  }

  /* خلايا الجدول */
  body.dark-mode .schedule-table td {
    color: #c7d0dc !important;
  }

  /* زر التقييم */
  body.dark-mode .btn-primary,
  body.dark-mode .btn-sm.btn-primary {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #fff !important;
  }

  body.dark-mode .btn-primary:hover {
    background: #1e4ed8 !important;
  }

  /* ============================
      DARK MODE – CONTAINER
============================ */
  body.dark-mode .week-calendar-container {
    background: linear-gradient(135deg, #0f1626, #1a2235);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
  }

  /* ============================
      DARK MODE – NAV BUTTONS
============================ */
  body.dark-mode .nav-btn {
    background: #2b3868;
    color: #cbd4e1;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.45);
  }

  body.dark-mode .nav-btn:hover {
    background: #394a80;
  }

  /* ============================
      DARK MODE – MONTH TITLE
============================ */
  body.dark-mode .month-title {
    color: #e6edf3;
  }

  /* ============================
      DARK MODE – WEEK SCROLLER
============================ */
  body.dark-mode .weeks-scroller::-webkit-scrollbar-track {
    background: #192233;
  }

  body.dark-mode .weeks-scroller::-webkit-scrollbar-thumb {
    background: #3f4f78;
  }

  /* ============================
      DARK MODE – DAY BOX
============================ */
  body.dark-mode .day-box {
    background: #1c2536;
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #d4dbe6;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  }

  body.dark-mode .day-box:hover {
    background: #222d42;
  }

  /* اليوم النشط */
  body.dark-mode .day-box.active {
    background: #283b65 !important;
    border-color: #4a6bff !important;
    color: #ffffff !important;
  }

  body.dark-mode .status-badge2 {
    color: black !important;
  }

  body.dark-mode .btn-main,
  body.dark-mode .btn-main-outline,
  body.dark-mode .btn-outline-secondary {
    background: #001B51 !important;
    color: white !important;
  }

  body.dark-mode .flex-grow-1 {
    color: var(--text-Primary);
  }

  body.dark-mode .filter-modal {
    background: #0f172a;
    color: #e2e8f0;
  }

  body.dark-mode .filter-section h4 {
    color: #fff;
  }

  body.dark-mode .filter-item {
    color: #60a5fa;
  }

  body.dark-mode .checkmark {
    border-color: #3b82f6;
  }

  body.dark-mode .filter-item input:checked~.checkmark {
    background: #3b82f6;
  }

  body.dark-mode .apply-btn {
    background: #1d4ed8;
  }

  body.dark-mode .clear-btn {
    border-color: #3b82f6;
    color: #3b82f6;
  }
}
.grey{
  color: var(--text-secondary) !important;
}
.exp-box {
  
    padding: 25px;
    margin-bottom: 25px;
}

.exp-title {
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #000;
}

.exp-label {
    color: #9496a1;
    font-size: 0.9rem;
}

.exp-value {
    color: var(--text-secondary);
    font-weight: 600;
    font-size: 0.95rem;
}

.exp-value.blue {
    color: #3b57ff;
}
.highlighted-card {
    border: 2px solid #2563eb;
}
.updateStatus{
border-radius: 74px;
    border: 1.5px solid var(--border-button---Primary, rgba(0, 64, 193, 0.40));
    background: var(--checkbox-unactive, #E6ECF9);
    color: var(--label) !important;
}
.main-content{
  z-index: 5;
    position: relative;
}
.backgrd{
  border-radius: 50px;
border: 2px solid var(--border-button---Secondray, rgba(72, 72, 72, 0.50));
background: var(--item-color, rgba(0, 0, 0, 0.10));
}