@font-face {
  font-family: YekanBakh;
  src: url(./assets/fonts/YekanBakhFaNum-Regular.woff) format("woff2"),
    url(./assets/fonts/YekanBakhFaNum-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: YekanBakh;
  src: url(./assets/fonts/YekanBakhFaNum-Bold.woff) format("woff2"),
    url(./assets/fonts/YekanBakhFaNum-Bold.woff) format("woff");
  font-weight: 700;
}

@font-face {
  font-family: YekanBakh;
  src: url(./assets/fonts/YekanBakhFaNum-Medium.woff) format("woff2"),
    url(./assets/fonts/YekanBakhFaNum-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}


@font-face {
  font-family: 'MeQuran';
  src: url('./assets/fonts/me_quran.ttf') format('truetype')
}

@font-face {
  font-family: 'Neirizi';
  src: url('./assets/fonts/Neirizi.ttf') format('truetype')
}

@font-face {
  font-family: 'OsmanTaha';
  src: url('./assets/fonts/OsmanTaha.ttf') format('truetype')
}

@font-face {
  font-family: 'Sahel';
  src: url('./assets/fonts/Sahel-FD.ttf') format('truetype')
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-os-font-smoothing: grayscale;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


:root {
  --background-color: #e2e9fe;
  --items-categories-bg-color: #F6F8FA;
  --card-bg-color: #ffffff;
  --border-item-color: #ebebeb;
  --text-color: #121212;
  --tab-btn-color: #d9d9d9;
  --tab-btn-active-color: #131e36;
  --header-bg-color: #ffffff;
  --input-disabled-bg-color: #dddddd;
  --item-bg-gray: #dddddd;
  --text-color-gray: #4d4d4d;
  --sidebar-bg-color: #f8f8f8;
  --btn-primary-bg: #131e36;
  --btn-danger-bg: #dc3545;
}

[data-theme="dark"] {
  --background-color: #1f2125;
  --items-categories-bg-color: #202123;
  --card-bg-color: #121212;
  --border-item-color: #2e2e2e;
  --text-color: #e7e9ea;
  --tab-btn-color: #343434;
  --tab-btn-active-color: #008a8d;
  --header-bg-color: #343a40;
  --input-disabled-bg-color: #343434;
  --item-bg-gray: #191919;
  --text-color-gray: #808080;
  --sidebar-bg-color: #1a242e;
  --btn-primary-bg: #0d6efd;
  --btn-danger-bg: #ff4c4c;
}

.footer-nav-area {
  background-color: var(--header-bg-color);
  color: var(--text-color);
}

.footer-text {
  color: var(--text-color);
}

a {
  text-decoration: none;
  color: var(--text-color);
}

.dark-mode-image {
  filter: invert(0);
}

[data-theme="dark"] .dark-mode-image {
  filter: invert(1);
}

[data-theme="dark"] .nahj-item:nth-child(even) {
  background-color: #181828;
}

a {
  text-decoration: none;
  color: var(--text-color);
}

body {
  direction: rtl;
  font-family: "YekanBakh", sans-serif !important;
  padding: 0;
  margin: 0;
  background-color: var(--background-color);
  color: var(--text-color);
}


::placeholder {
  font-family: "YekanBakh"
}

select {
  font-family: "YekanBakh" !important;
  background-color: transparent;
  border: 1px solid #ccc;
  padding: 0.5rem;
  border-radius: 0;
}

button {
  border: 0;
  font-family: Sahel;
}

button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

input:disabled {
  background: var(--input-disabled-bg-color);
}

input[type="text"],
input[type="search"],
textarea {
  font-family: Sahel;
}

ol {
  padding: 15px;
}

ul li {
  list-style: none;
  text-decoration: none;
}

.w-100 {
  width: 100% !important;
}

.img-auto {
  max-width: 100%;
  height: auto;
}

.color-gray {
  color: #F6F8FA;
}

.bg-primary {
  background-color: #0d5afd !important;
}

.bg-blue {
  background-color: #214475 !important;
}

.bg-gray {
  background-color: var(--item-bg-gray) !important;
}

.text-white {
  color: #fff !important;
}

.border-0 {
  border: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.h-100 {
  height: 100% !important;
}

.rounded-10 {
  border-radius: 10px;
}

.pointer {
  cursor: pointer;
}


/* Padding Top */
.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 1px;
}

.pt-2 {
  padding-top: 2px;
}

.pt-3 {
  padding-top: 3px;
}

.pt-4 {
  padding-top: 4px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

/* Padding Right */
.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 1px;
}

.pr-2 {
  padding-right: 2px;
}

.pr-3 {
  padding-right: 3px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

/* Padding Bottom */
.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 1px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-62 {
  padding-bottom: 62px !important;
}

/* Padding Left */
.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 1px;
}

.pl-2 {
  padding-left: 2px;
}

.pl-3 {
  padding-left: 3px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

/* Padding X (Left and Right) */
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 1px;
  padding-right: 1px;
}

.px-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.px-3 {
  padding-left: 3px;
  padding-right: 3px;
}

.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

/* Padding Y (Top and Bottom) */
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Padding All */
.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 1px;
}

.p-2 {
  padding: 2px;
}

.p-3 {
  padding: 3px;
}

.p-4 {
  padding: 4px;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-16 {
  padding: 16px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

/* Margin Top */
.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-64 {
  margin-top: 64px;
}

/* Margin Right */
.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 1px;
}

.mr-2 {
  margin-right: 2px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-32 {
  margin-right: 32px;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 1px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-32 {
  margin-bottom: 32px;
}

/* Margin Left */
.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 1px;
}

.ml-2 {
  margin-left: 2px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-32 {
  margin-left: 32px;
}

/* Margin X (Left and Right) */
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-1 {
  margin-left: 1px;
  margin-right: 1px;
}

.mx-2 {
  margin-left: 2px;
  margin-right: 2px;
}

.mx-3 {
  margin-left: 3px;
  margin-right: 3px;
}

.mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

/* Margin Y (Top and Bottom) */
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.my-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.my-3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

/* Margin All */
.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 1px;
}

.m-2 {
  margin: 2px;
}

.m-3 {
  margin: 3px;
}

.m-4 {
  margin: 4px;
}

.m-5 {
  margin: 5px;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

/* Flexbox */
.d-flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-center {
  align-content: center;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-stretch {
  align-content: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.selected {
  border: 2px solid #007bff;
  /* Change the color and style as needed */
}


.Toastify__toast-body {
  font-family: "YekanBakh" !important;
  direction: rtl;

}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: fit-content !important;
    margin-top: 15px;
  }
}

.btn {
  font-size: 16px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 5px;
}

.btn-danger {
  color: #ffffff;
  background-color: #ea4c62;
  border-color: #ea4c62;
}

.btn-primary {
  color: #ffffff;
  background-color: var(--tab-btn-active-color);
  border-color: #254892;
}

.btn-warning {
  color: #1f0757;
  background-color: #f1b10f;
  border-color: #f1b10f;
}

.alert {
  padding: 10px 12px;
  border-radius: 5px;
  margin: 15px 0;
}


.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}


.container {
  padding: 0 12px;
}

.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.spinner {
  border: 4px solid var(--text-color);
  border-left-color: var(--border-item-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.loader-spanne-20 {
  position: relative;
  width: 100px;
  height: 30px;
  padding: 0;
}
.loader-spanne-20 > span {
  position: absolute;
  right: 0;
  width: 3px;
  height: 30px;
  background-color: rgb(116, 204, 197);
  display: block;
  border-radius: 3px;
  transform-origin: 50% 100%;
  animation: moveLoaderSpanne 2.8s linear infinite;
}
.loader-spanne-20 > span:nth-child(1) {
  animation-delay: -0.4s;
}
.loader-spanne-20 > span:nth-child(2) {
  animation-delay: -0.8s;
}
.loader-spanne-20 > span:nth-child(3) {
  animation-delay: -1.2s;
}
.loader-spanne-20 > span:nth-child(4) {
  animation-delay: -1.6s;
}
.loader-spanne-20 > span:nth-child(5) {
  animation-delay: -2s;
}
.loader-spanne-20 > span:nth-child(6) {
  animation-delay: -2.4s;
}
.loader-spanne-20 > span:nth-child(7) {
  animation-delay: -2.8s;
}
@keyframes moveLoaderSpanne {
  0% {
    opacity: 0;
    transform: translateX(0px) rotate(0deg);
  }
  20% {
    opacity: 1;
  }
  40% {
    transform: translateX(-40px) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: translateX(-50px) rotate(22deg);
  }
  85% {
    opacity: 1;
    transform: translateX(-85px) rotate(60deg);
  }
  100% {
    opacity: 0;
    transform: translateX(-100px) rotate(65deg);
  }
}


.form-group {
  line-height: 1;
  margin-bottom: 15px;
}

.form-label {
  font-size: 16px;
  color: var(--text-color-gray);
  font-weight: 500;
  margin-bottom: 8px;
}


.form-select {
  display: block;
  width: 100%;
  padding: 0 15px 0 15px;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--items-categories-bg-color);
  padding: 0.5rem 1rem;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: 1px solid var(--border-item-color);
  border-radius: .25rem;

}

.form-select option {
  padding: 4px 8px;
  outline: none;
}

.form-control {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border-style: solid;
  padding: 0.5rem 1rem;
  height: 41px;
  max-height: 41px;
  font-size: 16px;
  color: var(--text-color);
  background-color: var(--card-bg-color);
  border-width: 1px;
  border-color: var(--border-item-color);
  border-radius: 5px;
}

textarea.form-control {
  min-height: 120px;
}

.card {
  border: 0;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-color: var(--card-bg-color);
}

.card-body {
  padding: 14px;
}

.card-body h1 {
  font-size: 18px;
  font-weight: 700;
}

.card-body h2 {
  font-size: 18px;
}

.items-categories {
  background: var(--items-categories-bg-color);
  border-radius: 10px;
  padding: 10px 5px;
  width: 90px;
}

.item-img-categories {
  width: 64px;
  height: 64px;
}

.item-img-clientarea {
  width: 33px;
  height: 33px;
  border-radius: 50%;
}

.zekr-pointer-img {
  width: 64px;
  height: 64px;
}

.zekr-dat-img {
  width: 24px;
  height: 24px;
}

.standard-tab {
  position: relative;
}

.standard-tab .nav {
  position: sticky;
  top: 50px;
  background-color: var(--card-bg-color);
  border: 1px solid var(--border-item-color);
  border-radius: 5px;
  padding: 8px;
  box-shadow: 0 0.325rem 1.25rem rgb(0 0 0 / 23%) !important;
  overflow: overlay;
}

.standard-tab .nav-item {
  flex-grow: 1;
  text-align: center;
  padding: 10px 3px;
  min-width: fit-content
}

.standard-tab .btn.active {
  background-color: var(--tab-btn-active-color);
  color: #fff;
}

.dashti .btn.active {
  background-color: var(--tab-btn-active-color);
  color: #fff;
  font-size: 14px;
  padding: 3px 5px;
}

.standard-tab .btn {
  padding: 6px 8px;
  width: 100%;
  background-color: var(--tab-btn-color);
}

.standard-tab .tab-content {
  border-radius: 5px;
  padding: 8px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.tab-content .item {
  padding: 8px 10px;
  border: 1px solid var(--border-item-color);
  border-radius: 5px;
  display: flex;
  font-weight: 700;
  font-size: 16px;
  color: var(--text-color);
  margin-bottom: 8px;
}

.tab-content .item .p-number {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tab-btn-active-color);
  ;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  color: #FFF;
}

.p-number {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tab-btn-active-color);
  ;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  color: #FFF;
}

.nahj-item:nth-child(even) {
  background-color: #f9f9f9;
  border-radius: 4px;
}

/* Header.css */
.header-area {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: var(--header-bg-color);
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid var(--border-item-color);
}

.header-top-sticky {
  z-index: 30;
  position: sticky;
  top: 0;
}

.header-content {
  height: 50px;
}


.navbar--toggler {
  cursor: pointer;
}

.navbar--toggler span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
}

.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background-color: var(--sidebar-bg-color);
  color: var(--text-color);
  transition: right 0.3s ease;
  padding: 20px;
}

.sidebar.open {
  right: 0;
  z-index: 9999;
  box-shadow: #212529
}

.sidebar .close-btn {
  background: none;
  border: none;
  color: var(--text-color);
  font-size: 24px;
  cursor: pointer;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.sidebar ul li {
  margin: 10px 0;
}

.sidebar ul li a {
  color: var(--text-color);
  text-decoration: none;
}

.sidebar-item {
  background: var(--card-bg-color);
  padding: 10px 5px;
  border-radius: 10px;
}

.dark-switch {
  background-color: var(--tab-btn-active-color);
  color: #f0f0f0;
}

.item-sidebar-img {
  width: 20px;
  height: 20px;
}


.footer-nav-area {
  position: fixed !important;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: var(--header-bg-color);
  width: 100%;
  height: 62px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  border-top: 1px solid var(--border-item-color);

}

.footer-nav {
  width: 100%;
  height: 62px;
}

.footer-nav-area img {
  height: 30px;
  width: 30px;
}


@media only screen and (min-width: 1200px) {
  .container {
    max-width: 740px;
    margin: 0 auto;
  }
}

.content-item.translation .arabic-lang {
  display: none;
}

.content-item.arabic .persian-lang {
  display: none;
}

.arabic-lang {
  font-size: 20px;
}

.persian-lang {
  color: #8e8e8e;
  font-size: 14px;
}


.icon-titr-purple {
  background: #131e36;
  border-radius: 50px;
  height: 24px;
  margin-left: 8px;
  width: 8px;
}


.mybutton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  font-size: 20px;
  margin-top: 10px;
}

.mybutton1 {
  border: 17px double rgb(13 73 131 / 77%);
  border-radius: 50%;
}

.count-bg {
  background-color: rgb(13 73 131 / 77%) !important;
  color: #fff;
  padding: 5px 35px;
  border-radius: 10px;
}


/* -----Dashboard----- */


.dashboard-page {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.dashboard-header {
  background: #fff;
  height: 70px;
  padding: 5px;
}

.dashboard-content {
  background: #ccc;
  border: 3px solid red;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
}

.dashboard-main {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  background: #F5F6FA;
}

.dashboard-main .dashboard-container {
  padding: 30px;
}

.dashboard-main .dashboard-container .dashboard-card {
  border: 0;
  border-radius: 6px;
  background-color: #fff;
  fill: #FFF;
  filter: drop-shadow(6px 6px 54px rgba(0, 0, 0, 0.05));
}

.dashboard-main .dashboard-container .dashboard-card-body {
  padding: 32px;
}


.dashboard-sidebar {
  width: 240px;
  background-color: #fff;
  display: flex;
}

.dashboard-sidebar .dashboard-container {
  margin: 0 auto;
  width: 100%;
}

.dashboard-sidebar .dashboard-container .item {
  height: 50px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  position: relative;
}

.dashboard-sidebar .dashboard-container .item:hover {
  background-image: url('./assets/images/hoverImage.svg');
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.dashboard-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.dashboard-table .table-row {
  display: table-row;
}

.dashboard-table .table-th {
  background: #FCFDFD;
  font-weight: 700;
  border-radius: 14px 14px 0px 0px;
}

.dashboard-table .table-td {
  background: #fff;
}

.dashboard-table .table-cell {
  display: table-cell;
  border: 1px solid #D5D5D5;
  padding: 5px 15px;
  text-align: center;
  /* برای تراز کردن متن در مرکز */
}

.dashboard-table .table-th .table-cell {
  border: 0.6px solid #D5D5D5;
  border-bottom: 2px solid #D5D5D5;
}

.dashboard-table .table-td:last-child .table-cell {
  border-radius: 0px 0px 14px 14px;
}


.badge {
  border-radius: 4.5px;
  font-weight: 700;
  font-size: 12px;
  padding: 0px 10px;
}

.badge-primary {
  background: #b6c9f4;
  color: #2365f5;
}

.badge-secondary {
  background: #e5e5e5;
  color: #5e5e5e;
}

.badge-green {
  background: #ccf0eb;
  color: #07abb8;
}

.badge-purple {
  background: #e0d4fc;
  color: #6226ef;
}

.badge-orange {
  background: #fcd7d4;
  color: #ef3826;
}


.salavat-counter {
  font-size: 14px;
  color: #8480ae;
}


.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 45;
}

.popup-content {
  background: var(--card-bg-color);
  padding: 15px;
  border-radius: 8px;
  width: 330px;
  position: relative;
}

.popup-close {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.popup-close img {
  width: 25px;
  height: 25px;
}

.audio-mp3 {
  position: sticky;
  bottom: 60px;
}

.time-count-down {
  background-color: #002d59;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}

.nahjol h2 {
  font-size: 18px;
}


/* SLIDER */
.slider {
  position: relative;
  direction: ltr;
  width: 100%;
  overflow: hidden;
  margin: 10px auto;
  max-width: 716px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;

}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
}

.slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}


.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  font-size: 15px;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  transition: background-color 0.3s;
}

.nav-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.prev-button {
  left: 15px;
}

.next-button {
  right: 15px;
}

.indicators {
  position: absolute;
  bottom: 15px;
  left: 20%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: background-color 0.3s;
}

.indicator:hover,
.indicator.active {
  background-color: rgba(255, 255, 255, 1);
}


@media (max-width: 768px) {
  .slider {
    max-width: 100%;
    border-radius: 0;
  }

  .nav-button {
    font-size: 24px;
    padding: 8px 12px;
  }

}

@media (max-width: 480px) {
  .nav-button {
    font-size: 20px;
    padding: 6px 10px;
    display: none;
  }

}


/* ترجمه دشتی */
.dashti-box {
    background: linear-gradient(135deg, #f8f9fa, #eef2ff);
    border-right: 4px solid #6c63ff;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(108,99,255,0.08);
}

.dashti-box .section-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d0c9ff;
}

.dashti-box .section-badge {
    background: #6c63ff;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
}

.dashti-box .nahj-item {
    color: #2d2d2d;
    line-height: 2;
}

/* سایر ترجمه‌ها */
.translations-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.translations-box .section-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e0e0e0;
}

.translations-box .section-badge {
    background: #f0f0f0;
    color: #555;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
}

/* Dark Mode */
[data-theme="dark"] .dashti-box {
    background: linear-gradient(135deg, #1e1e2e, #1a1a2e);
    border-right-color: #8b83ff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

[data-theme="dark"] .dashti-box .section-header {
    border-bottom-color: #3a3560;
}

[data-theme="dark"] .dashti-box .section-badge {
    background: #8b83ff;
}

[data-theme="dark"] .dashti-box .nahj-item {
    color: #e0e0e0;
}

[data-theme="dark"] .translations-box {
    background: #1a1a1a;
    border-color: #2d2d2d;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

[data-theme="dark"] .translations-box .section-header {
    border-bottom-color: #2d2d2d;
}

[data-theme="dark"] .translations-box .section-badge {
    background: #2d2d2d;
    color: #aaa;
}


.list-render-items {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    margin-bottom: 8px;
    border-radius: 10px;
    background: #f9f9f9;
    border: 1px solid #efefef;
    transition: all 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.list-render-items:hover {
    background: #eef2ff;
    border-color: #c5beff;
    transform: translateX(-2px);
}

.nahj-list-number {
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #6c63ff;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nahj-list-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #2d2d2d;
}

[data-theme="dark"] .list-render-items {
    background: #1e1e1e;
    border-color: #2d2d2d;
    color: #e0e0e0;
}

[data-theme="dark"] .list-render-items:hover {
    background: #1a1a2e;
    border-color: #3a3560;
}

[data-theme="dark"] .nahj-list-number {
    background: #8b83ff;
}

[data-theme="dark"] .nahj-list-title {
    color: #e0e0e0;
}