@charset "UTF-8";
/* Main properties that control the layout direction are:
-----------------------------------------------
- Direction (LTR/RTL)
- Float (left/right)
- Margin 
- Padding
- Absolute position (left/right)
- Background position (left/right)
- Border
- Border radious
- Note: "Think about flexbox properties"
*/
/* Clearfix */
/* Direction */
/* Float */
/* Margin */
/* Padding */
/* Left And Right For Absolute Position */
/* Border */
html[lang=en] .rotateArrow {
  transform: rotate(180deg);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: right;
  direction: rtl;
}
html[lang=en] body {
  direction: ltr;
  text-align: left;
  text-transform: capitalize;
}
html[lang=ar] body {
  direction: rtl;
  text-align: right;
}

.main_color {
  color: #403279 !important;
}

.main_gray {
  color: #e5e5e5;
}

.text_gray {
  color: #979797;
}

a {
  text-decoration: none;
  color: black;
}

.f-10 {
  font-size: 10px;
}

.f-11 {
  font-size: 11px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.f-21 {
  font-size: 21px;
}

.f-22 {
  font-size: 22px;
}

.f-23 {
  font-size: 23px;
}

.f-24 {
  font-size: 24px;
}

.f-25 {
  font-size: 25px;
}

.f-26 {
  font-size: 26px;
}

.f-27 {
  font-size: 27px;
}

.f-28 {
  font-size: 28px;
}

.f-29 {
  font-size: 29px;
}

.f-30 {
  font-size: 30px;
}

.f-31 {
  font-size: 31px;
}

.f-32 {
  font-size: 32px;
}

.f-33 {
  font-size: 33px;
}

.f-34 {
  font-size: 34px;
}

.f-35 {
  font-size: 35px;
}

.f-36 {
  font-size: 36px;
}

.f-37 {
  font-size: 37px;
}

.f-38 {
  font-size: 38px;
}

.f-39 {
  font-size: 39px;
}

.f-40 {
  font-size: 40px;
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.padding-30 {
  padding: 30px;
}

.padding-40 {
  padding: 40px;
}

.padding-50 {
  padding: 50px;
}

.margin-10 {
  margin: 10px;
}

.margin-20 {
  margin: 20px;
}

.margin-30 {
  margin: 30px;
}

.margin-40 {
  margin: 40px;
}

.margin-50 {
  margin: 50px;
}

.m-start-5 {
  margin-inline-start: 5px;
}

.m-start-10 {
  margin-inline-start: 10px;
}

.m-start-15 {
  margin-inline-start: 15px;
}

.m-start-20 {
  margin-inline-start: 20px;
}

.m-start-25 {
  margin-inline-start: 25px;
}

.m-start-30 {
  margin-inline-start: 30px;
}

.m-start-35 {
  margin-inline-start: 35px;
}

.m-end-5 {
  margin-inline-end: 5px;
}

.m-end-10 {
  margin-inline-end: 10px;
}

.m-end-15 {
  margin-inline-end: 15px;
}

.m-end-20 {
  margin-inline-end: 20px;
}

.m-end-25 {
  margin-inline-end: 25px;
}

.m-end-30 {
  margin-inline-end: 30px;
}

.m-end-35 {
  margin-inline-end: 35px;
}

.p-end-5 {
  padding-inline-end: 5px;
}

.p-end-10 {
  padding-inline-end: 10px;
}

.p-end-15 {
  padding-inline-end: 15px;
}

.p-end-20 {
  padding-inline-end: 20px;
}

.p-end-25 {
  padding-inline-end: 25px;
}

.p-end-30 {
  padding-inline-end: 30px;
}

.p-end-35 {
  padding-inline-end: 35px;
}

.p-start-5 {
  padding-inline-start: 5px;
}

.p-start-10 {
  padding-inline-start: 10px;
}

.p-start-15 {
  padding-inline-start: 15px;
}

.p-start-20 {
  padding-inline-start: 20px;
}

.p-start-25 {
  padding-inline-start: 25px;
}

.p-start-30 {
  padding-inline-start: 30px;
}

.p-start-35 {
  padding-inline-start: 35px;
}

.rad-5 {
  border-radius: 5px;
}

.rad-10 {
  border-radius: 10px;
}

.rad-15 {
  border-radius: 15px;
}

.rad-20 {
  border-radius: 20px;
}

.rad-25 {
  border-radius: 25px;
}

.rad-30 {
  border-radius: 30px;
}

.rad-35 {
  border-radius: 35px;
}

.rad-40 {
  border-radius: 40px;
}

.rad-45 {
  border-radius: 45px;
}

.rad-50 {
  border-radius: 50px;
}

.rad-5 {
  border-radius: 5px;
}

.rad-10 {
  border-radius: 10px;
}

.rad-15 {
  border-radius: 15px;
}

.rad-20 {
  border-radius: 20px;
}

.rad-25 {
  border-radius: 25px;
}

.rad-30 {
  border-radius: 30px;
}

.rad-35 {
  border-radius: 35px;
}

.rad-50 {
  border-radius: 50%;
}

.font-bold {
  font-weight: bold;
}

.font-bolder {
  font-weight: bolder;
}

textarea {
  resize: none;
}

textarea:focus-visible {
  outline: 1px solid var(--main);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.s-space {
  margin: 30px 0;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

i {
  line-height: unset !important;
}

a,
ul,
button,
i,
label {
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0;
  padding: 0;
}

label,
.dropdown-toggle,
button,
a,
i {
  cursor: pointer;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.half-width {
  width: 50% !important;
}

.text-underline {
  text-decoration: underline;
}

.b_radius_0 {
  border-radius: unset;
}

.w-fitContent {
  width: -moz-fit-content;
  width: fit-content;
}

.w-90 {
  width: 90% !important;
}

.form-control:focus {
  box-shadow: unset;
  border: 1px solid #403279;
}

.btn:focus {
  box-shadow: unset !important;
}

a:focus,
a:hover {
  text-decoration: none;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: unset;
  top: 50%;
  width: 20px;
  transform: translateY(-50%);
}
html[lang=en] .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}
html[lang=ar] .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 10px;
}

.select2-container--default .select2-selection--single {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: unset;
}

.main_color {
  color: #403279;
}

.owl-carousel {
  direction: ltr;
}

button:focus {
  outline: unset !important;
  box-shadow: unset !important;
}

.cursor-pointer {
  cursor: pointer;
}

.settingImg {
  width: 200px;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.shadow2 {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.sm_shadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.afterNone::after {
  display: none;
}

.grow-1 {
  flex-grow: 1;
}

.text-end {
  text-align: end;
}

.breadcrumb {
  background-color: unset;
  padding: 0;
}

.text-justify {
  text-align: justify;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  border-bottom: unset;
}

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled,
table.dataTable.row-border > tbody > tr:first-child > th,
table.dataTable.row-border > tbody > tr:first-child > td,
table.dataTable.display > tbody > tr:first-child > th,
table.dataTable.display > tbody > tr:first-child > td {
  text-align: center;
}

table.dataTable.display > tbody > tr.odd > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  box-shadow: unset;
  box-shadow: unset;
}

table.dataTable.stripe > tbody > tr.odd > *,
table.dataTable.display > tbody > tr.odd > *,
table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > *,
table.dataTable.display > tbody > tr.even > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: unset;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after {
  color: #fff;
}
html[lang=en] table.dataTable thead > tr > th.sorting:before,
html[lang=en] table.dataTable thead > tr > th.sorting:after {
  left: unset;
  right: unset;
}
html[lang=ar] table.dataTable thead > tr > th.sorting:before,
html[lang=ar] table.dataTable thead > tr > th.sorting:after {
  right: unset;
  left: unset;
}
html[lang=en] table.dataTable thead > tr > th.sorting:before,
html[lang=en] table.dataTable thead > tr > th.sorting:after {
  right: 10px;
}
html[lang=ar] table.dataTable thead > tr > th.sorting:before,
html[lang=ar] table.dataTable thead > tr > th.sorting:after {
  left: 10px;
}
@media (max-width: 991px) {
  html[lang=en] table.dataTable thead > tr > th.sorting:before,
  html[lang=en] table.dataTable thead > tr > th.sorting:after {
    right: 5px;
  }
  html[lang=ar] table.dataTable thead > tr > th.sorting:before,
  html[lang=ar] table.dataTable thead > tr > th.sorting:after {
    left: 5px;
  }
}

table.dataTable thead > tr > th.sorting:first-of-type::before,
table.dataTable thead > tr > th.sorting:first-of-type::after,
table.dataTable thead > tr > th.sorting:last-of-type::before,
table.dataTable thead > tr > th.sorting:last-of-type::after {
  display: none !important;
}

table.dataTable.no-footer {
  border-bottom: unset;
}

table.dataTable.row-border > tbody > tr > th,
table.dataTable.row-border > tbody > tr > td,
table.dataTable.display > tbody > tr > th,
table.dataTable.display > tbody > tr > td {
  border-top: unset;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
  left: unset;
}
html[lang=en] table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
  right: 5px !important;
}
html[lang=ar] table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
  left: 5px !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  padding-left: unset !important;
  padding-inline-start: 30px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #403279;
  border: unset;
  color: white;
  padding-left: unset;
  padding-inline-end: 15px;
  padding-inline-start: 5px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border: unset !important;
  background-color: transparent !important;
  color: white !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #403279 !important;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: unset;
  padding-left: unset;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.p-component {
  font-family: inherit;
}

.form-group {
  margin-bottom: 15px;
}

.p-dropdown:not(.p-disabled).p-focus {
  outline: unset;
}

.f-50 {
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .f-50 {
    flex-basis: 100%;
  }
}

@keyframes fadeDownSmall {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
:root {
  --line-border-fill: #3498db;
  --line-border-empty: #e0e0e0;
  --main_color: #0098db;
  --main: #0d3067;
  --black: #000000;
  --2-black: #1e1e1e;
  --gray: #434343;
  --hint: #979797;
  --red: #db3740;
  --line: #d9d9d9;
  --Text-Color: #1e1e1e;
}

@font-face {
  font-family: "MainFont";
  src: url("/fonts/29lt-bukra.ttf");
}
body {
  font-family: "MainFont";
  font-size: 14px !important;
}
@media (max-width: 768px) {
  body {
    font-size: 12px !important;
  }
}

.p-component {
  font-size: 14px !important;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--main_color);
  border-radius: 10px;
}

.f-b {
    font-weight: bolder !important 
}

.font-11 {
    font-size: 11px !important;
}

.main_color {
    color: #403279;
}

.main_color2 {
  color: #17365f;
}

header {
  padding: 20px 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 100%;
  z-index: 999;
  font-size: 16px;
}
header .logo {
  max-width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .mainTitle {
  font-size: 1.7rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  header {
    font-size: 14px;
  }
  header .gap-30 {
    gap: 10px;
  }
}
@media (max-width: 500px) {
  header .name {
    display: none;
  }
}

.navbar {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 991px) {
  .navbar {
    gap: 100px;
  }
}
@media (max-width: 768px) {
  .navbar {
    width: 40%;
    height: 100%;
    background: #403279;
    position: fixed;
    z-index: 99;
    flex-direction: column;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 20px 0;
    transform: translateX(100%);
    transition: all 0.5s linear;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: start;
    gap: 20px;
  }
  .navbar.active {
    transform: translateX(0);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .navbar a {
    color: white !important;
  }
}
.navbar a,
.navbar .font-bolder {
  font-weight: 500;
  font-size: 16px;
  color: black;
  transition: all 0.3s ease-in-out;
}
.navbar a.router-link-active, .navbar a:hover, .navbar a.active,
.navbar .font-bolder.router-link-active,
.navbar .font-bolder:hover,
.navbar .font-bolder.active {
  color: #403279;
  position: relative;
}
.navbar a.router-link-active::after, .navbar a:hover::after, .navbar a.active::after,
.navbar .font-bolder.router-link-active::after,
.navbar .font-bolder:hover::after,
.navbar .font-bolder.active::after {
  content: "";
  width: 70%;
  height: 1.3px;
  background: #403279;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -4px;
}

.gap-50 {
  gap: 50px;
}

.burger-icon {
  width: 25px;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 95;
  display: flex;
  gap: 2px;
  display: none !important;
}
@media (max-width: 768px) {
  .burger-icon {
    visibility: visible;
    display: flex !important;
  }
}

.burger-icon.active:hover {
  transform: rotate(270deg);
}

.burger-icon span {
  width: 50%;
  height: 2px;
  background: #403279;
  display: block;
  transition: all 0.3s ease-in-out;
}

.burger-icon.active span:first-of-type {
  transform: rotate(45deg) translateY(3px);
}

.burger-icon.active span:nth-of-type(2) {
  display: none;
}

.burger-icon.active span:nth-of-type(3) {
  transform: rotate(-45deg) translateY(-3px);
}

.header_user {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.dropdown-menu {
  text-align: unset;
  text-align: start;
  min-width: 15rem;
  font-size: 14px;
  padding: unset;
  border: unset;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  border-radius: 15px;
}
.dropdown-menu .dropdown-item {
  padding: 0.25rem 0.75rem;
}
.dropdown-menu .dropdown-item i {
  color: gray;
  font-size: 10px;
}
.dropdown-menu.lg {
  min-width: 20rem;
}

.dropdpown_header_icon {
  background-color: #f6f6f6;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdpown_header_icon img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.dropdpown_header_icon.danger {
  background-color: rgba(255, 0, 0, 0.204);
  border: unset;
}

.welcomeContent {
  line-height: 2.5;
}

.welcomeImg {
  max-height: 400px;
  width: 80%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
  display: flex;
}

.carousel_img {
  width: 150px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

.text-gray {
  color: #d9d9d9;
}

.text-gray2 {
  color: #979797;
}

.owl-carousel2 .owl-dots {
  display: none;
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.owl-dots button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d4d4d4 !important;
}
.owl-dots button.active {
  background-color: #403279 !important;
  width: 20px;
  border-radius: 5px;
}

.p-carousel-items-container {
  display: flex;
  flex-direction: row-reverse;
}

html[lang=ar] .p-carousel-prev,
html[lang=ar] .p-carousel-next {
  transform: rotate(180deg);
}

.p-carousel-prev,
.p-carousel-next {
  transform: rotate(-180deg);
  display: none !important;
  width: 0px !important;
}

.bg_main {
  background-color: #403279;
}

.aboutUsCImg {
  position: relative;
  width: 80%;
  margin: 0 auto;
  height: 446px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 668px) {
  .aboutUsCImg {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.aboutUsCImg img:first-child {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 20;
}
.aboutUsCImg img:nth-child(2) {
  max-height: 100%;
  max-width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

button.main_btn,
a.main_btn {
  width: 140px;
  border-radius: 10px;
  background-color: #403279;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #403279;
  color: #fff;
  padding: 10px 0;
  border: 1px solid #403279;
}
button.main_btn.transparent,
a.main_btn.transparent {
  background-color: #fff;
  color: #403279;
  background-color: rgba(243, 243, 243, 0.2588235294);
}
button.main_btn.gray_btn,
a.main_btn.gray_btn {
  background-color: #f4f4f4;
  color: #403279;
  border-color: #f4f4f4;
}
button.main_btn.lg,
a.main_btn.lg {
  width: 170px;
  padding: 13px 0;
}
button.main_btn.md,
a.main_btn.md {
  width: 130px;
  padding: 5px 0;
}
button.main_btn.xlg,
a.main_btn.xlg {
  width: 230px;
  padding: 15px 0;
  font-size: 16px;
}
button.main_btn:hover,
a.main_btn:hover {
  background-color: rgba(64, 50, 121, 0.4);
  color: #fff;
  border: 1px solid #403279;
  border: 1px solid rgba(0, 153, 219, 0.031372549);
  transform: scale(0.99);
}
button.main_btn.btn-border-danger,
a.main_btn.btn-border-danger {
  background: transparent;
  color: #dc3545;
  border: 1px solid #dc3545;
}
button.main_btn.btn-border-danger:hover,
a.main_btn.btn-border-danger:hover {
  background: rgba(255, 0, 0, 0.249);
  border-color: rgba(255, 0, 0, 0.249);
  color: white;
}

.btn-danger {
  padding: 10px 0;
  border-radius: 10px;
  width: 140px;
}

.appSec {
  background-color: #0098db;
  min-height: 320px;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.appSec .appSecBg {
  position: absolute;
  height: 100%;
  width: 55%;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
html[lang=en] .appSec .appSecBg {
  right: 0;
}
html[lang=ar] .appSec .appSecBg {
  left: 0;
}
@media (max-width: 768px) {
  .appSec .appSecBg {
    display: none;
  }
}

html[lang=en] .appSecBg {
  transform: rotateY(180deg);
}

p {
  line-height: 2;
  color: black;
}

.downloadApp {
  width: 150px;
  height: 70px;
  display: block;
}
.downloadApp img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.downloadApp img:hover {
  transform: scale(0.7);
}

.color-white {
  color: #fff;
}

.p-accordion-tab {
  border: 1px solid #0098db;
  margin-bottom: 10px;
  border-radius: 25px;
  overflow: auto;
}
.p-accordion-tab .p-accordion-header-link {
  background: rgba(0, 152, 219, 0.3019607843);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  font-weight: bolder;
  border-bottom-left-radius: unset !important;
  border-bottom-right-radius: unset !important;
}
.p-accordion-tab .p-accordion .p-accordion-header .p-accordion-header-link {
  border-radius: unset;
}
.p-accordion-tab .p-accordion-toggle-icon {
  background: rgba(0, 152, 219, 0.3019607843);
  color: #0098db;
  border-radius: 10px;
  padding: 5px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-accordion-tab .p-accordion-content {
  padding: 10px !important;
}

.logoLg {
  max-width: 150px;
}

.logoMd {
  max-width: 160px;
}

.smLogo {
  width: 140px;
  max-width: 200px;
  display: block;
}

.with_cun_select {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 2px #d9d9d9;
  border: 1px solid #dddddd;
  border-radius: 5px;
  overflow: hidden;
  height: 38px !important;
}
.with_cun_select .main_input,
.with_cun_select .dropdown_card {
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.with_cun_select .dropdown_card {
  width: 90px;
  flex-shrink: 0;
}
.with_cun_select .dropdown_card .p-dropdown-label {
  font-size: 12px;
  padding: 5px;
}
.with_cun_select .dropdown_card .p-dropdown-label > .d-flex {
  gap: 10px;
}
.with_cun_select .p-dropdown {
  padding: 3px 7px;
  box-shadow: none;
  border: unset;
}
.with_cun_select .p-dropdown .p-dropdown-trigger {
  width: 17px;
}
.with_cun_select .p-dropdown .p-dropdown-trigger .p-icon {
  height: 13px;
}

.flex-group-me {
  display: flex !important;
  align-items: center;
}

.main_card {
  border-radius: 50px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.1019607843) inset;
  padding: 30px;
}

::-moz-placeholder {
  font-weight: unset !important;
  font-family: inherit;
  color: black !important;
}

::placeholder,
.p-dropdown-label,
.attachId,
.form-control {
  font-weight: unset !important;
  font-family: inherit;
  color: black !important;
}

.form-control {
  background-color: #fafafa !important;
  border: 1px solid #fafafa !important;
  font-size: 14px;
  padding: 0.8rem 0.75rem;
  height: auto !important
}
.form-control:focus {
  border-color: gray;
}
.form-control::-moz-placeholder {
  color: gray !important;
}
.form-control::placeholder {
  color: gray !important;
}

.gray_s {
  color: #979797;
}

.p-dropdown.p-variant-filled {
  background: transparent;
}

.p-dropdown {
  border-color: #dee2e6;
}

footer {
  background: #fafafa;
}
footer a {
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 768px) {
  footer a {
    font-size: 14px;
  }
}

.footer-logo {
  width: 100%;
  max-height: 120px;
}
@media (max-width: 600px) {
  .footer-logo {
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.f-14 {
  font-size: 14px;
}

.footerLink,
.socialLink {
  width: 35px;
  height: 35px;
}
.footerLink img,
.socialLink img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.footerLink:hover,
.socialLink:hover {
  transform: rotate(360deg);
}

.text-justify {
  text-align: justify;
}

.otp-input {
  width: 50px;
  height: 50px;
  padding: 5px;
  margin: 0 10px;
  font-size: 20px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

/* Background colour of an input field with value */
.otp-input-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: row-reverse;
}

html[lang=en] .otp-input-container {
  flex-direction: row;
}

.otp-input.is-complete {
  background-color: #e4e4e4;
}

.otp-input::-webkit-inner-spin-button,
.otp-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contain-otp span {
  display: none;
}

.otp-input::-moz-placeholder {
  visibility: hidden;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  color: red;
}

.otp-input::placeholder {
  visibility: hidden;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  color: red;
}

button:disabled,
.resendCodeBtn {
  background: transparent !important;
  border: transparent !important;
  border: unset !important;
  cursor: not-allowed;
  color: gray;
  padding: unset;
  width: -moz-fit-content;
  width: fit-content;
}

.resendCodeBtn {
  cursor: pointer;
  color: black;
}

.base-image-input {
  max-width: 100px;
  height: 100px;
  border: 1px dashed #0d3067;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  text-align: center;
}
.base-image-input img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.formLabel {
  color: #1e1e1e;
  font-size: 18px;
}

.select {
  width: 35px;
  height: 25px;
}

.idImg {
  width: 70px;
  height: 70px;
}

.removeSrc {
  position: absolute;
  top: -9px;
  font-size: 18px;
  cursor: pointer;
  width: 15px;
  height: 15px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
html[lang=en] .removeSrc {
  right: -5px;
}
html[lang=ar] .removeSrc {
  left: -5px;
}
.removeSrc.bg-danger {
  padding: 0 4px;
  border-radius: 2px;
}

.input-icon {
  position: absolute;
  top: 33px;
  cursor: pointer;
}
html[lang=en] .input-icon {
  right: 10px;
}
html[lang=ar] .input-icon {
  left: 10px;
}
.input-icon.distinguish {
  top: 39px;
}

.toggle .p-panel-header-icon {
  background: #403279;
  border-radius: 5px;
  color: white;
  width: 1.5rem;
  height: 1.5rem;
}
.toggle .p-panel-title {
  color: #979797 !important;
  font-size: 14px !important;
  font-weight: unset !important;
  font-family: inherit;
}
.toggle .p-panel-header {
  padding: 0.5rem 0.75rem;
}

.logo {
  max-width: 100px;
}

.main_color {
  color: #403279;
}

.bg_main {
  color: #403279;
}

.contain_brand {
  background-color: rgba(64, 50, 121, 0.2588235294);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 10px;
}

.brand {
  height: 200px;
  max-width: 200px;
  width: unset !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.imgIcon {
  width: 30px;
  height: 30px;
}

.advertisement_card_img {
  width: 100%;
  height: 120px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.advertisement {
  border-radius: 10px;
  border: 1px solid #f6f6f6;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  color: black !important;
  display: block;
}
.advertisement.linear {
  display: flex;
  max-height: 95px;
  height: 100%;
}
.advertisement.linear .advertisement_card_img {
  width: 40%;
  height: 100%;
  max-height: 95px;
  margin-bottom: unset !important;
  border-top-right-radius: 10px;
  border-top-left-radius: unset !important;
  border-bottom-right-radius: 10px;
}
.advertisement.linear .card_details {
  flex-grow: 1;
  margin-inline-end: 30px;
}

.likeIcon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  border: 1px#f7f7f7 solid ;
  background: white;
  padding: 3px;
  color: gray;
}
html[lang=en] .likeIcon {
  right: 25px;
}
html[lang=ar] .likeIcon {
  left: 25px;
}
.likeIcon.product_details {
  position: unset;
}
.likeIcon i {
    color: #979797 !important;
}
.likeIcon.active i {
  color: #403279 !important;
}

.displayـMethod {
  width: 40px;
  height: 40px;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: gray;
  cursor: pointer;
}
.displayـMethod img {
  width: 30px;
  height: 30px;
}

.fa-pause {
  transform: rotate(90deg);
  font-size: 23px;
}

.socialIcon {
  width: 40px;
  height: 40px;
}

.main_border {
  border: 1px solid #403279;
}

.cursor_pointer {
  cursor: pointer;
}

.fitContent {
  width: -moz-fit-content;
  width: fit-content;
}

.checkShape {
  background-color: #fafafa;
  border-radius: 10px;
  padding: 10px;
  color: gray;
}

.checkIcon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c3c3c3;
}
.checkIcon i {
  display: none;
}

.checkInput:checked + .checkShape {
  background-color: #403279;
  border: 1px solid #403279;
  color: white;
}
.checkInput:checked + .checkShape .checkIcon {
  background-color: white;
}
.checkInput:checked + .checkShape .checkIcon i {
  display: block;
  color: #403279;
}

#map {
  height: 300px;
}

.pagination {
  gap: 10px;
}
.pagination .page-item .page-link {
  border-radius: 0.3rem;
  border: unset;
  background-color: #dad6e4;
  color: #fff;
  box-shadow: unset !important;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.pagination .page-item .page-link:hover {
  background-color: #403279 !important;
}
.pagination .page-item.active .page-link {
  background-color: #403279 !important;
}

.nav-tabs {
  border-bottom: unset !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  flex-wrap: wrap;
}
.nav-tabs.justify-content-center {
  justify-content: center !important;
}
.nav-tabs .nav-link {
  border-radius: 10px !important;
  flex-basis: 22%;
  padding: 13px 0;
  border: unset !important;
  border: unset !important;
}
@media (max-width: 991px) {
  .nav-tabs .nav-link {
    flex-basis: 49%;
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .nav-tabs .nav-link {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.nav-tabs .nav-link.active {
  background-color: #403279 !important;
  color: white !important;
}
.nav-tabs .nav-link.danger.active {
  background-color: var(--red) !important;
}

.order_card {
  display: flex;
  background-color: #fafafa;
  border-radius: 10px;
  gap: 10px;
  align-items: center;
  height: 180px;
  flex-wrap: wrap;
}
.order_card img {
  width: 200px;
  height: 100%;
}
@media (max-width: 768px) {
  .order_card img {
    margin: auto;
    display: block;
  }
}
.order_card .content {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.order_card .content .flex-between {
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .order_card {
    height: unset;
  }
}

.order_desc_text {
  background-color: rgba(64, 50, 121, 0.1882352941);
  border: 1px solid rgba(64, 50, 121, 0.0470588235);
  color: #403279;
  padding: 10px 10px;
  border-radius: 5px;
  flex-basis: 60%;
}
.order_desc_text.md {
  flex-basis: 83%;
}
@media (max-width: 768px) {
  .order_desc_text.md {
    flex-basis: 100%;
  }
}
.order_desc_text.lg {
  flex-basis: 100%;
}
@media (max-width: 768px) {
  .order_desc_text {
    flex-basis: 100%;
  }
}

.order_desc_btn {
  flex-basis: 38%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.order_desc_btn.sm {
  flex-basis: 15%;
}
.order_desc_btn.sm .order_status {
  flex-basis: 100%;
}
@media (max-width: 768px) {
  .order_desc_btn.sm {
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .order_desc_btn {
    flex-basis: 100%;
  }
}

.danger {
  border: 1px solid red;
  color: red;
}

.report {
  background-color: rgba(255, 0, 0, 0.247);
  color: red;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
}

.canceled_disc {
  background-color: rgba(255, 0, 0, 0.247);
  color: red;
  border-radius: 5px;
}

.order_status {
  border: 1px solid red;
  padding: 10px 10px;
  border-radius: 5px;
  flex-basis: 48%;
  text-align: center;
  color: red;
  cursor: pointer;
}
@media (max-width: 768px) {
  .order_status {
    flex-basis: 50%;
  }
}
.order_status.main {
  background-color: #403279;
  border: 1px solid #403279;
  color: white;
}

.md_img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.rounded-2 {
  border-radius: 10px !important;
}

.radioShape {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #979797;
  margin-inline-end: 5px;
  overflow: auto;
}
.radioShape div {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
}

.radioInput:checked + .radioShape {
  border: 1px solid #403279;
}
.radioInput:checked + .radioShape div {
  background-color: #403279 !important;
}

.radioInput:checked + .radioShape + span {
  color: #403279 !important;
}

.pay_type:checked + div {
  color: #403279 !important;
}

.text-red {
  color: red !important;
}

.order_status.main {
  background-color: #403279;
  color: white;
}

.line-container {
  margin: 30px 0;
  width: 100%;
}
.line-container .progress-line {
  position: relative;
  margin: auto;
  border-radius: 10px;
  width: 80%;
  width: calc(100% - 180px);
  z-index: -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .line-container .progress-line {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .line-container .progress-line {
    justify-content: unset;
  }
}
.line-container .progress-line .progress {
  position: absolute;
  width: 75%;
  height: 100%;
  transition: width 1s ease-in-out;
}
.line-container .progress-line .line {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -38px;
}
.line-container .status {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.line-container .dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
  border: 5px solid grey;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  margin-bottom: 10px;
}
.line-container .dot img {
  display: none;
}
.line-container .dot.current {
  background: white;
  border: 5px solid #403279;
  width: 40px;
  height: 40px;
}
.line-container .dot.current img {
  display: none;
}
@media (max-width: 768px) {
  .line-container .dot.current {
    width: 30px;
    height: 30px;
  }
}
.line-container .dot.completed {
  position: relative;
  background: #403279;
  border: 5px solid #403279;
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .line-container .dot.completed {
    width: 30px;
    height: 30px;
  }
}
.line-container .dot.completed img {
  display: block;
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .line-container .dot.completed img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  .line-container .dot.completed {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .line-container .dot {
    width: 30px;
    height: 30px;
  }
}

.close {
  opacity: 1;
}

.credit_card {
  max-width: 120px;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.select2-container--default .select2-selection--single {
  background-color: #fafafa;
  color: #fafafa !important;
  border: 1px solid #fafafa !important;
  font-size: 14px !important;
  padding: 1.44rem 0.75rem;
}

.select2-selection__rendered {
  color: #ced4da;
}

.input_icon {
  position: absolute;
  top: 48px;
  color: gray;
}
html[lang=en] .input_icon {
  right: 10px;
}
html[lang=ar] .input_icon {
  left: 10px;
}
.input_icon.without_label {
  top: 15px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: unset;
  border-radius: 10px;
  outline: 0;
  padding: 15px;
}

.card {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.identificationـphoto {
  max-width: 100%;
}
@media (max-width: 768px) {
  .identificationـphoto {
    max-width: 50%;
    margin: auto;
    display: block;
  }
}

.panel-heading.collapsed i {
  transform: rotate(180deg);
}

.ads_card {
  background-color: #f4f4f4;
  border: unset;
  border-radius: 10px;
}

.fixed_profile_img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
}

.profile-pic {
  color: transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.profile-pic input {
  display: none;
}
.profile-pic #output,
.profile-pic #certificate_output {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
  z-index: 0;
}
.profile-pic .-label {
  cursor: pointer;
  height: 120px;
  width: 120px;
  z-index: 10;
}
.profile-pic .camera_icon {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.profile-pic:hover .-label {
  transition: background-color 0.2s ease-in-out;
  border-radius: 10px;
}
.profile-pic:hover .-label .camera_icon {
  display: block;
}

.rounded_5 {
  border-radius: 5px;
}

.setting_img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  background-color: #fafafa;
}

.icon_img {
  width: 25px;
}
.icon_img.sm {
  width: 15px;
}

.move_hover {
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 5px;
}
.move_hover:hover {
  transform: translateX(-10px);
}

.warning_img {
  max-width: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.warning_img.sm {
  max-width: 100px;
}

.segmentedInput-parent {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.segmentedInput-parent input {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 8px;
  outline: unset;
  font-size: 17px;
  border: 1px solid #e4e3e3;
}

.change_phone {
  max-width: 300px;
  max-height: 300px;
}

.login {
  position: relative;
  display: flex;
  min-height: 100vh;
  overflow: auto;
  padding: 50px 100px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .login {
    flex-wrap: wrap-reverse;
  }
}

.login > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.login > div.containloginForm {
  flex-basis: 55%;
  margin-bottom: 30px;
}
.login > div.containloginForm form {
  width: 100%;
}
.login > div.containloginForm form.lg {
  width: 90% !important;
}
@media (max-width: 991px) {
  .login > div.containloginForm form {
    width: 100%;
  }
}
.login > div.containloginImg {
  flex-basis: 35%;
}

@media (max-width: 768px) {
  .login > div {
    flex-basis: 100% !important;
  }
}
.loginImg {
  max-width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 425px) {
  .loginImg {
    height: 200px !important;
  }
}

.containloginImg {
  position: relative;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .containloginImg .containloginImg {
    margin-bottom: 20px;
  }
}
.containloginImg::before {
  position: absolute;
  content: "";
  background-color: #403279;
  width: 100%;
  height: 100%;
  z-index: -2;
  border-radius: 20px;
  top: 0;
  right: 0;
}

.loginRoute {
  position: absolute;
  top: 60px;
  z-index: 99;
}
html[lang=en] .loginRoute {
  left: 80px;
  right: unset;
}
html[lang=ar] .loginRoute {
  right: 80px;
  left: unset;
}

@media (max-width: 600px) {
  .loginRoute {
    top: 30px;
  }
  html[lang=en] .loginRoute {
    left: 30px;
    right: unset;
  }
  html[lang=ar] .loginRoute {
    right: 30px;
    left: unset;
  }
}
.loginLogo {
  max-width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.world {
  max-width: 20px;
}

.w_fit_content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.checkBoxShape {
  background-color: white;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 20px;
  height: 20px;
  padding: 0 2.5px;
  transition: all 0.2s ease-in-out;
  color: white;
}

.checkbox:checked + .checkBoxShape {
  border: 1px solid #403279;
  color: #403279;
}

.contain_img {
  width: 60px;
  height: 60px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contain_img img {
  width: 20px;
}
.contain_img img.active {
  width: 100%;
  height: 100%;
}

img[src=""] {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #403279 transparent transparent transparent;
}

.desc {
  background-color: #dad6e4;
  color: #403279;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.desc .ad_img_desc {
  width: 30px;
}

.imgUploader {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #403279;
  flex-direction: column;
  font-size: 10px;
  gap: 2px;
  border-radius: 5px;
  font-weight: bold;
  color: #403279;
}
.imgUploader img {
  width: 20px;
}

.dynamicParent {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  position: relative;
}
.dynamicParent img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.dynamicParent .delImg {
  background: white;
  width: 18px;
  height: 18px;
  font-size: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -3px;
  right: -8px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.user_icon {
  width: 25px;
}

.ad_icon {
  max-width: 20px;
}

.contain_share {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dad6e4;
}
.contain_share img {
  width: 25px;
}

.card_icon {
  width: 20px;
  height: 20px;
}

.rate_card {
  background-color: #dad6e4;
  border-radius: 5px;
}

.rate_user {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.btn-danger {
  background-color: red;
}

.product_panner {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.map {
  height: 300px;
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.product_card {
  border-radius: 10px;
  border: 1px solid #dee2e6 !important;
  margin-bottom: 1rem;
  cursor: pointer;
  height: 120px;
  border: 1px solid #dee2e6 !important;
  display: block;
}
.product_card.lg {
  height: 180px;
}
@media (max-width: 375px) {
  .product_card {
    padding-bottom: 1rem;
  }
}
.product_card .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limits the paragraph to two lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* Hides the overflowing text */
  text-overflow: ellipsis;
  /* Adds an ellipsis (...) at the end of the text */
}
@media (max-width: 768px) {
  .product_card {
    height: unset;
  }
}

.ad_img_panner {
  width: 150px;
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 400px) {
  .ad_img_panner {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: unset;
    height: 200px;
  }
}

.edit_route {
  width: 20px;
  height: 20px;
}

.contain_wallet_img {
  background-color: #fafafa;
  height: 300px;
  border-radius: 15px;
}
.contain_wallet_img.sm {
  height: unset;
}
.contain_wallet_img .wallet {
  width: 190px;
  height: 190px;
  /* max-height: 100px; */
  -o-object-fit: contain;
     object-fit: contain;
}
.contain_wallet_img .wallet.sm {
  width: 130px;
  height: 130px;
}
.contain_wallet_img .sm_img_wallet {
  width: 60px;
  -o-object-fit: contain;
  max-height: 80px;
  object-fit: contain;
}

.wallet_border {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
.wallet_border:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #403279;
  z-index: -1;
}
@media (max-width: 768px) {
  .wallet_border {
    height: unset;
  }
  .wallet_border:before {
    width: 100%;
    height: 2px;
  }
}
.wallet_border .wallet_border_img {
  width: 60px;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.wallet_dialog_img {
  max-width: 180px;
  margin: auto;
  display: block;
}

.panner_img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.package_card {
  border-radius: 10px;
  border: 1px solid #837aa7;
  min-height: 150px;
}
.package_card .vector {
  height: 100%;
}
.package_card .content {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  text-align: center;
  color: white;
  max-width: 75px
}
.package_card .content .img-fluid {
  width: 30px;
}

.form-check-input:checked + label {
  color: #403279;
}

.panner_output {
  width: 100px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.follower_img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

div.main_btn {
  width: 150px;
  border-radius: 10px;
  background-color: #403279;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 5px 0;
  cursor: text !important;
}
div.main_btn i {
  cursor: text;
}

.icon_img_financial {
  max-width: 40px;
}

.financial_value_card {
  background-color: #fafafa;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: auto;
}
.financial_value_card .card_footer {
  background-color: #dedce7;
  color: #403279;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.financial_value_card .text-muted {
  color: #979797 !important;
}

.s_border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.bg_main_2 {
  background-color: #dedce7 !important;
}

.bg_danger {
  background: rgba(255, 0, 0, 0.1411764706);
  color: #ff0000;
}

.bg_success {
  background: rgba(32, 117, 66, 0.1411764706);
  color: #207542;
}

.msger {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  margin: 25px 10px;
  height: calc(100% - 50px);
  border: var(--border);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
  height: 600px;
  overflow: auto;
}

.msger-header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: var(--border);
  background: #eee;
  color: #666;
}

.msger-chat {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
}

.msger-chat::-webkit-scrollbar {
  width: 6px;
}

.msger-chat::-webkit-scrollbar-track {
  background: #ddd;
}

.msger-chat::-webkit-scrollbar-thumb {
  background: #403279;
}

.msg {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

.msg:last-of-type {
  margin: 0;
}

.msg-img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin-inline-end: 10px;
}

.msg-bubble {
  max-width: 450px;
  padding: 15px;
  border-radius: 15px;
  background: #e7e6ed;
}

.msg-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.msg-info-name {
  margin-right: 10px;
  font-weight: bold;
}

.msg-info-time {
  font-size: 0.85em;
}

.left-msg .msg-bubble {
  border-bottom-left-radius: 0;
}

.right-msg {
  flex-direction: row-reverse;
}

.right-msg .msg-bubble {
  background: #c8c8c8;
  color: #fff;
  border-bottom-right-radius: 0;
}

.msger-inputarea {
  display: flex;
  padding: 10px;
  border-top: var(--border);
}
.msger-inputarea ::-moz-placeholder {
  color: gray !important;
}
.msger-inputarea ::placeholder {
  color: gray !important;
}

.msger-inputarea * {
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-size: 1em;
}

.msger-input {
  flex: 1;
  background: white;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.msger-input:focus-within {
  outline: unset;
  border: 1px solid #403279;
}

.msger-send-btn {
  margin-left: 10px;
  background: #403279;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.23s;
  position: absolute;
  top: 14px;
}
html[lang=en] .msger-send-btn {
  right: 6px;
}
html[lang=ar] .msger-send-btn {
  left: 6px;
}
.msger-send-btn img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 40px;
  max-height: 37px;
}

.msger-send-btn:hover {
  background: rgba(64, 50, 121, 0.3137254902);
}

.check_done {
  max-width: 120px;
  margin: auto;
  display: block;
}

.scan {
  max-width: 120px;
  margin: auto;
  display: block;
}

.rate {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.rate:not(:checked) > input {
  width: 0;
}

.rate:not(:checked) > label {
  cursor: pointer;
  font-size: 25px;
  color: #ccc;
  margin: 0 3px;
}

.rate:not(:checked) > label:before {
  content: "★ ";
}

.rate > input:checked ~ label {
  color: #ffc700;
}

.rate_text {
  background-color: white !important;
  border: 1px solid #f7f7f7;
}

.filter {
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.advertiser_card {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 10px;
}
.advertiser_card .advertiser_img {
  width: 150px;
  height: 150px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.panner.md {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.img_icon {
  max-width: 20px;
}

.contain_notification_icon {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: #979797;
}

.contain_delete_notification {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 0, 0, 0.476);
  color: white;
}
.contain_delete_notification.sm {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notification_dot {
  position: absolute;
  top: -6px;
  right: -3px;
  color: red;
  font-size: 10px;
}

.line_title {
  position: relative;
}
.line_title::after {
  content: "";
  position: absolute;
  display: block;
  width: 40%;
  height: 1px;
  background-color: #ebebeb;
  left: 0;
  top: 50%;
}
.line_title::before {
  content: "";
  position: absolute;
  display: block;
  width: 40%;
  height: 1px;
  background-color: #ebebeb;
  right: 0;
  top: 50%;
}

.notification_img {
  width: 25px;
}

.back_img {
  max-width: 30px;
  margin-inline-end: 5px;
}

.contain_map_input {
  position: absolute;
  bottom: 10px;
  z-index: 10;
  width: 100%;
}
.contain_map_input input {
  padding-inline-start: 25px;
}
.contain_map_input .input_icon {
  top: 14px;
}
html[lang=en] .contain_map_input .input_icon {
  left: 10px;
  right: unset;
}
html[lang=ar] .contain_map_input .input_icon {
  right: 10px;
  left: unset;
}

.otp {
  max-width: 100%;
  max-height: 300px;
  width: 300px;
}
.no-data {
    min-height: 300px
}
.package_card .card_desc {
    display: -webkit-box; /* Enable the box layout model */
    -webkit-box-orient: vertical; /* Specify the box orientation */
    overflow: hidden; /* Hide overflowing text */
    text-overflow: ellipsis; /* Show ellipsis for overflow */
    word-break: break-word;

}
.package_card .subscrip_a {
    flex-shrink: 0
}
#AdImagesContainer .ad-image {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

#AdImagesContainer .img-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

#AdImagesContainer .remove-image {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 15px;
}
.mainSection {
    height: 500px ;
    position: relative
}
.mainSection img {
    height: 100% !important;
    object-fit: cover;
}

    .mainSection::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #00000014;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0
    }

/*# sourceMappingURL=main.css.map */


.body-content{
    min-height: 550px
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    width : 100% !important
}


.box-Stored {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    background: #FFFF;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
    padding: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}


    .box-Stored .img_ {
        width: 180px !important;
        height: 180px !important;
        border-radius: 10px;
        object-fit: cover;
        object-position: top;
  
}