@charset "UTF-8";
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
}

.hidden {
  display: none !important;
}

body,
html {
  direction: rtl !important;
  margin: 0 !important;
}

.width-2 {
  width: 2px !important;
}

.height-2 {
  height: 2px !important;
}

.width-4 {
  width: 4px !important;
}

.height-4 {
  height: 4px !important;
}

.width-8 {
  width: 8px !important;
}

.height-8 {
  height: 8px !important;
}

.width-12 {
  width: 12px !important;
}

.height-12 {
  height: 12px !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-24 {
  width: 24px !important;
}

.height-24 {
  height: 24px !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-40 {
  width: 40px !important;
}

.height-40 {
  height: 40px !important;
}

.width-45 {
  width: 45px !important;
}

.height-45 {
  height: 45px !important;
}

.width-48 {
  width: 48px !important;
}

.height-48 {
  height: 48px !important;
}

.width-56 {
  width: 56px !important;
}

.height-56 {
  height: 56px !important;
}

.width-64 {
  width: 64px !important;
}

.height-64 {
  height: 64px !important;
}

.width-70 {
  width: 70px !important;
}

.height-70 {
  height: 70px !important;
}

.width-74 {
  width: 74px !important;
}

.height-74 {
  height: 74px !important;
}

.width-80 {
  width: 80px !important;
}

.height-80 {
  height: 80px !important;
}

.width-84 {
  width: 84px !important;
}

.height-84 {
  height: 84px !important;
}

.width-88 {
  width: 88px !important;
}

.height-88 {
  height: 88px !important;
}

.width-90 {
  width: 90px !important;
}

.height-90 {
  height: 90px !important;
}

.width-100 {
  width: 100px !important;
}

.height-100 {
  height: 100px !important;
}

.width-120 {
  width: 120px !important;
}

.height-120 {
  height: 120px !important;
}

.width-140 {
  width: 140px !important;
}

.height-140 {
  height: 140px !important;
}

.width-150 {
  width: 150px !important;
}

.height-150 {
  height: 150px !important;
}

.width-190 {
  width: 190px !important;
}

.height-190 {
  height: 190px !important;
}

.width-200 {
  width: 200px !important;
}

.height-200 {
  height: 200px !important;
}

.width-220 {
  width: 220px !important;
}

.height-220 {
  height: 220px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-x-8 {
  column-gap: 8px;
}

.gap-y-8 {
  row-gap: 8px;
}

.gap-12 {
  gap: 12px !important;
}

.gap-x-12 {
  column-gap: 12px;
}

.gap-y-12 {
  row-gap: 12px;
}

.gap-16 {
  gap: 16px !important;
}

.gap-x-16 {
  column-gap: 16px;
}

.gap-y-16 {
  row-gap: 16px;
}

.gap-20 {
  gap: 20px !important;
}

.gap-x-20 {
  column-gap: 20px;
}

.gap-y-20 {
  row-gap: 20px;
}

.gap-24 {
  gap: 24px !important;
}

.gap-x-24 {
  column-gap: 24px;
}

.gap-y-24 {
  row-gap: 24px;
}

.gap-32 {
  gap: 32px !important;
}

.gap-x-32 {
  column-gap: 32px;
}

.gap-y-32 {
  row-gap: 32px;
}

.gap-40 {
  gap: 40px !important;
}

.gap-x-40 {
  column-gap: 40px;
}

.gap-y-40 {
  row-gap: 40px;
}

.gap-48 {
  gap: 48px !important;
}

.gap-x-48 {
  column-gap: 48px;
}

.gap-y-48 {
  row-gap: 48px;
}

.gap-56 {
  gap: 56px !important;
}

.gap-x-56 {
  column-gap: 56px;
}

.gap-y-56 {
  row-gap: 56px;
}

.gap-64 {
  gap: 64px !important;
}

.gap-x-64 {
  column-gap: 64px;
}

.gap-y-64 {
  row-gap: 64px;
}

/* Backgrounds */
.display-0 {
  display: none;
}

.w-fit {
  width: fit-content !important;
}

.bg-green-soft {
  background-color: #d3fbd8 !important;
}

.bg-pascal-green-300 {
  background-color: rgba(0, 200, 150, 0.1) !important;
}

.bg-Lavender-150 {
  background-color: #CCD0EB !important;
}

.bg-rose-blush-100 {
  background-color: #fcdad8 !important;
}

.bg-blue-soft {
  background-color: #d5d8ef !important;
}

.bg-blue-300 {
  background-color: #2563eb !important;
}

.bg-blue-200 {
  background-color: #5768ff !important;
}

.bg-warning-red-100 {
  background-color: #e70036 !important;
}

.bg-warning-red-200 {
  background-color: #bb002c !important;
}

.bg-soft-creme {
  background-color: #eeeeee !important;
}

.bg-green-active {
  background-color: #00c896 !important;
}

.bg-lavender-100 {
  background-color: #f2f3fa !important;
}

.bg-lavender-200 {
  background-color: #b1b6e1 !important;
}

.bg-lavender-300 {
  background-color: #70738e !important;
}

.bg-pending-yellow {
  background-color: #facc15 !important;
}

.bg-white {
  background-color: white !important;
}

.bg-pure-white {
  background-color: #f4f9ff !important;
}

/* Grays Backgrounds */
.bg-gray-0 {
  background-color: #f5f5f7 !important;
}

.bg-gray-50 {
  background-color: #f6f6f8 !important;
}

.bg-gray-100 {
  background-color: #edeeee !important;
}

.bg-gray-150 {
  background-color: #e9ebeb !important;
}

.bg-gray-200 {
  background-color: #d4d6d7 !important;
}

.bg-gray-250 {
  background-color: #d1d5dc !important;
}

.bg-gray-300 {
  background-color: #aeb0b3 !important;
}

.bg-gray-400 {
  background-color: #979a9e !important;
}

.bg-gray-500 {
  background-color: #8a8d92 !important;
}

.bg-gray-600 {
  background-color: #62666d !important;
}

.bg-gray-700 {
  background-color: #434850 !important;
}

.bg-gray-800 {
  background-color: #222831 !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.w-90 {
  width: 90% !important;
}

.display-flex {
  display: flex !important;
}

.minHeight {
  min-height: 100vh;
}

.w-80 {
  width: 80% !important;
}

.w-70 {
  width: 70% !important;
}

.w-60 {
  width: 60% !important;
}

.w-50 {
  width: 50% !important;
}

.w-40 {
  width: 40% !important;
}

/* Border Solid Classes */
.border-0 {
  border: none !important;
}

.border-b-gray {
  border-bottom: 1px #979a9e solid;
}

.border-b-pascal-green300 {
  border-bottom: 1px #c2e7c7 solid;
}

.border-t-gray {
  border-top: 1px solid #d4d6d7;
}

.m-right-6 {
  margin-right: 24px;
}

.top-10 {
  top: 40px !important;
}

.top-7-5 {
  top: 30px;
}

.left-2-5 {
  left: 10px !important;
}

.left-25 {
  left: 100px !important;
}

.top-2-5 {
  top: 10px !important;
}

.right-2-5 {
  right: 10px !important;
}

.px-2_5 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-2_5 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px-60px {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.max-width-540 {
  max-width: 540px !important;
}

.max-width-910 {
  max-width: 910px !important;
}

.max-width-1262 {
  max-width: 1260px !important;
}

.max-width-unset {
  max-width: unset !important;
}

.width-max-content {
  width: max-content !important;
}

.z-100 {
  z-index: 100 !important;
}

.offcanvas-itemMenu_activeColor {
  color: #434850 !important;
}

.border-gray-800 {
  border: 1px solid #222831;
}

.border-b-gray-200 {
  border-bottom: 1px solid #d4d6d7 !important;
}

.border-gray-700 {
  border: 1px solid #434850;
}

.border-gray-600 {
  border: 1px solid #62666d;
}

.border-gray-500 {
  border: 1px solid #8a8d92;
}

.border-gray-400 {
  border: 1px solid #979a9e !important;
}

.border-gray-300 {
  border: 1px solid #aeb0b3 !important;
}

.border-gray-250 {
  border: 1px solid #d1d5dc !important;
}

.borderColor-gray-250 {
  border-color: #d1d5dc !important;
}

.bg-greenNeo-100 {
  background-color: #ebfded !important;
}

.border-gray-200 {
  border: 1px solid #d4d6d7 !important;
}

.border-gray-150 {
  border: 1px solid #e9ebeb !important;
}

.border-gray-100 {
  border: 1px solid #edeeee !important;
}

.border-PureWhite {
  border: 1px solid white !important;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-12 {
  border-radius: 12px !important;
}

.rounded-14 {
  border-radius: 14px !important;
}

.rounded-16 {
  border-radius: 16px !important;
}

.rounded-24 {
  border-radius: 24px !important;
}

.rounded-32 {
  border-radius: 32px !important;
}

.rounded-48 {
  border-radius: 48px !important;
}

.rounded-56 {
  border-radius: 56px !important;
}

.rounded-full {
  border-radius: 50% !important;
}

.px-14 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.px-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.px-16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.right-10 {
  right: 40px !important;
}

.top-5 {
  top: 24px !important;
}

.max-width-100vw {
  max-width: 100vw !important;
}

.direction_rtl {
  direction: rtl !important;
}

.direction_ltr {
  direction: ltr !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.text-green-soft {
  color: #d3fbd8 !important;
}

.text-pascal-green-300 {
  color: #c2e7c7 !important;
}

.border-b-gray-700 {
  border-bottom: 1px rgb(212, 214, 215) solid;
}

.border-dash-gray {
  border: 1px #d4d6d7 dashed !important;
}

.text-green-active {
  color: #00c896 !important;
}

.text-rose-blush-100 {
  color: #fcdad8 !important;
}

.text-blue-soft {
  color: #d5d8ef !important;
}

.text-blue-300 {
  color: #2563eb !important;
}

.text-blue-200 {
  color: #5768ff !important;
}

.text-warning-red-100 {
  color: #e70036 !important;
}

.text-warning-red-200 {
  color: #bb002c !important;
}

.text-pending-yellow {
  color: #facc15 !important;
}

.text-lavender-100 {
  color: #f2f3fa !important;
}

.text-lavender-200 {
  color: #b1b6e1 !important;
}

.text-lavender-300 {
  color: #70738e !important;
}

.text-white {
  color: white !important;
}

.text-pure-white {
  color: #f4f9ff !important;
}

.text-soft-creme {
  color: #eeeeee !important;
}

.text-gray-800 {
  color: #222831 !important;
}

/* مناسب برای عنوان‌های اصلی */
.text-gray-700 {
  color: #434850 !important;
}

.text-gray-600 {
  color: #62666d !important;
}

/* مناسب برای متن بدنه */
.text-gray-500 {
  color: #8a8d92 !important;
}

.text-gray-400 {
  color: #979a9e !important;
}

.text-gray-300 {
  color: #aeb0b3 !important;
}

.text-gray-250 {
  color: #d1d5dc !important;
}

.text-gray-200 {
  color: #d4d6d7 !important;
}

.text-gray-150 {
  color: #e9ebeb !important;
}

.text-gray-100 {
  color: #edeeee !important;
}

.text-gray-50 {
  color: #f6f6f8 !important;
}

.text-gray-0 {
  color: #f5f5f7 !important;
}

.rotate-45 {
  transform: rotate(45deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
}

.hidden {
  display: none !important;
}

body,
html {
  direction: rtl !important;
  margin: 0 !important;
}

.width-2 {
  width: 2px !important;
}

.height-2 {
  height: 2px !important;
}

.width-4 {
  width: 4px !important;
}

.height-4 {
  height: 4px !important;
}

.width-8 {
  width: 8px !important;
}

.height-8 {
  height: 8px !important;
}

.width-12 {
  width: 12px !important;
}

.height-12 {
  height: 12px !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-24 {
  width: 24px !important;
}

.height-24 {
  height: 24px !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-40 {
  width: 40px !important;
}

.height-40 {
  height: 40px !important;
}

.width-45 {
  width: 45px !important;
}

.height-45 {
  height: 45px !important;
}

.width-48 {
  width: 48px !important;
}

.height-48 {
  height: 48px !important;
}

.width-56 {
  width: 56px !important;
}

.height-56 {
  height: 56px !important;
}

.width-64 {
  width: 64px !important;
}

.height-64 {
  height: 64px !important;
}

.width-70 {
  width: 70px !important;
}

.height-70 {
  height: 70px !important;
}

.width-74 {
  width: 74px !important;
}

.height-74 {
  height: 74px !important;
}

.width-80 {
  width: 80px !important;
}

.height-80 {
  height: 80px !important;
}

.width-84 {
  width: 84px !important;
}

.height-84 {
  height: 84px !important;
}

.width-88 {
  width: 88px !important;
}

.height-88 {
  height: 88px !important;
}

.width-90 {
  width: 90px !important;
}

.height-90 {
  height: 90px !important;
}

.width-100 {
  width: 100px !important;
}

.height-100 {
  height: 100px !important;
}

.width-120 {
  width: 120px !important;
}

.height-120 {
  height: 120px !important;
}

.width-140 {
  width: 140px !important;
}

.height-140 {
  height: 140px !important;
}

.width-150 {
  width: 150px !important;
}

.height-150 {
  height: 150px !important;
}

.width-190 {
  width: 190px !important;
}

.height-190 {
  height: 190px !important;
}

.width-200 {
  width: 200px !important;
}

.height-200 {
  height: 200px !important;
}

.width-220 {
  width: 220px !important;
}

.height-220 {
  height: 220px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-x-8 {
  column-gap: 8px;
}

.gap-y-8 {
  row-gap: 8px;
}

.gap-12 {
  gap: 12px !important;
}

.gap-x-12 {
  column-gap: 12px;
}

.gap-y-12 {
  row-gap: 12px;
}

.gap-16 {
  gap: 16px !important;
}

.gap-x-16 {
  column-gap: 16px;
}

.gap-y-16 {
  row-gap: 16px;
}

.gap-20 {
  gap: 20px !important;
}

.gap-x-20 {
  column-gap: 20px;
}

.gap-y-20 {
  row-gap: 20px;
}

.gap-24 {
  gap: 24px !important;
}

.gap-x-24 {
  column-gap: 24px;
}

.gap-y-24 {
  row-gap: 24px;
}

.gap-32 {
  gap: 32px !important;
}

.gap-x-32 {
  column-gap: 32px;
}

.gap-y-32 {
  row-gap: 32px;
}

.gap-40 {
  gap: 40px !important;
}

.gap-x-40 {
  column-gap: 40px;
}

.gap-y-40 {
  row-gap: 40px;
}

.gap-48 {
  gap: 48px !important;
}

.gap-x-48 {
  column-gap: 48px;
}

.gap-y-48 {
  row-gap: 48px;
}

.gap-56 {
  gap: 56px !important;
}

.gap-x-56 {
  column-gap: 56px;
}

.gap-y-56 {
  row-gap: 56px;
}

.gap-64 {
  gap: 64px !important;
}

.gap-x-64 {
  column-gap: 64px;
}

.gap-y-64 {
  row-gap: 64px;
}

/* Backgrounds */
.display-0 {
  display: none;
}

.w-fit {
  width: fit-content !important;
}

.bg-green-soft {
  background-color: #d3fbd8 !important;
}

.bg-pascal-green-300 {
  background-color: rgba(0, 200, 150, 0.1) !important;
}

.bg-Lavender-150 {
  background-color: #CCD0EB !important;
}

.bg-rose-blush-100 {
  background-color: #fcdad8 !important;
}

.bg-blue-soft {
  background-color: #d5d8ef !important;
}

.bg-blue-300 {
  background-color: #2563eb !important;
}

.bg-blue-200 {
  background-color: #5768ff !important;
}

.bg-warning-red-100 {
  background-color: #e70036 !important;
}

.bg-warning-red-200 {
  background-color: #bb002c !important;
}

.bg-soft-creme {
  background-color: #eeeeee !important;
}

.bg-green-active {
  background-color: #00c896 !important;
}

.bg-lavender-100 {
  background-color: #f2f3fa !important;
}

.bg-lavender-200 {
  background-color: #b1b6e1 !important;
}

.bg-lavender-300 {
  background-color: #70738e !important;
}

.bg-pending-yellow {
  background-color: #facc15 !important;
}

.bg-white {
  background-color: white !important;
}

.bg-pure-white {
  background-color: #f4f9ff !important;
}

/* Grays Backgrounds */
.bg-gray-0 {
  background-color: #f5f5f7 !important;
}

.bg-gray-50 {
  background-color: #f6f6f8 !important;
}

.bg-gray-100 {
  background-color: #edeeee !important;
}

.bg-gray-150 {
  background-color: #e9ebeb !important;
}

.bg-gray-200 {
  background-color: #d4d6d7 !important;
}

.bg-gray-250 {
  background-color: #d1d5dc !important;
}

.bg-gray-300 {
  background-color: #aeb0b3 !important;
}

.bg-gray-400 {
  background-color: #979a9e !important;
}

.bg-gray-500 {
  background-color: #8a8d92 !important;
}

.bg-gray-600 {
  background-color: #62666d !important;
}

.bg-gray-700 {
  background-color: #434850 !important;
}

.bg-gray-800 {
  background-color: #222831 !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.w-90 {
  width: 90% !important;
}

.display-flex {
  display: flex !important;
}

.minHeight {
  min-height: 100vh;
}

.w-80 {
  width: 80% !important;
}

.w-70 {
  width: 70% !important;
}

.w-60 {
  width: 60% !important;
}

.w-50 {
  width: 50% !important;
}

.w-40 {
  width: 40% !important;
}

/* Border Solid Classes */
.border-0 {
  border: none !important;
}

.border-b-gray {
  border-bottom: 1px #979a9e solid;
}

.border-b-pascal-green300 {
  border-bottom: 1px #c2e7c7 solid;
}

.border-t-gray {
  border-top: 1px solid #d4d6d7;
}

.m-right-6 {
  margin-right: 24px;
}

.top-10 {
  top: 40px !important;
}

.top-7-5 {
  top: 30px;
}

.left-2-5 {
  left: 10px !important;
}

.left-25 {
  left: 100px !important;
}

.top-2-5 {
  top: 10px !important;
}

.right-2-5 {
  right: 10px !important;
}

.px-2_5 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-2_5 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px-60px {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.max-width-540 {
  max-width: 540px !important;
}

.max-width-910 {
  max-width: 910px !important;
}

.max-width-1262 {
  max-width: 1260px !important;
}

.max-width-unset {
  max-width: unset !important;
}

.width-max-content {
  width: max-content !important;
}

.z-100 {
  z-index: 100 !important;
}

.offcanvas-itemMenu_activeColor {
  color: #434850 !important;
}

.border-gray-800 {
  border: 1px solid #222831;
}

.border-b-gray-200 {
  border-bottom: 1px solid #d4d6d7 !important;
}

.border-gray-700 {
  border: 1px solid #434850;
}

.border-gray-600 {
  border: 1px solid #62666d;
}

.border-gray-500 {
  border: 1px solid #8a8d92;
}

.border-gray-400 {
  border: 1px solid #979a9e !important;
}

.border-gray-300 {
  border: 1px solid #aeb0b3 !important;
}

.border-gray-250 {
  border: 1px solid #d1d5dc !important;
}

.borderColor-gray-250 {
  border-color: #d1d5dc !important;
}

.bg-greenNeo-100 {
  background-color: #ebfded !important;
}

.border-gray-200 {
  border: 1px solid #d4d6d7 !important;
}

.border-gray-150 {
  border: 1px solid #e9ebeb !important;
}

.border-gray-100 {
  border: 1px solid #edeeee !important;
}

.border-PureWhite {
  border: 1px solid white !important;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-12 {
  border-radius: 12px !important;
}

.rounded-14 {
  border-radius: 14px !important;
}

.rounded-16 {
  border-radius: 16px !important;
}

.rounded-24 {
  border-radius: 24px !important;
}

.rounded-32 {
  border-radius: 32px !important;
}

.rounded-48 {
  border-radius: 48px !important;
}

.rounded-56 {
  border-radius: 56px !important;
}

.rounded-full {
  border-radius: 50% !important;
}

.px-14 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.px-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.px-16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.right-10 {
  right: 40px !important;
}

.top-5 {
  top: 24px !important;
}

.max-width-100vw {
  max-width: 100vw !important;
}

.direction_rtl {
  direction: rtl !important;
}

.direction_ltr {
  direction: ltr !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.text-green-soft {
  color: #d3fbd8 !important;
}

.text-pascal-green-300 {
  color: #c2e7c7 !important;
}

.border-b-gray-700 {
  border-bottom: 1px rgb(212, 214, 215) solid;
}

.border-dash-gray {
  border: 1px #d4d6d7 dashed !important;
}

.text-green-active {
  color: #00c896 !important;
}

.text-rose-blush-100 {
  color: #fcdad8 !important;
}

.text-blue-soft {
  color: #d5d8ef !important;
}

.text-blue-300 {
  color: #2563eb !important;
}

.text-blue-200 {
  color: #5768ff !important;
}

.text-warning-red-100 {
  color: #e70036 !important;
}

.text-warning-red-200 {
  color: #bb002c !important;
}

.text-pending-yellow {
  color: #facc15 !important;
}

.text-lavender-100 {
  color: #f2f3fa !important;
}

.text-lavender-200 {
  color: #b1b6e1 !important;
}

.text-lavender-300 {
  color: #70738e !important;
}

.text-white {
  color: white !important;
}

.text-pure-white {
  color: #f4f9ff !important;
}

.text-soft-creme {
  color: #eeeeee !important;
}

.text-gray-800 {
  color: #222831 !important;
}

/* مناسب برای عنوان‌های اصلی */
.text-gray-700 {
  color: #434850 !important;
}

.text-gray-600 {
  color: #62666d !important;
}

/* مناسب برای متن بدنه */
.text-gray-500 {
  color: #8a8d92 !important;
}

.text-gray-400 {
  color: #979a9e !important;
}

.text-gray-300 {
  color: #aeb0b3 !important;
}

.text-gray-250 {
  color: #d1d5dc !important;
}

.text-gray-200 {
  color: #d4d6d7 !important;
}

.text-gray-150 {
  color: #e9ebeb !important;
}

.text-gray-100 {
  color: #edeeee !important;
}

.text-gray-50 {
  color: #f6f6f8 !important;
}

.text-gray-0 {
  color: #f5f5f7 !important;
}

.rotate-45 {
  transform: rotate(45deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.TextArea {
  background-color: transparent;
  resize: none;
  border-radius: 10px;
  direction: rtl;
}
.TextArea_simple {
  border: 1px #d4d6d7 solid;
  outline: none;
  background-color: #f5f5f7;
  font-size: 14px;
  font-weight: 500;
  color: #222831;
  font-family: PeydaBold, sans-serif;
}

.custom-dropdown {
  width: 16vw;
  max-width: 300px;
  font-family: sans-serif;
  position: relative;
  direction: ltr;
}
.custom-dropdown_dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #979a9e; /* رنگ خط دور */
  border-radius: 12px; /* گردی گوشه‌ها مطابق تصویر */
  cursor: pointer;
  background-color: white;
  transition: 0.3s;
}
.custom-dropdown_dropdown-header:hover {
  border-color: #62666d;
}
.custom-dropdown_dropdown-header .arrow-icon {
  font-size: 12px;
  color: #434850;
  transform: rotate(-90deg);
}
.custom-dropdown_dropdown-header .text-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-dropdown_dropdown-header .text-group .clock-icon {
  font-size: 18px;
  color: #62666d;
}
.custom-dropdown_dropdown-header .text-group .label-text {
  font-size: 14px;
  color: #434850;
  font-family: sans-serif !important;
  font-weight: bold;
}
.custom-dropdown_dropdown-list {
  display: none; /* در ابتدا مخفی باشد */
  position: absolute;
  width: 100%;
  background: white;
  border: 1px solid #aeb0b3;
  border-radius: 8px;
  margin-top: 5px;
  padding: 0;
  list-style: none;
  z-index: 10;
}
.custom-dropdown_dropdown-list > li {
  padding: 10px;
  border-bottom: 1px solid #f5f5f7;
}
.custom-dropdown_dropdown-list > li:hover {
  background-color: #f6f6f8;
}

.show {
  display: block !important;
}

.rotate-arrow {
  transform: rotate(90deg) !important;
}

.Button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  direction: rtl;
  cursor: pointer;
  border: none;
  padding: 17px 16px;
  margin: 0;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "YekanReg", sans-serif;
  text-align: center;
}
.Button_red {
  background-color: #e70036;
  font-size: 14px;
  font-weight: 500;
  color: #f4f9ff;
}
.Button_red:hover {
  background-color: #bb002c;
}
.Button_dark {
  background-color: #222831;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #f4f9ff;
}
.Button_dark:hover {
  background-color: black;
}
.Button_gay700 {
  background-color: #434850;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #f4f9ff;
}
.Button_gay700:hover {
  background-color: #62666d;
}
.Button_Lavender500 {
  background-color: #474A5A;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #f4f9ff;
}
.Button_Lavender500:hover {
  background-color: #70738e;
}
.Button_gray200 {
  background-color: #e9ebeb;
  border: none !important;
  font-size: 14px;
  font-weight: 500;
  color: #222831;
  gap: 7px;
}
.Button_gray200:hover {
  background-color: #d4d6d7;
}
.Button_OutLine_dark, .Button_OutLine_gray {
  padding: 6px 12px;
  border-radius: 16px;
  border: 1px solid;
  font-family: "YekanReg", sans-serif;
}
.Button_OutLine_dark {
  border-color: #222831;
  font-size: 13px;
  font-weight: 400;
  color: #222831;
}
.Button_OutLine_dark:hover {
  cursor: pointer;
  background-color: #222831;
  color: white;
}
.Button_OutLine_gray {
  border-color: rgb(126, 126, 126);
  font-size: 12px;
  font-weight: 400;
  color: rgb(126, 126, 126);
}
.Button_OutLine_gray:hover {
  background-color: #62666d;
  color: white;
}
.Button_white {
  border-radius: 50px;
  background-color: white;
  border: 1px solid white;
  font-family: "YekanMed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #222831;
}
.Button_white:hover {
  border-color: #979a9e;
}
@media (max-width: 670px) {
  .Button_white {
    width: 46px;
    height: 46px;
    padding: 0;
  }
}
.Button_gray600_Pluse {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background-color: #222831;
  cursor: pointer;
  border-radius: 10px;
  font-family: "YekanMed", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #f4f9ff;
}

.Radio_simple {
  accent-color: #2563eb !important;
}

.status-box_circle_success, .status-box_circle_notsuccess, .status-box_circle_waiting {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.status-box_circle_success > [class*=_1], .status-box_circle_notsuccess > [class*=_1], .status-box_circle_waiting > [class*=_1] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.status-box_circle_success > [class*=_2], .status-box_circle_notsuccess > [class*=_2], .status-box_circle_waiting > [class*=_2] {
  margin: 0;
  direction: rtl;
  font-family: "YekanReg", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #222831;
}
@media (max-width: 992px) {
  .status-box_circle_success > [class*=_2], .status-box_circle_notsuccess > [class*=_2], .status-box_circle_waiting > [class*=_2] {
    font-size: 9px;
    font-weight: 400;
    color: #222831;
  }
}
.status-box_circle_success {
  background-color: #c2e7c7;
}
.status-box_circle_success_1 {
  background-color: #00c896;
}
.status-box_circle_notsuccess {
  background-color: #e9ebeb;
}
.status-box_circle_notsuccess_1 {
  background-color: #979a9e;
}
.status-box_circle_waiting {
  background-color: rgb(254, 250, 232);
}
.status-box_circle_waiting_1 {
  background-color: #facc15;
}

.line_divider {
  direction: rtl;
  background-color: rgb(212, 214, 215);
  height: 1px;
}
@media (max-width: 670px) {
  .line_divider {
    font-size: 14px;
    width: 100%;
  }
}

.Input_Info_gray {
  width: 100%;
  direction: rtl;
  padding: 10px 14px;
  border: 1px solid transparent;
  outline: none;
  transition: all 0.3s ease;
  font-family: "YekanMed", sans-serif;
}
.Input_Info_gray::placeholder {
  font-family: "YekanReg", sans-serif;
  font-size: 14px;
}
.Input_Info_gray:focus {
  background-color: white;
  border-color: #d4d6d7;
}
@media (max-width: 680px) {
  .Input_Info_gray {
    height: 58px;
    max-width: 95vw;
  }
}

.Input_Info_gray {
  height: 58px !important;
  background-color: #f5f5f7;
  font-size: 16px;
  font-weight: 500;
  color: #222831;
}
.Input_Info_gray::placeholder {
  font-size: 16px;
}
.Input_Info_gray:focus {
  border-color: #e9ebeb !important;
  background-color: white;
}

.TableCustom {
  width: 100%;
  border-radius: 12px;
  table-layout: fixed;
}
.TableCustom tr:not(:first-child) {
  background-color: white;
  padding: 7px 15px;
}
.TableCustom tr:not(:first-child) > td {
  padding: 8px 8px;
  text-align: center;
  font-family: NumMedium, sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  color: #222831;
  direction: rtl;
}
@media (max-width: 992px) {
  .TableCustom tr:not(:first-child) > td {
    padding: 6px 7px;
  }
}
.TableCustom tr:first-child {
  background-color: #f2f3fa;
  margin: 0;
  border-radius: 10px;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 700;
  color: #222831;
  font-family: YekanBold, sans-serif;
  direction: rtl;
}
.TableCustom tr:first-child > th:first-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.TableCustom tr:first-child > th:last-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.TableCustom tr:first-child > th {
  font-family: NumMedium, sans-serif !important;
  padding: 15px 14px;
  text-align: center;
  background-color: #f2f3fa;
}

/* برای حالت سوییچ دکمه*/
.toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 40px;
  border-radius: 100px;
  background-color: #edeeee !important;
  margin: -20px -40px;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}
.toggle_b {
  display: block;
}
.toggle_check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}
.toggle_check:checked ~ .toggle_track {
  box-shadow: inset 0 0 0 20px #2563eb !important;
}
.toggle_check:checked ~ .toggle_switch {
  right: 22px;
  left: 2px;
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: right, left;
  transition-delay: 0.05s, 0s;
}
.toggle_switch {
  position: absolute;
  right: 2px;
  top: 2px;
  bottom: 2px;
  left: 22px;
  background-color: white;
  border-radius: 36px;
  z-index: 1;
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: right, left;
  transition-delay: 0s, 0.05s;
  box-shadow: 0 1px 2px rgba(100, 0, 0, 0.2);
}
.toggle_track {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: inset 0 0 0 2px rgba(70, 100, 140, 0.05);
  border-radius: 40px;
}

/* برای حالت سوییچ دکمه*/
@font-face {
  font-family: "NumRegular";
  src: url("../fonts/FaNum/YekanBakhFaNum04Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NumMedium";
  src: url("../fonts/FaNum/YekanBakhFaNum05Medium.ttf") format("truetype");
}
@font-face {
  font-family: "NumBold";
  src: url("../fonts/FaNum/YekanBakhFaNum06Bold.ttf") format("truetype");
}
@font-face {
  font-family: "PeydaReg";
  src: url("../fonts/Peyda-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "YekanReg";
  src: url("../fonts/IRANYekanRegular.ttf") format("truetype");
}
@font-face {
  font-family: "YekanMed";
  src: url("../fonts/IRANYekanMedium.ttf") format("truetype");
}
@font-face {
  font-family: "YekanBold";
  src: url("../fonts/IRANYekanBold.ttf") format("truetype");
}
@font-face {
  font-family: "PeydaReg";
  src: url("../fonts/Peyda-Regular.ttf") format("truetype");
}
.b {
  background-color: red;
  width: 11px;
}

@font-face {
  font-family: "PeydaMed";
  src: url("../fonts/Peyda-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "PeydaSemibold";
  src: url("../fonts/Peyda-SemiBold.ttf");
}
@font-face {
  font-family: "PeydaBold";
  src: url("../fonts/Peyda-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "PeydaBold";
  src: url("../fonts/Peyda-Bold.ttf") format("truetype");
}
.font-NumRegular {
  font-family: "NumRegular", sans-serif !important;
}

.font-NumMedium-reg {
  font-family: "NumMedium", sans-serif !important;
}

.font-NumBold-reg {
  font-family: "NumBold", sans-serif !important;
}

/* Peyda Font Family */
.font-peyda-reg {
  font-family: "PeydaReg", sans-serif;
}

.font-peyda-med {
  font-family: "PeydaMed", sans-serif;
}

.font-peyda-bold {
  font-family: "PeydaBold", sans-serif;
}

/* Yekan Font Family */
.font-yekan-reg {
  font-family: "YekanReg", sans-serif;
}

.font-yekan-med {
  font-family: "YekanMed", sans-serif;
}

.font-yekan-bold {
  font-family: "YekanBold", sans-serif;
}

.menu-container ul, .menu-container, .index-serviceContainer, .index-introduction_detailbox, .container-main-body {
  display: flex;
  align-items: center;
}

.index-serviceContainer, .index-introduction_detailbox, .container-main-body {
  flex-direction: column;
}

.menu-container {
  justify-content: space-between;
}

body {
  margin: 0;
  padding: 0;
  direction: rtl;
  font-family: "YekanReg", sans-serif;
  overflow-x: hidden;
  background-color: #f4f4f6;
}

ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.container-main-body {
  gap: 140px;
}
@media screen and (max-width: 991px) {
  .container-main-body {
    width: 100% !important;
    gap: 50px;
  }
}

.container-body {
  position: relative;
  width: 100%;
}
@media (max-width: 680px) {
  .container-body {
    width: 100%;
    padding: 0 0;
    display: flex;
    flex-direction: column;
    justify-content: none;
    align-items: center;
    gap: 0;
  }
}

.menu-container {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translate(-50%, 0);
  gap: 20px;
  width: 914px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 300;
  height: 80px;
  border: 2px solid white;
  border-radius: 50px;
  background-color: rgba(214, 214, 216, 0.4);
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .menu-container {
    background-color: #e7e9e6;
    height: 70px;
    z-index: 2000;
  }
}
.menu-container.active {
  background-color: #f4f4f6;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .menu-container {
    width: calc(100vw - 40px);
  }
}
.menu-container ul {
  margin: 0;
  list-style: none;
  gap: 50px;
  padding-right: 0 !important;
}

.banner-container {
  background-image: url("../../images/newBanner.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw !important;
  height: 100vh;
  display: flex;
  align-items: center;
  margin-top: 0 !important;
}
@media (max-width: 992px) {
  .banner-container {
    height: 80vh;
  }
}
.banner-container .banner-context-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0 80px;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .banner-container .banner-context-box {
    padding: 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .banner-container .banner-context-box {
    gap: 30px;
  }
}
.banner-container .banner-context-box h1 {
  font-size: 66px;
  color: #222831;
  font-family: PeydaBold, sans-serif;
  direction: rtl;
  text-align: right;
  max-width: 770px;
}
@media screen and (max-width: 991px) {
  .banner-container .banner-context-box h1 {
    font-size: 34px;
    max-width: 70%;
    line-height: 60px;
  }
}
@media screen and (max-width: 575px) {
  .banner-container .banner-context-box h1 {
    max-width: 100%;
    font-size: 24px;
    line-height: 40px;
  }
}
.banner-container .banner-context-box h1 > img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 575px) {
  .banner-container .banner-context-box h1 > img {
    width: 30px;
    height: 30px;
  }
}
.banner-container .banner-context-box p {
  text-align: right;
  font-size: 24px;
  font-weight: 500;
  color: #434850;
}
@media screen and (max-width: 575px) {
  .banner-container .banner-context-box p {
    max-width: 100%;
    font-size: 18px;
  }
}

.customHover:hover {
  background-color: rgba(194, 231, 199, 0.2) !important;
}
.customHover:hover span {
  color: #434850;
  z-index: 10;
}

.index-introduction {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  padding: 0 80px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .index-introduction {
    flex-direction: column;
    padding: 0 20px;
  }
}
.index-introduction_titlebox {
  position: sticky;
  top: 150px;
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.index-introduction_titlebox > span {
  font-size: 20px;
  font-weight: 500;
  color: #474a5a;
  font-family: PeydaBold, sans-serif;
  direction: rtl;
}
.index-introduction_titlebox > h2 {
  font-size: 32px;
  font-weight: 600;
  color: #222831;
  font-family: PeydaBold, sans-serif;
  direction: rtl;
  text-decoration: underline;
  text-decoration-color: #c2e7c7;
}
@media screen and (max-width: 991px) {
  .index-introduction_titlebox {
    position: static;
    width: 100%;
    margin-bottom: 50px;
  }
  .index-introduction_titlebox > span {
    font-size: 18px !important;
  }
  .index-introduction_titlebox > h2 {
    font-size: 26px;
  }
}
.index-introduction_detailbox {
  width: 69%;
  gap: 120px;
}
@media screen and (max-width: 991px) {
  .index-introduction_detailbox {
    width: 100%;
    gap: 80px;
  }
}
.index-introduction_detailbox > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  /* Mobile */
}
@media (max-width: 992px) {
  .index-introduction_detailbox > div {
    gap: 25px;
  }
}
.index-introduction_detailbox > div > h3 {
  font-size: 24px;
  color: #222831;
  font-family: PeydaBold, sans-serif;
  direction: rtl;
}
@media screen and (max-width: 991px) {
  .index-introduction_detailbox > div > h3 {
    font-size: 18px;
  }
}
.index-introduction_detailbox > div > p {
  font-size: 18px;
  color: #62666d;
  font-family: YekanReg, sans-serif;
  direction: rtl;
}
@media screen and (max-width: 991px) {
  .index-introduction_detailbox > div > p {
    font-size: 16px;
  }
}
.index-introduction_detailbox > div > img {
  width: 100%;
  height: 388px;
  border-radius: 15px;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .index-introduction_detailbox > div > img {
    height: unset !important;
  }
}

#UploadedFilebox {
  max-height: 180px;
  height: auto;
  width: 100%;
  gap: 12px;
  display: flex;
  flex-direction: column;
}

#UploadedFilebox::-webkit-scrollbar {
  width: 4px;
}

.tools-container {
  width: calc(100% - 160px);
  height: 330px;
  border-radius: 15px;
  direction: ltr;
  background-color: #edeeee;
  border: 1px solid #d4d6d7;
  padding: 44px 35px;
  display: flex;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .tools-container {
    height: 300px;
    width: calc(100% - 40px);
    padding: 25px 20px;
  }
}
@media screen and (max-width: 750px) {
  .tools-container {
    height: 390px;
  }
}
.tools-container .tools-title {
  font-size: 32px;
  font-weight: 600;
  color: #222831;
  font-family: PeydaBold, sans-serif;
}
@media screen and (max-width: 991px) {
  .tools-container .tools-title {
    font-size: 24px;
  }
}
.tools-container .tools-description {
  font-size: 20px;
  color: #434850;
  font-family: YekanReg, sans-serif;
  direction: rtl;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .tools-container .tools-description {
    font-size: 16px;
  }
}
.tools-container .tools-images {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .tools-container .tools-images {
    display: none;
  }
}
.tools-container .tools-mobile-image {
  display: none;
}
@media screen and (max-width: 750px) {
  .tools-container .tools-mobile-image {
    display: block;
    position: relative;
  }
  .tools-container .tools-mobile-image img {
    position: absolute;
    width: 68px;
    height: 68px;
  }
}

.question-container {
  width: calc(100% - 160px);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .question-container {
    width: calc(100% - 40px);
    flex-direction: column-reverse;
  }
}
.question-container .question-container-title h2 {
  font-size: 32px;
  color: #222831;
  font-family: PeydaBold, sans-serif;
  width: 100%;
  direction: rtl;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .question-container .question-container-title h2 {
    font-size: 24px;
  }
}
.question-container .question-box-items {
  width: 70%;
}
@media screen and (max-width: 991px) {
  .question-container .question-box-items {
    width: 100%;
    padding-top: 12px;
  }
}
.question-container .question-box-items .question-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  background-color: #f5f5f7;
  padding: 30px 0;
  font-family: YekanBold, sans-serif;
  font-size: 20px;
  gap: 12px;
  color: #222831;
}
.question-container .question-box-items .question-item img {
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 991px) {
  .question-container .question-box-items .question-item {
    font-size: 16px;
    padding: 16px 0;
  }
  .question-container .question-box-items .question-item > span {
    font-size: 16px !important;
  }
}
.question-container .question-box-items .question-custom-text {
  text-align: right !important;
  padding: 24px 4px !important;
  direction: rtl !important;
  color: #434850;
  font-size: 16px;
  font-family: YekanReg, sans-serif;
}
@media screen and (max-width: 991px) {
  .question-container .question-box-items .question-custom-text {
    font-size: 14px;
  }
}

.index-serviceContainer {
  width: 100%;
}
.index-serviceContainer .experiance-container {
  width: 100%;
  padding: 100px 80px;
  direction: ltr;
  background-color: #f4fef5;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .index-serviceContainer .experiance-container {
    padding: 40px 20px;
  }
}
.index-serviceContainer .experiance-container > div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .index-serviceContainer .experiance-container > div {
    flex-direction: column-reverse;
    align-items: center;
    gap: 60px;
  }
}
.index-serviceContainer .experiance-container .experiance-container-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-evenly;
  align-items: flex-end;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .index-serviceContainer .experiance-container .experiance-container-right {
    width: 100%;
    gap: 33px;
  }
}
.index-serviceContainer .experiance-container .experiance-container-right .experiance-title-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 35px;
  width: 100%;
}
.index-serviceContainer .experiance-container .experiance-container-right .experiance-title-box h2 {
  font-size: 32px;
  color: #222831;
  font-family: PeydaBold, sans-serif;
  direction: rtl;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .index-serviceContainer .experiance-container .experiance-container-right .experiance-title-box h2 {
    font-size: 24px;
  }
}
.index-serviceContainer .experiance-container .experiance-container-right .experiance-title-box p {
  font-size: 20px;
  color: #434850;
  font-family: YekanMed, sans-serif;
  width: 100%;
  direction: rtl;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .index-serviceContainer .experiance-container .experiance-container-right .experiance-title-box p {
    font-size: 16px;
  }
}
.index-serviceContainer .experiance-container img {
  width: 372px;
  object-fit: cover;
  height: 303px;
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .index-serviceContainer .experiance-container img {
    width: 100%;
  }
}
.index-serviceContainer .experiance-container .experiance-image-box {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .index-serviceContainer .experiance-container .experiance-image-box {
    width: 100%;
  }
}
.index-serviceContainer .experiance-container .btn-demo {
  width: max-content;
}
@media screen and (max-width: 991px) {
  .index-serviceContainer .experiance-container .btn-demo {
    width: 100% !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

p.landing-404 {
  direction: rtl;
  padding: 20px 0;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  margin: 0;
}
@media (max-width: 680px) {
  p.landing-404 {
    font-size: 22px;
    font-weight: 500;
    color: #222831;
  }
}

.TermsOfUseContainer {
  padding: 126px 0;
  width: 100%;
}

.TermsOfUseFontText {
  font-size: 16px;
}
@media (max-width: 990px) {
  .TermsOfUseFontText {
    font-size: 14px !important;
  }
}

.body-dashboard-header {
  width: 83%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  align-items: center;
  gap: 8px;
  padding: 20px 20px;
  background-color: #f5f5f7;
  z-index: 3;
  top: 0 !important;
  position: fixed !important;
  border-bottom: 1px solid #d4d6d7;
}
@media (max-width: 992px) {
  .body-dashboard-header {
    display: none;
  }
}
.body-dashboard-header > div {
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: #e9ebeb;
  border-radius: 50%;
}
.body-dashboard-header > div:hover > svg {
  color: #f4f9ff !important;
}
.body-dashboard-header > div:hover {
  background-color: #222831 !important;
}

.body-dashboard-header-icon {
  color: white;
}

.body-dashboard-header div:hover {
  background-color: #434850;
}

.container-dashboard-pages {
  width: 83%;
  height: min-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: end;
  gap: 0;
}
@media (max-width: 992px) {
  .container-dashboard-pages {
    height: 97vh !important;
    width: 100%;
    padding-top: 0 !important;
  }
}
@media (max-width: 680px) {
  .container-dashboard-pages {
    gap: 0 !important;
    padding-top: 0 !important;
    width: 100% !important;
    height: 97vh;
  }
}

.container-body-dashboard {
  padding: 0 0 !important;
  position: relative !important;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: start;
  gap: 0;
}
@media (max-width: 680px) {
  .container-body-dashboard {
    height: 100%;
  }
}

.dashboard-menuSlide-items {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 2.5vh;
  width: 100%;
  position: relative;
}

.dashboard-menuSlide-items > a {
  width: 100%;
  display: block;
  text-align: center;
}

.dashboard-menuSlide-borderActive {
  border-right: 3px #c2e7c7 solid;
  width: 100%;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 0;
}

.dashboard-menuSlide-container {
  height: 97vh;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 75px;
  position: relative !important;
}

div.dash-menuitem-slider {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  padding: 0 24px;
  cursor: pointer;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  div.dash-menuitem-slider {
    padding: 0 6px !important;
  }
}
div.dash-menuitem-slider:hover > svg > path {
  color: #c2e7c7 !important;
}
div.dash-menuitem-slider:hover {
  color: #c2e7c7 !important;
}
div.dash-menuitem-slider > span {
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: #979a9e;
  font-family: "YekanMed", sans-serif;
}
div.dash-menuitem-slider > span:hover {
  color: #c2e7c7 !important;
}

.body-dashboard-menuSlide {
  height: 100vh;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  position: fixed;
  top: 0;
  right: 0;
  width: 17% !important;
  z-index: 5;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 4.4vh;
  background-color: #222831;
}
@media (max-width: 992px) {
  .body-dashboard-menuSlide {
    display: none;
  }
}

.dashboard-menuSlide-item-img-hover {
  color: #c2e7c7 !important;
}

.dashboard-menumobile-item-img-hover {
  color: #434850 !important;
}

.dashboard-menuSlide-item-img {
  color: #aeb0b3;
  width: 14px;
  height: 14px;
  transition: color 0.2s ease;
}
.dashboard-menuSlide-item-img > path:hover {
  color: #c2e7c7 !important;
}
.dashboard-menuSlide-item-img:hover {
  color: #c2e7c7 !important;
}

.blur-menu {
  position: absolute;
  inset: 0;
  border-radius: 286px;
  height: 100%;
  max-width: 750px;
  width: 60vw;
  filter: blur(8px);
}

.btn-menu-start {
  width: 8.75rem;
  height: 3.625rem;
  border-radius: 50px;
  border: 2px white solid;
  font-size: 16px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  background-color: #d3fbd8;
}
@media (max-width: 920px) {
  .btn-menu-start {
    width: 5.8rem;
    height: 2.75rem;
    font-size: 1.4vw;
    font-weight: 500;
    color: #222831;
  }
}

.btn-menu-start:hover {
  background-color: #c2e7c7;
}

.link-menu {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.link-menu:hover {
  color: #62666d;
}

.custom-btn-startTest {
  border-radius: 50px !important;
  font-size: 18px;
  font-weight: 700;
  color: #434850;
  font-family: YekanBold, sans-serif;
  width: 198px;
  height: 48px;
}
@media (max-width: 680px) {
  .custom-btn-startTest {
    border-radius: 50px !important;
    width: 172px;
    height: 44px;
  }
}

.aiButton {
  position: fixed;
  right: 26px;
  width: 60px;
  height: 60px;
  bottom: 26px;
  z-index: 800;
  /* Mobile */
}
@media (max-width: 992px) {
  .aiButton {
    width: 90px;
    height: 90px;
  }
}

.card-container > * {
  direction: ltr;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
  grid-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-bottom: 8px;
  width: 100%;
  direction: rtl;
}
@media (max-width: 680px) {
  .card-container {
    display: none;
  }
}
.card-container > div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  gap: 1.5vw;
}

.cart-item-imageBack {
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 20px;
  perspective: 500px;
  width: 292px;
  height: 400px;
  overflow: hidden;
}

.cart-items, .cart-items2 {
  position: relative;
  perspective: 500px;
  width: 100%;
  background-position: center !important;
  background-size: cover !important;
  height: 400px;
}

.cart-item-content2 {
  position: absolute;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: none;
  gap: 0;
  transition: transform 1s;
  transform-style: preserve-3d;
}

.cart-item-content-moble {
  position: absolute;
  border-radius: 20px;
  background: linear-gradient(180deg, #222831 0%, #62666d 100%);
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: none;
  gap: 0;
  transition: transform 1s;
  transform-style: preserve-3d;
}

.cart-item-content {
  position: absolute;
  border-radius: 20px;
  background: linear-gradient(180deg, #222831 0%, #62666d 100%);
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: none;
  gap: 0;
  transition: transform 1s;
  transform-style: preserve-3d;
}

.back-cart-textbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: none;
  align-items: center;
  gap: 23px;
  padding: 0 26px;
}
.back-cart-textbox h3 {
  font-size: 18px;
  font-weight: 600;
  color: #f5f5f7;
  text-align: right;
  direction: rtl;
}
.back-cart-textbox p {
  font-size: 18px;
  font-weight: 600;
  color: #d4d6d7;
  text-align: right;
  direction: rtl;
}

.addrotate {
  transform: rotateY(180deg);
  transition: transform 1s;
}

.cart-header-Items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 35px;
  padding: 24px 1vw;
  width: 100%;
  height: 110px;
}
@media (max-width: 680px) {
  .cart-header-Items {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
    gap: 1.5vw;
    padding: 24px 2.7vw;
  }
}

.cart-header-Items p {
  font-size: 26px;
  font-weight: 500;
  color: #f5f5f7;
  font-family: PeydaBold, sans-serif;
  direction: rtl;
  z-index: 2;
  text-overflow: ellipsis;
  text-align: right;
}
@media (max-width: 680px) {
  .cart-header-Items p {
    font-size: 30px;
    font-weight: 500;
    color: #f5f5f7;
    direction: rtl;
    width: 222px;
  }
}

.cart-header-Items img {
  width: 40px;
  height: 40px;
  z-index: 2;
}
@media (max-width: 680px) {
  .cart-header-Items img {
    width: 44px;
    height: 44px;
  }
}

.pricePlan-container {
  width: 100%;
  max-width: 1404px;
}
@media (max-width: 680px) {
  .pricePlan-container {
    display: flex;
    flex-direction: column;
    justify-content: none;
    align-items: center;
    gap: 28px;
  }
}
.pricePlan-container {
  display: flex;
  flex-direction: column;
  justify-content: none;
  align-items: center;
  gap: 29px;
}

.pricePlan-container h2 {
  width: 100%;
  direction: rtl;
  font-size: 32px;
  font-weight: 600;
  color: #222831;
  font-family: PeydaBold, sans-serif;
}

.pricePlan-Items {
  width: 100%;
  border-radius: 20px;
  display: grid;
  direction: rtl;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  grid-gap: 16px;
}

.pricePlan-Items > * {
  direction: ltr;
}

.pricePlan-Item-box section h3 {
  width: 100%;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  color: #222831;
  font-family: PeydaBold, sans-serif;
}

.pricePlan-Item-box section p {
  font-size: 14px;
  font-weight: 400;
  color: #434850;
  font-family: YekanReg, sans-serif;
}

.price-box {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: none;
}

.price-box-p {
  font-size: 14px;
  font-weight: 400;
  color: #222831;
  font-family: YekanReg, sans-serif;
}

.price-box-p2 {
  font-size: 20px;
  font-weight: 700;
  color: #222831;
  direction: rtl;
  text-align: center;
  font-family: YekanBold, sans-serif;
}

.price-container-title-box {
  height: 181px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: none;
  gap: 10px;
}

.price-box-btn {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #f4f9ff;
  font-family: YekanMed, sans-serif;
  background-color: #222831;
  padding: 8px 0;
  color: white;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 680px) {
  .price-box-btn {
    font-size: 18px;
    font-weight: 500;
    color: #f4f9ff;
    padding: 14px 0;
  }
}

.pricePlan-Item-box {
  width: 397px;
  height: 472px;
  border-radius: 20px;
  border: 2px solid #d4d6d7;
  background-color: white;
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  justify-content: none;
  align-items: center;
  gap: 10px;
}
@media (max-width: 992px) {
  .pricePlan-Item-box {
    display: flex;
    flex-direction: column;
    justify-content: none;
    align-items: center;
    gap: 40px;
    width: 100%;
    height: 550px;
  }
}
@media (max-width: 680px) {
  .pricePlan-Item-box {
    width: 350px !important;
  }
}

.switch-btn-container {
  width: 186px;
  height: 34px;
  cursor: pointer;
  background-color: #edeeee;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0;
}

.switch-btn-container div {
  width: 93px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #979a9e;
  font-family: YekanMed, sans-serif;
  border-radius: 10px;
}

.active-switch {
  background-color: white;
  height: 100%;
  border: 1px gainsboro solid;
  color: black !important;
  font-family: YekanMed, sans-serif;
}

.tools-image {
  position: absolute;
  top: 0;
  width: 117px;
  height: 117px;
}
@media (max-width: 990px) {
  .tools-image {
    width: 98px;
    height: 98px;
  }
}

.icon-cercle {
  width: 8px;
  height: 8px;
  margin-top: 12px;
  border-radius: 50%;
  background-color: #434850;
}

.experiance-order-text {
  font-size: 20px;
  font-weight: 300;
  color: #434850;
  font-family: YekanMed, sans-serif;
  direction: rtl;
  text-align: right;
}
@media (max-width: 680px) {
  .experiance-order-text {
    font-size: 16px;
    font-weight: 400;
    color: #434850;
  }
}

.experiance-order-box {
  display: flex;
  flex-direction: column;
  justify-content: none;
  align-items: right;
  gap: 4px;
  width: 100%;
}

.footer-container {
  width: 100%;
  height: 265px;
  padding-top: 30px;
  padding-right: 5.5556vw;
  padding-left: 5.5556vw;
}
@media (max-width: 680px) {
  .footer-container {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    height: 467px;
    width: 100vw;
  }
}
.footer-container {
  background-color: rgb(24, 28, 35);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

.menu-offcanvas {
  height: 80% !important;
  transition: transform 0.4s ease-in-out;
}

.footer-items-box {
  width: 100%;
  background-color: #222831;
  border-radius: 20px;
  color: white;
  padding: 20px 2.22vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
}
@media (max-width: 680px) {
  .footer-items-box {
    background-color: transparent !important;
    gap: 24px !important;
  }
}

.line-footer {
  width: 100%;
  background-color: white;
  height: 2px;
}

.footer-menu-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  width: 100%;
}
@media (max-width: 680px) {
  .footer-menu-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 30px;
  }
}

.footer-menu-text {
  font-size: 15px;
  font-weight: 400;
  color: #d4d6d7;
  font-family: YekanMed, sans-serif;
}
@media (max-width: 680px) {
  .footer-menu-text {
    font-size: 16px;
    font-weight: 400;
    color: #d4d6d7;
  }
}

.footer-item-support-text {
  font-size: 14px;
  font-weight: 400;
  color: #d4d6d7;
  font-family: YekanMed, sans-serif;
  text-decoration-line: none;
}
@media (max-width: 680px) {
  .footer-item-support-text {
    font-size: 16px;
    font-weight: 400;
    color: #d4d6d7;
  }
}

.favorite-plane {
  background-color: #d5d8ef;
  width: 64px;
  height: 16px;
  border-radius: 8px;
  text-align: center;
  font-size: 10px;
  font-weight: 100;
  color: #434850;
}
@media (max-width: 680px) {
  .favorite-plane {
    font-family: YekanReg, sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #434850;
    width: 72px !important;
    height: 18px !important;
  }
}

.unitOfMoney {
  font-size: 8px;
  font-weight: 100;
  color: #62666d;
  font-family: YekanReg, sans-serif;
  margin-right: 4px;
  margin-left: 4px;
}

.meeting-text {
  font-size: 10px;
  font-weight: 100;
  color: #222831;
  font-family: YekanBold, sans-serif;
  direction: rtl;
}

.hover-cart-item {
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 20px;
  transform: rotateY(60deg);
  width: 100%;
  background-color: #62666d;
  z-index: 5;
}

.license-text {
  font-size: 10px;
  font-weight: 400;
  color: #979a9e;
  font-family: YekanReg, sans-serif;
  direction: rtl;
  text-align: center;
  width: 100% !important;
  padding-top: 10px !important;
}
@media (max-width: 680px) {
  .license-text {
    font-size: 10px;
    font-weight: 400;
    color: #979a9e;
    font-family: YekanReg, sans-serif;
    direction: rtl;
  }
}

.modal-callMe-container {
  padding-right: 40px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-bwteen;
  align-items: center;
  gap: 3.3vw;
}
@media (max-width: 992px) {
  .modal-callMe-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    align-items: center;
    gap: 3.3vw;
    width: 100% !important;
  }
}
@media (max-width: 680px) {
  .modal-callMe-container {
    padding-right: 0;
    width: 100% !important;
    height: auto !important;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    align-items: center;
    gap: 3.3vw;
  }
}

.modal-callMe-image-box {
  width: 441px;
  height: 79vh;
  max-height: 568px;
  background-image: url("../icon/callmeicon.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  gap: 3.3vw;
}
@media (max-width: 680px) {
  .modal-callMe-image-box {
    width: 100% !important;
    height: 430px !important;
  }
}
@media (max-width: 922px) {
  .modal-callMe-image-box {
    width: 386px;
    height: 400px;
    max-height: 768px;
  }
}
.modal-callMe-image-box section p {
  font-size: 14px;
  font-weight: 500;
  color: #222831;
  font-family: PeydaMed, sans-serif;
}
.modal-callMe-image-box section h3 {
  font-size: 20px;
  font-weight: 700;
  color: #222831;
  font-family: PeydaBold, sans-serif;
}

.modal-callMe-send {
  max-width: 145px;
  width: 10vw;
  max-height: 45px;
  height: 6.7976vh;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media (max-width: 680px) {
  .modal-callMe-send {
    width: 145px;
    height: 50px;
  }
}
.modal-callMe-send {
  text-align: center;
}

.modal-callMe-inputinfo-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 100% !important;
}
@media (max-width: 992px) {
  .modal-callMe-inputinfo-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    direction: rtl;
    width: 100% !important;
  }
}

.modal-callMe-text-box {
  max-width: 730px;
  width: 50.69vw;
  padding-bottom: 34px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 36px;
}
@media (max-width: 680px) {
  .modal-callMe-text-box {
    width: 100% !important;
  }
}

.modal-callMe-titles {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 8px;
  max-width: 464px;
  padding-bottom: 18px;
}
.modal-callMe-titles > h2 {
  font-size: 20px;
  font-weight: 700;
  color: #222831;
  font-family: PeydaBold, sans-serif;
  direction: rtl;
}
.modal-callMe-titles > p {
  font-size: 16px;
  font-weight: 500;
  color: #434850;
  font-family: YekanReg, sans-serif;
  direction: rtl;
}
@media (max-width: 680px) {
  .modal-callMe-titles {
    width: 100% !important;
  }
  .modal-callMe-titles > h2 {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 0;
  }
  .modal-callMe-titles > p {
    width: 100% !important;
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}

.modal-callMe-inputinfo {
  display: flex;
  flex-direction: column;
  justify-content: none;
  align-items: start;
  gap: 10px;
  max-width: 340px;
  width: 23.61vw;
  margin-top: 20px;
}
.modal-callMe-inputinfo > label {
  font-size: 16px;
  font-weight: 500;
  color: #222831;
  font-family: YekanReg, sans-serif;
  direction: rtl;
}
@media (max-width: 920px) {
  .modal-callMe-inputinfo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 10px;
    max-width: 100%;
    width: 100%;
  }
  .modal-callMe-inputinfo > h3 {
    font-size: 16px;
    font-weight: 500;
    color: #222831;
    font-family: YekanReg, sans-serif;
    direction: rtl;
  }
  .modal-callMe-inputinfo > input {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 680px) {
  .modal-callMe-inputinfo > input {
    width: 100% !important;
    height: 50px !important;
  }
}

.modal-indexDescribe {
  max-width: 700px;
  width: 100%;
  max-height: 190px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 4px;
}
.modal-indexDescribe > textarea {
  height: 120px;
}
.modal-indexDescribe > label {
  font-size: 16px;
  font-weight: 500;
  color: #222831;
  font-family: YekanReg, sans-serif;
  direction: rtl;
}

.modal-callMe-inputinfo-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2vh;
  width: 100% !important;
  direction: rtl;
}

.singUp-menu-container {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0;
  padding: 36px 0;
  width: 100%;
  border-bottom: 1px solid #aeb0b3;
}
@media (max-width: 680px) {
  .singUp-menu-container {
    display: none;
  }
}

.singUp-form-container {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 40px;
}
@media (max-width: 680px) {
  .singUp-form-container {
    width: 100%;
    padding: 0 0 !important;
  }
  .singUp-form-container > section {
    width: 100% !important;
  }
}
.singUp-form-container > section > div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
  gap: 0;
}
.singUp-form-container > section > div > h2 {
  font-size: 32px;
  font-weight: 500;
  color: #222831;
  font-family: PeydaBold, sans-serif;
}
.singUp-form-container > section > div p {
  font-size: 16px;
  font-weight: 500;
  color: #979a9e;
  font-family: PeydaBold, sans-serif;
}
.singUp-form-container > section > div p span {
  font-size: 14px;
  font-weight: 500;
  color: #979a9e;
}

.bold-number {
  color: #222831;
  font-weight: 700;
  padding: 0 2px;
  font-size: 16px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
}

.singUp-form-goToLogin {
  direction: rtl;
  font-size: 16px;
  font-weight: 500;
  color: #62666d;
  font-family: YekanMed, sans-serif;
}
.singUp-form-goToLogin > a {
  font-size: 16px;
  font-weight: 700;
  color: #222831;
  font-family: YekanBold, sans-serif;
  padding: 0 2px;
}

.singUp-form-items {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
  gap: 35px;
  width: 100%;
}
.singUp-form-items > div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
}
.singUp-form-items > div > label {
  font-size: 16px;
  font-weight: 500;
  color: #434850;
  font-family: YekanMed, sans-serif;
}

.login-custom-Style {
  padding: 0 100px;
  min-height: 100vh;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 680px) {
  .login-custom-Style {
    padding: 0 40px;
  }
}

input::placeholder {
  color: #979a9e;
}

.toggleShow {
  width: 22px;
  height: 22px;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
}

.singUp-form-acceptRoles {
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  align-items: center;
  gap: 13px;
  padding-top: 81px;
}
@media (max-width: 680px) {
  .singUp-form-acceptRoles > span {
    font-size: 16px;
    font-weight: 500;
    color: #222831;
  }
}
.singUp-form-acceptRoles > span {
  direction: rtl;
  font-size: 18px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
}
.singUp-form-acceptRoles > input {
  width: 19px;
  height: 19px;
  accent-color: #222831;
}

.notifyspg-item {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px #d4d6d7 solid;
  text-align: right;
  margin: 0 0 !important;
  direction: rtl;
  font-size: 14px;
  font-weight: 400;
  color: #222831;
  font-family: YekanReg, sans-serif;
}

.notifyspg-container-items {
  width: 100%;
  border-radius: 20px;
  padding: 5px 21px;
  background-color: #f5f5f7;
}
@media (max-width: 680px) {
  .notifyspg-container-items {
    padding: 0 20px !important;
  }
}

.termOfUser-Padding {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .termOfUser-Padding {
    padding: 0 12px;
  }
}

.notifyspg-item:last-child {
  border-bottom: none;
}

.nav-tabs {
  border-bottom: none;
}

.notifyspg-container {
  width: 100%;
  min-height: 85vh;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 28px;
}
@media (max-width: 680px) {
  .notifyspg-container {
    padding: 24px 16px !important;
  }
}
.notifyspg-container > h2 {
  font-size: 24px;
  font-weight: 600;
  color: #222831;
  font-family: PeydaBold, sans-serif;
  width: 100%;
  text-align: right;
}

.roundedActive {
  transform: rotate(180reg);
}

.singUp-form-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
  width: 100%;
  padding: 18px;
  height: 28px;
}
@media (max-width: 680px) {
  .singUp-form-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 13px;
    width: 100% !important;
    height: 84px;
    padding-bottom: 150px !important;
  }
}
.singUp-form-footer > div {
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: start;
}
@media (max-width: 680px) {
  .singUp-form-footer > div {
    width: 100% !important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 7px;
  }
}
.singUp-form-footer > div > span {
  font-size: 12px;
  font-weight: 500;
  color: #434850;
  font-family: YekanMed, sans-serif;
}
.singUp-form-footer > div > p {
  margin: 0 0;
  width: 2px;
  height: 20px;
  background-color: #979a9e;
}

.question-item .icon::after {
  content: "+"; /* حالت بسته */
  font-size: 20px;
}

.question-item[aria-expanded=true] .icon::after {
  content: "-"; /* وقتی باز شد */
  font-size: 22px !important;
}

.singUpOtp-textCode {
  font-size: 20px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  direction: rtl;
  padding-top: 40px;
  padding-bottom: 27px;
}

.singUpOtp-timerCode {
  width: 100% !important;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 13px;
}
.singUpOtp-timerCode > p {
  font-size: 16px;
  font-weight: 500;
  color: #62666d;
  font-family: YekanMed, sans-serif;
}

.singUpOtp-btnSend {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
  width: 100%;
  height: 50px;
}
@media (max-width: 680px) {
  .singUpOtp-btnSend {
    width: 100% !important;
  }
}

.toggleShowInput-Box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 530px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
  position: relative;
}

.hamburger-menu-itemsbox {
  display: none;
}
@media (max-width: 680px) {
  .hamburger-menu-itemsbox {
    display: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
  }
  .hamburger-menu-itemsbox > a {
    font-size: 18px;
    font-weight: 700;
    color: #f4f9ff;
    list-style: none;
    font-family: PeydaBold, sans-serif;
    text-decoration: none;
  }
}

p.loginOtp-form-changeMobile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  font-size: 15px;
  font-weight: 400;
  color: #434850;
  font-family: YekanReg, sans-serif;
  margin: 0;
}
p.loginOtp-form-changeMobile:hover {
  color: #2563eb;
  cursor: pointer;
}
@media (max-width: 680px) {
  p.loginOtp-form-changeMobile {
    font-size: 14px !important;
  }
}

section.loginOtp-form-timeCodeBox {
  width: 98%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
section.loginOtp-form-timeCodeBox > span {
  font-size: 16px;
  font-weight: 500;
  color: #434850;
  font-family: YekanMed, sans-serif;
  margin: 0;
}
section.loginOtp-form-timeCodeBox > p {
  font-size: 16px;
  font-weight: 500;
  color: #bb002c;
  font-family: YekanMed, sans-serif;
  margin: 0;
}

p.login-form-enterCode {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #62666d;
  font-family: YekanReg, sans-serif;
}
p.login-form-enterCode:hover {
  color: #434850;
  cursor: pointer;
}

.login-form-container {
  width: 100% !important;
  max-width: 1440px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 30px;
}
@media (max-width: 680px) {
  .login-form-container {
    width: 100% !important;
  }
  .login-form-container > section {
    width: 100% !important;
  }
}
.login-form-container > section {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 30px;
}

p.loginOtp-form-description {
  direction: rtl;
  font-size: 16px;
  font-weight: 400;
  color: #434850;
  font-family: YekanReg, sans-serif;
  padding: 24px 0;
  margin-top: 16px;
  width: 100%;
}
p.loginOtp-form-description > span {
  font-size: 16px;
  font-weight: 400;
  color: #222831;
  font-family: YekanBold, sans-serif;
  margin: 0 4px;
}

div.loginOtp-form-backBtn {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
div.loginOtp-form-backBtn > span {
  font-size: 16px;
  font-weight: 400;
  color: #70738e;
  font-family: YekanReg, sans-serif;
}

.rolesPg-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 30px;
  margin-top: 129px;
  padding: 29px 0;
}
@media (max-width: 680px) {
  .rolesPg-container {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #222831;
  }
}
.rolesPg-container > div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 6px;
}
.rolesPg-container > div > h1 {
  font-size: 32px;
  font-weight: 800;
  color: #222831;
  font-family: PeydaBold, sans-serif;
}
.rolesPg-container > div > span {
  font-size: 20px;
  font-weight: 700;
  color: #8a8d92;
  font-family: PeydaBold, sans-serif;
}
.rolesPg-container > p {
  font-size: 18px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  text-align: right;
  direction: rtl;
}

.rolesPg-box-items {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
  gap: 6px;
  width: 100%;
}
.rolesPg-box-items > div h2 {
  font-size: 20px;
  font-weight: 800;
  color: #222831;
  font-family: PeydaBold, sans-serif;
}

.roles-detail-item {
  font-size: 16px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  text-align: right;
  direction: rtl;
}

.rolepg-container-items {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
  gap: 60px;
}

.circle-style-roles {
  width: 8px;
  border-radius: 50%;
  height: 8px;
  background-color: black;
}
@media (max-width: 680px) {
  .circle-style-roles {
    width: 8px;
    border-radius: 50%;
    height: 6px !important;
    background-color: black;
  }
}

.rolesP-items-title {
  margin: 0 0 !important;
}
@media (max-width: 680px) {
  .rolesP-items-title {
    margin: 0 0;
  }
}

.login-form-container-title {
  font-size: 24px;
  font-weight: 700;
  color: #222831;
  font-family: PeydaBold, sans-serif;
  text-align: right;
  width: 100%;
}
@media (max-width: 680px) {
  .login-form-container-title {
    margin-top: 44px;
  }
}

.sing-menu-containerMobile {
  display: none;
}
@media (max-width: 680px) {
  .sing-menu-containerMobile {
    display: block;
    width: 100% !important;
    padding-top: 23px;
    text-align: right;
  }
  .sing-menu-containerMobile > img {
    width: 118px;
    height: 42px;
  }
}

.successModal-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 32px;
  width: 100%;
  margin-top: 4px;
}
.successModal-container > img {
  width: 160px;
  height: 120px;
  object-fit: cover;
}
.successModal-container > p {
  font-size: 24px;
  font-weight: 600;
  color: #f4f9ff;
  font-family: PeydaBold, sans-serif;
  direction: rtl;
}

.dashboard-container-mobileSlider {
  display: none;
}
@media (max-width: 992px) {
  .dashboard-container-mobileSlider {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background-color: #222831;
    width: 100%;
    padding: 25px 23px;
    z-index: 200;
    position: sticky !important;
    top: 0;
  }
  .dashboard-container-mobileSlider > div {
    width: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
    gap: 30px;
  }
}

.dashboard-alart-menuBox {
  position: fixed;
  top: 65px;
  left: 90px;
  z-index: 400 !important;
  border-radius: 10px;
  width: 69vw;
  padding-bottom: 6px;
  border: 1px #d4d6d7 solid;
  max-width: 275px;
  background-color: white;
  height: auto;
  display: none;
}
@media (max-width: 680px) {
  .dashboard-alart-menuBox {
    position: fixed;
    top: 65px;
    left: 110px;
    border-radius: 10px;
    width: 69vw;
    max-width: 275px;
    background-color: white !important;
    height: auto;
    z-index: 400 !important;
    display: none;
  }
}

.dashboard-profile-title {
  width: 100%;
  padding: 14px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 0;
}
.dashboard-profile-title > h2 {
  font-size: 12px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  background-color: #c2e7c7;
  padding: 2px 6px;
  border-radius: 14px;
}
.dashboard-profile-title > p {
  margin: 0;
  padding: 10px 0;
  height: 28px;
  font-size: 16px;
  font-weight: 600;
  color: #222831;
  font-family: YekanMed, sans-serif;
}
@media (max-width: 680px) {
  .dashboard-profile-title > h2 {
    font-size: 12px;
    font-weight: 500;
    color: #222831;
    font-family: YekanMed, sans-serif;
  }
  .dashboard-profile-title > p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #222831;
    font-family: YekanMed, sans-serif;
  }
}

.dashboard-profile-menuBox {
  position: fixed;
  top: 68px;
  left: 45px;
  width: 212px;
  height: 133px;
  border-radius: 8px;
  background-color: #e9ebeb;
  display: none;
  z-index: 300;
}
@media (max-width: 680px) {
  .dashboard-profile-menuBox {
    top: 60px;
    border-radius: 8px;
    display: none;
  }
}

.dashboard-bottom-menuMobile {
  display: none;
}
@media (max-width: 992px) {
  .dashboard-bottom-menuMobile {
    width: 100%;
    padding: 19px 0;
    position: fixed;
    bottom: 0;
    z-index: 200;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}

.notify-dashboard {
  background-color: #b1b6e1;
  width: 100%;
  margin-top: 75px;
  padding-top: 10px;
  position: fixed !important;
  top: 5px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 5vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
@media (max-width: 680px) {
  .notify-dashboard {
    margin-top: 1px !important;
    padding: 10px 16px !important;
    top: 75px;
  }
}
.notify-dashboard > span {
  font-family: PeydaBold, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #222831;
}
.notify-dashboard > div span {
  padding-left: 6px;
  font-family: PeydaBold, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #222831;
}

.dashboard-dasPage-TitleBox {
  width: 100%;
  max-width: 2040px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 680px) {
  .dashboard-dasPage-TitleBox {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.dashboard-dasPage-TitleBox > h2 {
  font-size: 24px;
  font-weight: 700;
  color: #222831;
}

.dashboard-dashpg-titleItems {
  width: 100% !important;
  justify-content: space-around;
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 25vw)) !important;
  gap: 10px;
}

.dashboard-dashpg-titleItem {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  border-radius: 12px;
  border: 1px #d4d6d7 solid;
  padding: 8px 7px;
}
.dashboard-dashpg-titleItem > div {
  max-width: 75px;
  width: 75px;
  height: 75px;
  border-radius: 12px;
  background-color: #f5f5f7;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.dashboard-dashpg-titleItem > p {
  margin: 0 !important;
  font-size: 18px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
}
@media (max-width: 680px) {
  .dashboard-dashpg-titleItem {
    width: inherit !important;
    grid-template-columns: 1fr !important;
    justify-content: stretch;
    gap: 20px;
  }
}
@media (max-width: 920px) {
  .dashboard-dashpg-titleItem {
    display: grid;
    grid-template-columns: repeat(1, minmax(346px, 1fr)) !important;
    justify-content: space-around;
    gap: 20px;
  }
  .dashboard-dashpg-titleItem > div {
    width: 75px !important;
  }
  .dashboard-dashpg-titleItem > p {
    margin: 0 !important;
    font-size: 18px !important;
  }
}

.dashboard-create-ChatBot-border {
  border: 5px white solid;
}

.dashboard-create-ChatBot {
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: 236px;
  height: 55px;
}
.dashboard-create-ChatBot:hover > div {
  border: 5px white solid;
}
.dashboard-create-ChatBot > div {
  background-color: #222831;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.dashboard-create-ChatBot > span {
  font-size: 16px;
  font-family: YekanBold, sans-serif;
  font-weight: 700;
}

.dashboard-createdBot-box {
  width: 100%;
  min-height: 160px;
  display: grid;
  direction: rtl;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media (max-width: 992px) {
  .dashboard-createdBot-box {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .dashboard-createdBot-box {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}

.dashboard-createdBot-item-menu {
  position: absolute;
  width: 134px;
  top: 30px;
  border-radius: 4px;
  border: 1px #d4d6d7 solid;
  left: 40px;
  cursor: pointer;
  background-color: white;
  display: none;
  gap: 0 !important;
  justify-content: start !important;
  transition: 0.3s;
}
.dashboard-createdBot-item-menu div,
.dashboard-createdBot-item-menu a {
  width: 100%;
  cursor: pointer;
  padding: 9px 12px;
  border-radius: 1px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.dashboard-createdBot-item-menu div:hover,
.dashboard-createdBot-item-menu a:hover {
  transition: 0.3s;
  background-color: #edeeee;
}
.dashboard-createdBot-item-menu div > span,
.dashboard-createdBot-item-menu a > span {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  margin: 0;
}
.dashboard-createdBot-item-menu a {
  text-decoration: none;
}

section.dashboard-botItemtitle {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 7px;
  width: 100%;
}
section.dashboard-botItemtitle > h2 {
  font-size: 18px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  margin: 0;
}

.modal-backdrop.show {
  background-color: #7E7E7E !important;
  opacity: 0.1 !important;
}

.modal.show {
  background-color: rgba(100, 100, 100, 0.6) !important;
}

.dashboard-createdBot-item {
  padding: 16px 18px;
  height: 96px;
  border-radius: 10px;
  position: relative !important;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  background-color: white;
  border: 1px #d4d6d7 solid;
  transition: 0.3s;
}
.dashboard-createdBot-item:hover {
  background-color: #f5f5f7;
  transition: 0.3s;
}
@media (max-width: 680px) {
  .dashboard-createdBot-item {
    width: 100%;
  }
}
.dashboard-createdBot-item > div {
  direction: rtl;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 12px;
}
.dashboard-createdBot-item > div > p {
  font-size: 16px;
  font-weight: 500;
  color: #434850;
  font-family: YekanMed, sans-serif;
  margin: 0;
}

.dashboard-createdBot-threeDots {
  width: 28px;
  height: 28px;
  background-color: #e9ebeb;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dashboard-createdBot-threeDots:hover {
  background-color: #edeeee;
}

.dashboard-createdBot-Newitem {
  padding: 16px 18px;
  border-radius: 24px;
  height: 90px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 12px;
  border: 1px #d4d6d7 solid;
}
@media (max-width: 680px) {
  .dashboard-createdBot-Newitem {
    width: 100%;
    height: 95px;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
  }
}
.dashboard-createdBot-Newitem > span {
  font-size: 16px;
  font-weight: 700;
  color: #222831;
  font-family: YekanBold, sans-serif;
}

.dashboard-dots-active {
  height: 88px !important;
  z-index: 10;
}

.dashboard-profile-imagebox {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  padding: 40px 0;
}
@media (max-width: 680px) {
  .dashboard-profile-imagebox {
    margin: 0 0 !important;
    padding: 20px 16px !important;
  }
}
.dashboard-profile-imagebox > span {
  font-size: 18px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
}

.dashboard-profile-mainImage {
  position: relative;
  width: 99px;
  height: 99px;
  display: block !important;
}
.dashboard-profile-mainImage > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dashboard-profile-mainImage > section {
  width: 25px;
  height: 25px;
  background-image: url("../icon/edite.svg");
  padding: 3px;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  left: 2px;
  border: 1px #434850 solid;
  background-repeat: no-repeat;
  background-color: white;
  background-position: center center;
}

.dashboard-profile-inputbox {
  width: 100%;
  padding: 16px 0;
  text-align: right;
  padding-bottom: 60px;
  direction: rtl;
  height: unset;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 28px;
}
.dashboard-profile-inputbox > section {
  width: 65%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 30px;
}
@media (max-width: 680px) {
  .dashboard-profile-inputbox {
    padding: 0 16px !important;
    height: 74vh;
  }
  .dashboard-profile-inputbox > section {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 25px;
  }
}
@media (max-width: 992px) {
  .dashboard-profile-inputbox > section {
    width: 100% !important;
    gap: 10px !important;
  }
}

.profile-inputcontainer {
  width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 5px;
  /* Mobile */
}
@media (max-width: 767px) {
  .profile-inputcontainer {
    width: 100% !important;
  }
}
.profile-inputcontainer {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .profile-inputcontainer {
    padding: 0 18px;
    width: 100% !important;
  }
}
.profile-inputcontainer > label {
  font-size: 16px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
}

.mobile-profile-input {
  width: 100%;
  max-width: 540px;
  position: relative;
}
@media (max-width: 680px) {
  .mobile-profile-input {
    max-width: 95vw;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 56px;
  }
}
.mobile-profile-input > svg {
  position: absolute;
  top: 20px;
  right: 25px;
  visibility: hidden;
  z-index: 4;
}

.dashboard-profile-changees {
  background-color: #0dcaf0;
  width: 70%;
  direction: rtl;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 28px;
}

.changeCart-profile {
  max-width: 340px;
  width: 100%;
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  border: 1px #d4d6d7 solid;
  border-radius: 12px;
  cursor: pointer;
  /* Mobile */
}
@media (max-width: 767px) {
  .changeCart-profile {
    width: 100% !important;
    max-width: unset !important;
  }
}
.changeCart-profile {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .changeCart-profile {
    width: 100% !important;
    max-width: unset !important;
  }
}
.changeCart-profile:hover {
  background-color: #edeeee;
}
.changeCart-profile > span {
  font-size: 16px;
  font-weight: 500;
  color: #222831;
  font-family: YekanBold, sans-serif;
}

.profile-DeleteContainer {
  width: 713px;
  padding: 28px 21px;
  border: 1px #d4d6d7 solid;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
@media (max-width: 680px) {
  .profile-DeleteContainer {
    width: 100% !important;
  }
}
.profile-DeleteContainer > h3 {
  font-size: 16px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
}
.profile-DeleteContainer > p {
  font-size: 14px;
  font-weight: 500;
  color: #434850;
  font-family: YekanMed, sans-serif;
}
.profile-DeleteContainer > span {
  font-size: 14px;
  font-weight: 500;
  color: #e70036;
  font-family: YekanMed, sans-serif;
  text-decoration-line: underline;
  cursor: pointer;
}
.profile-DeleteContainer > span:hover {
  color: #bb002c !important;
}

.box_404 {
  height: 90vh !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.Error_Box {
  position: fixed;
  bottom: -100px; /* اول مخفی پایین */
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  min-width: 280px;
  width: 28%;
  padding: 12px 0;
  border-radius: 10px;
  border: 1px solid #e70036;
  background-color: #fcdad8;
  color: #bb002c;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 5;
}
@media (max-width: 680px) {
  .Error_Box {
    bottom: -120px; /* برای موبایل هم خارج صفحه */
  }
}

/* وقتی نمایش داده میشه */
.Error_Box.show {
  bottom: 24px; /* جای اصلی خودت */
  opacity: 1;
}
@media (max-width: 680px) {
  .Error_Box.show {
    bottom: 80px; /* همون مقدار قبلیت */
  }
}

/* وقتی میخوای محوش کنی */
.Error_Box.hide {
  opacity: 0;
  bottom: -100px;
}

.modal-690 {
  max-width: 690px;
}

.modal-740 {
  max-width: 740px;
}

.modal-450 {
  max-width: 450px;
}

.modal-860 {
  max-width: 860px;
}

.modal-titleBodyBox {
  padding: 0 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
  direction: rtl;
}
@media (max-width: 680px) {
  .modal-titleBodyBox {
    padding: 0 !important;
  }
}
.modal-titleBodyBox > ul {
  padding: 0 0 !important;
  padding-right: 16px !important;
}
.modal-titleBodyBox > h2 {
  font-size: 18px;
  font-weight: 700;
  color: #222831;
  font-family: YekanBold, sans-serif;
}
.modal-titleBodyBox > p {
  font-size: 16px;
  font-weight: 500;
  color: #434850;
  font-family: YekanMed, sans-serif;
}

.dashboard-profile-goSetting {
  font-size: 15px;
  font-weight: 600;
  color: #434850;
  font-family: YekanReg, sans-serif;
  padding: 14px 0 !important;
  cursor: pointer;
  margin: 0 0 !important;
  text-decoration-line: none !important;
}
@media (max-width: 680px) {
  .dashboard-profile-goSetting {
    font-size: 15px;
    font-weight: 600;
    color: #434850;
    font-family: YekanReg, sans-serif;
    padding: 0 0 !important;
    margin: 0 0 !important;
  }
}

.dashboard-profile-goSetting:hover {
  color: #70738e;
}

.modal-titleBox {
  width: 100%;
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 680px) {
  .modal-titleBox {
    align-items: flex-start !important;
  }
}
.modal-titleBox > h2 {
  font-size: 20px;
  font-weight: 700;
  color: #222831;
  font-family: PeydaBold, sans-serif;
}
.modal-titleBox > p {
  direction: rtl;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
}

.modelCustomBody {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.9vh;
}
@media (max-width: 680px) {
  .modelCustomBody {
    padding: 18px 26px !important;
  }
}

.forgetModalPadding {
  width: 100%;
  padding-right: 4rem;
  padding-left: 4rem;
}
@media (max-width: 990px) {
  .forgetModalPadding {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.modal-confrim-titleBodyBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  gap: 5px;
}
@media (max-width: 680px) {
  .modal-confrim-titleBodyBox {
    padding: 0 !important;
  }
}
.modal-confrim-titleBodyBox > label {
  font-size: 16px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  width: 100%;
  text-align: right;
  background-color: white;
}

.modal-change-titleBodyBox {
  width: 100%;
  padding: 0 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  gap: 28px;
}
@media (max-width: 680px) {
  .modal-change-titleBodyBox {
    padding: 0 !important;
  }
}
.modal-change-titleBodyBox > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 7px;
}
.modal-change-titleBodyBox > div > label {
  font-size: 16px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  width: 100%;
  text-align: right;
  background-color: white;
}

.time-picker {
  max-width: 282px;
  width: 100%;
  border-radius: 10px;
}
.time-picker input {
  width: 100%;
  padding: 10px;
  border: 1px #62666d solid !important;
}

.outline-none {
  outline: none !important;
}

.time-dropdown {
  position: absolute;
  border: 1px solid #ccc;
  padding: 10px;
  max-width: 281px;
  width: 33%;
  display: flex;
  border-radius: 10px;
  background-color: #edeeee;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.time-dropdown .hour,
.time-dropdown .minute {
  width: 45%;
  max-height: 70px !important;
}
.time-dropdown .hour option,
.time-dropdown .minute option {
  background-color: #f6f6f8;
  font-size: 10px !important;
  padding: 2px 0 !important;
  text-align: center;
}

/* فقط برای Chrome / Edge / Safari */
.minute::-webkit-scrollbar {
  width: 2px; /* 👈 این اندازه اسکرول بار */
}

.minute::-webkit-scrollbar-track {
  background: transparent;
}

.minute::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 10px;
}

.minute::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.d-none {
  display: none;
}

.toast-success {
  direction: rtl;
  margin: 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #f4f9ff;
  font-family: YekanMed, sans-serif;
}

.changePassBtn {
  padding: 12px 58px !important;
  font-size: 16px;
  font-weight: 500;
  color: #f4f9ff;
  font-family: YekanMed, sans-serif;
}
@media (max-width: 992px) {
  .changePassBtn {
    width: 100% !important;
    height: 50px;
  }
}

.continueBtn {
  width: 140px !important;
  height: 58px !important;
  font-size: 16px;
  font-weight: 500;
  color: #f4f9ff;
  font-family: YekanMed, sans-serif;
}
@media (max-width: 680px) {
  .continueBtn {
    width: 100% !important;
  }
}

.dashboard-profile-menuBox-show {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
  gap: 8px;
  z-index: 400;
}
@media (max-width: 680px) {
  .dashboard-profile-menuBox-show {
    display: flex !important;
    flex-direction: column !important;
    justify-content: start !important;
    align-items: end !important;
    gap: 8px !important;
    z-index: 400;
  }
}

.dashboard-alart-titlebox {
  background-color: #d4d6d7;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 16px 16px;
}
@media (max-width: 680px) {
  .dashboard-alart-titlebox {
    background-color: #d4d6d7;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 16px 16px;
  }
}
.dashboard-alart-titlebox > p {
  font-size: 14px;
  font-weight: 700;
  color: #222831;
  font-family: YekanBold, sans-serif;
  padding: 0 0 !important;
  margin: 0 0 !important;
}
.dashboard-alart-titlebox > div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.dashboard-alart-titlebox > div > a {
  font-size: 12px;
  font-weight: 700;
  color: #62666d;
  font-family: YekanBold, sans-serif;
  text-decoration-line: none;
}

.dashboard-alart-titlebody {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
  gap: 0;
  direction: rtl;
  background-color: white !important;
  padding: 0 16px;
  border-radius: 10px;
}
@media (max-width: 680px) {
  .dashboard-alart-titlebody {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    gap: 0;
    direction: rtl;
    background-color: white;
    padding: 0 16px;
    border-radius: 10px;
  }
  .dashboard-alart-titlebody > p {
    font-size: 12px;
    font-weight: 500;
    color: #222831;
    font-family: YekanMed, sans-serif;
    padding: 10px 0;
    width: 100% !important;
    border-bottom: 1px #d4d6d7 solid;
    margin: 0 0 !important;
  }
  .dashboard-alart-titlebody > p:last-child {
    border-bottom: none;
  }
}
.dashboard-alart-titlebody > p {
  font-size: 12px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px #d4d6d7 solid;
  margin: 0 0 !important;
}
.dashboard-alart-titlebody > p:last-child {
  border-bottom: none;
}

.convorsation-mainBody {
  width: 100%;
  direction: rtl;
  position: relative;
  padding: 0 75px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 0;
}

.conv-customTabMenu .nav-link,
.conv-customTabMenu .nav-link:focus,
.conv-customTabMenu .nav-link:focus-visible,
.conv-customTabMenu .nav-link:active {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  transition: none !important;
}

.conv-customTabMenu .nav-link:hover {
  background-color: #e9ebeb !important;
  transition: none !important;
  border-radius: 8px !important;
}

.conv-customTabMenu.nav-tabs {
  border-bottom: none !important;
}

.convorsation-menuItem {
  border-left: 1px solid #d4d6d7;
  border-bottom: 1px solid #d4d6d7;
  background-color: white;
  height: 81vh;
  overflow: hidden;
  width: 390px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.convorsation-massageContainer {
  max-width: 830px;
  width: 50vw;
  padding: 16px 1.5vw;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 1vh;
  height: 81vh;
}

.conversation-tap {
  width: 100%;
}

.convorsation-chatmenu {
  padding: 15px 16px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.convorsation-chatmenu > div {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: #f5f5f7;
  border-radius: 12px;
}
.convorsation-chatmenu > div:hover {
  background-color: #d4d6d7;
}
.convorsation-chatmenu > section {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  background-color: white;
  height: 40px;
  width: 220px;
  border: 1px #8a8d92 solid;
  border-radius: 10px;
  padding: 0 8px;
}
.convorsation-chatmenu > section > input {
  border: none;
  width: 100%;
  direction: rtl;
  font-size: 12px;
  font-weight: 500;
  color: #434850;
  font-family: YekanMed, sans-serif;
  outline: none;
}

.nav-link.active {
  background-color: #f6f6f8 !important;
  border-radius: 35px;
  border: none !important;
  width: 70px !important;
  display: inline-flex !important;
}
.nav-link.active > span {
  background-color: gray !important;
  color: #222831 !important;
  padding: 5.5px 7px !important;
  font-size: 12px;
  font-weight: 500;
  color: #434850;
  font-family: YekanMed, sans-serif;
  border-radius: 50% !important;
}
.nav-link.active > p {
  color: #222831 !important;
}

.nav-link2 {
  width: 70px !important;
  height: 28px !important;
  color: #979a9e !important;
  transition: all 0.3s ease;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px;
  font-size: 12px;
  font-weight: 500;
  color: #434850;
  font-family: YekanMed, sans-serif;
}
.nav-link2 > span {
  background-color: #edeeee !important;
  color: #62666d !important;
  padding: 5.5px 7px !important;
  border-radius: 50% !important;
}
.nav-link2 > p {
  margin: 0 0 !important;
  font-size: 12px;
  font-weight: 500;
  color: #434850;
  font-family: YekanMed, sans-serif;
}

.conv-customTabMenu {
  display: flex !important;
  padding: 0 16px;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center;
}

.convorsation-listUser {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #d4d6d7;
  overflow-y: auto;
  height: 715px;
}

.convorsation-itemUser {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 20px 16px;
}
.convorsation-itemUser:hover {
  background-color: #f5f5f7 !important;
}

.conversation-itemUser-title-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: space-between;
  gap: 0;
}
.conversation-itemUser-title-box > h3 {
  font-size: 14px;
  font-weight: 700;
  color: #222831;
  font-family: YekanBold, sans-serif;
  margin: 0 0;
}
.conversation-itemUser-title-box > p {
  margin: 0 0;
  font-size: 10px;
  font-weight: 500;
  color: #434850;
  font-family: YekanMed, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 184px;
}
.conversation-itemUser-title-box > div {
  border-radius: 8px;
  padding: 3px 5px;
  height: 18px !important;
  background-color: #edeeee;
  font-size: 10px;
  font-weight: 700;
  color: #8a8d92;
  font-family: YekanMed, sans-serif;
}
.conversation-itemUser-title-box > span {
  font-size: 10px;
  font-weight: 70;
  color: #62666d;
  font-family: YekanReg, sans-serif;
}

.conversation-titleBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.conversation-titleBox > h2 {
  font-size: 12px;
  font-weight: 400;
  color: #434850;
  font-family: YekanReg, sans-serif;
}
.conversation-titleBox > h3 {
  font-size: 14px;
  font-weight: 600;
  color: #222831;
  font-family: YekanMed, sans-serif;
}
.conversation-titleBox > span {
  background-color: #edeeee;
  color: #62666d;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #62666d;
  font-family: YekanReg, sans-serif;
}
.conversation-titleBox > p {
  margin: 0 0;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  font-family: PeydaBold, sans-serif;
}

.chatBox-historyMassage {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
  height: 69vh;
  position: relative !important;
  border-radius: 16px;
  background-color: white;
}

.chatBox-historyBody {
  width: 100%;
  height: 50vh;
  padding: 10px 20px;
  display: flex;
  position: relative !important;
  overflow: auto;
  border-radius: 14px;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 15px;
}

.date-chatbox {
  position: relative;
  width: 100%;
  padding: 4px 1px;
}
.date-chatbox > p {
  height: 1px;
  background-color: #e9ebeb;
  width: 100%;
  margin: 0 0;
}
.date-chatbox > span {
  position: absolute;
  left: 45%;
  top: -2px;
  padding: 0 4px;
  font-size: 10px;
  font-weight: 500;
  color: #8a8d92;
  font-family: YekanMed, sans-serif;
  background-color: white;
  width: 120px;
  text-align: center;
}

.chat-message {
  width: 100%;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 8px;
}
.chat-message > img {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}
.chat-message > div > span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #62666d;
  font-family: YekanReg, sans-serif;
}
.chat-message > div > p {
  max-width: 253px;
  max-height: 60px;
  background-color: #d4d6d7;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 9px 15px;
  direction: rtl;
  font-size: 12px;
  font-weight: 400;
  color: #222831;
  font-family: YekanReg, sans-serif;
  margin: 0 0;
}

.userChat-message {
  width: 100%;
  padding: 10px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  align-items: center;
  gap: 8px;
}
.userChat-message > img {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}
.userChat-message > div > span {
  display: block;
  text-align: left;
  font-size: 10px;
  font-weight: 400;
  color: #62666d;
  font-family: YekanReg, sans-serif;
}
.userChat-message > div > p {
  max-width: 253px;
  max-height: 60px;
  background-color: #eeeeee;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 9px 15px;
  direction: rtl;
  font-size: 12px;
  font-weight: 400;
  color: #222831;
  font-family: YekanReg, sans-serif;
  margin: 0 0;
}

.chatUser-reaction {
  width: 100%;
  padding: 10px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  align-items: start;
  gap: 8px;
}
.chatUser-reaction > img {
  width: 40px;
  height: 40px;
}
.chatUser-reaction > div {
  display: flex;
  flex-direction: column;
  align-items: end;
  min-width: 251px;
  min-height: 102px;
}
.chatUser-reaction > div > span {
  padding: 4px 10px;
  width: 100%;
  text-align: right;
  font-size: 10px;
  font-weight: 700;
  color: #434850;
  background-color: #e9ebeb;
  font-family: YekanBold, sans-serif;
}
.chatUser-reaction > div > section {
  padding: 10px 11px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  color: #434850;
  font-family: YekanMed, sans-serif;
}
.chatUser-reaction > div > section > p {
  margin: 0 0;
  width: 100%;
  text-align: right;
}
.chatUser-reaction > div > section > span {
  padding: 4px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  border: 1px solid #e9ebeb;
  border-radius: 8px;
}
.chatUser-reaction > div > section > span > img {
  width: 11px;
  height: 11px;
}
.chatUser-reaction > div > section > span > p {
  margin: 0 0;
  font-size: 12px;
  font-weight: 700;
  color: #00c896;
  font-family: YekanMed, sans-serif;
}

.detail-chatContainer {
  width: 320px;
  height: 81vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 95px 16px;
  gap: 2vh;
}

.user-detail-cart {
  width: 100%;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #d4d6d7;
}
.user-detail-cart > div > div {
  width: 100%;
  padding: 8px 15px;
}
.user-detail-cart > div > div > p {
  width: 100%;
  font-size: 10px;
  font-weight: 400;
  color: #62666d;
  font-family: YekanMed, sans-serif;
  margin: 0 0;
}
.user-detail-cart > div > div > span {
  font-size: 12px;
  font-weight: 700;
  color: #222831;
  font-family: YekanMed, sans-serif;
}

.user-detail-cart-title {
  padding: 7px 16px;
  background-color: #e9ebeb;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.user-detail-cart-title > p {
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  color: #434850;
  font-family: YekanMed, sans-serif;
  margin: 0 0;
}

.user-detail-cart-operator-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.user-detail-cart-operator-right > input {
  accent-color: blue;
  width: 16px;
  height: 16px;
}
.user-detail-cart-operator-right > img {
  width: 35px;
  height: 35px;
}
.user-detail-cart-operator-right > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.user-detail-cart-operator-right > div > p {
  margin: 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #222831;
  font-family: YekanReg, sans-serif;
}
.user-detail-cart-operator-right > div > span {
  font-size: 12px;
  font-weight: 400;
  color: #62666d;
  font-family: YekanReg, sans-serif;
  border-radius: 8px;
  padding: 3px 5px;
  background-color: #edeeee;
  font-size: 10px;
  font-weight: 700;
  color: #8a8d92;
}

.user-detail-cart-operator {
  width: 100%;
  border-radius: 10px;
}
.user-detail-cart-operator > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 10px 14px;
  justify-content: space-between;
  align-items: center;
  position: relative !important;
  border-radius: 10px;
}
.user-detail-cart-operator > div > svg {
  width: 24px;
  color: #222831;
  height: 24px;
}
.user-detail-cart-operator > div > svg:hover {
  color: blue !important;
}

.conv-offCanvas-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  gap: 30px;
}

.offcanvas-bodyConvFilter {
  width: 100%;
  padding: 37px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.filter-itemsBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: start;
}
.filter-itemsBox > h4 {
  font-size: 14px;
  font-weight: 400;
  color: #222831;
  font-family: YekanReg, sans-serif;
}

.dropdown-toggle {
  position: relative;
  padding-left: 3rem; /* فضا برای فلش */
  padding-right: 1rem;
}

.dropdown-toggle::after {
  position: absolute;
  left: 1rem; /* فلش سمت چپ */
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
}

.custom-Dropdown {
  border-radius: 10px;
  height: 33px;
  text-align: left;
}

.footer-offcanvas {
  width: 100%;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 17px 23px;
}
.footer-offcanvas > button {
  height: 28px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  border-radius: 40px !important;
  font-family: YekanReg, sans-serif;
}

.Operator-menu-container-active {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between;
  align-items: start !important;
  gap: 5px;
}

.Operator-menu-container {
  position: absolute;
  top: 43px;
  left: 20px;
  width: 145px;
  height: 115px;
  border-radius: 8px;
  padding: 8px 10px;
  background-color: white;
  display: none;
  z-index: 300;
  cursor: pointer;
  box-shadow: 0 1px 2px 3px #edeeee;
}
.Operator-menu-container > h3 {
  font-size: 12px;
  font-weight: 400;
  color: #62666d;
  font-family: YekanReg, sans-serif;
  width: 100%;
}
.Operator-menu-container > p {
  font-size: 14px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  margin: 0 0;
}
.Operator-menu-container > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-top: 1px #d4d6d7 solid;
  padding: 4px 0;
  width: 100%;
}
.Operator-menu-container > div > p {
  margin: 0 0 !important;
  font-size: 14px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  width: 100%;
}

.operator-modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #222831;
  font-family: YekanMed, sans-serif;
  margin: 0 0;
  width: 100%;
  text-align: right;
  direction: rtl;
}

.cartOperator-items {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f7;
  padding: 12px 14px;
}
.cartOperator-items > span {
  font-size: 12px;
  font-weight: 400;
  color: #62666d;
  font-family: YekanReg, sans-serif;
  padding: 0 9px;
  background-color: #d4d6d7;
  border-radius: 11px;
}
.cartOperator-items > section {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.cartOperator-items > section > div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.cartOperator-items > section > div > h3 {
  font-size: 16px;
  font-weight: 400;
  color: #222831;
  font-family: YekanReg, sans-serif;
  margin: 0 0;
}

.operator-modal-body {
  width: 100%;
  overflow: scroll;
  height: 362px;
  padding: 18px 0;
}

.team-container-title {
  padding: 18px 19px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
}

.team-container-title-flag {
  font-size: 12px;
  font-weight: 400;
  color: #434850;
  font-family: YekanReg, sans-serif;
  direction: rtl;
  text-align: right;
  width: auto;
}

.teamedit-backLink {
  font-size: 16px;
  font-weight: 700;
  color: #2563eb;
  font-family: PeydaBold, sans-serif;
}

.team-container-titlebox {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  direction: rtl;
  text-align: right;
  max-width: 778px;
}
.team-container-titlebox > h2 {
  font-size: 24px;
  font-weight: 600;
  color: #222831;
  font-family: PeydaBold, sans-serif;
  direction: rtl;
  text-align: right;
}
.team-container-titlebox > p {
  font-size: 16px;
  font-weight: 400;
  color: #434850;
  font-family: YekanReg, sans-serif;
  direction: rtl;
  text-align: right;
}

.team-container-btn {
  width: 138px;
  height: 38px;
  background-color: #222831;
  color: #f4f9ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #f4f9ff;
  font-family: YekanMed, sans-serif;
  cursor: pointer;
}

.team-Table-Container {
  width: 778px;
  background-color: transparent !important;
  border-radius: 10px !important;
  border-collapse: separate;
  border-spacing: 0 12px;
}
.team-Table-Container > tbody {
  border-radius: 10px !important;
}
.team-Table-Container > tbody > tr {
  width: 100%;
  border-radius: 10px !important;
  padding: 15px 0 !important;
}
.team-Table-Container > tbody > tr > tr {
  padding: 15px 0 !important;
}
.team-Table-Container > tbody > tr > th {
  width: 130px !important;
  padding: 8px 15px !important;
  font-size: 12px;
  font-weight: 700;
  color: #62666d;
  font-family: YekanMed, sans-serif;
}

.teamEdite-title-Box {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  font-family: PeydaBold, sans-serif;
}

.teamEdite-description-Box {
  font-size: 16px;
  font-weight: 700;
  color: #434850;
  font-family: YekanReg, sans-serif;
}

.teamEdite-Btn-Box {
  width: 138px;
  height: 37px;
  font-size: 14px;
  font-weight: 500;
  color: #f4f9ff;
  font-family: YekanMed, sans-serif;
}

.text-tableEdite {
  font-size: 14px;
  font-weight: 400;
  color: #222831;
  font-family: YekanReg, sans-serif;
  margin: 0 0 !important;
}

.status-tableEdite {
  width: 100%;
  height: 24px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  margin-top: 5px;
}

.chat-box-input-historyBody {
  width: 100%;
  height: 86px;
  padding: 13px 20px;
  bottom: 0;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}
.chat-box-input-historyBody > div {
  padding: 4px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}
.chat-box-input-historyBody > div > input {
  width: 90%;
  font-size: 14px;
  font-weight: 400;
  color: #62666d;
  font-family: YekanReg, sans-serif;
  border: none;
  outline: none;
  background-color: transparent;
}

.mirophone-iconBox {
  width: 47px;
  height: 47px;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  background-color: #e9ebeb;
  border-radius: 50%;
}

h1.dash-chatbot-title {
  font-size: 24px;
  font-weight: 600;
  color: #222831;
  font-family: PeydaBold, sans-serif;
  width: 100%;
  text-align: right;
  padding-top: 50px;
}

section.dash-chatbot-title-box {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 30px;
  padding-right: 80px;
  width: 100%;
}

table.dash-chatbot-table {
  width: 100%;
  table-layout: fixed;
}

th.dash-chatbot-th {
  padding: 8px 17px;
  font-size: 16px;
  font-weight: 700;
  color: #62666d;
  font-family: YekanBold, sans-serif;
}

td.dash-chatbot-td {
  border-radius: 24px;
  padding: 8px 20px;
  background-color: white;
  font-size: 14px;
  font-weight: 400;
  color: #222831;
  font-family: YekanReg, sans-serif;
}

tr.dash-chatbot-tr {
  border-radius: 24px;
  padding: 8px 17px;
  background-color: #f2f3fa;
}

p.dash-chatbot-noItem {
  font-size: 16px;
  font-weight: 700;
  color: #62666d;
  font-family: YekanBold, sans-serif;
  padding-right: 17px;
}

span.dash-chatbot-status3 {
  width: 10px;
  height: 10px;
  background-color: #979a9e;
  border-radius: 50%;
}

span.dash-chatbot-status1 {
  width: 10px;
  height: 10px;
  background-color: #facc15;
  border-radius: 50%;
}

span.dash-chatbot-status2 {
  width: 10px;
  height: 10px;
  background-color: #00c896;
  border-radius: 50%;
}

p.dash-chatbot-statustext1 {
  font-size: 8px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  margin: 0;
}

.dash-chatbot-EditeTrash {
  color: #434850;
}
.dash-chatbot-EditeTrash:hover {
  color: #222831;
}

.dash-chatbot-icontrash {
  color: #434850;
}
.dash-chatbot-icontrash:hover {
  color: #bb002c;
}

section.dashboard_chatDetail_Menu {
  width: 350px;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 32px;
  right: 0;
  top: 78px;
  z-index: 4;
  height: 87vh;
  background-color: #222831;
  padding-right: 50px;
  padding-left: 15px;
  padding-top: 23px;
}
section.dashboard_chatDetail_Menu > h1 {
  font-size: 24px;
  font-weight: 600;
  color: white;
  font-family: PeydaBold, sans-serif;
  direction: rtl;
}
section.dashboard_chatDetail_Menu > ol {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #aeb0b3;
  font-family: YekanMed, sans-serif;
  direction: rtl;
}
section.dashboard_chatDetail_Menu > ol > li {
  width: 100%;
  padding: 4px 10px;
  border-radius: 10px;
}
section.dashboard_chatDetail_Menu > ol > li:hover {
  cursor: pointer;
  background-color: #434850;
  color: #f4f9ff;
}

section.dash-chatdetail-brotcurom {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 500;
  color: #8a8d92;
  font-family: YekanMed, sans-serif;
  direction: rtl;
  width: 100%;
  padding-top: 16px;
}

div.dash-chatdetail-body {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 40px;
  width: 100%;
  padding-right: 400px;
  direction: rtl;
}

section.dash-chatdetail-rolse {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
  direction: rtl;
}
section.dash-chatdetail-rolse > div > div > span {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #222831;
  font-family: YekanReg, sans-serif;
}
section.dash-chatdetail-rolse > div > h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #222831;
  font-family: YekanMed, sans-serif;
}
section.dash-chatdetail-rolse > div > p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #434850;
  font-family: YekanReg, sans-serif;
}

section.dash-chatdetail-inputName {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  direction: rtl;
  max-width: 540px;
}
section.dash-chatdetail-inputName > div > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
}

section.dash-chatdetail-statusBox {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 9px;
  width: 100%;
  direction: rtl;
}
section.dash-chatdetail-statusBox > p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #222831;
  font-family: YekanMed, sans-serif;
}

section.dash-chatdetail-titleBox {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 9px;
  width: 100%;
}
section.dash-chatdetail-titleBox > h2 {
  font-size: 20px;
  font-weight: 700;
  color: #222831;
  font-family: YekanBold, sans-serif;
  direction: rtl;
}
section.dash-chatdetail-titleBox > p {
  font-size: 16px;
  font-weight: 400;
  color: #434850;
  font-family: YekanReg, sans-serif;
  direction: rtl;
}

div.login-EnterWithPassword {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
div.login-EnterWithPassword > span {
  font-size: 16px;
  font-weight: 400;
  color: #62666d;
  font-family: YekanReg, sans-serif;
  direction: rtl;
  cursor: pointer;
}
div.login-EnterWithPassword > span:hover {
  color: #434850;
}

section.login-circleColor {
  position: absolute;
  background: radial-gradient(circle at center, rgba(211, 251, 216, 0.4) 0%, rgba(211, 251, 216, 0) 70%), transparent;
  width: 1068px;
  height: 1068px;
  top: -900px;
  border-radius: 50%;
}
@media (max-width: 920px) {
  section.login-circleColor {
    width: 776px !important;
    height: 1069px !important;
  }
}
@media (max-width: 680px) {
  section.login-circleColor {
    width: 360px !important;
    top: -190px !important;
    height: 535px !important;
  }
}

section.chatbot-sideBot {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 15px;
  background-color: #222831;
}

section.chatBot-modalContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  padding: 0 17px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: rgba(34, 40, 49, 0.36);
}
@media (max-width: 680px) {
  section.chatBot-modalContainer {
    border-radius: 0;
  }
}

div.chatBot-modalbox {
  max-width: 335px;
  width: 90.5vw;
  height: 62.8059vh;
  max-height: 385px;
  background-color: #f4f9ff;
  padding: 18px 22px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
div.chatBot-modalbox > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 4px;
}
div.chatBot-modalbox > div > section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  width: 100%;
}
div.chatBot-modalbox > div > p {
  font-size: 14px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  direction: rtl;
}

section.chatBot-TitlecContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 0;
  border-radius: 10px;
  border: 1px #e9ebeb solid;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
}

.chatBot-titleItems {
  padding: 20px 15px;
  width: 100%;
  background-color: #f5f5f7;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.chatBot-titleItems_right {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 16px;
}
.chatBot-titleItems_right > div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
  gap: 0;
}
.chatBot-titleItems_right > div > h2 {
  font-size: 24px;
  font-weight: 600;
  color: #222831;
  font-family: PeydaBold, sans-serif;
  direction: rtl;
  margin: 0;
}
@media (max-width: 992px) {
  .chatBot-titleItems_right > div > h2 {
    font-size: 20px !important;
  }
}
.chatBot-titleItems_right > div > section {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  gap: 7px;
}
.chatBot-titleItems_right > div > section > p {
  font-size: 14px;
  font-weight: 500;
  color: #8a8d92;
  font-family: PeydaMed, sans-serif;
  direction: rtl;
  margin: 0;
}
.chatBot-titleItems_right > div > section > span {
  padding: 2px 12px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #00c896;
  background-color: #c2e7c7;
  font-family: PeydaMed, sans-serif;
  direction: rtl;
}
.chatBot-titleItems_left {
  padding: 2px;
  border-radius: 5px;
  border: 1px #d4d6d7 solid;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 4px;
}
.chatBot-titleItems_left > p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #8a8d92;
  font-family: PeydaMed, sans-serif;
  direction: rtl;
}
.chatBot-titleItems_left > span {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #434850;
  font-family: PeydaMed, sans-serif;
  direction: rtl;
}
@media (max-width: 680px) {
  .chatBot-titleItems {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 6px;
  }
  .chatBot-titleItems_right {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 16px;
  }
}

.dropdownCustom {
  display: none !important;
}
@media (max-width: 992px) {
  .dropdownCustom {
    display: flex !important;
  }
}

.dropdown-toggle:after {
  display: none;
}

.dropdownToggle {
  border: none;
  height: 56px !important;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
}

.dropdownItem {
  width: 100%;
  direction: rtl;
  background-color: white;
  height: 56px !important;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.dropdownItem > svg {
  visibility: hidden;
}
.dropdownItem {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
}

div.chatBot-menuBox {
  width: 100%;
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 3px;
}
@media (max-width: 992px) {
  div.chatBot-menuBox {
    display: none;
  }
}
div.chatBot-menuBox > p {
  font-size: 12px;
  font-weight: 500;
  color: #979a9e;
  font-family: YekanReg, sans-serif;
  direction: rtl;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 992px) {
  div.chatBot-menuBox > p {
    font-size: 9px;
    font-weight: 400;
    color: #979a9e;
  }
}

.nav-linkCustom {
  position: relative;
  padding-bottom: 18px;
  color: #8a8d92;
}

.nav-linkCustom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 120%;
  height: 2px;
  background: black;
  padding-right: 2px;
  padding-left: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.nav-link.active {
  background-color: transparent !important;
  width: fit-content !important;
  color: black;
}

.nav-link.active::after {
  transform: scaleX(1) !important;
  width: 100% !important;
}

.modalAddTeam {
  direction: rtl;
}
@media (max-width: 680px) {
  .modalAddTeam_Title {
    padding: 0 4px !important;
  }
}
@media (max-width: 992px) {
  .modalAddTeam_Title {
    padding: 0 4px !important;
  }
}
.modalAddTeam_Title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 20px;
}
.modalAddTeam_Title > h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #222831;
  font-family: PeydaBold, sans-serif;
}

.chatbot-setUpContainer_ChangeButton {
  width: 100% !important;
  display: flex;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 5px;
  padding-top: 12px;
  direction: rtl;
}

.chatbot-setUpContainer_ChangeColorButtons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.radio-card {
  display: block;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 6px 6px;
  border: 1px solid #d4d6d7;
  border-radius: 50%;
  cursor: pointer;
}

.input-error {
  border: 1px solid red !important;
}

.radio-card input[type=radio] {
  display: none;
  color: white !important;
}

.custom-check {
  background-color: rgb(67, 72, 80);
  position: absolute;
  width: 15px;
  height: 15px;
  text-align: center;
  top: 0;
  right: 0;
  display: none;
  border-radius: 50%;
  transform: translatex(4px) translateY(-4px);
  font-size: 9px;
  font-weight: 600;
  color: white !important;
}

@media (max-width: 680px) {
  .TableCustom {
    min-width: 800px;
  }
}
.TableCustom th,
.TableCustom td {
  white-space: nowrap;
}
.TableCustom_img {
  width: 35px;
  height: 35px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .TableCustom_img {
    width: 27px;
    height: 27px;
  }
}
.TableCustom_name {
  font-size: 14px;
  font-weight: 400;
  color: #222831;
  font-family: YekanReg, sans-serif;
  direction: rtl;
  padding: 0 4px;
  margin: 0;
}
.TableCustom_trash {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 4px;
  outline: none;
  border: none;
  background-color: #f2f3fa;
}

.span_content {
  font-size: 16px;
  font-weight: 600;
  font-family: YekanReg, sans-serif;
}

.nav_KnowlageBox input[type=radio]:checked + .span_content::before {
  position: absolute;
  inset: 0;
  content: "";
  border: 2px black solid;
  border-radius: 12px;
}

.Text_containerModal, .image_containerModal, .File_containerModal {
  display: none;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
}

.image_containerModal {
  display: flex;
}

.itemImage {
  max-width: 220px;
  width: 100%;
}
@media (max-width: 992px) {
  .itemImage {
    width: 100% !important;
    max-width: 400px;
  }
}

.itemsOfStatistics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 540px;
  width: 100%;
}
.itemsOfStatistics > div {
  padding: 12px;
  background-color: #f2f3fa;
  border-radius: 10px;
  border: 1px #CCD0EB solid;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
}
.itemsOfStatistics > div > p {
  font-size: 12px;
  font-weight: 500;
  color: #222831;
}
.itemsOfStatistics > div > span {
  font-size: 18px;
  font-weight: 500;
  font-family: "NumMedium", sans-serif;
  color: #222831;
}

.chatbot-setUpContainer {
  padding: 22px 24px;
  width: 100%;
  margin-top: 20px;
  border: 1px #d4d6d7 solid;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 30px;
}
.chatbot-setUpContainer_ApiTitleBox {
  max-width: 540px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 18px;
}
.chatbot-setUpContainer_KnowlageBaseActiveBox {
  max-width: 540px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 18px;
}
.chatbot-setUpContainer_KnowlageBaseTitleBox {
  max-width: 540px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 14px;
}
.chatbot-setUpContainer_DirectionConvStarter {
  max-width: 540px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 14px;
}
.chatbot-setUpContainer_DirectionConvStarter_quickReply {
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background-color: #f2f3fa;
}
.chatbot-setUpContainer_DirectionConvStarter_FQ {
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background-color: #f2f3fa;
}
.chatbot-setUpContainer_DirectionConvStarter_Box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 9px;
}
.chatbot-setUpContainer_DirectionConvStarter_Box > section {
  width: 100%;
  direction: rtl;
}
.chatbot-setUpContainer_DirectionConvStarter_Box > section > span {
  font-size: 16px;
  font-weight: 400;
  color: #222831;
  font-family: YekanReg, sans-serif;
  padding: 0 4px;
  direction: rtl;
}
.chatbot-setUpContainer_DirectionConvStarter_Box > span {
  font-size: 16px;
  font-weight: 400;
  color: #222831;
  font-family: YekanReg, sans-serif;
  direction: rtl;
  margin: 0;
}
.chatbot-setUpContainer_DirectionConvStarter > h3 {
  font-size: 16px;
  font-weight: 700;
  color: #222831;
  font-family: YekanBold, sans-serif;
  direction: rtl;
  margin: 0;
}
.chatbot-setUpContainer_covDirectionStartChat {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
}
.chatbot-setUpContainer_covDirectionStartChat > div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 10px;
}
.chatbot-setUpContainer_covDirectionStartChat > div > p {
  font-size: 14px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  direction: rtl;
  margin: 0;
}
.chatbot-setUpContainer_covDirectionStartChat > div > span {
  font-size: 16px;
  font-weight: 700;
  color: #222831;
  font-family: YekanBold, sans-serif;
  direction: rtl;
  margin: 0;
}
.chatbot-setUpContainer_covDirectionStartChat > div > h3 {
  font-size: 16px;
  font-weight: 700;
  color: #222831;
  font-family: YekanBold, sans-serif;
  direction: rtl;
  margin: 0;
}
.chatbot-setUpContainer_covDirectionStartChat_inputWellcom {
  max-width: 540px;
  width: 100%;
}
.chatbot-setUpContainer_covDirectionTitleBox {
  max-width: 540px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 8px;
}
.chatbot-setUpContainer_covDirectionTitleBox > h2 {
  font-size: 20px;
  font-weight: 700;
  color: #222831;
  font-family: YekanBold, sans-serif;
  direction: rtl;
  margin: 0;
}
.chatbot-setUpContainer_covDirectionTitleBox > p {
  font-size: 16px;
  font-weight: 500;
  color: #434850;
  font-family: YekanMed, sans-serif;
  direction: rtl;
  margin: 0;
}
.chatbot-setUpContainer_TableTeam {
  max-width: 790px;
  width: 100%;
  direction: rtl;
}
@media (max-width: 680px) {
  .chatbot-setUpContainer_TableTeam {
    overflow-x: auto;
    width: 100% !important;
    -webkit-overflow-scrolling: touch;
    flex-shrink: 0;
  }
  .chatbot-setUpContainer_TableTeam::-webkit-scrollbar {
    display: none;
  }
  .chatbot-setUpContainer_TableTeam {
    scrollbar-width: none;
  }
}
.chatbot-setUpContainer_manageOfTeamTitle {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 24px;
  max-width: 540px;
  width: 100%;
}
.chatbot-setUpContainer_manageOfTeamTitle > h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #222831;
  font-family: "YekanBold", sans-serif;
  direction: rtl;
}
.chatbot-setUpContainer_manageOfTeamTitle > p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #434850;
  font-family: YekanReg, sans-serif;
  direction: rtl;
}
.chatbot-setUpContainer_SendLogo {
  max-width: 540px;
  width: 100%;
  direction: rtl;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
}
.chatbot-setUpContainer_SendLogo_ImageUploaded {
  position: relative;
  width: 100%;
  padding: 7px 10px;
  background-color: #f5f5f7;
  border-radius: 10px;
  height: 56px;
  border: 1px #d4d6d7 solid;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: none;
}
.chatbot-setUpContainer_SendLogo_ImageUploaded > p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #8a8d92;
  font-family: PeydaMed, sans-serif;
  direction: rtl;
}
.chatbot-setUpContainer_SendLogo_showLegoBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.chatbot-setUpContainer_SendLogo_showLegoBox > img {
  display: block !important;
}
.chatbot-setUpContainer_SendLogo_showLegoBox > div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 9px;
  direction: rtl;
}
.chatbot-setUpContainer_SendLogo_showLegoBox > div > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #434850;
  font-family: YekanBold, sans-serif;
  direction: rtl;
}
.chatbot-setUpContainer_SendLogo_showLegoBox > div > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.chatbot-setUpContainer_SendLogo_showLegoBox > div > div > p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #434850;
  font-family: YekanMed, sans-serif;
  direction: rtl;
}
@media (max-width: 680px) {
  .chatbot-setUpContainer_SendLogo_showLegoBox {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .chatbot-setUpContainer_SendLogo_showLegoBox > img {
    display: none !important;
  }
}
.chatbot-setUpContainer_SendLogo_uploadImage {
  width: 100%;
  border-radius: 10px;
  border: 1px #d4d6d7 dashed;
  background-color: #f5f5f7;
  padding: 21px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.chatbot-setUpContainer_SendLogo_uploadImage > button {
  width: 136px;
  height: 46px;
  background-color: #f4f9ff;
  font-size: 16px;
  font-weight: 700;
  color: #222831;
  font-family: YekanReg, sans-serif;
  direction: rtl;
  border: 1px #979a9e solid;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
}
.chatbot-setUpContainer_SendLogo_uploadImage > p {
  font-size: 16px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  direction: rtl;
  margin: 0;
}
.chatbot-setUpContainer_SendLogo_uploadImage > span {
  font-size: 14px;
  font-weight: 400;
  color: #8a8d92;
  font-family: YekanReg, sans-serif;
  direction: rtl;
  margin: 0;
}
.chatbot-setUpContainer_ChangeColorButton {
  max-width: 540px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
@media (max-width: 680px) {
  .chatbot-setUpContainer_ChangeColorButton > img {
    display: none !important;
  }
}
.chatbot-setUpContainer_ChangeColorButton > h3 {
  font-size: 16px;
  font-weight: 700;
  color: #222831;
  font-family: YekanBold, sans-serif;
  direction: rtl;
  width: 100%;
}
.chatbot-setUpContainer_ChangeColorButton > p {
  font-size: 14px;
  font-weight: 400;
  color: #222831;
  font-family: YekanReg, sans-serif;
  direction: rtl;
}
.chatbot-setUpContainer_ChangeColorButton > img {
  display: block;
}
.chatbot-setUpContainer_ChangeColorButton > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 8px;
}
.chatbot-setUpContainer_ChangeColorButton > div > h4 {
  font-size: 16px;
  font-weight: 700;
  color: #222831;
  font-family: YekanBold, sans-serif;
  direction: rtl;
  margin: 0;
}
.chatbot-setUpContainer_ChangeColorButton > div > h3 {
  font-size: 16px;
  font-weight: 700;
  color: #222831;
  font-family: YekanBold, sans-serif;
  direction: rtl;
  width: 100%;
}
.chatbot-setUpContainer_ChangeColorButton > div > p {
  font-size: 14px;
  font-weight: 400;
  color: #222831;
  font-family: YekanReg, sans-serif;
  direction: rtl;
}
.chatbot-setUpContainer_ChangeColorButton > div > section {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.chatbot-setUpContainer_chatBotName {
  max-width: 540px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
  gap: 20px;
  width: 100%;
  direction: rtl;
}
.chatbot-setUpContainer_chatBotName > section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.chatbot-setUpContainer_chatBotName > section > h3 {
  font-size: 16px;
  font-weight: 900;
  color: #222831;
  font-family: YekanBold, sans-serif;
  direction: rtl;
  margin: 0;
}
.chatbot-setUpContainer_chatBotName > section > p {
  font-size: 14px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  direction: rtl;
  color: #434850;
  margin: 0;
}
.chatbot-setUpContainer_AccessBox {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 15px;
  width: 100%;
  max-width: 540px;
}
.chatbot-setUpContainer_AccessBox > section {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 7px;
  direction: rtl;
  width: 100%;
  max-width: 540px;
}
.chatbot-setUpContainer_AccessBox > section h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #222831;
  line-height: 150%;
  font-family: YekanBold, sans-serif;
  direction: rtl;
}
.chatbot-setUpContainer_AccessBox > section > span {
  font-size: 14px;
  font-weight: 400;
  color: #222831;
  line-height: 150%;
  font-family: YekanReg, sans-serif;
  direction: rtl;
}
.chatbot-setUpContainer_AccessBox > label {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 0;
}
.chatbot-setUpContainer_AccessBox > label > p {
  font-size: 14px;
  font-weight: 400;
  color: #434850;
  font-family: YekanReg, sans-serif;
  direction: rtl;
}
.chatbot-setUpContainer_AccessBox > label > section {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
  direction: rtl;
}
.chatbot-setUpContainer_AccessBox > label > section > input {
  accent-color: #2563eb;
}
.chatbot-setUpContainer_AccessBox > label > section > span {
  font-size: 16px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  direction: rtl;
}
.chatbot-setUpContainer_button {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
  gap: 8px;
  max-width: 540px;
  width: 100%;
}
.chatbot-setUpContainer_DeActiveChatBot {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  gap: 8px;
  direction: rtl;
}
.chatbot-setUpContainer_DeActiveChatBot:hover > svg {
  color: red;
}
.chatbot-setUpContainer_DeActiveChatBot:hover > p {
  color: red;
}
.chatbot-setUpContainer_DeActiveChatBot > p {
  color: #222831;
  margin: 0;
  cursor: pointer;
  text-decoration-line: underline;
  font-size: 16px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  direction: rtl;
}
.chatbot-setUpContainer_whereIsChatBot {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  direction: rtl;
}
.chatbot-setUpContainer_whereIsChatBot > h3 {
  font-size: 16px;
  font-weight: 700;
  color: #222831;
  font-family: YekanBold, sans-serif;
  direction: rtl;
}
.chatbot-setUpContainer_whereIsChatBot > label {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
  cursor: pointer !important;
}
.chatbot-setUpContainer_whereIsChatBot > label span {
  font-size: 14px;
  font-weight: 500;
  color: #434850;
  font-family: YekanBold, sans-serif;
  direction: rtl;
  cursor: pointer !important;
}
.chatbot-setUpContainer_whereIsChatBot > label > input {
  accent-color: #2563eb;
}
.chatbot-setUpContainer_titleDescript {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 10px;
}
.chatbot-setUpContainer_titleDescript > h3 {
  font-size: 20px;
  font-weight: 700;
  color: #222831;
  font-family: YekanBold, sans-serif;
  direction: rtl;
}
.chatbot-setUpContainer_titleDescript > span {
  font-size: 16px;
  font-weight: 400;
  color: #434850;
  font-family: YekanReg, sans-serif;
  direction: rtl;
}
.chatbot-setUpContainer_AddPages {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 3px;
  width: 100%;
  direction: rtl;
}
.chatbot-setUpContainer_AddPages > h3 {
  font-size: 16px;
  font-weight: 700;
  color: #222831;
  font-family: YekanBold, sans-serif;
  direction: rtl;
}
.chatbot-setUpContainer_AddPages > div {
  max-width: 540px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 11px;
  background-color: #f2f3fa;
  border-radius: 15px;
  padding: 20px 17px;
  cursor: pointer;
}
.chatbot-setUpContainer_AddPages > div > p {
  font-size: 14px;
  font-weight: 400;
  color: #434850;
  font-family: YekanReg, sans-serif;
  direction: rtl;
  margin: 0;
}
.chatbot-setUpContainer_AddPages_listPages {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.chatbot-setUpContainer_AddPages_listPages > span {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #222831;
  font-family: YekanReg, sans-serif;
  direction: rtl;
}
.chatbot-setUpContainer_AddPages_listPages > section {
  border: 1px #e9ebeb solid;
  width: 100%;
}
.chatbot-setUpContainer_AddPages_listPages > section > span {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #222831;
  font-family: YekanReg, sans-serif;
}
.chatbot-setUpContainer_whereCatBotLocation {
  width: 100%;
  max-width: 540px;
  direction: rtl;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 15px;
}
.chatbot-setUpContainer_whereCatBotLocation > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #222831;
  font-family: YekanBold, sans-serif;
  direction: rtl;
}
.chatbot-setUpContainer_whereCatBotLocation > p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #434850;
  font-family: YekanMed, sans-serif;
  direction: rtl;
}
.chatbot-setUpContainer_whereCatBotLocation > div {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.chatbot-setUpContainer_whereCatBotLocationItem {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
  gap: 15px;
}
.chatbot-setUpContainer_whereCatBotLocationItem > img {
  width: 100%;
  height: 52px;
  object-fit: cover;
  border-radius: 7px;
}
.chatbot-setUpContainer_whereCatBotLocationItem > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}
.chatbot-setUpContainer_whereCatBotLocationItem > div > input {
  align-content: #2563eb;
}
.chatbot-setUpContainer_whereCatBotLocationItem > div > span {
  font-size: 14px;
  font-weight: 500;
  color: #222831;
  font-family: YekanReg, sans-serif;
  direction: rtl;
}
.chatbot-setUpContainer_dashbourdBase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.dashboard-satisfactionDisabled {
  position: relative;
  pointer-events: none;
  user-select: none;
  opacity: 0.55;
  filter: grayscale(0.6);
}

.dashboard-comingSoonBadge {
  position: absolute;
  top: 12px;
  inset-inline-end: 12px;
  z-index: 2;
  padding: 2px 12px;
  border-radius: 32px;
  font-size: 12px;
  font-weight: 600;
  font-family: YekanReg, sans-serif;
  color: #222831;
  background: #D3FBD8;
  border: 1px solid #9AE6B4;
}

.modal {
  --bs-modal-width: unset;
}

.chatbot-addpageModal {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 0 20px !important;
  padding-bottom: 20px !important;
}
.chatbot-addpageModal_inputPageBoxs {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 15px;
}
.chatbot-addpageModal_buttons {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding: 18px 0;
}
.chatbot-addpageModal_title {
  font-size: 20px;
  font-weight: 700;
  color: #222831;
  font-family: PeydaBold, sans-serif;
  direction: rtl;
  width: 100%;
  text-align: right;
}
.chatbot-addpageModal_inputPageBox {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 4px;
  width: 100%;
  position: relative;
}
.chatbot-addpageModal_inputPageBox > p {
  font-size: 16px;
  font-weight: 400;
  color: #222831;
  font-family: YekanReg, sans-serif;
  direction: rtl;
  width: 100%;
}

.chatbot-deleteChatBotModal {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding: 0 20px !important;
  padding-bottom: 20px !important;
}
.chatbot-deleteChatBotModal_image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 10px;
  background-color: rgb(252, 218, 216);
}
.chatbot-deleteChatBotModal_text {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  direction: rtl;
}
.chatbot-deleteChatBotModal_ButtonBot {
  width: 100%;
  padding: 0 36px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
@media (max-width: 992px) {
  .chatbot-deleteChatBotModal_ButtonBot {
    padding: 0 3px;
  }
}

.truncate {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.deleted {
  position: absolute;
  background-color: #fcdad8;
  padding: 6px 11px;
  right: 8px;
  cursor: pointer;
  top: 33px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  display: none;
}
.deleted > p {
  font-size: 14px;
  font-weight: 400;
  color: #bb002c;
  font-family: YekanReg, sans-serif;
  direction: rtl;
  margin: 0;
}

.deleted2 {
  cursor: pointer;
  position: absolute;
  background-color: #fcdad8;
  padding: 6px 11px;
  top: 33px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  display: none;
}
.deleted2 > p {
  font-size: 14px;
  font-weight: 400;
  color: #bb002c;
  font-family: YekanReg, sans-serif;
  direction: rtl;
  margin: 0;
}

section.chatBot-BroadcomBox {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 4px;
  padding: 10px 4px;
  width: 100%;
}
section.chatBot-BroadcomBox > span {
  font-size: 12px;
  font-weight: 500;
  color: #8a8d92;
  font-family: YekanReg, sans-serif;
  direction: rtl;
}

.nav-link:hover {
  background-color: transparent !important;
  color: inherit !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.dashboard-dashpg-body {
  padding-top: 76px !important;
  padding: 0 20px;
  height: 100%;
  min-height: 96vh;
}
@media (max-width: 992px) {
  .dashboard-dashpg-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 0;
    position: relative !important;
    height: auto;
    padding: 10px 10px !important;
    min-height: unset;
  }
}
@media (max-width: 680px) {
  .dashboard-dashpg-body {
    padding: 0 0 !important;
    width: 100% !important;
  }
}

.modalBodyTeam {
  max-width: 860px;
  width: 60vw;
}
@media (max-width: 922px) {
  .modalBodyTeam {
    max-width: 860px;
    width: 98%;
  }
}

.modal-body_formContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 26px;
  direction: rtl;
  padding: 20px 8px;
}
@media (max-width: 680px) {
  .modal-body_formContainer {
    padding: 0 4px !important;
  }
  .modal-body_formContainer_buttonBox {
    flex-direction: column !important;
    padding: 0 4px;
  }
  .modal-body_formContainer_buttonBox > button {
    width: 100% !important;
  }
  .modal-body_formContainer_inputItemBox {
    flex-direction: column !important;
  }
  .modal-body_formContainer_radioItemBox {
    width: 100% !important;
  }
  .modal-body_formContainer_radioItemBox > section {
    width: 100% !important;
  }
}
.modal-body_formContainer_setupTimer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: cneter;
  align-items: start;
  gap: 16px;
  display: none;
}
.modal-body_formContainer_setupTimer_buttonBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 8px;
}
.modal-body_formContainer_setupTimer_row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.modal-body_formContainer_setupTimer_row_Title {
  font-size: 14px;
  font-weight: 700;
  color: #222831;
  font-family: "../fonts/FaNum/YekanBakhFaNum04Regular.ttf", sans-serif;
  margin: 0;
  padding-top: 4px;
  width: 56px;
}
.modal-body_formContainer_inputItemBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
}
.modal-body_formContainer_radioItemBox {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
}
.modal-body_formContainer_radioItemBox > section {
  width: 70%;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.modal-body_formContainer_radioItemBox > section > section {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 9px;
  justify-content: space-between !important;
}
.modal-body_formContainer_radioItemBox > section > section > span {
  font-size: 14px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  direction: rtl;
}
.modal-body_formContainer_radioItemBox > h3 {
  font-size: 16px;
  font-weight: 700;
  color: #222831;
  font-family: YekanBold, sans-serif;
  direction: rtl;
  margin: 0;
}
.modal-body_formContainer_radioItemBox > div {
  width: 60%;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.modal-body_formContainer_radioItemBox > div > section {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 9px;
  justify-content: space-between !important;
}
.modal-body_formContainer_radioItemBox > div > section > span {
  font-size: 14px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  direction: rtl;
}
.modal-body_formContainer_buttonBox {
  width: 100%;
  padding: 20px 30px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  align-items: center;
  gap: 22px;
}

.modal-body_delete_Operator {
  width: 100%;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 36px;
}
.modal-body_delete_Operator > p {
  font-size: 16px;
  font-weight: 500;
  color: #222831;
  font-family: YekanMed, sans-serif;
  direction: rtl;
}

.menu-moble-menubottom2 {
  height: 55px;
  /* Mobile */
}
@media (max-width: 992px) {
  .menu-moble-menubottom2 {
    background-color: #222831;
    width: 90vw;
    color: white;
    border-radius: 110px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12vw;
  }
  .menu-moble-menubottom2 > a {
    padding: 13px 5px;
    height: 55px;
  }
}

.addmodalPage {
  width: 50.19vw;
  max-width: 910px;
}
@media (max-width: 992px) {
  .addmodalPage {
    width: 98% !important;
    transform: none !important;
  }
}

.addmodalPage-700 {
  width: 50.19vw;
  max-width: 700px;
}
@media (max-width: 992px) {
  .addmodalPage-700 {
    width: 98% !important;
    transform: none !important;
  }
}

.quickRepliyModalBox {
  max-width: 900px;
  width: 68vw;
}
@media (max-width: 992px) {
  .quickRepliyModalBox {
    max-width: 900px;
    transform: translateX(0);
    width: 100% !important;
  }
}

.error-Input {
  border-color: red !important;
}

@media (max-width: 992px) {
  .dashboard-mobile-humber {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 992px) {
  .offcanvas-title-style {
    font-size: 32px;
    font-weight: 700;
    color: #222831;
    font-family: PeydaBold, sans-serif;
  }
  .offcanvas-body-custom {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    gap: 0;
  }
  .offcanvas-body-custom > div {
    width: 100%;
  }
  .offcanvas-itemMenu {
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    border-bottom: 1px #d4d6d7 solid;
  }
  .offcanvas-itemMenu > svg {
    width: 15px;
    height: 15px;
  }
  .offcanvas-itemMenu > span {
    font-size: 14px;
    font-weight: 700;
    color: #979a9e;
    font-family: "YekanMed", sans-serif;
  }
  .offcanvas-body-custom {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    gap: 0;
  }
  .offcanvas-body-custom > div {
    width: 100%;
  }
  .dashboard-offcanvas-container {
    background-color: #edeeee;
  }
}
/*-----------------------------------------------------------------پایان موبایل-------------*/
@media (max-width: 680px) {
  .offcanvas-itemMenu {
    width: 100%;
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    border-bottom: 1px #d4d6d7 solid;
  }
  .offcanvas-itemMenu > svg {
    width: 15px;
    height: 15px;
  }
  .offcanvas-itemMenu > span {
    font-size: 14px;
    font-weight: 700;
    color: #979a9e;
    font-family: "YekanMed", sans-serif;
  }
  .offcanvas-title-style {
    font-size: 32px;
    font-weight: 700;
    color: #222831;
    font-family: PeydaBold, sans-serif;
  }
  .dashboard-alart-menuBoxShow {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    gap: 8px;
    z-index: 400;
  }
  .exit-text {
    font-size: 18px;
    font-weight: 600;
    color: #434850;
    font-family: YekanBold, sans-serif;
  }
  .offcanvas-body-custom {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    gap: 0;
  }
  .offcanvas-body-custom > div {
    width: 100%;
  }
  .dashboard-offcanvas-container {
    background-color: #edeeee;
  }
  .dashboard-profile-goSetting:hover {
    color: #70738e;
  }
  .active.carouselNavStyle {
    background-color: #b1b6e1 !important;
    border-radius: 50% !important;
  }
  .right-menuItems-box img {
    margin-right: 0 !important;
  }
  .right-menuItems-box ul {
    display: none;
  }
  .left-button-box {
    display: none;
  }
  .hamberger-menu {
    display: block;
    z-index: 2;
  }
  .hamberger-menu img {
    width: 33px;
    height: 20px;
  }
  .show-hamberger-items {
    display: block;
    width: 100%;
  }
  .hamburger-menu-container {
    z-index: 800;
    padding: 0 26px;
    position: fixed;
    padding-top: 150px;
    top: 0;
    background-color: #222831;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 0;
    display: none;
    transition: width 1s ease-in-out;
    height: 100vh;
  }
  .singUpOtp-textCode-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
  }
  .singUp-form-items div div {
    width: 100% !important;
    padding: 10px 0 !important;
  }
  .disableScroll {
    overflow: hidden;
    height: 100vh;
  }
  .experiance-title-box h2 {
    font-size: 24px;
    font-weight: 700;
    color: #222831;
  }
  .experiance-title-box p {
    font-size: 16px;
    font-weight: 400;
    color: #434850;
  }
  .cart-items-mobile {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
    border-radius: 20px;
    height: 100%;
  }
  .mobile-size-body {
    width: 95vw !important;
  }
  .modal-body {
    width: 100% !important;
  }
}
.menu-offcanvas {
  width: 100vw !important;
  background-color: rgba(50, 50, 50, 0.95);
  padding-top: 140px;
}
.menu-offcanvas .offcanvas-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu-offcanvas .offcanvas-body ul {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.menu-offcanvas .offcanvas-body ul a {
  color: white;
  font-family: "PeydaSemibold", sans-serif;
  text-decoration: none;
  font-size: 18px;
}
.menu-offcanvas .offcanvas-body a.btn-login-mobile {
  width: 100%;
  background-color: #d3fbd8;
  color: #434850;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  font-family: "Peydabold", sans-serif;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

.TableCustom_trash:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.showDropdown {
  display: block;
  position: absolute;
}

.disabled-Elm {
  pointer-events: none !important;
  cursor: no-drop !important;
  opacity: 0.5;
}

#nav-setting {
  min-height: unset;
}
@media (max-width: 680px) {
  #nav-setting {
    min-height: 75vh;
  }
}

.width-6 {
  width: 6px;
}

.height-6 {
  height: 6px;
}

.px-mine {
  padding-right: 0.25rem !important;
  padding-left: 0.8rem !important;
}

.px-6 {
  padding-right: 6px !important;
  padding-left: 6px !important;
}

.py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.width-8 {
  width: 8px;
}

.height-8 {
  height: 8px;
}

.px-8 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.width-10 {
  width: 10px;
}

.height-10 {
  height: 10px;
}

.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.width-12 {
  width: 12px;
}

.height-12 {
  height: 12px;
}

.px-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.width-14 {
  width: 14px;
}

.height-14 {
  height: 14px;
}

.px-14 {
  padding-right: 14px !important;
  padding-left: 14px !important;
}

.py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.width-16 {
  width: 16px;
}

.height-16 {
  height: 16px;
}

.px-16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.width-18 {
  width: 18px;
}

.height-18 {
  height: 18px;
}

.px-18 {
  padding-right: 18px !important;
  padding-left: 18px !important;
}

.py-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.width-20 {
  width: 20px;
}

.height-20 {
  height: 20px;
}

.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.width-22 {
  width: 22px;
}

.height-22 {
  height: 22px;
}

.px-22 {
  padding-right: 22px !important;
  padding-left: 22px !important;
}

.py-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.width-24 {
  width: 24px;
}

.height-24 {
  height: 24px;
}

.px-24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.width-26 {
  width: 26px;
}

.height-26 {
  height: 26px;
}

.px-26 {
  padding-right: 26px !important;
  padding-left: 26px !important;
}

.py-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

.width-28 {
  width: 28px;
}

.height-28 {
  height: 28px;
}

.px-28 {
  padding-right: 28px !important;
  padding-left: 28px !important;
}

.py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.width-30 {
  width: 30px;
}

.height-30 {
  height: 30px;
}

.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.width-32 {
  width: 32px;
}

.height-32 {
  height: 32px;
}

.px-32 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.width-34 {
  width: 34px;
}

.height-34 {
  height: 34px;
}

.px-34 {
  padding-right: 34px !important;
  padding-left: 34px !important;
}

.py-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.width-36 {
  width: 36px;
}

.height-36 {
  height: 36px;
}

.px-36 {
  padding-right: 36px !important;
  padding-left: 36px !important;
}

.py-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.width-38 {
  width: 38px;
}

.height-38 {
  height: 38px;
}

.px-38 {
  padding-right: 38px !important;
  padding-left: 38px !important;
}

.py-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

.width-40 {
  width: 40px;
}

.height-40 {
  height: 40px;
}

.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.width-42 {
  width: 42px;
}

.height-42 {
  height: 42px;
}

.px-42 {
  padding-right: 42px !important;
  padding-left: 42px !important;
}

.py-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.width-44 {
  width: 44px;
}

.height-44 {
  height: 44px;
}

.px-44 {
  padding-right: 44px !important;
  padding-left: 44px !important;
}

.py-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.width-46 {
  width: 46px;
}

.height-46 {
  height: 46px;
}

.px-46 {
  padding-right: 46px !important;
  padding-left: 46px !important;
}

.py-46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

.width-48 {
  width: 48px;
}

.height-48 {
  height: 48px;
}

.px-48 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.width-50 {
  width: 50px;
}

.height-50 {
  height: 50px;
}

.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.width-52 {
  width: 52px;
}

.height-52 {
  height: 52px;
}

.px-52 {
  padding-right: 52px !important;
  padding-left: 52px !important;
}

.py-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

.width-54 {
  width: 54px;
}

.height-54 {
  height: 54px;
}

.px-54 {
  padding-right: 54px !important;
  padding-left: 54px !important;
}

.py-54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

.width-56 {
  width: 56px;
}

.height-56 {
  height: 56px;
}

.px-56 {
  padding-right: 56px !important;
  padding-left: 56px !important;
}

.py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.width-58 {
  width: 58px;
}

.height-58 {
  height: 58px;
}

.px-58 {
  padding-right: 58px !important;
  padding-left: 58px !important;
}

.py-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

.width-60 {
  width: 60px;
}

.height-60 {
  height: 60px;
}

.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.width-62 {
  width: 62px;
}

.height-62 {
  height: 62px;
}

.px-62 {
  padding-right: 62px !important;
  padding-left: 62px !important;
}

.py-62 {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}

.width-64 {
  width: 64px;
}

.height-64 {
  height: 64px;
}

.px-64 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}

.py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.width-66 {
  width: 66px;
}

.height-66 {
  height: 66px;
}

.px-66 {
  padding-right: 66px !important;
  padding-left: 66px !important;
}

.py-66 {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}

.width-68 {
  width: 68px;
}

.height-68 {
  height: 68px;
}

.px-68 {
  padding-right: 68px !important;
  padding-left: 68px !important;
}

.py-68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}

.width-70 {
  width: 70px;
}

.height-70 {
  height: 70px;
}

.px-70 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.width-72 {
  width: 72px;
}

.height-72 {
  height: 72px;
}

.px-72 {
  padding-right: 72px !important;
  padding-left: 72px !important;
}

.py-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.width-74 {
  width: 74px;
}

.height-74 {
  height: 74px;
}

.px-74 {
  padding-right: 74px !important;
  padding-left: 74px !important;
}

.py-74 {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}

.width-76 {
  width: 76px;
}

.height-76 {
  height: 76px;
}

.px-76 {
  padding-right: 76px !important;
  padding-left: 76px !important;
}

.py-76 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}

.width-78 {
  width: 78px;
}

.height-78 {
  height: 78px;
}

.px-78 {
  padding-right: 78px !important;
  padding-left: 78px !important;
}

.py-78 {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}

.width-80 {
  width: 80px;
}

.height-80 {
  height: 80px;
}

.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.width-82 {
  width: 82px;
}

.height-82 {
  height: 82px;
}

.px-82 {
  padding-right: 82px !important;
  padding-left: 82px !important;
}

.py-82 {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}

.width-84 {
  width: 84px;
}

.height-84 {
  height: 84px;
}

.px-84 {
  padding-right: 84px !important;
  padding-left: 84px !important;
}

.py-84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}

.width-86 {
  width: 86px;
}

.height-86 {
  height: 86px;
}

.px-86 {
  padding-right: 86px !important;
  padding-left: 86px !important;
}

.py-86 {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}

.width-88 {
  width: 88px;
}

.height-88 {
  height: 88px;
}

.px-88 {
  padding-right: 88px !important;
  padding-left: 88px !important;
}

.py-88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.width-90 {
  width: 90px;
}

.height-90 {
  height: 90px;
}

.px-90 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.width-92 {
  width: 92px;
}

.height-92 {
  height: 92px;
}

.px-92 {
  padding-right: 92px !important;
  padding-left: 92px !important;
}

.py-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}

.width-94 {
  width: 94px;
}

.height-94 {
  height: 94px;
}

.px-94 {
  padding-right: 94px !important;
  padding-left: 94px !important;
}

.py-94 {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}

.width-96 {
  width: 96px;
}

.height-96 {
  height: 96px;
}

.px-96 {
  padding-right: 96px !important;
  padding-left: 96px !important;
}

.py-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.width-98 {
  width: 98px;
}

.height-98 {
  height: 98px;
}

.px-98 {
  padding-right: 98px !important;
  padding-left: 98px !important;
}

.py-98 {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}

.width-100 {
  width: 100px;
}

.height-100 {
  height: 100px;
}

.px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.width-190 {
  width: 190px;
}

.height-190 {
  height: 190px;
}

.px-190 {
  padding-right: 190px !important;
  padding-left: 190px !important;
}

.py-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

.width-120 {
  width: 120px;
}

.height-120 {
  height: 120px;
}

.px-120 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.width-150 {
  width: 150px;
}

.height-150 {
  height: 150px;
}

.px-150 {
  padding-right: 150px !important;
  padding-left: 150px !important;
}

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.TeamMembersDashboard-Box {
  padding: 17px 30px;
  width: 100%;
  display: flex;
  max-width: 878px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  /* Mobile */
}
@media (max-width: 767px) {
  .TeamMembersDashboard-Box {
    min-height: 80vh;
  }
}
.TeamMembersDashboard-Box {
  /* Tablet */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .TeamMembersDashboard-Box {
    min-height: 80vh;
  }
}
.TeamMembersDashboard-Box_header {
  font-family: YekanMed, sans-serif;
  font-size: 24px;
  color: black;
}
.TeamMembersDashboard-Box_description {
  font-family: YekanReg, sans-serif;
  font-size: 16px;
  color: #434850;
}

/*# sourceMappingURL=styles.css.map */
