@import "/fonts/inter/font.css";
@import "/fonts/noto_kufi_arabic/font.css";
@import "/fonts/noto_sans_arabic/stylesheet.css";

:root {
  --default-font-size: 16px;
  --aside-width: 7.8rem;
  --color-primary: #00BF63;
  --color-secondary: #0c9955;
  --color-tertiary: #236AA9;
  --color-border-color: #94A3B8;
  --color-text-color: #021018;
  --color-primary-light: #f3fcf6;
  --color-danger: #FF4C51;
  --color-success: #28C76F;
}


html {
  font-size: 1rem;
  scroll-behavior: smooth;
  font-size: 80%;
}
@media screen and (min-width: 576px) {
  html {
    font-size: 80%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 80%;
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 0.85vw;
  }
}
@media screen and (min-width: 3000px) {
  html {
    font-size: 0.9vw;
  }
}

body {
  position: relative;
  min-width: 20rem;
  font-family: "Inter", "Noto Kufi Arabic", sans-serif;
  text-align: initial;
  color: var(--color-text-color);
  --bs-body-color: color(text-color);
  overflow-x: hidden;
  font-size: 1rem;
}
body::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
body::-webkit-scrollbar-thumb {
  background: #299E72;
  border-radius: 8px;
}
body::-webkit-scrollbar-track {
  background: #f5f5f9;
  border-radius: 8px;
}
body {
  scrollbar-face-color: #299E72;
  scrollbar-track-color: #f5f5f9;
}
.theme-dark body {
  background-image: none;
  background: linear-gradient(74deg, #443b37 -17.04%, #463d3b 54.94%, #3a302d 85.54%);
}
[dir=rtl] body {
  font-family: "Noto Kufi Arabic", "Inter", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

::selection {
  background-color: var(--color-secondary);
  color: #fff;
}

.text-muted {
  color: #6c737f;
}

.no-scroll {
  overflow-y: hidden;
}

.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.custom-tooltip {
  --bs-tooltip-bg: var(--color-primary);
}
.theme-dark .custom-tooltip {
  --bs-tooltip-bg: var(--color-secondary);
}

a,
button {
  cursor: pointer;
}

.visible-hidden {
  visibility: hidden;
}

* {
  margin: 0;
  padding: 0;
  text-align: initial;
}

h1 {
  font-size: 2.5rem;
  font-family: "Inter", "Noto Kufi Arabic", sans-serif;
  font-weight: bold;
}
[dir=rtl] h1 {
  font-family: "Noto Kufi Arabic", "Inter", sans-serif;
}

h2 {
  font-size: 2rem;
  font-family: "Inter", "Noto Kufi Arabic", sans-serif;
  font-weight: bold;
}
[dir=rtl] h2 {
  font-family: "Noto Kufi Arabic", "Inter", sans-serif;
}

h3 {
  font-size: 1.75rem;
  font-family: "Inter", "Noto Kufi Arabic", sans-serif;
  font-weight: bold;
}
[dir=rtl] h3 {
  font-family: "Noto Kufi Arabic", "Inter", sans-serif;
}

h4 {
  font-size: 1.5rem;
  font-family: "Inter", "Noto Kufi Arabic", sans-serif;
  font-weight: bold;
}
[dir=rtl] h4 {
  font-family: "Noto Kufi Arabic", "Inter", sans-serif;
}

h5 {
  font-size: 1.25rem;
  font-family: "Inter", "Noto Kufi Arabic", sans-serif;
  font-weight: bold;
}
[dir=rtl] h5 {
  font-family: "Noto Kufi Arabic", "Inter", sans-serif;
}

h6 {
  font-size: 1.125rem;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

.flex-container {
  display: flex;
}

a:hover {
  text-decoration: none;
}

[dir=rtl] [type=email],
[dir=rtl] [type=number],
[dir=rtl] [type=tel],
[dir=rtl] [type=url] {
  direction: rtl;
}

.loader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(40px) brightness(1.015);
  z-index: 999;
}
.theme-dark .loader {
  background-color: rgba(47, 43, 61, 0.3);
}
.loader__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loader__container .loader-icon {
  margin-bottom: 1rem;
  font-family: "Formular-Medium";
}
[dir=rtl] .loader__container .loader-icon {
  font-family: "Cairo";
}
.loader__container .loader-title {
  display: block;
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
}

.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
}

.container-main {
  padding: 0;
  min-height: 100vh;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.theme-dark .container-main {
  background-color: #031622;
}
.container-main .page-content {
  padding: 1.5625rem 2.1875rem;
  width: 100%;
  min-height: 100%;
}

.pagination {
  gap: 0.5rem;
  margin: 0;
}
.pagination .page-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e1dcda;
  color: #fff;
  padding: 0 0.75rem;
  height: 2.5rem;
  min-width: 2.5rem;
  isolation: isolate;
  overflow: hidden;
  border-radius: 0.5rem;
}
.pagination .page-item:only-child {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  padding-inline: 1rem;
  background-color: #fff;
  border: 0;
  box-shadow: none;
  outline: none;
  font-size: 1.25rem;
  border-radius: 0.5rem;
  color: var(--color-primary);
  isolation: isolate;
  overflow: hidden;
}
.pagination .page-item .page-link {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
  outline: none;
  color: #fff;
}
@media (max-width: 991.98px) {
  .pagination .page-item .page-link {
    font-size: 0.875rem;
  }
}
.pagination .page-item .page-link[disabled] {
  pointer-events: none;
  user-select: none;
}
.pagination .page-item .control-btn {
  background-color: #fff;
  border-radius: 0.5rem;
  isolation: isolate;
  overflow: hidden;
}
.pagination .page-item .control-btn svg {
  height: 0.75rem;
  width: 0.75rem;
}
.pagination .page-item .control-btn:is(:hover) {
  background-color: #3a302d;
}
.pagination .page-item .control-btn:is(:hover) svg path {
  fill: #fff;
}
.pagination .page-item .control-btn[disabled] {
  pointer-events: none;
  user-select: none;
}
[dir=ltr] .pagination .page-item .control-btn {
  transform: scale(-1);
}
.pagination .page-item:is(:hover, :focus, :active, .active) {
  color: #fff;
  background-color: #3a302d;
  box-shadow: none;
  outline: none;
}
.pagination .page-item:is(:hover, :focus, :active, .active) .page-link {
  background-color: #3a302d;
  color: #fff;
}
.pagination .page-item:is(:hover, :focus, :active, .active) svg {
  filter: brightness(0) invert(1);
}

.breadcrumb {
  align-items: end;
  margin-bottom: 0;
}
.breadcrumb > li:first-of-type::before {
  display: none;
}
.breadcrumb > li:first-of-type > ul > li::before {
  display: none;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 !important;
  line-height: 1;
  font-size: 0.875rem;
  font-family: "Formular-Medium";
  transition: all 0.2s ease-in-out;
  --bs-breadcrumb-divider: "";
}
.breadcrumb li a {
  color: var(--color-text-color);
  text-decoration: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.breadcrumb li a svg {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.breadcrumb li a:hover {
  color: var(--color-secondary);
  text-decoration: none;
}
.breadcrumb li a:hover svg path {
  fill: var(--color-secondary) !important;
}
@media (max-width: 575.98px) {
  .breadcrumb li a {
    font-size: 1rem;
  }
}
.breadcrumb li.active {
  color: #a29591 !important;
}
.breadcrumb li::before {
  margin-inline: 0.5rem;
  padding: 0;
  padding-inline-start: 8px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 7.5L1 14' stroke='%23A29591'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.5rem;
  height: 1rem;
  width: 1rem;
  display: inline-flex;
  align-items: center;
}
[dir=rtl] .breadcrumb li::before {
  transform: rotateY(180deg);
  padding-inline-start: 0;
}

ul.breadcrumb-item {
  padding: 0;
  margin: 0;
}
ul.breadcrumb-item::before {
  display: none;
}

button {
  background-color: transparent;
  border: 0;
  font-family: inherit;
}

.btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 500;
  min-width: 11.875rem;
  transition: all 0.3s ease-in-out;
  border-radius: 0.625rem !important;
}

.btn-sm {
  padding: 0.5rem 1.5rem;
}

.btn-lg {
  height: 3.25rem;
}

.btn-primary {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: rgba(0, 191, 99, 100%);
  --bs-btn-border-color: rgba(0, 191, 99, 100%);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(0, 191, 99, 85%);
  --bs-btn-hover-border-color: rgba(0, 191, 99, 85%);
  --bs-btn-focus-shadow-rgb: var(--col$color-primary-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: rgba(0, 191, 99, 100%);
  --bs-btn-active-border-color: rgba(0, 191, 99, 100%);
}

.btn-secondary {
  --bs-btn-font-weight: 600;
  --bs-btn-color: #7367F0;
  --bs-btn-bg: rgba(115, 103, 240, 0.16);
  --bs-btn-border-color: rgba(115, 103, 240, 0.16);
  --bs-btn-hover-color: #7367F0;
  --bs-btn-hover-bg: rgba(115, 103, 240, 0.20);
  --bs-btn-hover-border-color: rgba(115, 103, 240, 0.25);
  --bs-btn-focus-shadow-rgb: rgba(115, 103, 240, 0.16);
  --bs-btn-active-color: rgba(115, 103, 240, 0.85);
  --bs-btn-active-bg: rgba(115, 103, 240, 0.16);
  --bs-btn-active-border-color: rgba(115, 103, 240, 0.16);
}
.btn-secondary:hover .icon svg path {
  stroke: #7367F0;
}

.col-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
@media only screen and (max-width: 650px) {
  .col-btn {
    flex-wrap: wrap;
  }
  .col-btn .btn {
    width: 100%;
  }
}

.btn-outline-primary {
  --bs-btn-font-weight: 600;
  --bs-btn-color: rgba(0, 191, 99, 100%);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgba(0, 191, 99, 100%);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(0, 191, 99, 85%);
  --bs-btn-hover-border-color: rgba(0, 191, 99, 85%);
  --bs-btn-focus-shadow-rgb: var(--color-primary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(0, 191, 99, 100%);
  --bs-btn-active-border-color: rgba(0, 191, 99, 100%);
}

.btn-outline-gray {
  --bs-btn-font-weight: 600;
  --bs-btn-color: rgb(0, 0, 0);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgba(217, 217, 217, 100%);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgba(217, 217, 217, 85%);
  --bs-btn-hover-border-color: rgba(217, 217, 217, 85%);
  --bs-btn-focus-shadow-rgb: var(--color-primary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(217, 217, 217, 100%);
  --bs-btn-active-border-color: rgba(217, 217, 217, 100%);
}
.theme-dark .btn-outline-gray {
  color: #fff;
}

.header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
  z-index: 99;
  padding: 1rem 1.5rem;
  background-color: #fff;
  backdrop-filter: blur(20px);
  border-radius: 0 0 0.625rem 0.625rem;
}
.header.scrolled {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(30px) brightness(0.7);
}
.theme-dark .header.scrolled {
  background-color: rgba(47, 43, 61, 0.17);
}
.theme-dark .header {
  background-color: #021018;
}
.header .main-logo img {
  height: 3.75rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .header .main-logo img {
    height: 1.875rem;
  }
}
.theme-dark .header .main-logo img.light-logo {
  display: none;
}
.header .main-logo img.dark-logo {
  display: none;
}
.theme-dark .header .main-logo img.dark-logo {
  display: block;
}
.header .header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-inline-start: auto;
}
.header .header-actions-btn {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--color-text-color);
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.header .header-actions-btn svg {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.theme-dark .header .header-actions-btn svg {
  filter: brightness(0) invert(1);
}
.header .header-actions-btn:hover {
  background-color: #fff;
}
.theme-dark .header .header-actions-btn:hover {
  background-color: rgba(255, 255, 255, 0.17);
}
.header .header-actions .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-actions .avatar img {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.header .header-actions .avatar.online::after {
  position: absolute;
  inset-inline-end: -0.25rem;
  inset-block-end: -0.25rem;
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--color-success);
  border-radius: 50%;
  border: 0.25rem solid rgba(255, 255, 255, 0.75);
  box-sizing: content-box;
}
.header .header-actions .dropdown .dropdown-menu {
  display: block;
  border: 0;
  padding: 1.375rem 1rem;
  opacity: 0;
  visibility: hidden;
  inset-inline-end: 0;
  transform: translateY(30px);
  top: 2rem;
  transition: all 0.3s ease-in-out;
  will-change: transform;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1rem;
  box-shadow: 0 5px 30px rgba(47, 43, 61, 0.14);
}
.header .header-actions .dropdown .dropdown-menu .dropdown-item {
  color: var(--color-text-color);
  margin-bottom: 0.5rem;
  font-size: 1rem;
  --bs-dropdown-link-hover-bg: transparent;
  --bs-dropdown-link-active-bg: transparent;
}
.header .header-actions .dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--color-primary);
}
.theme-dark .header .header-actions .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(30px);
}
.header .header-actions .dropdown .dropdown-menu.show {
  inset: 0px 0px auto auto;
  opacity: 1;
  visibility: visible;
  margin-top: 0 !important;
  transform: translateY(2.5rem) !important;
}
[dir=rtl] .header .header-actions .dropdown .dropdown-menu.show {
  inset: 0px auto auto 0px;
}
@media (max-width: 991.98px) {
  .header.scrolled {
    position: fixed;
    inset-block-start: 0;
    inset-inline: 0;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(30px) brightness(0.7);
  }
  .theme-dark .header.scrolled {
    background-color: rgba(0, 0, 0, 0.17);
  }
}
.external-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
.external-header .main-logo img {
  height: 4rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .external-header .main-logo img {
    height: 1.875rem;
  }
}
.theme-dark .external-header .main-logo img.light-logo {
  display: none;
}
.external-header .main-logo img.dark-logo {
  display: none;
}
.theme-dark .external-header .main-logo img.dark-logo {
  display: block;
}
.external-header .header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-inline-start: auto;
}
.external-header .header-actions-btn {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--color-text-color);
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.external-header .header-actions-btn svg {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.theme-dark .external-header .header-actions-btn svg {
  filter: brightness(0) invert(1);
}
.external-header .header-actions-btn:hover {
  background-color: #fff;
}
.theme-dark .external-header .header-actions-btn:hover {
  background-color: rgba(255, 255, 255, 0.17);
}
.external-header .header-actions .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.external-header .header-actions .avatar img {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.external-header .header-actions .avatar.online::after {
  position: absolute;
  inset-inline-end: -0.25rem;
  inset-block-end: -0.25rem;
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--color-success);
  border-radius: 50%;
  border: 0.25rem solid rgba(255, 255, 255, 0.75);
  box-sizing: content-box;
}
.external-header .header-actions .dropdown .dropdown-menu {
  display: block;
  border: 0;
  padding: 1.375rem 1rem;
  opacity: 0;
  visibility: hidden;
  inset-inline-end: 0;
  transform: translateY(30px);
  top: 2rem;
  transition: all 0.3s ease-in-out;
  will-change: transform;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1rem;
  box-shadow: 0 5px 30px rgba(47, 43, 61, 0.14);
}
.external-header .header-actions .dropdown .dropdown-menu .dropdown-item {
  color: var(--color-text-color);
  margin-bottom: 0.5rem;
  font-size: 1rem;
  --bs-dropdown-link-hover-bg: transparent;
  --bs-dropdown-link-active-bg: transparent;
}
.external-header .header-actions .dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--color-primary);
}
.theme-dark .external-header .header-actions .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(30px);
}
.external-header .header-actions .dropdown .dropdown-menu.show {
  inset: 0px 0px auto auto;
  opacity: 1;
  visibility: visible;
  margin-top: 0 !important;
  transform: translateY(2.5rem) !important;
}
[dir=rtl] .external-header .header-actions .dropdown .dropdown-menu.show {
  inset: 0px auto auto 0px;
}
@media (max-width: 991.98px) {
  .external-header.scrolled {
    position: fixed;
    inset-block-start: 0;
    inset-inline: 0;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(30px) brightness(0.7);
  }
  .theme-dark .external-header.scrolled {
    background-color: rgba(0, 0, 0, 0.17);
  }
}
.footer {
  width: 100%;
  padding: 1.6875rem 4rem;
  transition: all 0.3s ease-in-out;
  background-color: #FFF;
  border-radius: 10px 10px 0 0;
}
.footer .copyrights {
  text-align: center;
  font-family: "Inter", "Noto Kufi Arabic", sans-serif;
  font-weight: 500;
}
[dir=rtl] .footer .copyrights {
  font-family: "Noto Kufi Arabic", "Inter", sans-serif;
}
.theme-dark .footer {
  background-color: #021018;
}

.form-label {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  margin-bottom: 0.75rem;
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .form-label {
  font-family: "Noto Kufi Arabic", sans-serif;
}

.form-control,
.form-select {
  padding: 0.75rem 1.125rem;
  border: 0.0625rem solid var(--color-border-color);
  font-size: 1rem;
  border-radius: 0.5rem;
  height: auto;
  color: var(--color-text-color);
  outline: none !important;
  box-shadow: none !important;
  transition: border-color, background-color 0.3s ease-in-out;
}
.form-control::placeholder,
.form-select::placeholder {
  color: #6C757D;
}
.form-control:is(:active, :focus),
.form-select:is(:active, :focus) {
  border-color: var(--color-secondary);
  border-width: 0.125rem;
  box-shadow: 0 2px 6px rgba(0, 191, 99, 0.3) !important;
}
.form-control:disabled,
.form-select:disabled {
  background-color: rgba(47, 43, 61, 0.6);
}
.form-control.is-invalid,
.form-select.is-invalid {
  box-shadow: 0 2px 6px rgba(255, 76, 81, 0.3) !important;
  border-width: 0.0625rem;
}
.theme-dark .form-control,
.theme-dark .form-select {
  background-color: transparent;
}

[dir=rtl] .form-select {
  background-position: left 0.75rem center;
}
.form-select option {
  padding-block: 0.5rem;
}

.passowrd-control {
  position: relative;
}
.passowrd-control button {
  position: absolute;
  inset-block: 0;
  inset-inline-end: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
  margin-block: auto;
}
.passowrd-control button svg {
  flex-shrink: 0;
  height: 1.25rem;
  width: 1.25rem;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.theme-dark .passowrd-control button svg {
  filter: brightness(0) invert(1);
}
.passowrd-control button:hover {
  transform: scale(1.12);
}
.passowrd-control:has(.is-invalid) button {
  inset-inline-end: 2rem;
}

div:has(> .focused) > .form-label,
div:has(div > .focused) > .form-label {
  color: var(--color-secondary);
}

div:has(> .is-invalid) > .form-label,
div:has(div > .is-invalid) > .form-label {
  color: var(--color-danger);
}

.form-check .form-check-input:checked {
  background-color: transparent;
  border-color: var(--color-border-color);
}
.form-check .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("../urWhats/images/login/checked.svg");
  background-size: 9px;
  background-position: center 3px;
}
.form-check .form-check-label {
  color: #6C757D;
}
.theme-dark .form-check .form-check-label {
  color: #fff;
}

.card {
  --bs-card-spacer-y: 1.563rem;
  --bs-card-spacer-x: 1.563rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: var(--color-primary);
  --bs-card-subtitle-color: var(--color-primary);
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: color(white);
  --bs-card-border-radius: 1rem;
  --bs-card-cap-bg: #fff;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.theme-dark .card {
  background-color: #031622;
}

.card-body {
  flex: 1 1 auto;
  padding: 0;
  color: var(--bs-card-color);
}

.card-header {
  margin-bottom: 0;
  color: var(--color-text-color);
  background-color: transparent;
  border-bottom: none;
  padding: 0;
  font-weight: bold;
}
.card-header .sub-title {
  font-size: 0.75rem;
  color: #4b4b4b;
  margin-top: 0.5rem;
  font-size: 0.75rem;
}
.theme-dark .card-header .sub-title {
  color: #fff;
}

.profile-card {
  border-radius: 1rem;
  flex-direction: column;
}
.toast-custom .btn-close {
  position: absolute;
  top: 2.1875rem;
  inset-inline-end: 2.1875rem;
  filter: brightness(0) invert(1);
  opacity: 1;
}
.toast-custom .toast {
  border: none;
  border-radius: 0.625rem;
}
.toast-custom .toast .toast-body {
  padding: 0.75rem 1rem;
}
.toast-custom .toast .toast-body .toast-content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.toast-custom .toast .toast-body .toast-content .icon {
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #fff;
  border-radius: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toast-custom .toast .toast-body .toast-content .icon svg {
  height: 1.125rem;
}
.toast-custom .toast .toast-body .toast-content .toast-details h5 {
  color: #E8DEF8;
  font-size: 1.125rem;
}
.toast-custom.danger .toast {
  background-color: #FF4C51;
  color: #fff;
}

.nav-tabs {
  border: 0;
}
.nav-tabs .nav-item .nav-link {
  padding: 1rem 2rem;
  border-radius: 1rem 1rem 0 0;
  border: 0;
  color: var(--color-text-color);
  font-size: 1.125rem;
  font-family: "Formular-Light";
}
.nav-tabs .nav-item .nav-link.active {
  font-weight: normal;
  font-family: "Formular-Medium";
  background-color: #F9F4F2;
}

.tab-content {
  padding: 2rem;
  background-color: #F9F4F2;
}

.profile-card {
  margin-top: 3.125rem;
}
.profile-card .profile-cover {
  width: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.theme-dark .profile-card .profile-cover {
  background-repeat: no-repeat;
}
.profile-card .profile-info {
  display: flex;
  gap: 1.5rem;
  padding: 0.625rem 1.5rem 1.5rem 1.5rem;
}
@media (max-width: 767.98px) {
  .profile-card .profile-info {
    flex-direction: column;
    margin-top: -80px;
  }
}
.profile-card .profile-info .profile-photo {
  border-radius: 0.625rem;
  margin-top: -2.5625rem;
  position: relative;
}
.profile-card .profile-info .profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3125rem;
}
.profile-card .profile-info .profile-photo .upload-link {
  position: absolute;
  width: 2.1875rem;
  height: 2.1875rem;
  background: #00BF63;
  bottom: -0.625rem;
  inset-inline-end: 1rem;
  box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1);
  border-radius: 100%;
  color: #fff;
  overflow: hidden;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-card .profile-info .profile-photo .upload-link .icon {
  display: flex;
}
.profile-card .profile-info .profile-photo .upload-link .icon svg {
  width: 1.5625rem;
  height: 1.1875rem;
}
.profile-card .profile-info .profile-photo .upload-link .icon svg path,
.profile-card .profile-info .profile-photo .upload-link .icon svg circle {
  stroke: #fff;
}
.profile-card .profile-info .profile-photo .upload-link .update-flie {
  position: absolute;
  opacity: 0;
  z-index: 0;
  width: 100%;
  cursor: pointer;
  left: 0;
  height: 100%;
}
.profile-card .profile-info .profile-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 0 0;
}
.profile-card .profile-info .profile-details__name {
  margin-bottom: 0;
}
.profile-card .profile-info .profile-details .Professional-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 650px) {
  .profile-card .profile-info .profile-details .Professional-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.profile-card .profile-info .profile-details .Professional-info__items {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 575.98px) {
  .profile-card .profile-info .profile-details .Professional-info__items {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.profile-card .profile-info .profile-details .Professional-info__items .info-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.profile-card .profile-info .profile-details .Professional-info__items .info-item__icon {
  width: 1.5rem;
  height: 1.5rem;
}
.theme-dark .profile-card .profile-info .profile-details .Professional-info__items .info-item__icon {
  filter: brightness(0) invert(1);
}
.profile-card .profile-info .profile-details .Professional-info__items .info-item__icon svg {
  width: 100%;
  height: 100%;
}
.profile-card .profile-info .profile-details .Professional-info__items .info-item__icon svg rect {
  stroke: #00BF63;
}
.profile-card .profile-info .profile-details .Professional-info__items .info-item__icon svg path {
  stroke: #00BF63;
}
.profile-card .profile-info .profile-details .Professional-info__items .info-item__icon svg circle {
  stroke: #00BF63;
}
.profile-card .profile-info .profile-details .Professional-info__items .info-item__title {
  margin-bottom: 0;
  font-size: 0.9375rem;
}

.item-about {
  display: flex;
  align-items: center;
}
.item-about__icon {
  width: 2rem;
  height: 2rem;
  background-color: rgba(0, 191, 99, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 0.5rem;
}
.theme-dark .item-about__icon {
  background-color: rgba(213, 231, 246, 0.1019607843);
}
.item-about__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.theme-dark .item-about__icon svg {
  filter: brightness(0) invert(1);
}
.item-about__label {
  font-size: 1rem;
  color: var(--color-text-color);
  font-weight: 700;
  margin-inline-end: 0.3125rem;
}
.item-about__value {
  font-size: 1rem;
  color: #4B4B4B;
  font-weight: 500;
}
.theme-dark .item-about__value {
  color: #f1f1f1;
}

[dir=rtl] .btn.btn-outline-primary .icon {
  transform: rotate(180deg);
  line-height: 1;
}
.btn.btn-outline-primary .icon svg path {
  stroke: #00BF63;
}
.btn.btn-outline-primary:hover .icon svg path {
  stroke: #fff;
}

.external-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: linear-gradient(45deg, #46BB57, #08AE9A);
}
.external-page__container {
  flex: 1 0 0;
}
.external-page__form {
  display: flex;
  flex-direction: column;
  background-color: white;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.external-page__form header {
  padding: 4rem 4rem 2rem 4rem;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .external-page__form header {
    padding: 3rem 2rem 2rem;
  }
}
.external-page__form .form-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding-inline: 8rem;
}
.external-page__form .form-body .form-container {
  background-color: transparent;
  padding: 3rem 2rem 3rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
  min-width: 31.25rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .external-page__form .form-body .form-container {
    max-width: 34.375rem;
  }
}
.external-page__form .form-body .form-container .form-title {
  margin-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.external-page__form .form-body .form-container .sub-title {
  color: #4B4B4B;
  font-size: 0.75rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease-in-out;
}
.theme-dark .external-page__form .form-body .form-container .sub-title {
  color: #fff;
}
.external-page__form .form-body .form-container .btn {
  font-weight: 700;
  height: 3.4375rem;
  padding: 8.5px 17.5px;
}
.external-page__form .form-body .form-container a.forgot-link {
  color: rgba(1, 51, 153, 0.54);
  font-size: 0.875rem;
}
.theme-dark .external-page__form .form-body .form-container a.forgot-link {
  color: #fff;
}
.external-page__form .form-body .form-container .item-sign {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 600;
}
.external-page__form .form-body .form-container .item-sign span {
  color: #000;
  font-size: 0.875rem;
}
.theme-dark .external-page__form .form-body .form-container .item-sign span {
  color: #fff;
}
.external-page__form .form-body .form-container .item-sign a {
  color: #0F3DDE;
  font-size: 0.875rem;
  transition: all 0.3s ease-in-out;
}
.external-page__form .form-body .form-container .item-sign a:hover {
  opacity: 0.85;
}
@media (max-width: 1199.98px) {
  .external-page__form .form-body {
    padding-inline: 2rem;
  }
}
.external-page__form .form-footer {
  padding: 2rem 4rem;
  transition: all 0.3s ease-in-out;
}
.external-page__form .form-footer .copyrights {
  text-align: center;
  font-family: "Inter", "Noto Kufi Arabic", sans-serif;
  font-weight: 500;
}
[dir=rtl] .external-page__form .form-footer .copyrights {
  font-family: "Noto Kufi Arabic", "Inter", sans-serif;
}
.theme-dark .external-page__form {
  background-color: #031622;
}
.external-page__banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 20rem;
  background: #FFF8EE;
}
.external-page__banner .logo-image {
  max-width: 100%;
}
.external-page__banner.no-pattern:before {
  display: none;
}
.external-page__banner .banner-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  max-width: 85%;
  padding: 5rem;
}
.external-page__banner .banner-content .title {
  text-align: center;
  color: #fff;
}
.external-page__banner .banner-content .title span {
  font-family: "NotoSansArabic-Regular";
  font-size: 1.25rem;
}
[dir=rtl] .external-page__banner .banner-content .title span {
  font-family: "Cairo";
}
.external-page__banner .banner-content img {
  max-width: 100%;
}
@media (min-width: 1400px) {
  .external-page__banner .banner-content {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .d-sm-none {
    display: none;
  }
}
.theme-dark {
  --color-text-color: #fff;
}

.avatar-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #00BF63, #e9e9e9);

}

.avatar-circle-profile {
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #00BF63, #e9e9e9);

}
.avatar-initials-profile{
  font-family: "Inter", "Noto Kufi Arabic", sans-serif;
  font-size: 2rem;
}
.avatar-initials {
    font-family: "Inter", "Noto Kufi Arabic", sans-serif;
}

[dir=rtl] .avatar-initials {
    font-family: "Noto Kufi Arabic", "Inter", sans-serif;
}

.avatar-circle-update-profile {
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  background: linear-gradient(135deg, #00BF63, #e9e9e9);

}


.hover-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out !important;
    border: none !important;
    border-radius: 15px !important;
}

    .hover-card:hover {
        transform: translateY(-5px) !important;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    }

.icon-circle {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    transition: background-color 0.3s ease !important;
}

.hover-card:hover .icon-circle {
    background-color: rgba(167, 170, 167, 0.2) !important;
}

.btn-primary-index {
    padding: 12px 24px !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
}

.btn-primary-index:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(7, 218, 88, 0.3) !important;
}




    /* Light mode styles */
    .list-group-item {
      background-color: #fff;
      color: #000;
      border-color: rgba(0, 0, 0, 0.125);
  }

  .list-group-item:hover {
      background-color: #f8f9fa;
  }

  /* Dark mode styles */
  .theme-dark .list-group-item {
      background-color: #031622;
      color: #e2e8f0;
      border-color: rgba(255, 255, 255, 0.1);
  }

  .theme-dark .list-group-item:hover {
      background-color: rgba(255, 255, 255, 0.1);
  }

  .theme-dark .list-group-item i {
      color: #e2e8f0;
  }

  .theme-dark .card {
      background-color: #031622;
      border-color: rgba(255, 255, 255, 0.1);
  }


.form-check-input:checked {
    background-color: white !important;
}