@charset "UTF-8";
/* ========================================
   Colors
======================================== */
/* ========================================
   Table
======================================== */
/* ========================================
   Badge
======================================== */
/* ========================================
   Form / Select
======================================== */
/* ========================================
   UI
======================================== */
/* ========================================
   Layout
======================================== */
/* ========================================
   Radius
======================================== */
/* ========================================
   Shadow
======================================== */
/* ========================================
   Transition
======================================== */
/* Text Utilities */
.ui-text-white {
  color: #ffffff;
}

.ui-text-gray-000 {
  color: #fcfcfc;
}

.ui-text-gray-100 {
  color: #f5f5f5;
}

.ui-text-gray-200 {
  color: #e9e9e9;
}

.ui-text-gray-300 {
  color: #dfdfdf;
}

.ui-text-gray-800 {
  color: #222831;
}

.ui-text-royal-blue-100 {
  color: #174a7c;
}

.ui-text-royal-blue-200 {
  color: #0f355c;
}

.ui-text-space-blue-400 {
  color: #95a0ae !important;
}

.ui-text-space-blue-500 {
  color: #5f6f85 !important;
}

.ui-text-space-blue-600 {
  color: #102033;
}

.ui-text-sky-blue-300 {
  color: #007df6 !important;
}

.ui-text-raspberry-red-200 {
  color: #e70036;
}

.ui-text-underline {
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.ui-bg-space-blue-500 {
  background-color: #5f6f85 !important;
}

/* Background Utilities */
.ui-bg-white {
  background-color: #ffffff;
}

.ui-bg-gray-000 {
  background-color: #fcfcfc !important;
}

.ui-bg-gray-100 {
  background-color: #f5f5f5 !important;
}

.ui-bg-gray-300 {
  background-color: #dfdfdf !important;
}

.ui-bg-space-blue-300 {
  background-color: #f4f9ff;
}

.ui-bg-sky-blue-100 {
  background-color: #e0efff;
}

.ui-bg-sky-blue-200 {
  background-color: #c2e1ff;
}

.ui-bg-sky-blue-300 {
  background-color: #007df6;
}

.ui-bg-royal-blue-100 {
  background-color: #174a7c;
}

.ui-bg-royal-blue-200 {
  background-color: #0f355c;
}

.ui-bg-raspberry-red-100 {
  background-color: #fcdad8;
}

.ui-bg-raspberry-red-200 {
  background-color: #e70036;
}

.px-6 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.py-6 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.px-7 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.py-7 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.px-8 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.py-8 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.px-9 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.py-9 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.px-10 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.py-10 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.px-11 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}

.py-11 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.px-12 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.py-12 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.px-13 {
  padding-left: 52px !important;
  padding-right: 52px !important;
}

.py-13 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

.px-14 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.py-14 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.px-15 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.py-15 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.px-16 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.py-16 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.px-17 {
  padding-left: 68px !important;
  padding-right: 68px !important;
}

.py-17 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}

.px-18 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.py-18 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.px-19 {
  padding-left: 76px !important;
  padding-right: 76px !important;
}

.py-19 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}

.px-20 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.py-20 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.flex-row-icenter-jcenter, .ui__login_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.grid-col-3-fix {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  /* Mobile */
}
@media (max-width: 767px) {
  .grid-col-3-fix {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-3-fix {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .grid-col-3-fix {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Mobile */
}
@media (max-width: 767px) {
  .grid-col-3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 38px !important;
  }
}
.grid-col-3 {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .grid-col-3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 38px !important;
  }
}

.grid-col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Mobile */
}
@media (max-width: 767px) {
  .grid-col-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 38px !important;
  }
}
.grid-col-2 {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .grid-col-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 38px !important;
  }
}

.flex-row-icenter, .ui--loginBox__Logo {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}

.flex-row-jcenter {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.flex-col-icenter-jcenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-col-icenter {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.flex-col-jcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-Col {
  display: flex;
  flex-direction: column;
}

.flex-Row {
  display: flex;
  flex-direction: row;
}

.dir-rtl {
  direction: rtl !important;
}

.dir-ltr {
  direction: ltr !important;
}

.divider-line {
  height: 1px;
  background-color: #dfdfdf;
}

@media (max-width: 920px) {
  .flex-col-icenter-mobile {
    display: flex;
    flex-direction: column !important;
    align-items: center;
  }
}

.hidden {
  display: none;
}

/* Navigation Container */
.navigation-wrapper {
  padding: 40px 20px;
  background: #f8f9fa;
}

.step-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: relative;
  /* Mobile */
}
@media (max-width: 767px) {
  .step-navigation {
    overflow-x: scroll;
    width: 100%;
    flex-wrap: nowrap;
    /* مخفی کردن scrollbar */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE / Edge */
  }
  .step-navigation::-webkit-scrollbar {
    display: none; /* Chrome / Safari */
  }
}
.step-navigation {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .step-navigation {
    overflow-x: scroll;
    width: 100%;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .step-navigation::-webkit-scrollbar {
    display: none;
  }
}

/* Progress Line */
.progress-line {
  position: absolute;
  top: 24px;
  right: 68px;
  left: 65px;
  height: 2px;
  background: #e0e0e0;
  z-index: 1;
  /* Mobile */
}
@media (max-width: 767px) {
  .progress-line {
    top: 28px;
    right: -4px;
    left: -50px;
  }
}
.progress-line {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .progress-line {
    top: 26px;
  }
}

.progress {
  background-color: #dfdfdf !important;
}

.progress-line-active {
  position: absolute;
  top: 24px;
  right: 60px;
  height: 2px;
  z-index: 2;
  transition: width 0.5s ease;
}

/* Step Items */
.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
  transition: all 0.3s ease;
  flex: 1;
  text-align: center;
}

.step-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #d0d0d0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px !important;
  font-weight: 500;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  background: white;
  color: #666;
  margin-top: 0.75rem;
}

.step-item.active .step-circle {
  background: #1e3a8a;
  color: white;
  border-color: #1e3a8a;
  transform: scale(1.1);
}

.step-label.active {
  font-weight: 600;
  color: #1e3a8a;
}

.step-label {
  font-size: 12px;
  color: #666;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.step-content {
  display: none;
  animation: fadeIn 0.4s ease;
}

.step-content.active {
  display: flex;
}

/* Responsive Design */
@media (max-width: 768px) {
  .navigation-wrapper {
    padding: 30px 15px;
  }
  .step-circle {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .step-label {
    font-size: 10px;
    max-width: 90px;
  }
}
@media (max-width: 480px) {
  .step-circle {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
  .step-label {
    font-size: 9px;
    max-width: 60px;
  }
}
.point-cursor {
  cursor: pointer !important;
}

.w-90 {
  width: 90% !important;
}

.w-80 {
  width: 80% !important;
}

.w-70 {
  width: 70% !important;
}

.w-60 {
  width: 60% !important;
}

.w-40 {
  width: 40% !important;
}

.w-20 {
  width: 20% !important;
}

.w-15 {
  width: 15% !important;
}

.width-200 {
  width: 200px !important;
}

.height-120 {
  height: 120px !important;
}

.h-90 {
  height: 90% !important;
}

.width-2 {
  width: 2px !important;
}

.height-2 {
  height: 2px !important;
}

.width-4 {
  width: 4px !important;
}

.height-4 {
  height: 4px !important;
}

.width-6 {
  width: 6px !important;
}

.height-6 {
  height: 6px !important;
}

.width-8 {
  width: 8px !important;
}

.height-8 {
  height: 8px !important;
}

.width-10 {
  width: 10px !important;
}

.height-10 {
  height: 10px !important;
}

.width-12 {
  width: 12px !important;
}

.height-12 {
  height: 12px !important;
}

.width-14 {
  width: 14px !important;
}

.height-14 {
  height: 14px !important;
}

.width-16 {
  width: 16px !important;
}

.height-16 {
  height: 16px !important;
}

.width-18 {
  width: 18px !important;
}

.height-18 {
  height: 18px !important;
}

.width-20 {
  width: 20px !important;
}

.height-20 {
  height: 20px !important;
}

.width-22 {
  width: 22px !important;
}

.height-22 {
  height: 22px !important;
}

.width-24 {
  width: 24px !important;
}

.height-24 {
  height: 24px !important;
}

.width-26 {
  width: 26px !important;
}

.height-26 {
  height: 26px !important;
}

.width-28 {
  width: 28px !important;
}

.height-28 {
  height: 28px !important;
}

.width-30 {
  width: 30px !important;
}

.height-30 {
  height: 30px !important;
}

.width-32 {
  width: 32px !important;
}

.height-32 {
  height: 32px !important;
}

.width-34 {
  width: 34px !important;
}

.height-34 {
  height: 34px !important;
}

.width-36 {
  width: 36px !important;
}

.height-36 {
  height: 36px !important;
}

.width-38 {
  width: 38px !important;
}

.height-38 {
  height: 38px !important;
}

.width-40 {
  width: 40px !important;
}

.height-40 {
  height: 40px !important;
}

.width-42 {
  width: 42px !important;
}

.height-42 {
  height: 42px !important;
}

.width-44 {
  width: 44px !important;
}

.height-44 {
  height: 44px !important;
}

.width-46 {
  width: 46px !important;
}

.height-46 {
  height: 46px !important;
}

.width-48 {
  width: 48px !important;
}

.height-48 {
  height: 48px !important;
}

.width-50 {
  width: 50px !important;
}

.height-50 {
  height: 50px !important;
}

.width-52 {
  width: 52px !important;
}

.height-52 {
  height: 52px !important;
}

.width-54 {
  width: 54px !important;
}

.height-54 {
  height: 54px !important;
}

.width-56 {
  width: 56px !important;
}

.height-56 {
  height: 56px !important;
}

.width-58 {
  width: 58px !important;
}

.height-58 {
  height: 58px !important;
}

.width-60 {
  width: 60px !important;
}

.height-60 {
  height: 60px !important;
}

.width-62 {
  width: 62px !important;
}

.height-62 {
  height: 62px !important;
}

.width-64 {
  width: 64px !important;
}

.height-64 {
  height: 64px !important;
}

.width-66 {
  width: 66px !important;
}

.height-66 {
  height: 66px !important;
}

.width-68 {
  width: 68px !important;
}

.height-68 {
  height: 68px !important;
}

.width-70 {
  width: 70px !important;
}

.height-70 {
  height: 70px !important;
}

.width-72 {
  width: 72px !important;
}

.height-72 {
  height: 72px !important;
}

.width-74 {
  width: 74px !important;
}

.height-74 {
  height: 74px !important;
}

.width-76 {
  width: 76px !important;
}

.height-76 {
  height: 76px !important;
}

.width-78 {
  width: 78px !important;
}

.height-78 {
  height: 78px !important;
}

.width-80 {
  width: 80px !important;
}

.height-80 {
  height: 80px !important;
}

.width-82 {
  width: 82px !important;
}

.height-82 {
  height: 82px !important;
}

.width-84 {
  width: 84px !important;
}

.height-84 {
  height: 84px !important;
}

.width-86 {
  width: 86px !important;
}

.height-86 {
  height: 86px !important;
}

.width-88 {
  width: 88px !important;
}

.height-88 {
  height: 88px !important;
}

.width-90 {
  width: 90px !important;
}

.height-90 {
  height: 90px !important;
}

.width-92 {
  width: 92px !important;
}

.height-92 {
  height: 92px !important;
}

.width-94 {
  width: 94px !important;
}

.height-94 {
  height: 94px !important;
}

.width-96 {
  width: 96px !important;
}

.height-96 {
  height: 96px !important;
}

.width-98 {
  width: 98px !important;
}

.height-98 {
  height: 98px !important;
}

.width-100 {
  width: 100px !important;
}

.height-100 {
  height: 100px !important;
}

.circle-items {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  transform: translateX(14px);
  position: absolute;
  top: 7px;
  background-color: #174a7c;
  right: -5px;
}

.divider-line-vertical {
  width: 1px;
  top: 12px;
  right: -15px;
  height: 94px;
  background-color: gray;
}

.max-width-548px {
  max-width: 548px;
}

.max-width-1100px {
  max-width: 1100px;
}

.max-width-824px {
  max-width: 824px;
}

.modal {
  --bs-modal-width: 100% !important;
}

.border-gray-300 {
  border: 1px #dfdfdf solid;
}

.border-gray-100 {
  border: 1px #f5f5f5 solid;
}

.border-gray-200 {
  border: 1px #e9e9e9 solid;
}

.rating {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.rating__label {
  font-size: 14px;
  color: black;
  font-family: IRANYekanRegularFaNum, sans-serif;
  text-align: right;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.rating__row {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f5f5f5;
  border: 0.5px solid #dfdfdf;
  border-radius: 24px;
  padding: 6px 16px;
  width: -moz-fit-content;
  width: fit-content;
}
.rating__stars {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.rating__star {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  outline: none;
  transition: transform 0.15s ease;
}
.rating__star svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #102033;
  stroke-width: 1.5px;
  stroke-linejoin: round;
  transition: fill 0.15s ease, stroke 0.15s ease;
}
.rating__star:focus-visible {
  box-shadow: 0 0 0 2px #1a1a1a;
}
.rating__star:active {
  transform: scale(0.88);
}
.rating__star.is-filled svg {
  fill: #1a1a1a;
  stroke: #1a1a1a;
}
.rating__star.is-hovered svg {
  fill: #1a1a1a;
  stroke: #1a1a1a;
  opacity: 0.6;
}
.rating .rating__star.active svg path {
  fill: #222831;
}
.rating__score {
  font-size: 13px;
  color: #aaaaaa;
  white-space: nowrap;
  min-width: 38px;
  text-align: left;
  direction: ltr;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.swiper {
  width: 100%;
  height: 100vh;
  max-height: 500px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  margin-left: 117px !important;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* Mobile */
}
@media (max-width: 767px) {
  .swiper-slide {
    margin-left: 8px !important;
  }
}
.swiper-slide {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .swiper-slide {
    margin-left: 20px !important;
  }
}
.swiper-slide img {
  width: 100%;
  height: 255px;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-getService-container .swiper-slide:nth-child(-n+6) > p:first-child {
  position: relative;
  z-index: 1;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}
.index-getService-container .swiper-slide:nth-child(-n+6) > p:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-start: 72px;
  inset-inline-end: 0;
  height: 1px;
  background-color: #d9dde3;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scaleX(0);
  transform-origin: right center;
  transition: transform 1400ms cubic-bezier(0.65, 0, 0.35, 1), opacity 700ms ease;
}
.index-getService-container.is-service-line-visible .swiper-slide:nth-child(-n+6) > p:first-child::after {
  opacity: 1;
  transform: translateY(-50%) scaleX(1);
}
.index-getService-container.is-service-line-visible .swiper-slide:nth-child(1) > p:first-child::after {
  transition-delay: 200ms;
}
.index-getService-container.is-service-line-visible .swiper-slide:nth-child(2) > p:first-child::after {
  transition-delay: 550ms;
}
.index-getService-container.is-service-line-visible .swiper-slide:nth-child(3) > p:first-child::after {
  transition-delay: 900ms;
}
.index-getService-container.is-service-line-visible .swiper-slide:nth-child(4) > p:first-child::after {
  transition-delay: 1250ms;
}
.index-getService-container.is-service-line-visible .swiper-slide:nth-child(5) > p:first-child::after {
  transition-delay: 1600ms;
}
.index-getService-container.is-service-line-visible .swiper-slide:nth-child(6) > p:first-child::after {
  transition-delay: 1950ms;
}

.grid-col-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  /* Mobile */
}
@media (max-width: 767px) {
  .grid-col-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-4 {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .grid-col-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  :root {
    --star-size: 22px;
  }
  .rating__row {
    padding: 5px 12px;
  }
}
/* Fonts */
@font-face {
  font-family: "YekanReg";
  src: url("../fonts/IRANYekan/IRANYekanRegular.ttf") format("truetype");
}
@font-face {
  font-family: "YekanBold";
  src: url("../fonts/IRANYekan/IRANYekan-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "YekanMedium";
  src: url("../fonts/IRANYekan/IRANYekan-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "RayBold";
  src: url("../fonts/ray/Ray-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "RayReg";
  src: url("../fonts/ray/Ray-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Ray";
  src: url("../fonts/ray/Ray.ttf") format("truetype");
}
@font-face {
  font-family: "IRANYekanRegularFaNum";
  src: url("../fonts/IRANYekanFanum/IRANYekanRegularFaNum.ttf") format("truetype");
}
/* Yekan Regular */
.font-yekan-reg {
  font-family: "YekanReg", sans-serif !important;
  font-weight: 400 !important;
}

/* Yekan Bold */
.font-yekan-bold {
  font-weight: 600 !important;
}

/* Yekan Medium */
.font-yekan-medium {
  font-family: "YekanMedium", sans-serif !important;
  font-weight: 500 !important;
}

/* Ray Bold */
/* Ray Regular */
.font-ray {
  font-family: "Ray", sans-serif !important;
  font-weight: 400;
}

.font-ray-reg {
  font-family: "Ray", sans-serif !important;
  font-weight: 600;
}

/* Iran Yekan Regular Fa Num */
.font-iran-yekan-fa-num {
  font-family: "IRANYekanRegularFaNum", sans-serif !important;
  font-weight: 400;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-44 {
  font-size: 44px !important;
}

@media (max-width: 767px) {
  .fs-m-10 {
    font-size: 10px !important;
  }
  .fs-m-12 {
    font-size: 12px !important;
  }
  .fs-m-14 {
    font-size: 14px !important;
  }
  .fs-m-16 {
    font-size: 16px !important;
  }
  .fs-m-18 {
    font-size: 18px !important;
  }
  .fs-m-20 {
    font-size: 20px !important;
  }
  .fs-m-24 {
    font-size: 24px !important;
  }
  .fs-m-28 {
    font-size: 28px !important;
  }
  .fs-m-32 {
    font-size: 32px !important;
  }
  .fs-m-44 {
    font-size: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fs-t-10 {
    font-size: 10px !important;
  }
  .fs-t-12 {
    font-size: 12px !important;
  }
  .fs-t-14 {
    font-size: 14px !important;
  }
  .fs-t-16 {
    font-size: 16px !important;
  }
  .fs-t-18 {
    font-size: 18px !important;
  }
  .fs-t-20 {
    font-size: 20px !important;
  }
  .fs-t-24 {
    font-size: 24px !important;
  }
  .fs-t-28 {
    font-size: 28px !important;
  }
  .fs-t-32 {
    font-size: 32px !important;
  }
  .fs-t-44 {
    font-size: 44px !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "RayBold", sans-serif;
  line-height: 1.7;
  color: #102033;
  background: #ffffff;
  direction: rtl;
  font-size: 16px;
  text-rendering: optimizeLegibility;
}

@media (min-width: 992px) {
  span,
  ol,
  ul,
  pre,
  div,
  span:hover,
  ol:hover,
  ul:hover,
  pre:hover,
  div:hover {
    scrollbar-color: #878d9b transparent !important;
  }
}
.container-index {
  width: 100%;
  max-width: 2900px;
  margin: 0 auto;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.ui-title {
  font-family: "RayBold", sans-serif;
  line-height: 1.25;
  color: #102033;
  margin: 0 !important;
}

.ui-text--muted {
  color: #5f6f85;
}

.ui-label {
  font-weight: 600;
  color: #102033;
}

p {
  margin: 0 0 !important;
  font-size: 16px;
}

.tabs-card {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
}

/* ---- Override استایل پیش‌فرض Bootstrap Nav Tabs ---- */
.custom-nav-tabs {
  border-bottom: 1px solid #e5e7eb;
  padding: 0 16px;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}

.custom-nav-tabs::-webkit-scrollbar {
  height: 3px;
}

.custom-nav-tabs::-webkit-scrollbar-thumb {
  background: #0a53be;
  display: none;
  border-radius: 10px;
}

.custom-nav-tabs::-webkit-scrollbar-track {
  background: transparent;
  display: none;
}

.custom-nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  color: #95a0ae !important;
  font-size: 14px;
  padding: 16px 18px;
  white-space: nowrap;
  position: relative;
  background: transparent;
  font-weight: 300 !important;
}

.custom-nav-tabs .nav-link:hover {
  color: #007df6;
  border: none;
}

.custom-nav-tabs .nav-link.active {
  color: #007df6 !important;
  font-weight: 500;
  background: transparent;
  border: none;
}

.custom-nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 3px;
  background: #007df6;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.custom-nav-tabs .nav-link.active::after {
  transform: scaleX(1);
}

.tab-content-box {
  padding: 0 1rem 1.25rem;
  color: #6b7280;
  font-size: 14px;
  min-height: 80px;
}

/* Demo page centering — remove in real project */
/* Demo page centering — remove in real project */
.demo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Segoe UI", Tahoma, sans-serif;
}

/* ===== Component wrapper ===== */
.page-select {
  position: relative;
  display: inline-block;
}

/* Chevron icon, drawn with a pseudo-element so we don't need an image file */
.page-select::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #5f6f85;
  border-bottom: 2px solid #5f6f85;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
  transition: transform 0.18s ease;
}

/* Vertical divider between the chevron and the text, like the screenshot */
.page-select::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 34px;
  width: 1px;
  height: 18px;
  background: #f4f9ff;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}

/* ===== The native <select>, fully restyled ===== */
.page-select__input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  direction: rtl;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #5f6f85;
  background-color: #fcfcfc;
  border: 1px solid #5f6f85;
  border-radius: 24px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
  /* extra left padding clears room for the chevron + divider */
  padding: 4px 12px;
  min-width: 110px;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.page-select__input:hover {
  border-color: #b9c0cd;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
}

.page-select__input:focus {
  outline: none;
  border-color: #6c7fdc;
  box-shadow: 0 0 0 3px rgba(108, 127, 220, 0.18);
}

/* Flip the chevron while the dropdown list is open */
.page-select__input:focus + .page-select::after,
.page-select:has(.page-select__input:focus)::after {
  transform: translateY(-35%) rotate(225deg);
}

/* Remove default arrow in older IE/Edge just in case */
.page-select__input::-ms-expand {
  display: none;
}

/* Style the options list (limited browser support, but a nice touch where it works) */
.page-select__input option {
  color: #5f6f85;
  border-radius: 5px;
  background: #fcfcfc;
  padding: 8px;
}

.outline-none {
  outline: none !important;
}

.ui--searchInput-container {
  direction: rtl;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 4px 12px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .ui--searchInput-container {
    width: min(100%, 480px);
  }
}
.ui--searchInput-container svg {
  flex: 0 0 auto;
}
.ui--searchInput-container .ui-field__input {
  flex: 1 1 auto;
  width: 100% !important;
  min-width: 0;
  min-height: 40px !important;
  padding: 0 !important;
  font-size: 14px !important;
  background-color: transparent;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}
.ui--searchInput-container .ui-field__input:focus {
  border: 0;
  box-shadow: none;
}
.ui--searchInput-container:focus-within {
  border-color: #95a0ae;
}

.width-stretch {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}

.rounded-54 {
  border-radius: 54px !important;
}

.list-style-none {
  list-style: none !important;
}

.black_link {
  text-decoration-color: #102033;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  color: #102033;
  font-family: "YekanMedium", sans-serif;
}

.ui-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 50px;
  padding: 0.625rem 1rem;
  border: 1px solid transparent;
  border-radius: 5px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.ui-btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 125, 246, 0.22);
}
.ui-btn:disabled, .ui-btn.is-disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.ui-btn--primary {
  background: #174a7c;
  color: #ffffff;
  font-family: YekanBold, sans-serif;
}
.ui-btn--primary:hover {
  background: #0f355c;
  color: #ffffff;
}

.ui-btn--space-blue-500 {
  background: #5f6f85;
  color: #ffffff;
  font-family: YekanBold, sans-serif;
}
.ui-btn--space-blue-500:hover {
  background: #0f355c;
  color: #ffffff;
}

.ui-btn--accent {
  background: #007df6;
  color: #ffffff !important;
}
.ui-btn--accent:hover {
  background: #174a7c;
  color: #ffffff !important;
}

.ui-btn--outline {
  background: transparent;
  color: #102033;
  border: 1px solid #e9e9e9 !important;
  font-family: YekanBold, sans-serif;
  border-radius: 5px !important;
}
.ui-btn--outline:hover {
  background: #95a0ae;
  color: #ffffff !important;
}

.ui-btn--addPage {
  background-color: #f4f9ff;
  color: #007df6;
  border: 1px #007df6 dashed;
  font-family: YekanBold, sans-serif;
  border-radius: 5px !important;
  transition: all 0.1s ease-in-out;
}
.ui-btn--addPage:hover path {
  fill: #95a0ae; /* رنگ جدید */
}
.ui-btn--addPage:hover {
  background: #e0efff;
  color: #007df6;
}

.ui-btn--outline-gray {
  background: transparent;
  color: #102033;
  font-family: YekanBold, sans-serif;
  border-radius: 5px !important;
}
.ui-btn--outline-gray:hover {
  background-color: #102033 !important;
  color: white !important;
}
.ui-btn--outline-gray {
  height: 36px;
  border-color: #dfdfdf !important;
}
.ui-btn--outline-gray:hover path {
  fill: #95a0ae; /* رنگ جدید */
}

.ui-btn--outline-black {
  background: transparent;
  color: #102033;
  font-family: YekanBold, sans-serif;
  border-radius: 5px !important;
}
.ui-btn--outline-black:hover {
  background-color: #102033 !important;
  color: white !important;
}
.ui-btn--outline-black {
  height: 36px;
  border: 1px solid black !important;
}
.ui-btn--outline-black:hover path {
  fill: #95a0ae; /* رنگ جدید */
}

.ui-btn--ghost {
  background: transparent;
  color: #102033;
}
.ui-btn--ghost:hover {
  background: #f5f5f5;
  color: #174a7c;
}

.ui-btn--danger {
  background: #e70036;
  color: #ffffff;
}
.ui-btn--danger:hover {
  background: #c9002f;
  color: #ffffff;
}

.ui-btn--block {
  width: 100%;
}

.ui--toggle-switch {
  width: 38px;
  height: 20px;
  background-color: #ccc;
  border-radius: 22px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.1s ease-in-out;
}

.ui--toggle-switch.active {
  background-color: #007bff !important;
}

.ui--toggle-switch.inactive {
  background-color: #ccc;
}

.toggle-circle {
  width: 17px;
  height: 17px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 1px;
  transition: left 0.1s ease-in-out;
}

.ui--toggle-switch.active .toggle-circle {
  left: 18px !important;
}

.ui-Price-input-group {
  direction: rtl;
}
.ui-Price-input-group > label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #243140;
}
.ui-Price-input-group__inputBox {
  display: flex;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  direction: ltr;
}
.ui-Price-input-group__inputBox_text {
  padding: 14px 20px;
  background: #f5f5f5;
  border-right: 1px solid #d6d6d6;
  font-size: 18px;
  color: #6b7280;
  white-space: nowrap;
}

.Input-price {
  flex: 1;
  border: none !important;
  outline: none !important;
  padding: 14px 16px;
  font-size: 16px;
  font-family: "IRANYekanRegularFaNum", sans-serif;
  text-align: right;
}

.Input-price::-moz-placeholder {
  color: #9ca3af;
}

.Input-price::placeholder {
  color: #9ca3af;
}

.ltr-input {
  direction: ltr;
}

.ui-field {
  margin-bottom: 1rem;
}

.ui-field__label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.ui-field__input,
.ui-field__select,
.ui-field__textarea {
  width: 100%;
  min-height: 50px;
  padding: 0.625rem 0.875rem;
  outline: none;
  border: 1px solid #dfdfdf !important;
  border-radius: 5px !important;
  font-size: 16px;
  color: #102033 !important;
  background: #ffffff !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
.ui-field__input::-moz-placeholder, .ui-field__select::-moz-placeholder, .ui-field__textarea::-moz-placeholder {
  color: #95a0ae;
}
.ui-field__input::placeholder,
.ui-field__select::placeholder,
.ui-field__textarea::placeholder {
  color: #95a0ae;
}
.ui-field__input:focus,
.ui-field__select:focus,
.ui-field__textarea:focus {
  border-color: #95a0ae;
}
.ui-field__input:disabled,
.ui-field__select:disabled,
.ui-field__textarea:disabled {
  background: #f5f5f5;
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.ui-field__textarea {
  resize: none;
}

.ui-field__message {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #5f6f85;
}

.ui-field--error .ui-field__input,
.ui-field--error .ui-field__select,
.ui-field--error .ui-field__textarea {
  border-color: #e70036;
  background: #fcdad8;
}
.ui-field--error .ui-field__message {
  color: #e70036;
}

.ui-Price-input-group {
  direction: rtl;
}
.ui-Price-input-group > label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #243140;
}
.ui-Price-input-group__inputBox {
  display: flex;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  direction: ltr;
}
.ui-Price-input-group__inputBox_text {
  padding: 14px 20px;
  background: #f5f5f5;
  border-right: 1px solid #d6d6d6;
  font-size: 18px;
  color: #6b7280;
  white-space: nowrap;
}

.Input-price {
  flex: 1;
  border: none !important;
  outline: none !important;
  padding: 14px 16px;
  font-size: 16px;
  font-family: "IRANYekanRegularFaNum", sans-serif;
  text-align: right;
}

.Input-price::-moz-placeholder {
  color: #9ca3af;
}

.Input-price::placeholder {
  color: #9ca3af;
}

.ui-custome-info-card {
  background-color: white;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  width: 100%;
}
.ui-custome-info-card .accordion-header {
  border-radius: 5px 5px 0 0 !important;
}
.ui-custome-info-card .accordion-button {
  border-radius: 5px 5px 0 0 !important;
}

.ui-customer-blue-card {
  background-color: #f4f9ff;
  border: 1px solid #c2e1ff;
  border-radius: 8px;
  width: 100%;
  box-shadow: 0 3px 8px 0 rgba(220, 220, 220, 0.3);
  /* Mobile */
}
@media (max-width: 767px) {
  .ui-customer-blue-card {
    flex-direction: column !important;
    gap: 16px !important;
  }
  .ui-customer-blue-card span {
    max-width: 420px;
  }
}
.ui-customer-blue-card {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ui-customer-blue-card {
    flex-direction: column !important;
    gap: 16px !important;
  }
  .ui-customer-blue-card span {
    max-width: 420px;
  }
}

.ui-customer-yellow-card {
  background-color: #fffbef;
  border: 1px solid #fae5c9;
  border-radius: 8px;
  width: 100%;
  box-shadow: 0 3px 8px 0 rgba(220, 220, 220, 0.3);
  /* Mobile */
}
@media (max-width: 767px) {
  .ui-customer-yellow-card {
    flex-direction: column !important;
    gap: 14px !important;
  }
}

.ui-customer-green-card {
  background-color: #f1f8f3;
  border: 1px solid #9ec9ad;
  border-radius: 8px;
  width: 100%;
  box-shadow: 0 3px 8px 0 rgba(220, 220, 220, 0.3);
  /* Mobile */
}
@media (max-width: 767px) {
  .ui-customer-green-card {
    flex-direction: column !important;
    gap: 14px !important;
  }
}

.table-container {
  overflow-x: auto;
  width: 100%;
  direction: rtl; /* کاملاً راست‌چین */
  border-radius: 10px;
  background-color: #ffffff;
  padding-bottom: 16px;
}
.table-container::-webkit-scrollbar {
  display: none;
}
.table-container .custom-table {
  width: 100%;
  border-collapse: separate;
  font-family: "YekanMedium", sans-serif;
  font-size: 14px;
  border-spacing: 0;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  text-align: right;
}
.table-container .custom-table th {
  background-color: #f5f5f5;
  color: #5f6f85;
  font-weight: 500;
  min-width: 140px;
  text-align: -webkit-center;
  font-family: "YekanMedium", sans-serif;
  padding: 16px 8px;
  border-bottom: 1px solid var(--border-color);
  white-space: nowrap;
}
.table-container .custom-table th:last-child {
  border-top-left-radius: 10px;
}
.table-container .custom-table th:first-child {
  border-top-right-radius: 10px;
}
.table-container .custom-table td {
  color: #102033;
  min-width: 140px;
  padding: 16px 8px;
  text-align: -webkit-center;
  font-weight: 500;
  font-size: 14px !important;
  direction: rtl;
  margin: 0 12px !important;
  font-family: "IRANYekanRegularFaNum", sans-serif;
  border-bottom: 1px solid #e9e9e9;
  vertical-align: middle;
}

.optionTable button {
  background-color: #e9e9e9;
  border-radius: 5px;
  width: 95%;
  border: none;
  outline: none;
  padding: 7px 10px;
}
.optionTable {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background-color: #fcfcfc;
  padding: 11px 16px;
  border: 1px #dfdfdf solid;
  width: 160px;
  z-index: 5;
}

.actions-col {
  width: 48px;
  padding: 18px 12px !important;
  text-align: center;
}

.text-align-cell {
  text-align: center;
}

.btn-actions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: #adb5bd;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}

.custom-table tbody tr:last-child td {
  border-bottom: none;
}

.dropdown {
  margin-bottom: 20px;
  position: relative;
}

.dropdown-toggle {
  width: 100%;
  height: 55px;
  padding: 12px 16px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: right;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.dropdown-toggle:hover {
  border-color: #999;
  background-color: #f9f9f9;
}

.dropdown-toggle.active {
  border-color: #333;
  background-color: #f0f0f0;
}
.dropdown-toggle.active::after {
  transform: rotate(180deg);
}

.dropdown-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 18px;
}

.dropdown-toggle.active .dropdown-icon {
  transform: rotate(180deg);
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background-color: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.show {
  display: block;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 12px 16px !important;
  text-align: right;
  text-decoration: none;
  color: #333 !important;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #f0f0f0 !important;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
}

.dropdown-item:active {
  background-color: #e0e0e0;
}

.ui-RadioBot {
  accent-color: #007df6;
}

.checkbox-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox-input {
  display: none;
}

.checkbox-label {
  width: 16px;
  height: 16px;
  border: 2px solid #95a0ae;
  border-radius: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* وقتی checkbox checked باشد */
.checkbox-input:checked + .checkbox-label {
  background-color: #1e90ff;
  border-color: #1e90ff;
}

/* تیک (✓) درون checkbox */
.checkbox-input:checked + .checkbox-label::after {
  content: "✓";
  color: white;
  font-size: 14px;
  font-weight: bold;
}

/* hover effect */
.checkbox-label:hover {
  border-color: #1e90ff;
}

.checkbox-input:checked + .checkbox-label:hover {
  background-color: #1873cc;
}

.range-selector {
  display: flex;
  justify-content: center;
}

.range-input-wrapper {
  height: 55px;
  display: flex;
  align-items: center;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

.range-input {
  flex: 1;
  border: none;
  font-size: 14px;
  text-align: center;
  outline: none;
  direction: ltr;
}
.range-input::-moz-placeholder {
  color: #999;
}
.range-input::placeholder {
  color: #999;
}
.range-input:focus {
  background-color: #f9f9f9;
}
.range-input--from {
  width: 100%;
  height: 55px;
}
.range-input--to {
  width: 100%;
  height: 55px;
}

.range-separator {
  color: #999;
  height: 55px;
  border-right: 1px #dfdfdf solid;
  border-left: 1px #dfdfdf solid;
  font-size: 14px;
  font-weight: 500;
  padding-top: 16px !important;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 64px;
  width: 100%;
  text-align: center;
}

.ui-uploadFile-container {
  padding: 18px 12px;
  border: 1px #dfdfdf dashed;
  border-radius: 10px;
  height: 84px;
  max-height: 84px;
  background-color: #f5f5f5;
  gap: 8px;
}

.ui-uploadFile-container-vertical {
  padding: 18px 12px;
  border: 1px #dfdfdf dashed;
  border-radius: 10px;
  height: 142px !important;
  max-height: 155px !important;
  background-color: #fcfcfc;
  gap: 8px;
}

.ui--uploaded-Item {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px #dfdfdf solid;
  justify-content: space-between;
  width: 100% !important;
}
.ui--uploaded-Item_deletedButton {
  background-color: #ffffff;
  border-radius: 10px;
  outline: none;
  border: 1px #fcdad8 solid;
  padding: 8px 34px;
  color: #e70036;
}
.ui--uploaded-Item_deletedIconButton {
  background-color: #ffffff;
  border-radius: 5px;
  outline: none;
  border: 1px #fcdad8 solid;
  padding: 8px 8px;
  color: #e70036;
}

.forgot-password-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  color: #5f6f85;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.forgot-password-link:hover {
  color: #002479;
  text-decoration: none;
}

.forgot-password-link svg {
  flex-shrink: 0;
}

.ui-link {
  color: #174a7c;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.18s ease, background-color 0.18s ease;
}
.ui-link:hover {
  color: #0f355c;
  text-decoration: underline;
}
.ui-link:focus-visible {
  border-radius: 0.5rem;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 125, 246, 0.22);
}

.ui-link--muted {
  color: #5f6f85;
}
.ui-link--muted:hover {
  color: #174a7c;
}

.ui-link--danger {
  color: #e70036;
}
.ui-link--danger:hover {
  color: #c9002f;
}

.ui-link--nav {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #102033;
  font-weight: 700;
}
.ui-link--nav:hover, .ui-link--nav.is-active {
  color: #174a7c;
  text-decoration: none;
}

.ui-modal .modal-content {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(16, 32, 51, 0.12);
}
.ui-modal .modal-header {
  padding: 1.5rem;
  border-bottom-color: #e9e9e9;
}
.ui-modal .modal-title {
  font-family: "RayBold", sans-serif;
  font-weight: 700;
  color: #102033;
}
.ui-modal .modal-body {
  padding: 1.5rem;
  color: #5f6f85;
}
.ui-modal .modal-footer {
  padding: 1rem 1.5rem;
  border-top-color: #e9e9e9;
}

.ui-accordion .accordion-item {
  border: 1px solid #e9e9e9;
  border-radius: 1rem;
  overflow: hidden;
  background: #ffffff;
}
.ui-accordion .accordion-item + .accordion-item {
  margin-top: 0.75rem;
}
.ui-accordion .accordion-button {
  font-weight: 700;
  color: #102033;
  background: #ffffff;
  box-shadow: none;
}
.ui-accordion .accordion-button:not(.collapsed) {
  color: #174a7c;
  background: #f4f9ff;
}
.ui-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.ui-accordion .accordion-body {
  color: #5f6f85;
  line-height: 1.8;
}

.ui-offcanvas {
  border-left: 0;
}
.ui-offcanvas .offcanvas-header {
  padding: 1.5rem;
  border-bottom: 1px solid #e9e9e9;
}
.ui-offcanvas .offcanvas-title {
  font-family: "RayBold", sans-serif;
  font-weight: 700;
  color: #102033;
}
.ui-offcanvas .offcanvas-body {
  padding: 1rem;
}

.ui-offcanvas__nav {
  display: grid;
  gap: 0.5rem;
}

.ui-offcanvas__link {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  color: #102033;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.18s ease, background-color 0.18s ease;
}
.ui-offcanvas__link:hover, .ui-offcanvas__link.is-active {
  background: #f5f5f5;
  color: #174a7c;
}

.position-topLeft {
  bottom: 10px;
  left: 5px;
  width: -moz-max-content;
  width: max-content;
}

.ui-status-waitingBox {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  padding: 1px 3px;
  background-color: #fff7d6;
  border-radius: 5px;
  border: 1px #b7ae89 solid;
}
.ui-status-waitingBox__cirlce {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b7ae89;
}
.ui-status-waitingBox__text {
  font-size: 10px;
  font-family: YekanMedium, sans-serif;
  font-weight: 500;
  color: #b7ae89;
}

.ui-status-Orenge {
  background-color: #ffeddd;
  padding: 1px 3px;
  border-radius: 5px;
  width: -moz-max-content;
  width: max-content;
  border: 1px #ffc795 solid;
}
.ui-status-Orenge__cirlce {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff8d28;
}
.ui-status-Orenge__text {
  font-size: 10px;
  font-family: YekanMedium, sans-serif;
  font-weight: 500;
  color: #ff8d28;
}

.ui-status-cancel {
  background-color: #fcdad8;
  padding: 1px 5px;
  border-radius: 5px;
  width: -moz-max-content;
  width: max-content;
  border: 1px #e70036 solid;
}
.ui-status-cancel__cirlce {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e70036;
}
.ui-status-cancel__text {
  font-size: 12px;
  font-family: YekanMedium, sans-serif;
  font-weight: 500;
  color: #e70036;
}

.ui-status-blue {
  background-color: #e0efff;
  padding: 9px 14px;
  border-radius: 5px;
  border: 1px #c2e1ff solid;
  max-width: 140px;
}
.ui-status-blue__cirlce {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #007df6;
}
.ui-status-blue__text {
  font-size: 12px;
  font-family: YekanMedium, sans-serif;
  font-weight: 500;
  color: #007df6;
}

.ui-status-successBox {
  background-color: #f1f8f3;
  padding: 1px 10px;
  font-size: 10px;
  border-radius: 5px;
  width: -moz-max-content;
  width: max-content;
  border: 1px #9ec9ad solid;
}
.ui-status-successBox__cirlce {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0d7328;
}
.ui-status-successBox__text {
  font-family: YekanMedium, sans-serif;
  font-weight: 500;
  color: #0d7328;
}

.custom-datepicker .form-control {
  height: 60px;
}

.ui-status-Info {
  background-color: #f4f9ff;
  padding: 1px 18px;
  border-radius: 12px;
  border: 1px #dfdfdf solid;
  max-width: 152px;
}
.ui-status-Info__text {
  font-size: 10px;
  font-family: IRANYekanRegularFaNum, sans-serif;
  font-weight: 500;
  color: #007df6;
}

.ui__login_container {
  width: 100%;
  height: 100%;
  background-color: #f4f9ff;
  margin-block: 50px;
}

.ui--loginBox {
  position: relative;
  max-width: 713px;
  width: 100%;
  padding: 48px 88px;
  display: flex;
  border: 1px #dfdfdf solid;
  border-radius: 5px;
  flex-direction: column;
  gap: 14px;
  background-color: #ffffff;
}
.ui--loginBox__Logo {
  justify-content: flex-start;
  gap: 14px;
}
@media (max-width: 990px) {
  .ui--loginBox {
    padding: 28px 24px;
  }
}

.ui-dashboard-full-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (min-width: 992px) {
  .ui-dashboard-full-container {
    margin-top: -90px;
  }
}
.ui-dashboard-full-container {
  /* Tablet */
}
@media (max-width: 1024px) {
  .ui-dashboard-full-container {
    padding: 8px 0;
  }
}

.summary-user-Detail {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  /* Mobile */
}
@media (max-width: 767px) {
  .summary-user-Detail {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.summary-user-Detail {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .summary-user-Detail {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.summary-user-Detail_Item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.summary-user-Detail_Item > h3 {
  font-size: 14px;
  font-weight: 600;
  color: #5f6f85;
}
.summary-user-Detail_Item > p {
  font-size: 14px;
  font-weight: 500;
  color: #102033;
}
.summary-user-Detail_priceBox {
  width: 100%;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  /* Mobile */
}
@media (max-width: 767px) {
  .summary-user-Detail_priceBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.summary-user-Detail_priceBox {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .summary-user-Detail_priceBox {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ui--sample-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: center;
  border: 1px #dfdfdf solid;
  padding: 14px 12px;
  border-radius: 5px;
}
.ui--sample-container_items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  /* Mobile */
}
@media (max-width: 767px) {
  .ui--sample-container_items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ui--sample-container_items {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ui--sample-container_items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ui--dashboard-twoSideContainer {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  /* Mobile */
}
@media (max-width: 767px) {
  .ui--dashboard-twoSideContainer {
    flex-direction: column !important;
    align-items: center !important;
  }
}
.ui--dashboard-twoSideContainer {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ui--dashboard-twoSideContainer {
    flex-direction: column !important;
    align-items: center !important;
  }
}
.ui--dashboard-twoSideContainer-content {
  width: 68%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  /* Mobile */
}
@media (max-width: 767px) {
  .ui--dashboard-twoSideContainer-content {
    width: 100%;
  }
}
.ui--dashboard-twoSideContainer-content {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ui--dashboard-twoSideContainer-content {
    width: 100%;
  }
}
.ui--dashboard-twoSideContainer-side {
  width: 28%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1024px) {
  .ui--dashboard-twoSideContainer-side {
    width: 100%;
  }
}

.activitis {
  overflow-y: auto;
  height: auto;
  max-height: 200px;
  /* عرض اسکرول‌بار */
}
.activitis::-webkit-scrollbar {
  background: #95a0ae;
  width: 6px;
  border-radius: 10px;
}
.activitis {
  /* پس‌زمینه اسکرول‌بار */
}
.activitis::-webkit-scrollbar-track {
  background: white;
  border-radius: 10px;
}
.activitis {
  /* قسمت متحرک اسکرول */
}
.activitis::-webkit-scrollbar-thumb {
  background: #e9e9e9;
  border-radius: 10px;
}
.activitis {
  /* حالت hover */
}
.activitis::-webkit-scrollbar-thumb:hover {
  background: #e9e9e9;
}
.activitis ul:last-of-type .divider-line-vertical {
  display: none;
}

.cancelOption {
  border-radius: 10px;
  padding: 14px 12px;
  width: 200px;
  position: absolute;
  bottom: -44px;
  right: 4px;
  background-color: #f5f5f5;
}
.cancelOption_text {
  font-family: "YekanMedium", sans-serif;
  font-size: 12px;
  cursor: pointer !important;
  width: 100% !important;
}

.Record_Result {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.ui--dashboardRequest-item {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px #f5f5f5 solid;
  box-shadow: 0 4px 10px 0 rgba(200, 200, 200, 0.2);
  display: flex;
  gap: 18px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .ui--dashboardRequest-item {
    gap: 14px;
  }
}
.ui--dashboardRequest-item_icon {
  background-color: #f4f9ff;
  border: 1px #e9e9e9 solid;
  border-radius: 5px;
  padding: 10px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .ui--dashboardRequest-item_icon {
    padding: 8px;
    height: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .ui--dashboardRequest-item P {
    font-size: 12px !important;
  }
}

.accordion-container {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 100%;
  /* Mobile */
}
@media (max-width: 767px) {
  .accordion-container {
    display: flex !important;
  }
}
.accordion-container {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .accordion-container {
    display: flex !important;
  }
}

.accordion-header > button {
  width: 100%;
  border-bottom: 1px #dfdfdf solid;
  outline: none;
  background-color: white !important;
  padding: 14px 18px;
}

.submitItem-container {
  height: 373px;
  overflow-y: scroll;
  width: 100%;
  background-color: #fcfcfc;
  border: 1px #f5f5f5 solid;
  border-radius: 5px;
  padding: 19px 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.submitItem-container_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.submitItem-container_item {
  width: 100%;
  padding: 12px 14px;
  display: flex;
  background-color: #f5f5f5;
  border: 1px #e9e9e9 solid;
  flex-direction: row;
  border-radius: 5px;
  gap: 15px;
  align-items: center;
}

.lock-input-icon {
  position: absolute;
  top: 46px;
  left: 16px;
}

.header-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 24px 74px;
  /* Mobile */
}
@media (max-width: 767px) {
  .header-box {
    padding: 15px 24px;
  }
}
.header-box {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header-box {
    padding: 28px 20px;
  }
}

.main-index-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.main-index-container_banner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  /* Mobile */
}
@media (max-width: 767px) {
  .main-index-container_banner {
    flex-direction: column;
  }
}
.main-index-container_banner {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-index-container_banner {
    flex-direction: column;
  }
}
.main-index-container_banner_title {
  width: 60%;
  display: flex;
  flex-direction: column;
  padding-top: 120px !important;
  justify-content: flex-start;
  gap: 24px;
  height: 650px;
  position: relative;
  padding-block: 90px;
  padding-inline: 158px;
  /* Mobile */
}
@media (max-width: 767px) {
  .main-index-container_banner_title {
    width: 100%;
    padding: 40px 24px;
    height: 600px;
    padding-top: 94px !important;
  }
}
.main-index-container_banner_title {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-index-container_banner_title {
    width: 100%;
    padding: 40px 24px;
    padding-top: 50px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .main-index-container_banner_title {
    padding-inline: 100px;
  }
}
.main-index-container_banner_img {
  width: 40%;
  /* Mobile */
}
@media (max-width: 767px) {
  .main-index-container_banner_img {
    width: 100%;
  }
}
.main-index-container_banner_img {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-index-container_banner_img {
    width: 100%;
  }
}
.main-index-container_banner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.ui--state-info-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.ui--state-info-container-Item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 30px;
  border: 1px #dfdfdf solid;
}
.ui--state-info-container-Item h3 {
  font-size: 38px;
  font-family: "IRANYekanRegularFaNum", sans-serif !important;
}
.ui--state-info-container-Item span {
  font-size: 20px;
  font-family: "RayBold", sans-serif !important;
}
.ui--state-info-container-Item-topRight {
  top: -2px;
  right: -4px;
  position: absolute;
  width: 24px;
  height: 24px;
}
.ui--state-info-container-Item-topLeft {
  top: -2px;
  left: -2px;
  transform: rotate(270deg);
  position: absolute;
  width: 24px;
  height: 24px;
}
.ui--state-info-container-Item-bottomLeft {
  bottom: -2px;
  right: -2px;
  transform: rotate(90deg);
  position: absolute;
  width: 24px;
  height: 24px;
}
.ui--state-info-container-Item-bottomRight {
  bottom: -2px;
  left: -2px;
  transform: rotate(180deg);
  position: absolute;
  width: 24px;
  height: 24px;
}

.verticalLine-Box {
  display: block;
  /* Mobile */
}
@media (max-width: 767px) {
  .verticalLine-Box {
    display: none;
  }
}
.verticalLine-Box {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .verticalLine-Box {
    display: none;
  }
}

.verticalLine-Box-leftside {
  position: absolute;
  top: -1px;
  right: 47px;
  width: 28px;
  height: 28px;
  transform: rotate(270deg);
}

.verticalLine-Box-rightside {
  position: absolute;
  top: -1px;
  right: 72px;
  width: 28px;
  height: 28px;
}

.verticalLine-Box-line {
  position: absolute;
  width: 1px;
  background-color: #95a0ae;
}

.horizontalLine-Box-line {
  position: absolute;
  height: 1px;
  background-color: #95a0ae;
}
.horizontalLine-Box-line_up {
  left: 0;
  right: 0;
  bottom: 214px;
  /* Tablet */
}
@media (max-width: 1024px) {
  .horizontalLine-Box-line_up {
    bottom: 164px;
  }
}
.horizontalLine-Box-line_down {
  left: 0;
  right: 0;
  bottom: 89px;
  /* Tablet */
}
@media (max-width: 1024px) {
  .horizontalLine-Box-line_down {
    bottom: 40px;
  }
}

/* =========================================================
   ACCEPT REQUEST SECTION
========================================================= */
.index-acceptRequest-container {
  width: 100%;
  padding: 64px 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #002479;
  overflow: hidden;
}
.index-acceptRequest-container-boxItem {
  position: relative;
  width: 100%;
  min-height: 500px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #07206a;
  overflow: hidden;
  /* خود کارت همیشه نمایش داده می‌شود */
  opacity: 1;
  transform: none;
  /* =====================================================
     TOP CONTENT
  ===================================================== */
}
.index-acceptRequest-container-boxItem > .flex-Col {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 350px;
  padding: 70px 72px 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: center;
  gap: 18px !important;
  direction: rtl;
  text-align: right;
}
.index-acceptRequest-container-boxItem > .flex-Col h2 {
  width: 100%;
  max-width: 824px;
  margin: 0;
  padding: 0;
  line-height: 1.65;
  text-align: right;
  opacity: 0;
  transform: translateY(6px);
  will-change: opacity, transform;
}
.index-acceptRequest-container-boxItem > .flex-Col p {
  width: 100%;
  max-width: 824px !important;
  margin: 0;
  padding: 0;
  line-height: 2;
  text-align: right;
  opacity: 0;
  transform: translateY(6px);
  will-change: opacity, transform;
}
.index-acceptRequest-container-boxItem {
  /* =====================================================
     ITEMS AREA
  ===================================================== */
}
.index-acceptRequest-container-boxItem-Items {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 150px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  direction: rtl;
  /*
    خط افقی اصلی:
    به دلیل transform-origin سمت راست،
    از راست به چپ رسم می‌شود.
  */
}
.index-acceptRequest-container-boxItem-Items::before {
  content: "";
  position: absolute;
  z-index: 6;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(184, 199, 229, 0.32);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right center;
  will-change: opacity, transform;
}
.index-acceptRequest-container-boxItem-Items_Item {
  --item-delay: 0ms;
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 150px;
  padding: 30px 32px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  direction: rtl;
  text-align: right;
  opacity: 1;
  transform: none;
  /*
    خط عمودی جداکننده:
    با scaleY و origin بالا،
    از بالا به پایین رسم می‌شود.
  */
}
.index-acceptRequest-container-boxItem-Items_Item::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(184, 199, 229, 0.24);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
  will-change: opacity, transform;
}
.index-acceptRequest-container-boxItem-Items_Item {
  /*
    T سفید کامل:
    بخش افقی و پایه عمودی داخل یک pseudo-element
    با دو linear-gradient ساخته شده‌اند.
  */
}
.index-acceptRequest-container-boxItem-Items_Item::after {
  content: "";
  position: absolute;
  z-index: 7;
  top: -2px;
  left: -13px;
  width: 27px;
  height: 14px;
  opacity: 0;
  transform: scale(0.94);
  transform-origin: center top;
  background: linear-gradient(to bottom, #ffffff 0, #ffffff 3px, transparent 3px, transparent 100%), linear-gradient(to right, transparent 0, transparent 12px, #ffffff 12px, #ffffff 15px, transparent 15px, transparent 100%);
  border-radius: 2px;
  will-change: opacity, transform;
}
.index-acceptRequest-container-boxItem-Items_Item {
  /*
    آخرین آیتم در سمت چپ است.
    بعد از آن جداکننده و T نداریم.
  */
}
.index-acceptRequest-container-boxItem-Items_Item:last-child::before, .index-acceptRequest-container-boxItem-Items_Item:last-child::after {
  display: none;
}
.index-acceptRequest-container-boxItem-Items_Item {
  /*
    متن آیتم:
    راست‌چین و هم‌راستا با آیکون.
  */
}
.index-acceptRequest-container-boxItem-Items_Item span {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  direction: rtl;
  text-align: right;
  line-height: 1.7;
  opacity: 0;
  transform: translateY(5px);
  will-change: opacity, transform;
}
.index-acceptRequest-container-boxItem-Items_Item {
  /*
    آیکون:
    به لبه راست آیتم می‌چسبد و وسط‌چین نیست.
  */
}
.index-acceptRequest-container-boxItem-Items_Item svg,
.index-acceptRequest-container-boxItem-Items_Item img,
.index-acceptRequest-container-boxItem-Items_Item i {
  width: 20px;
  height: 20px;
  display: block;
  flex: 0 0 auto;
  margin: 0;
  color: #ffffff;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transform: translateY(4px);
  will-change: opacity, transform;
}
.index-acceptRequest-container-boxItem-Items_Item {
  /*
    آیتم اول به‌خاطر direction: rtl
    در سمت راست نمایش داده می‌شود.
  */
}
.index-acceptRequest-container-boxItem-Items_Item:nth-child(1) {
  --item-delay: 0ms;
}
.index-acceptRequest-container-boxItem-Items_Item:nth-child(2) {
  --item-delay: 180ms;
}
.index-acceptRequest-container-boxItem-Items_Item:nth-child(3) {
  --item-delay: 360ms;
}

/* =========================================================
   PLAY STATE
========================================================= */
.index-acceptRequest-container.is-playing {
  /* عنوان */
}
.index-acceptRequest-container.is-playing .index-acceptRequest-container-boxItem > .flex-Col h2 {
  animation: advantagesContentIn 1300ms cubic-bezier(0.22, 1, 0.36, 1) 120ms forwards;
}
.index-acceptRequest-container.is-playing {
  /* توضیحات */
}
.index-acceptRequest-container.is-playing .index-acceptRequest-container-boxItem > .flex-Col p {
  animation: advantagesContentIn 1400ms cubic-bezier(0.22, 1, 0.36, 1) 280ms forwards;
}
.index-acceptRequest-container.is-playing {
  /* خط افقی از راست به چپ */
}
.index-acceptRequest-container.is-playing .index-acceptRequest-container-boxItem-Items::before {
  animation: advantagesTopLineIn 1500ms cubic-bezier(0.22, 1, 0.36, 1) 520ms forwards;
}
.index-acceptRequest-container.is-playing {
  /*
    Tها کمی پیش از خطوط عمودی ظاهر می‌شوند.
  */
}
.index-acceptRequest-container.is-playing .index-acceptRequest-container-boxItem-Items_Item::after {
  animation: advantagesTIn 750ms cubic-bezier(0.22, 1, 0.36, 1) calc(800ms + var(--item-delay)) forwards;
}
.index-acceptRequest-container.is-playing {
  /*
    خطوط عمودی از بالا به پایین رسم می‌شوند.
  */
}
.index-acceptRequest-container.is-playing .index-acceptRequest-container-boxItem-Items_Item::before {
  animation: advantagesVerticalLineIn 1150ms cubic-bezier(0.22, 1, 0.36, 1) calc(900ms + var(--item-delay)) forwards;
}
.index-acceptRequest-container.is-playing {
  /* آیکون‌ها */
}
.index-acceptRequest-container.is-playing .index-acceptRequest-container-boxItem-Items_Item svg,
.index-acceptRequest-container.is-playing .index-acceptRequest-container-boxItem-Items_Item img,
.index-acceptRequest-container.is-playing .index-acceptRequest-container-boxItem-Items_Item i {
  animation: advantagesItemContentIn 1050ms cubic-bezier(0.22, 1, 0.36, 1) calc(1300ms + var(--item-delay)) forwards;
}
.index-acceptRequest-container.is-playing {
  /* متن آیتم‌ها */
}
.index-acceptRequest-container.is-playing .index-acceptRequest-container-boxItem-Items_Item span {
  animation: advantagesItemContentIn 1100ms cubic-bezier(0.22, 1, 0.36, 1) calc(1380ms + var(--item-delay)) forwards;
}

/* =========================================================
   KEYFRAMES
========================================================= */
@keyframes advantagesContentIn {
  from {
    opacity: 0;
    transform: translateY(6px);
    filter: blur(0.3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
/* خط افقی از راست به چپ */
@keyframes advantagesTopLineIn {
  from {
    opacity: 1;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
/* خطوط عمودی از بالا به پایین */
@keyframes advantagesVerticalLineIn {
  from {
    opacity: 1;
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
/* T سفید */
@keyframes advantagesTIn {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* آیکون و متن آیتم‌ها */
@keyframes advantagesItemContentIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =========================================================
   TABLET
========================================================= */
@media (min-width: 768px) and (max-width: 1024px) {
  .index-acceptRequest-container {
    padding: 30px 24px;
  }
  .index-acceptRequest-container-boxItem {
    min-height: auto;
  }
  .index-acceptRequest-container-boxItem > .flex-Col {
    min-height: 310px;
    padding: 54px 32px 42px;
    align-items: flex-start !important;
    text-align: right;
  }
  .index-acceptRequest-container-boxItem > .flex-Col h2,
  .index-acceptRequest-container-boxItem > .flex-Col p {
    text-align: right;
  }
  .index-acceptRequest-container-boxItem > .flex-Col h2 {
    max-width: 650px;
  }
  .index-acceptRequest-container-boxItem > .flex-Col p {
    max-width: 680px !important;
  }
  .index-acceptRequest-container-boxItem-Items {
    min-height: 135px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .index-acceptRequest-container-boxItem-Items_Item {
    min-height: 135px;
    padding: 26px 22px 20px;
    align-items: flex-start;
    text-align: right;
  }
  .index-acceptRequest-container-boxItem-Items_Item span {
    text-align: right;
    font-size: 16px;
  }
}
/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 767px) {
  .index-acceptRequest-container {
    padding: 20px 19px;
  }
  .index-acceptRequest-container-boxItem {
    min-height: auto;
  }
  .index-acceptRequest-container-boxItem > .flex-Col {
    min-height: auto;
    padding: 48px 24px 44px;
    align-items: flex-start !important;
    justify-content: center;
    gap: 14px !important;
    text-align: right;
  }
  .index-acceptRequest-container-boxItem > .flex-Col h2,
  .index-acceptRequest-container-boxItem > .flex-Col p {
    text-align: right;
  }
  .index-acceptRequest-container-boxItem > .flex-Col h2 {
    font-size: 27px;
    line-height: 1.65;
  }
  .index-acceptRequest-container-boxItem > .flex-Col p {
    font-size: 15px;
    line-height: 2;
  }
  .index-acceptRequest-container-boxItem-Items {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }
  .index-acceptRequest-container-boxItem-Items_Item {
    min-height: 105px;
    padding: 24px 18px;
    align-items: flex-start;
    text-align: right;
    /*
      در حالت ستونی، خط عمودی دسکتاپ
      و Tهای بالای آن نمایش داده نمی‌شوند.
    */
  }
  .index-acceptRequest-container-boxItem-Items_Item::before, .index-acceptRequest-container-boxItem-Items_Item::after {
    display: none;
  }
  .index-acceptRequest-container-boxItem-Items_Item {
    /*
      جداکننده افقی موبایل
    */
    border-bottom: 1px solid rgba(184, 199, 229, 0.24);
  }
  .index-acceptRequest-container-boxItem-Items_Item:last-child {
    border-bottom: 0;
  }
  .index-acceptRequest-container-boxItem-Items_Item span {
    text-align: right;
  }
  .index-acceptRequest-container.is-playing .index-acceptRequest-container-boxItem-Items_Item svg,
  .index-acceptRequest-container.is-playing .index-acceptRequest-container-boxItem-Items_Item img,
  .index-acceptRequest-container.is-playing .index-acceptRequest-container-boxItem-Items_Item i {
    animation-delay: calc(850ms + var(--item-delay));
  }
  .index-acceptRequest-container.is-playing .index-acceptRequest-container-boxItem-Items_Item span {
    animation-delay: calc(930ms + var(--item-delay));
  }
}
/* =========================================================
   NO-JS FALLBACK
========================================================= */
.no-js .index-acceptRequest-container .index-acceptRequest-container-boxItem > .flex-Col h2,
.no-js .index-acceptRequest-container .index-acceptRequest-container-boxItem > .flex-Col p,
.no-js .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items::before,
.no-js .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item::before,
.no-js .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item::after,
.no-js .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item span,
.no-js .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item svg,
.no-js .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item img,
.no-js .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item i {
  opacity: 1;
  filter: none;
}
.no-js .index-acceptRequest-container .index-acceptRequest-container-boxItem > .flex-Col h2,
.no-js .index-acceptRequest-container .index-acceptRequest-container-boxItem > .flex-Col p,
.no-js .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item span,
.no-js .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item svg,
.no-js .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item img,
.no-js .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item i {
  transform: none;
}
.no-js .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items::before {
  transform: scaleX(1);
}
.no-js .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item::before {
  transform: scaleY(1);
}
.no-js .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item::after {
  transform: scale(1);
}

/* =========================================================
   REDUCED MOTION
========================================================= */
@media (prefers-reduced-motion: reduce) {
  .index-acceptRequest-container .index-acceptRequest-container-boxItem > .flex-Col h2,
  .index-acceptRequest-container .index-acceptRequest-container-boxItem > .flex-Col p,
  .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items::before,
  .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item::before,
  .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item::after,
  .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item span,
  .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item svg,
  .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item img,
  .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item i {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    filter: none !important;
  }
  .index-acceptRequest-container .index-acceptRequest-container-boxItem > .flex-Col h2,
  .index-acceptRequest-container .index-acceptRequest-container-boxItem > .flex-Col p,
  .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item span,
  .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item svg,
  .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item img,
  .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item i {
    transform: none !important;
  }
  .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items::before {
    transform: scaleX(1) !important;
  }
  .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item::before {
    transform: scaleY(1) !important;
  }
  .index-acceptRequest-container .index-acceptRequest-container-boxItem-Items_Item::after {
    transform: scale(1) !important;
  }
}
.index-getService-container {
  padding: 100px 86px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 37px;
  /* Mobile */
}
@media (max-width: 767px) {
  .index-getService-container {
    padding: 48px 19px;
  }
}
.index-getService-container {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .index-getService-container {
    padding: 48px 19px;
  }
}

.index-Licenses-container {
  width: 100%;
  padding: 90px 83px;
  display: flex;
  background-color: #07206a;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}
.index-Licenses-container_swiper {
  height: 50vh !important;
  max-height: 300px;
}
.index-Licenses-container {
  /* Mobile */
}
@media (max-width: 767px) {
  .index-Licenses-container {
    padding: 48px 19px;
  }
}
.index-Licenses-container {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .index-Licenses-container {
    padding: 48px 19px;
  }
}

.ui--OurTeamContainer {
  padding: 100px 220px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 18px;
  position: relative;
  border-top: 1px #dfdfdf solid;
  /* Mobile */
}
@media (max-width: 767px) {
  .ui--OurTeamContainer {
    padding: 50px 50px;
  }
}
.ui--OurTeamContainer {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ui--OurTeamContainer {
    padding: 50px 50px;
  }
}
.ui--OurTeamContainer_img {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 70px;
  right: -40px;
  /* Tablet */
}
@media (max-width: 1024px) {
  .ui--OurTeamContainer_img {
    width: 80px;
    right: -30px;
    top: 40px;
    display: none;
    height: 80px;
  }
}

.ui--RoleContentScroll {
  width: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 470px;
  padding: 16px 12px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.offcanvas_Landing {
  display: none !important;
  /* Mobile */
}
@media (max-width: 767px) {
  .offcanvas_Landing {
    display: block !important;
  }
}
.offcanvas_Landing {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .offcanvas_Landing {
    display: block !important;
  }
}

.index-submitRequest-container {
  width: 100%;
  height: 520px;
  padding: 30px 84px;
  position: relative;
  display: flex;
  background-color: #f4f9ff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Mobile */
}
@media (max-width: 767px) {
  .index-submitRequest-container {
    padding: 30px 35px;
  }
}
.index-submitRequest-container {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .index-submitRequest-container {
    padding: 30px 50px;
  }
}
.index-submitRequest-container_img_botton {
  bottom: 45px;
  right: 57px;
  /* Mobile */
}
@media (max-width: 767px) {
  .index-submitRequest-container_img_botton {
    bottom: 0px;
    right: 1px;
  }
}
.index-submitRequest-container_img_botton {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .index-submitRequest-container_img_botton {
    bottom: 11px;
    right: 12px;
  }
}
.index-submitRequest-container_img_top {
  bottom: 45px;
  left: 57px;
  /* Mobile */
}
@media (max-width: 767px) {
  .index-submitRequest-container_img_top {
    bottom: 0px;
    left: 1px;
  }
}
.index-submitRequest-container_img_top {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .index-submitRequest-container_img_top {
    bottom: 11px;
    left: 12px;
  }
}
.index-submitRequest-container_img_left {
  top: 45px;
  left: 59px;
  /* Mobile */
}
@media (max-width: 767px) {
  .index-submitRequest-container_img_left {
    top: 2px;
    left: 1px;
  }
}
.index-submitRequest-container_img_left {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .index-submitRequest-container_img_left {
    top: 14px;
    left: 12px;
  }
}
.index-submitRequest-container_img_right {
  top: 45px;
  right: 57px;
  /* Mobile */
}
@media (max-width: 767px) {
  .index-submitRequest-container_img_right {
    top: 2px;
    right: -1px;
  }
}
.index-submitRequest-container_img_right {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .index-submitRequest-container_img_right {
    top: 14px;
    right: 12px;
  }
}
.index-submitRequest-container_left {
  top: 0;
  bottom: 0;
  left: 76px;
  /* Mobile */
}
@media (max-width: 767px) {
  .index-submitRequest-container_left {
    left: 18px;
  }
}
.index-submitRequest-container_left {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .index-submitRequest-container_left {
    left: 30px;
  }
}
.index-submitRequest-container_right {
  top: 0;
  bottom: 0;
  right: 76px;
  /* Mobile */
}
@media (max-width: 767px) {
  .index-submitRequest-container_right {
    right: 18px;
  }
}
.index-submitRequest-container_right {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .index-submitRequest-container_right {
    right: 30px;
  }
}
.index-submitRequest-container_bottom {
  left: 0;
  right: 0;
  bottom: 64px;
  /* Mobile */
}
@media (max-width: 767px) {
  .index-submitRequest-container_bottom {
    bottom: 18px;
  }
}
.index-submitRequest-container_bottom {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .index-submitRequest-container_bottom {
    bottom: 30px;
  }
}
.index-submitRequest-container_top {
  left: 0;
  right: 0;
  top: 64px;
  /* Mobile */
}
@media (max-width: 767px) {
  .index-submitRequest-container_top {
    top: 18px;
  }
}
.index-submitRequest-container_top {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .index-submitRequest-container_top {
    top: 30px;
  }
}

.index-footer-container {
  width: 100%;
  padding-top: 60px;
  padding-left: 84px;
  padding-right: 84px;
  display: flex;
  background-color: #07206a;
  flex-direction: column;
  gap: 20px;
  margin-top: auto;
  /* Mobile */
}
@media (max-width: 767px) {
  .index-footer-container {
    padding-left: 19px;
    padding-right: 19px;
  }
}
.index-footer-container {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .index-footer-container {
    padding-left: 19px;
    padding-right: 19px;
  }
}
.index-footer-container_navBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 45px;
  justify-content: flex-start;
  /* Mobile */
}
@media (max-width: 767px) {
  .index-footer-container_navBox {
    flex-direction: column !important;
    align-items: flex-start;
  }
}
.index-footer-container_navBox {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .index-footer-container_navBox {
    flex-direction: column !important;
    align-items: flex-start;
  }
}

.index-NavmenuFooter {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 71px;
  /* Mobile */
}
@media (max-width: 767px) {
  .index-NavmenuFooter {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.index-NavmenuFooter {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .index-NavmenuFooter {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.index-Navmenu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 70px;
  /* Mobile */
}
@media (max-width: 767px) {
  .index-Navmenu {
    display: none !important;
    gap: 70px;
  }
}
.index-Navmenu {
  /* Tablet */
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .index-Navmenu {
    gap: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .index-Navmenu {
    display: none !important;
  }
}

.sing-btn {
  padding-inline: 24px;
  font-size: 16px;
  /* Mobile */
}
@media (max-width: 767px) {
  .sing-btn {
    display: none !important;
  }
}
.sing-btn {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sing-btn {
    display: none !important;
  }
}

.ui--callTome-container {
  width: 100%;
  display: flex;
  margin-top: 25px;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  justify-content: space-between;
}
.ui--callTome-container_form {
  width: 100%;
  border: 1px #dfdfdf solid;
  padding: 26px 19px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ui--callTome-container_info {
  width: 40%;
  padding: 26px 19px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
@media (max-width: 768px) {
  .ui--callTome-container {
    flex-direction: column;
  }
  .ui--callTome-container_form {
    width: 100%;
  }
  .ui--callTome-container_info {
    width: 100%;
  }
}

.contact-us-form {
  width: 60%;
}
@media (max-width: 768px) {
  .contact-us-form {
    width: 100%;
  }
}

.uploadItem_img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ui--document-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  gap: 16px;
  /* Mobile */
}
@media (max-width: 767px) {
  .ui--document-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ui--document-container {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ui--document-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ui--document-container_textAreaBox {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* Mobile */
}
@media (max-width: 767px) {
  .ui--document-container_textAreaBox {
    width: 100%;
  }
}
.ui--document-container_textAreaBox {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ui--document-container_textAreaBox {
    width: 100%;
  }
}
.ui--document-container {
  /* Mobile */
}
@media (max-width: 767px) {
  .ui--document-container {
    flex-direction: column !important;
  }
}
.ui--document-container {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ui--document-container {
    flex-direction: column !important;
  }
}

.ui--button-dushboardContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-block: 10px;
  /* Mobile */
}
@media (max-width: 767px) {
  .ui--button-dushboardContainer {
    flex-direction: column !important;
    gap: 12px;
  }
}
.ui--button-dushboardContainer {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ui--button-dushboardContainer {
    flex-direction: column !important;
    gap: 12px;
  }
}

.ui--FileList {
  width: 100%;
  height: 86px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 8px;
  gap: 10px;
  border-radius: 5px;
  background-color: #fcfcfc;
  border: 1px #dfdfdf solid;
}

.ui--priceTable {
  width: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  /* Mobile */
}
@media (max-width: 767px) {
  .ui--priceTable {
    display: none;
  }
}
.ui--priceTable {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ui--priceTable {
    display: none;
  }
}
.ui--priceTableCart {
  border: 1px #f5f5f5 solid;
  width: 100%;
  border-radius: 5px;
  padding: 18px 16px;
  display: none;
  gap: 10px;
  /* Mobile */
}
@media (max-width: 767px) {
  .ui--priceTableCart {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
}
.ui--priceTableCart {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ui--priceTableCart {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
}
.ui--priceTableCart_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px #dfdfdf solid;
}
.ui--priceTableCart_item:last-child {
  border-bottom: none;
}

.main-navigation-offcanvas {
  --bs-offcanvas-height: 100vh;
  --bs-offcanvas-height: 100dvh;
  max-height: none;
}
.main-navigation-offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 20px !important;
}
.main-navigation-offcanvas a {
  font-size: 14px;
}
.main-navigation-offcanvas .ui--nav_menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.main-navigation-offcanvas .btn-close {
  margin-left: unset !important;
}

.custom-nav-btn {
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 25%;
  border: 1px black solid;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.custom-nav-btn::after {
  font-size: 16px;
  color: #1b1f3b;
}
.custom-nav-btn:hover {
  background-color: #f4f4f8;
  transform: scale(1.05);
}
.custom-nav-btn:active {
  transform: scale(0.95);
}

.swiper-button-next ::slotted(svg),
.swiper-button-next svg,
.swiper-button-prev ::slotted(svg),
.swiper-button-prev svg {
  height: 48% !important;
  width: 48% !important;
  color: black !important;
}

.ui--nav_menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.ui--nav_menu a {
  font-size: 14px;
  font-family: "YekanMedium", sans-serif;
  color: #102033;
}

.ui--molahezat {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  /* Mobile */
}
@media (max-width: 767px) {
  .ui--molahezat {
    width: 100% !important;
  }
}
.ui--molahezat {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ui--molahezat {
    width: 100% !important;
  }
}

/* =========================================================
   HERO / CALIBRATION SECTION
========================================================= */
.main-index-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-index-container_banner {
  width: 100%;
  height: 650px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  /*
    باعث می‌شود title در سمت راست
    و image در سمت چپ قرار بگیرد.
  */
  direction: rtl;
  overflow: hidden;
  background-color: #fff;
}
.main-index-container_banner_title {
  position: relative;
  width: 56%;
  min-width: 0;
  height: 100%;
  padding: 0;
  display: block;
  overflow: hidden;
  direction: rtl;
  background-color: #fff;
}
.main-index-container_banner_img {
  position: relative;
  width: 44%;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  direction: ltr;
  background-color: #dfe7ef;
}
.main-index-container_banner_img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0;
  transform: scale(1.025);
  will-change: opacity, transform;
  backface-visibility: hidden;
}

/* =========================================================
   COPY BOX
========================================================= */
.copy-box {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 10%;
  bottom: 23%;
  left: 8%;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  direction: rtl;
  text-align: right;
  opacity: 0;
  transform: translateY(10px);
  will-change: opacity, transform;
}
.copy-box h1 {
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  font-size: clamp(34px, 2.5vw, 46px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.7px;
  text-align: right;
}
.copy-box p {
  width: 100%;
  max-width: 600px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 2.15;
  font-weight: 400;
  text-align: right;
}
.copy-box .register-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 4px;
  line-height: 1.8;
  text-decoration: none;
}

/* =========================================================
   MAIN STRUCTURAL LINES
========================================================= */
.line {
  position: absolute;
  z-index: 2;
  display: block;
  background-color: #d5dbe2;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform;
}

/* خط بالای Hero */
.line-top {
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right center;
}

/* خط عمودی سمت راست */
.line-right {
  top: 0;
  right: 6%;
  width: 1px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top center;
}

/* خط بالای بخش آمار */
.line-middle {
  right: 0;
  bottom: 23%;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right center;
}

/* خط پایین Hero */
.line-bottom {
  right: 0;
  bottom: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right center;
}

/* =========================================================
   MAIN BLUE T MARKERS
========================================================= */
.tick {
  --tick-rotation: 0deg;
  position: absolute;
  z-index: 8;
  right: calc(6% - 14px);
  width: 29px;
  height: 15px;
  opacity: 0;
  transform: rotate(var(--tick-rotation)) scale(0.88);
  transform-origin: center center;
  pointer-events: none;
  will-change: opacity, transform;
}

/* بخش افقی T */
.tick::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 29px;
  height: 3px;
  background-color: #063783;
  border-radius: 2px;
}

/* پایه عمودی T */
.tick::after {
  content: "";
  position: absolute;
  top: 0;
  right: 13px;
  width: 3px;
  height: 14px;
  background-color: #063783;
  border-radius: 2px;
}

/* T بالایی */
.tick-top {
  top: 0;
}

/* T وسط، روی خط آمار */
.tick-middle {
  bottom: 21%;
}

/* T پایین، وارونه */
.tick-bottom {
  bottom: 0;
  --tick-rotation: 180deg;
}

/* =========================================================
   STATS SECTION
========================================================= */
.stats-row {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 23%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr);
  align-items: stretch;
  direction: ltr;
  background-color: transparent;
}

/* هر ستون آمار */
.stat {
  min-width: 0;
  height: 100%;
  padding: 22px 12px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  direction: rtl;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  will-change: opacity, transform;
}
.stat strong {
  margin: 0 0 15px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.4px;
  text-align: center;
}
.stat > span:last-child {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

/* استاندارد ISO */
.stat-iso > span:first-child {
  min-height: 34px;
  display: inline-flex !important;
  justify-content: center;
  align-items: baseline;
  direction: ltr;
  text-align: center;
}

/* اعداد مشتری و تجربه */
.metric-number {
  min-width: 0;
  display: inline-flex !important;
  justify-content: center;
  align-items: baseline;
  gap: 2px;
  direction: ltr;
  unicode-bidi: isolate;
  font-variant-numeric: lining-nums tabular-nums;
}

.metric-plus,
.metric-value {
  display: inline-block;
  line-height: 1;
}

.metric-plus {
  transform: translateY(-1px);
}

/* =========================================================
   STATS VERTICAL LINES
========================================================= */
.stat-line {
  position: relative;
  width: 1px;
  height: 100%;
  align-self: stretch;
  justify-self: center;
  background-color: #d5dbe2;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
  will-change: opacity, transform;
}

/*
  نشانگر بالا و پایین خطوط آمار
  خود هر pseudo-element یک T کامل است.
*/
.stat-line::before,
.stat-line::after {
  content: "";
  position: absolute;
  z-index: 4;
  right: 50%;
  width: 27px;
  height: 14px;
  opacity: 0;
  transform: translateX(50%) scale(0.9);
  transform-origin: center center;
  /*
    لایه اول: خط افقی T
    لایه دوم: پایه عمودی T
  */
  background: linear-gradient(to bottom, #0a4b8d 0, #0a4b8d 3px, transparent 3px, transparent 100%), linear-gradient(to right, transparent 0, transparent 12px, #0a4b8d 12px, #0a4b8d 15px, transparent 15px, transparent 100%);
  border-radius: 2px;
  will-change: opacity, transform;
}

/* T بالایی */
.stat-line::before {
  top: -1px;
}

/* T پایینی، وارونه */
.stat-line::after {
  bottom: -1px;
  transform: translateX(50%) rotate(180deg) scale(0.9);
}

/* =========================================================
   PLAY STATE
========================================================= */
.calibration-section.is-playing {
  /* تصویر */
}
.calibration-section.is-playing .main-index-container_banner_img img {
  animation: imageIn 2100ms cubic-bezier(0.22, 1, 0.36, 1) 0ms forwards;
}
.calibration-section.is-playing {
  /* خطوط اصلی */
}
.calibration-section.is-playing .line-top {
  animation: drawX 1500ms cubic-bezier(0.22, 1, 0.36, 1) 100ms forwards;
}
.calibration-section.is-playing .line-right {
  animation: drawY 1900ms cubic-bezier(0.22, 1, 0.36, 1) 240ms forwards;
}
.calibration-section.is-playing .line-middle {
  animation: drawX 1550ms cubic-bezier(0.22, 1, 0.36, 1) 620ms forwards;
}
.calibration-section.is-playing .line-bottom {
  animation: drawX 1550ms cubic-bezier(0.22, 1, 0.36, 1) 780ms forwards;
}
.calibration-section.is-playing {
  /* Tهای اصلی */
}
.calibration-section.is-playing .tick-top {
  animation: tickIn 850ms cubic-bezier(0.22, 1, 0.36, 1) 780ms forwards;
}
.calibration-section.is-playing .tick-middle {
  animation: tickIn 850ms cubic-bezier(0.22, 1, 0.36, 1) 1300ms forwards;
}
.calibration-section.is-playing .tick-bottom {
  animation: tickIn 850ms cubic-bezier(0.22, 1, 0.36, 1) 1480ms forwards;
}
.calibration-section.is-playing {
  /* متن */
}
.calibration-section.is-playing .copy-box {
  animation: contentIn 1450ms cubic-bezier(0.22, 1, 0.36, 1) 560ms forwards;
}
.calibration-section.is-playing {
  /* خطوط عمودی آمار */
}
.calibration-section.is-playing .stat-line-1 {
  animation: statDrawDown 1450ms cubic-bezier(0.22, 1, 0.36, 1) 1120ms forwards;
}
.calibration-section.is-playing .stat-line-2 {
  animation: statDrawDown 1450ms cubic-bezier(0.22, 1, 0.36, 1) 1250ms forwards;
}
.calibration-section.is-playing {
  /* Tهای بالا و پایین خطوط آمار */
}
.calibration-section.is-playing .stat-line-1::before,
.calibration-section.is-playing .stat-line-1::after {
  animation: statTMarkerIn 850ms cubic-bezier(0.22, 1, 0.36, 1) 1650ms forwards;
}
.calibration-section.is-playing .stat-line-2::before,
.calibration-section.is-playing .stat-line-2::after {
  animation: statTMarkerIn 850ms cubic-bezier(0.22, 1, 0.36, 1) 1770ms forwards;
}
.calibration-section.is-playing {
  /* آمار */
}
.calibration-section.is-playing .stat-iso {
  animation: contentIn 1200ms cubic-bezier(0.22, 1, 0.36, 1) 1380ms forwards;
}
.calibration-section.is-playing .stat-customers {
  animation: contentIn 1200ms cubic-bezier(0.22, 1, 0.36, 1) 1490ms forwards;
}
.calibration-section.is-playing .stat-years {
  animation: contentIn 1200ms cubic-bezier(0.22, 1, 0.36, 1) 1600ms forwards;
}

/* =========================================================
   KEYFRAMES
========================================================= */
@keyframes imageIn {
  from {
    opacity: 0;
    transform: scale(1.015);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes drawX {
  from {
    opacity: 1;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes drawY {
  from {
    opacity: 1;
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes statDrawDown {
  from {
    opacity: 1;
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes contentIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tickIn {
  from {
    opacity: 0;
    transform: rotate(var(--tick-rotation)) scale(0.94);
  }
  to {
    opacity: 1;
    transform: rotate(var(--tick-rotation)) scale(1);
  }
}
@keyframes statTMarkerIn {
  from {
    opacity: 0;
    filter: blur(0.35px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
/* =========================================================
   DESKTOP / SMALL LAPTOP
========================================================= */
@media (min-width: 1025px) and (max-width: 1500px) {
  .main-index-container_banner {
    height: 600px;
  }
  .copy-box {
    right: 9%;
    left: 7%;
  }
  .copy-box h1 {
    font-size: clamp(32px, 2.6vw, 42px);
  }
  .copy-box p {
    font-size: 15px;
    line-height: 2.05;
  }
  .stat {
    padding-top: 18px;
  }
  .stat strong {
    margin-bottom: 12px;
    font-size: 29px;
  }
}
@media (min-width: 1025px) and (max-width: 1250px) {
  .main-index-container_banner {
    height: 560px;
  }
  .main-index-container_banner_title {
    width: 56%;
  }
  .main-index-container_banner_img {
    width: 44%;
  }
  .copy-box {
    right: 9%;
    left: 6%;
  }
  .copy-box h1 {
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 1.5;
  }
  .copy-box p {
    font-size: 14px;
    line-height: 2;
  }
  .stat {
    padding: 16px 8px 10px;
  }
  .stat strong {
    margin-bottom: 10px;
    font-size: 27px;
  }
  .stat > span:last-child {
    font-size: 13px;
  }
}
/* =========================================================
   TABLET
========================================================= */
@media (min-width: 768px) and (max-width: 1024px) {
  .main-index-container_banner {
    height: auto;
    min-height: 0;
    flex-direction: column;
    direction: rtl;
  }
  .main-index-container_banner_title {
    width: 100%;
    height: 560px;
  }
  .main-index-container_banner_img {
    width: 100%;
    height: 480px;
  }
  .main-index-container_banner_img img {
    -o-object-position: center center;
       object-position: center center;
  }
  .copy-box {
    right: 8%;
    left: 8%;
  }
  .copy-box h1 {
    font-size: 38px;
  }
  /*
    در طرح تبلت خط عمودی اصلی و Tهای آن مخفی می‌شوند.
  */
  .line-right,
  .tick-top,
  .tick-middle,
  .tick-bottom {
    display: none;
  }
}
/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 767px) {
  .main-index-container_banner {
    height: auto;
    min-height: 0;
    flex-direction: column;
    direction: rtl;
  }
  .main-index-container_banner_title {
    width: 100%;
    height: 550px;
  }
  .main-index-container_banner_img {
    width: 100%;
    height: 360px;
  }
  .main-index-container_banner_img img {
    -o-object-position: center center;
       object-position: center center;
  }
  .copy-box {
    top: 0;
    right: 24px;
    bottom: 30%;
    left: 24px;
    gap: 12px;
  }
  .copy-box h1 {
    margin-bottom: 5px;
    font-size: 29px;
    line-height: 1.55;
    letter-spacing: -0.4px;
  }
  .copy-box p {
    font-size: 14px;
    line-height: 1.95;
  }
  .copy-box .register-link {
    margin-top: 2px;
  }
  .line-right,
  .tick-top,
  .tick-middle,
  .tick-bottom {
    display: none;
  }
  .line-middle {
    bottom: 30%;
  }
  .stats-row {
    height: 30%;
  }
  .stat {
    padding: 16px 5px 10px;
  }
  .stat strong {
    margin-bottom: 11px;
    font-size: 23px;
  }
  .stat > span:last-child {
    font-size: 11px;
    line-height: 1.7;
  }
  .stat-iso > span:first-child {
    min-height: 27px;
  }
  .stat-line::before,
  .stat-line::after {
    width: 21px;
    height: 12px;
    background: linear-gradient(to bottom, #0a4b8d 0, #0a4b8d 3px, transparent 3px, transparent 100%), linear-gradient(to right, transparent 0, transparent 9px, #0a4b8d 9px, #0a4b8d 12px, transparent 12px, transparent 100%);
  }
}
/* =========================================================
   REDUCED MOTION
========================================================= */
@media (prefers-reduced-motion: reduce) {
  .main-index-container_banner_img img,
  .line,
  .tick,
  .copy-box,
  .stat,
  .stat-line,
  .stat-line::before,
  .stat-line::after {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    filter: none !important;
  }
  .main-index-container_banner_img img,
  .copy-box,
  .stat,
  .line,
  .stat-line {
    transform: none !important;
  }
  .tick-top,
  .tick-middle {
    transform: scale(1) !important;
  }
  .tick-bottom {
    transform: rotate(180deg) scale(1) !important;
  }
  .stat-line::before {
    transform: translateX(50%) scale(1) !important;
  }
  .stat-line::after {
    transform: translateX(50%) rotate(180deg) scale(1) !important;
  }
}
.acceptRoleBtn {
  background-color: #174a7c;
  color: white;
}
.acceptRoleBtn:disabled, .acceptRoleBtn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.ellipsis {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  color: #102033;
  text-overflow: ellipsis;
}

.ComboBoxCustomStyle {
  height: 55px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.ComboBoxCustomStyle::-moz-placeholder {
  color: #a7a7a7 !important;
}
.ComboBoxCustomStyle::placeholder {
  color: #a7a7a7 !important;
}
.ComboBoxCustomStyle > span:first-child {
  height: 55px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ComboBoxCustomStyle > span:first-child > input:first-child + span {
  top: 15px !important;
}
.ComboBoxCustomStyle > span:first-child > span:last-child {
  background-color: transparent !important;
}

.step-back-btn {
  position: absolute;
  inset-block-start: 40px;
  cursor: pointer;
}

/* Desktop */
.accordion-button {
  color: #102033 !important;
  pointer-events: none;
  cursor: default;
}
.accordion-button::after {
  display: none;
}

.accordion-collapse {
  display: block !important;
  height: auto !important;
  visibility: visible !important;
}

/* Mobile & Tablet */
@media (max-width: 1024px) {
  .accordion-button {
    pointer-events: auto;
    cursor: pointer;
  }
  .accordion-button::after {
    display: block;
  }
  .accordion-collapse {
    display: none !important;
    height: 0 !important;
    visibility: hidden !important;
  }
  .accordion-collapse.show {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }
}
.accordion2 {
  border: 0.063rem solid #dfdfdf;
  border-radius: 0.5rem;
  overflow: hidden;
  color: #111;
}

.accordion__item2 {
  border-bottom: 0.063rem solid #e5e7eb;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.accordion__item2:last-child {
  border-bottom: none;
}

.accordion__header2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1.25em;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  cursor: pointer;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s ease-out;
}
.accordion__header2::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 0.125rem solid rgba(0, 0, 0, 0.8);
  border-bottom: 0.125rem solid rgba(0, 0, 0, 0.8);
  transform: rotate(45deg);
  margin-left: 12px;
  transition: transform 0.3s ease;
  display: flex;
}

.accordion__header2::-webkit-details-marker {
  display: none; /* Safari fallback */
}

/* Rotate arrow and change header background when open */
.accordion__item2[open] .accordion__header2::after {
  transform: rotate(-135deg);
}

/* Content Area with Smooth Reveal */
.accordion__content {
  padding: 1rem 1.25rem;
}

.accordion__item2[open] .accordion__content,
.accordion__item2[open]::details-content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.not-found-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 20px;
  min-height: 70vh;
}

.fu-box {
  background-color: #f5f5f5 !important;
}

.kendo-grid-wrapper {
  width: 100%;
  overflow: hidden;
}

.custom-kendo-grid {
  direction: rtl;
  width: 100%;
  font-size: 13px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  background: #fff;
  border-top: 0 !important;
}

.custom-kendo-grid *,
.custom-kendo-grid *::before,
.custom-kendo-grid *::after {
  box-sizing: border-box;
}

.custom-kendo-grid .k-grid-header {
  background: #f5f5f5;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.custom-kendo-grid .k-grid-header table,
.custom-kendo-grid .k-grid-content table {
  min-width: 980px;
  table-layout: fixed;
}

.k-grid.k-display-block > table {
  position: relative !important;
}

.custom-kendo-grid .k-grid-header th {
  text-align: right;
  font-weight: 500;
  color: #5f6f85;
  padding: 8px 5px;
  border: 1px solid #dfdfdf;
  white-space: nowrap;
  vertical-align: middle;
}

.custom-kendo-grid .k-table-td,
.custom-kendo-grid td {
  text-align: right;
  vertical-align: middle;
  padding: 4px 10px;
  color: #102033;
  border: 1px solid #dfdfdf;
  white-space: nowrap;
}

.custom-kendo-grid .k-grid-content {
  min-height: 0 !important;
  overflow-x: auto;
  overflow-y: auto;
}

.custom-kendo-grid .k-grid-content tr:hover {
  background: #f8fafc;
}

.custom-kendo-grid .badge {
  font-size: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 500;
}

.custom-kendo-grid .ui-btn {
  white-space: nowrap;
}

.custom-kendo-grid .k-grid-toolbar {
  background-color: #fff !important;
  border: 0 !important;
  padding-block: 10px !important;
}

.custom-kendo-grid .grid-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.custom-kendo-grid .grid-actions .k-button {
  min-width: 32px;
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.custom-kendo-grid .grid-action-icon {
  display: block;
}

.custom-kendo-grid .grid-action-icon--edit {
  color: #222831;
}

.custom-kendo-grid .grid-action-icon--delete {
  color: #222831;
}

/* Groupable Grid */
.custom-kendo-grid .k-grouping-header {
  background-color: #fff;
  border-color: #dfdfdf;
  color: #5f6f85;
  font-size: 13px;
}

.custom-kendo-grid .k-grouping-row td {
  background-color: #f8fafc;
  color: #102033;
  font-weight: 500;
}

/*
 * رفتار پیش‌فرض تمام Gridهای فعلی:
 * ستون آخر Sticky باقی می‌ماند.
 */
.custom-kendo-grid .k-grid-header th:last-child,
.custom-kendo-grid .k-grid-content tr:not(.k-grouping-row) td:last-child {
  position: sticky;
  left: -10px;
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
}

.custom-kendo-grid .k-grid-header th:last-child {
  z-index: 6;
  background-color: #f5f5f5;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

.custom-kendo-grid .k-grid-content tr:not(.k-grouping-row) td:last-child {
  z-index: 5;
  background-color: #fcfcfc;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

.custom-kendo-grid .k-reset {
  padding-block: 10px !important;
}

.custom-kendo-grid .k-grid-pager,
.custom-kendo-grid .k-pager-wrap,
.custom-kendo-grid .k-pager {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px;
  direction: rtl;
}

.custom-kendo-grid .k-pager-info {
  margin-inline-start: auto;
  white-space: nowrap;
}

.custom-kendo-grid .k-pager-input {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  margin-right: 0 !important;
}

.custom-kendo-grid .k-pager-input .k-input,
.custom-kendo-grid .k-pager-input input {
  width: 48px !important;
  min-width: 48px !important;
  text-align: center;
}

.custom-kendo-grid .k-pager-nav,
.custom-kendo-grid .k-pager-refresh,
.custom-kendo-grid .k-pager-first,
.custom-kendo-grid .k-pager-last,
.custom-kendo-grid .k-pager-prev,
.custom-kendo-grid .k-pager-next {
  flex: 0 0 auto;
}

.custom-kendo-grid .k-pager-numbers,
.custom-kendo-grid .k-pager-numbers-wrap {
  display: none !important;
}

.k-grid-norecords {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-block: 40px !important;
}
.k-grid-norecords .no-data-kendu {
  font-size: 14px !important;
}

.custom-kendo-grid .k-grid-header th {
  height: auto;
}
.custom-kendo-grid .k-grid-header .k-cell-inner,
.custom-kendo-grid .k-grid-header .k-link {
  overflow: visible !important;
}
.custom-kendo-grid .k-grid-header .k-column-title {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  line-height: 1.6;
}

/*
 * استثنا:
 * فقط Gridهایی که کلاس no-sticky-last-column دارند،
 * ستون آخرشان Sticky نخواهد بود.
 */
.custom-kendo-grid.no-sticky-last-column .k-grid-header th:last-child,
.custom-kendo-grid.no-sticky-last-column .k-grid-content tr:not(.k-grouping-row) td:last-child {
  position: static !important;
  left: auto !important;
  right: auto !important;
  inset-inline-start: auto !important;
  inset-inline-end: auto !important;
  z-index: auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  box-shadow: none !important;
}
.custom-kendo-grid.no-sticky-last-column .k-grid-header th:last-child {
  background-color: #f5f5f5;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
.custom-kendo-grid.no-sticky-last-column .k-grid-content tr:not(.k-grouping-row) td:last-child {
  background-color: #fcfcfc;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

@media (min-width: 1300px) {
  .custom-kendo-grid.desktop-fit-grid .k-grid-header table,
  .custom-kendo-grid.desktop-fit-grid .k-grid-content table {
    width: 100% !important;
    min-width: 100% !important;
    table-layout: fixed;
  }
  .custom-kendo-grid.desktop-fit-grid .k-grid-content {
    overflow-x: hidden;
  }
  .custom-kendo-grid.desktop-fit-grid .k-grid-header th,
  .custom-kendo-grid.desktop-fit-grid .k-grid-content td {
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .custom-kendo-grid.desktop-fit-grid .k-grid-header th.actions-col,
  .custom-kendo-grid.desktop-fit-grid .k-grid-content td.actions-col {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    white-space: nowrap;
  }
  .custom-kendo-grid.desktop-fit-grid .code-cell {
    overflow-wrap: normal;
    word-break: normal;
  }
}
@media (max-width: 576px) {
  .custom-kendo-grid {
    font-size: 11px;
  }
  .custom-kendo-grid .k-grid-header table,
  .custom-kendo-grid .k-grid-content table {
    min-width: 0;
    table-layout: auto;
  }
  .custom-kendo-grid col:not(:last-child) {
    width: auto !important;
  }
  .custom-kendo-grid .k-grid-header th,
  .custom-kendo-grid .k-table-td,
  .custom-kendo-grid td {
    padding: 3px 6px !important;
    white-space: normal;
  }
  .custom-kendo-grid .k-grid-header th:last-child,
  .custom-kendo-grid .k-grid-content tr:not(.k-grouping-row) td:last-child {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
  }
  .custom-kendo-grid .k-column-title {
    font-size: 11px;
    line-height: 1.4;
  }
  .custom-kendo-grid .k-pager-info {
    display: none;
  }
}
/* Notifications card */
.notifications-page .notifications-card {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  box-shadow: none;
}

/* Notification row */
.notifications-page .notification-row {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 12px 18px;
  gap: 12px;
  color: inherit;
  background-color: transparent;
  border-bottom: 1px solid #e3e7ec;
  text-decoration: none;
  box-shadow: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.notifications-page .notification-row:last-child {
  border-bottom: 0;
}
.notifications-page .notification-row:hover {
  color: inherit;
  text-decoration: none;
}
.notifications-page .notification-row:hover .notification-row__title {
  color: #102033;
}
.notifications-page .notification-row:hover .notification-row__message {
  color: #102033;
}
.notifications-page .notification-row:hover .notification-row__arrow {
  color: #43566c;
  transform: translateX(-2px);
}
.notifications-page .notification-row:focus {
  color: inherit;
  text-decoration: none;
  box-shadow: none;
}
.notifications-page .notification-row:focus-visible {
  outline: 2px solid rgba(67, 86, 108, 0.18);
  outline-offset: -2px;
}
.notifications-page .notification-row--unread {
  background-color: transparent;
}
.notifications-page .notification-row--unread .notification-row__indicator {
  background-color: #43566c;
}
.notifications-page .notification-row--unread .notification-row__title {
  color: #102033;
  font-weight: 700;
}
.notifications-page .notification-row--unread .notification-row__message {
  color: #43566c;
  font-weight: 500;
}
.notifications-page .notification-row--read {
  background-color: transparent;
}
.notifications-page .notification-row--read .notification-row__indicator {
  background-color: #c5cdd7;
}
.notifications-page .notification-row--read .notification-row__title {
  color: #52657a;
  font-weight: 500;
}
.notifications-page .notification-row--read .notification-row__message {
  color: #718096;
  font-weight: 400;
}
.notifications-page .notification-row__indicator {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  box-shadow: none;
}
.notifications-page .notification-row__content {
  min-width: 0;
  flex: 1;
  text-align: right;
}
.notifications-page .notification-row__title {
  margin-bottom: 1px;
  overflow: hidden;
  color: #102033;
  font-size: 12px;
  line-height: 1.9;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.notifications-page .notification-row__message {
  min-width: 0;
  color: #102033;
  font-size: 12px;
  line-height: 2;
  text-align: right;
  transition: color 0.2s ease;
}
.notifications-page .notification-row__date {
  direction: ltr;
  flex-shrink: 0;
  color: #5f6f85;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  white-space: nowrap;
}
.notifications-page .notification-row__arrow {
  flex: 0 0 auto;
  color: #a0abb8;
  font-size: 12px;
  line-height: 1;
  transition: color 0.2s ease, transform 0.2s ease;
}

/* Empty state */
.notifications-empty {
  display: flex;
  min-height: 250px;
  padding: 32px 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.notifications-empty__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 13px;
  color: #102033;
  background-color: #edf0f3;
  border-radius: 50%;
  font-size: 19px;
}
.notifications-empty h2 {
  margin: 0 0 6px;
  color: #26384d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}
.notifications-empty p {
  margin: 0;
  color: #8391a6;
  font-size: 11px;
  line-height: 1.8;
}

/* Pager */
.notifications-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  gap: 16px;
}
.notifications-pager__summary {
  color: #8391a6;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.8;
  white-space: nowrap;
}

/* Minimal pagination */
.notifications-pagination {
  direction: rtl;
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.notifications-pagination li {
  display: flex;
  align-items: center;
}
.notifications-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 6px;
  color: #8391a6;
  background: transparent;
  border: 0;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.notifications-pagination a:hover {
  color: #102033;
  background-color: #f0f3f6;
  text-decoration: none;
}
.notifications-pagination a:focus {
  box-shadow: none;
}
.notifications-pagination a:focus-visible {
  outline: 1px solid #d8dee6;
  outline-offset: 1px;
}
.notifications-pagination a.is-active {
  color: #102033;
  background-color: #e9edf2;
  font-weight: 700;
  pointer-events: none;
}
.notifications-pagination a.is-disabled {
  color: #c8cfd8;
  background: transparent;
  pointer-events: none;
  cursor: default;
}
.notifications-pagination__button {
  min-width: 26px;
  padding: 0;
  font-size: 8px;
}
.notifications-pagination__button i {
  line-height: 1;
}
.notifications-pagination__dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 28px;
  color: #aab3bf;
  font-size: 11px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Mobile */
@media (max-width: 767.98px) {
  .notifications-page {
    padding-top: 5px;
  }
  .notifications-page__header--modern {
    align-items: flex-start;
  }
  .notifications-page__count {
    min-height: 28px;
    padding: 4px 8px;
  }
  .notifications-page .notification-row {
    display: grid;
    grid-template-columns: 6px minmax(0, 1fr) 14px;
    grid-template-rows: auto auto;
    min-height: auto;
    padding: 13px 14px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 4px;
  }
  .notifications-page .notification-row__indicator {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    margin-top: 8px;
  }
  .notifications-page .notification-row__content {
    grid-column: 2;
    grid-row: 1;
  }
  .notifications-page .notification-row__arrow {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
  }
  .notifications-page .notification-row__date {
    grid-column: 2;
    grid-row: 2;
    text-align: right;
  }
  .notifications-page .notification-row__title {
    font-size: 11px;
  }
  .notifications-page .notification-row__message {
    font-size: 11px;
    line-height: 1.9;
  }
  .notifications-pager {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  .notifications-pager__summary {
    text-align: center;
  }
  .notifications-pager nav {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .notifications-pagination {
    gap: 2px;
  }
  .notifications-pagination a {
    min-width: 28px;
    height: 28px;
    padding-inline: 6px;
  }
  .notifications-pagination__dots {
    width: 18px;
    height: 28px;
  }
}
.social-icon {
  cursor: pointer !important;
}

.custom-kendo-grid .optionTable:not(.optionTable-popup) {
  display: none !important;
}

body > .optionTable.optionTable-popup {
  position: fixed !important;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  width: 180px !important;
  min-width: 180px !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 10px 16px;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  background-color: #fcfcfc;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.14);
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  visibility: hidden;
  z-index: 99999 !important;
}

body > .optionTable.optionTable-popup p {
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 12px 4px !important;
  text-align: right !important;
  white-space: nowrap;
  cursor: pointer;
}

body > .optionTable.optionTable-popup .divider-line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  background-color: #dfdfdf;
}

.sms-stat-card {
  border: 1px solid #edf0f5;
  border-radius: 14px;
  background: #fff;
  padding: 18px;
  height: 100%;
}

.sms-stat-label {
  color: #667085;
  font-size: 13px;
  margin-bottom: 9px;
}

.sms-stat-value {
  color: #101828;
  font-size: 24px;
  font-weight: 700;
}

.sms-filter-box {
  background: #fff;
  border: 1px solid #edf0f5;
  border-radius: 14px;
  padding: 18px;
}

.sms-search {
  min-width: 280px;
}

.sms-status {
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
  white-space: nowrap;
}

.sms-status-success {
  color: #067647;
  background: #ecfdf3;
}

.sms-status-info {
  color: #175cd3;
  background: #eff8ff;
}

.sms-status-warning {
  color: #b54708;
  background: #fffaeb;
}

.sms-status-danger {
  color: #b42318;
  background: #fef3f2;
}

.sms-status-muted {
  color: #475467;
  background: #f2f4f7;
}

.sms-message {
  display: block;
  max-width: 390px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sms-detail-label {
  color: #667085;
  font-size: 12px;
  margin-bottom: 4px;
}

.sms-detail-value {
  color: #101828;
  overflow-wrap: anywhere;
}

@media (max-width: 768px) {
  .sms-search {
    min-width: 100%;
  }
  .sms-filter-actions {
    width: 100%;
  }
}
.final-payment-link {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.final-payment-link .payment-link {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}/*# sourceMappingURL=main.css.map */